﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
body
{
    color: #596165;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    background: #f4f5f6 url(images/body_back.png) center 0 repeat-y;
}
p
{
    line-height: 1.5;
    margin: 0 0 8px;
}
a
{
    color: #017fb9;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
sup
{
    font-size: 9px;
    vertical-align: super;
    padding: 0 0 0 2px;
}
h4
{
    color: #2e3640;
}
/* Header */
#header
{
    background-image: url(images/header_back.png);
    background-repeat: no-repeat;
}
#header
{
    background-position: center 46px;
    background-repeat: repeat-x;
    padding: 0 0 14px;
    height: 75px;
    position: relative;
    z-index: 2;
}
#headerInner
{
    width: 940px;
    height: 83px;
    margin: 0 auto;
    position: relative;
}

#header .ris
{
    width: 415px;
    height: 38px;
    float: left;
    display: block;
    margin-top: 8px;
    margin-left: 1px;
    background: url(images/ris.png) no-repeat;
}
#header .brand
{
    width: 200px;
    height: 38px;
    float: right;
    display: block;
    margin-top: 5px;
    margin-left: 1px;
    background: url(images/preemptive.png) no-repeat;
    text-indent: -9999px;
}

/* main structure */
#main
{
    width: 940px;
    margin: -14px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#contentWrap
{
    width: 760px;
    float: right;
    margin: 0 0 0 20px;
    padding: 5px 0 60px;
}

#subNav
{
    width: 150px;
    float: right;
}
.noSubNav #contentWrap
{
    width: 940px;
    margin: 0;
}

/* forms */

form dl
{
    overflow: hidden;
}
form dt
{
    width: 160px;
    float: left;
    clear: left;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0;
}
form dd
{
    margin: 0 0 15px 180px;
}

input, select, textarea
{
    vertical-align: text-top;
    margin: 0 3px 0 0;
}
.text-input, .textarea-input, .select-input
{
    border: 1px solid #D0D6D8;
    padding: 4px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    color: #593135;
    width: 270px;
}
.select-input
{
    width: 280px;
}

/* subnav styles */
#subNav
{
    background: url(images/subnav_back.png) right 0 no-repeat;
    padding: 40px 0 0 10px;
    min-height: 360px;
    height: auto !important;
    height: 360px;
    font-size: 12px;
}
#subNav h3
{
    font-weight: bold;
    margin: 0 0 10px;
}
#subNav ul
{
    padding: 0 0 10px;
}
#subNav li
{
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    background: url(images/content_spr.png) 0 -1px no-repeat;
}
#subNav li.current
{
    background: url(images/content_spr.png) 0 -106px no-repeat;
    color: #2e3640;
}
div#headerInner>div.plpHeader
{
	width: 500px;
	height: 35px;
	position: absolute;
	margin-top: 54px;
}

div.plpHeader
{
    margin-left: 440px;
}

.customerTabLeftCorner
{
	width: 6px;
	height: 35px;
	background-color: #ec9549;
	background: url('images/tabLeftCorner.gif');
}

.customerTab
{
	background-color: #ec9549;
	text-align: center;
	vertical-align: middle;
	background: url('images/tabBg.gif');
	word-wrap: break-word;
	width: 241px;
}

.customerTab a, .customerTab a.hover, .customerTab a.visited
{
	color: White !important;
}

.customerTabRightCorner
{
	width: 6px;
	height: 35px;
	background-color: #ec9549;
	background: url('images/tabRightCorner.gif');
}

* + html .plpHeader
{
	margin: 68px 0px 0px -15px;
}
.plpFilter
{
	padding: 6px 45px 0px 38px;
	width: 857px;
	height: 56px;
	background: url('images/filterBack.gif') top repeat-x;
	border-bottom: 1px solid #d0d6d8;
	border-top: 1px solid #c3c4c6;
	color: #3d3d3e;
}
 
.plpDateRange
{
	padding-top: 10px;
	border-right: 1px solid #d0d6d8;
	width: 397px;
	height: 46px;
	float: left;
}

.editDateRange
{
	padding-top: 10px;
	border-right: 1px solid #d0d6d8;
	width: 397px;
	height: 90px;
	float: left;
}

.editDateRange td, .editFilterBy td
{
    padding:2px;
}

.editFilterBy select 
{
    width:115px;
}

.editDateRange table input
{
	border: 1px solid #c4c6c7;
	width: 95px;
	margin: 0px;
	vertical-align: baseline;
}

.editDateRange table input[type="checkbox"]
{
	width: 14px;
	border:none;
}

.editFilterBy table input
{
    border: 1px solid #c4c6c7;
	width: 115px;
	margin: 0px;
	vertical-align: baseline;
}

.plpFilterBy,.editFilterBy
{
	padding-top: 10px;
	float: left;
	margin-left:20px;
}
.plpFltr
{
	font-weight: bold;
	height: 22px;
}
.editFilterBy select
{
	border: 1px solid #c6c8c9;
}
.plpApplication
{
	width: 161px;
}
.plpVersion
{
	width: 95px;
}

.plpPageFooter
{
	height: 33px;
	float: none;
	background-image: url('images/plpFooter.gif');
}

.spanned-layout-table
{
	width: 732px;
	padding: 2px 9px 30px 2px;
	vertical-align: top !important;
}

.layout-table
{
	padding: 2px 9px 30px 2px;
	width: 360px;
	vertical-align: top !important;
}

.layout-chart
{
	padding-bottom: 30px;
}

.grid01
{
	padding: 43px 9px 0px 0px;
	width: 366px;
}
.grid01.top2, .layout-table.top2
{
	padding-top: 43px;
}
.grid01.bottom2, .layout-table.bottom2
{
	padding-top: 0px;
	height: auto;
}
.grid01 table, .layout-table table
{
	width: 100%;
	color: #596165;
	background-color: #f4f5f6;
}
.grid01 th, .layout-table th
{
	height: 34px;
	border-right: 1px solid #d0d6d8;
	background-color: #d0d6d8;
	vertical-align: middle;
}
.grid01 td, .layout-table td
{
	height: 22px;
	border-right: 1px solid #d0d6d8;
	vertical-align: middle;
	text-align: left;
}
.grid01 td.lftPD, .grid01 th.lftPD, .layout-table td.lftPD, .layout-table th.lftPD
{
	text-align: left;
	padding-left: 14px;
}

.layout-table td
{
    word-wrap: break-word;
}

.grid01 .altRow, .layout-table .altRow
{
	background-color: white;
}

#ui-datepicker-div
{
	width: 170px;
	font-size: 11px;
}

#main-loading-indicator
{
	padding-bottom: 10px;
	height: 20px;
}

#loading-indicator
{
	padding: 5px;
	background-color: #e68b3a;
	color: White;
	display: none;
}

.small-loading 
{
    padding: 5px;
	background-color: #e68b3a;
	color: White;
	width:100px;
	text-align:center;
}

.dashboard-widget-container
{
}

#company-performance-google-chart-widget-container, #visits-google-chart-widget-container
{
	border: solid 1px #000000;
}

.google-visualization-table-tr-head
{
	border: solid 1px black;
}

.google-visualization-table-tr-sel, .google-visualization-table-tr-sel td, .google-visualization-table-tr-sel-nonstrict, .google-visualization-table-tr-odd, .google-visualization-table-tr-odd td, .google-visualization-table-tr-odd-nonstrict
{
	background: white;
}

.google-table-hover
{
	background: white;
}

.google-visualization-table-tr-head, .google-visualization-table-tr-head td, .google-visualization-table-tr-head-nonstrict
{
	background: #91aacc;
	color: #000;
}

.no-data
{
	display: none;
	text-align: center;
	border: 1px solid #EEEEEE;
	height: 24px;
	padding-top: 5px;
	background-color: #FAFAFA;
}

.compare-control-buttons
{
	margin-left: 10px;
	text-align: right;
}

.compare-control-buttons input
{
	cursor: pointer;
}

.hor-links li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.hor-links a, .ver-links a
{
	text-decoration: underline;
}

ul.ver-links
{
	text-align: center;
}
.ver-links li
{
	display: inline;
	list-style-type: none;
	padding-bottom: 20px;
	padding-right: 10px;
}

a.selected
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
	cursor: default;
}

.ht-chart-link, .hb-chart-link, .l-chart-link
{
}

.page-title
{
	color: White;
	float: left;
	font-weight: bold;
	height: 20px;
	left: 2px;
	position: absolute;
	top: 62px;
}

#filters-popup select
{
	width: 130px;
}

#filters-popup input[type="checkbox"]
{
	width: 20px;
}

#filters-popup td
{
	padding: 1px;
}

#filters-popup a
{
	text-decoration: underline;
}

.ui-datepicker-trigger
{
	margin-top: 2px;
	margin-left: 2px;
}

#headerInner div.username
{
	color: White;
	font-weight: bold;
	float: right;
	padding-right: 10px;
	font-size: 90%;
	margin-top: 15px;
}

#headerInner div.username span
{
	padding-right: 3px;
}

#headerInner a#Logoff
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

div.plpPageFooter span
{
	display: block;
	text-align: center;
	padding-top: 10px;
}

div.plpPageFooter span.footer-text, div.plpPageFooter span.footer-text a
{
	color: White;
	font-weight: bold;
}

.bigAndBoldClass
{
	background-color: Orange;
}

.highlightClass
{
	background-color: Green;
}

.hideClass
{
	display: none;
}

.noHoverClass
{
	background-color: #FFFFFF;
}

.nonAlternativeClass
{
	background-color: #FFFFFF;
}

.compare-table-header
{
	height: 24px;
	border: thin solid;
	display: none;
	text-align: center;
	width: auto;
}

.compare-table-header span
{
	vertical-align: middle;
	height: 20px;
}

.prime-table-on-compare
{
	background-color: #E0E8EE;
}

.original-table-on-compare
{
	background-color: #e99042;
	color: White;
	font-weight: bold;
}

form th.field-header
{
    width:92px;
    padding-right:5px; 
    vertical-align:middle;
    font-size:11px;
    padding-bottom:5px;
}

form td.field
{
    width:163px;
    padding-bottom:5px;
}

form td.field input
{
   width:130px;
}

form td.field select
{
    width:154px;
}

input.popupButton
{
    border:1px solid #C4C6C7;
    margin:0;
    vertical-align:baseline;
    width:92px;
    cursor:pointer;
}

.filtersCollapseExpand {
    left:850px;
    position:absolute;
    top:48px;
}

#error 
{
    color:red;
    font-size:11px;
    padding:5px;
}

.google-visualization-table-div-page, .paging-size-footer, .footer-content
{
    text-align:right;
    background:#91AACC none repeat scroll 0 0;
    color:Black;
    font-weight:bold;
}

.footer-content
{
    display:none; 
}

.goog-custom-button 
{
    margin: 2px;
}

.paging-size 
{
    margin-bottom:2px;
    margin-right:10px;
}

.custom-paging 
{
    width:100px;
    display:inline;
    vertical-align:middle;
}

.custom-paging span 
{
    margin-right:5px;
    vertical-align:middle;
}

.group-applications-table-container
{
    display:none;
    z-index:101;
    position:absolute;
    border:solid thin Black;
    background-color:White;
}

.group-hover-over, .period-link, .app-filter-caption
{
    cursor: pointer;
}

a.currentLeftNavItem:hover
{
    text-decoration:none;
}

.currentLeftNavItem 
{
    color:Black;
    text-decoration:none;
    font-weight:bold;
    cursor:default;
}

.applications-footer-content, 
.features-footer-content, 
.system-attributes-footer-content,
.tamper-domains-footer-content,
.serial-number-footer-content
{
    font-weight:normal;
    padding:2px;
    vertical-align:middle;
    display:inline-block;
}

.applications-footer-content
{
    margin-right:50px;
}

.serial-number-footer-content
{
    margin-right:400px;
    width:310px;
}

.tamper-domains-footer-content 
{
    margin-right:430px;
    width:300px;
}

.system-attributes-footer-content
{
    margin-right:380px;
    width:320px;
}

.features-footer-content 
{
    margin-right:475px;
    width:260px;
}

.google-visualization-table-div-page .features-footer-content
{
    margin-right:200px !important;
}

.google-visualization-table-div-page .serial-number-footer-content
{
    margin-right:160px !important;
}

.google-visualization-table-div-page .tamper-domains-footer-content
{
    margin-right:160px !important;
}

.google-visualization-table-div-page .system-attributes-footer-content
{
    margin-right:150px !important;
}

.paging-size-footer .serial-number-footer-content
{
    margin-right:210px !important;
}

.paging-size-footer .tamper-domains-footer-content 
{
    margin-right:210px !important;
}

.paging-size-footer .system-attributes-footer-content
{
    margin-right:200px !important;
}

.paging-size-footer .features-footer-content
{
    margin-right:230px !important;
}

.footer-content .applications-footer-content    
{
    margin-right:300px !important;
}

.ui-dialog-content .google-visualization-table-table 
{
    width:100%;
}

.serial-number-chart-message 
{
    margin-top: 5px;
	height: 20px;
	padding:4px 5px 0;
	background-color: #e68b3a;
	color: White;
	display:inline-block;
}

.custom-data-table-top-content
{
    color:Black;
    margin-bottom: 10px;
}

.long-text-tooltip 
{
    display:none;
    padding:2px;
    z-index:101;
    position:absolute;
    border:solid thin Black;
    background-color:White;
    width:400px;
}

.serial-number-chart-slider
{
    margin-top:10px;
}
.errMsg, .field-validation-error
{
	color:Red;
	font-weight:bold;
}
.successMsg
{
	color:Green;
	font-weight:bold;
}

#dashboard-custom-data-top-content 
{
    margin-bottom: 10px;
}
