/* Reset
**********************************************************************************************/
body{padding: 0; margin: 0;}
form,h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}
strong{font-weight: bold;}


/* Base Rules
**********************************************************************************************/
body {
	text-align: left;
	width: auto;
	margin: 5px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 8px 0;
}

h2 {
	font-size: 18px;
	margin: 8px 0;
	padding: 0;
}

h3 {
	font-size: 15px;
	margin: 8px 0;
	padding: 0;
}

a {
	color: #12365b;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #507498;
	text-decoration: none;
}

p {
	margin: 0 0 10px 0;
}

.optionDisabled {
	color: #aaaaaa;
}


/* Utility Classes
**********************************************************************************************/
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* Buttons
**********************************************************************************************/
.blueButton,
.greyButton,
.greyButtonOnly {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 23px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
.greyButtonOnly {
    cursor: default;
}

.blueButton {
	background: url(../images/_new/button_gradient_blue.png) 0 0 repeat-x;
	border: 0 none;
	color: #FFFFFF;
}

.blueButton:hover {
	background: url(../images/_new/button_gradient_blue_hover.png) 0 0 repeat-x;
}

.disableButton {
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 23px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/_new/button_gradient_grey.png) 0 0 repeat-x;
	border: 1px solid #D3D3D3;
	color: #616161;
}

.greyButton, .greyButtonOnly {
	background: url(../images/_new/button_gradient_grey.png) 0 0 repeat-x;
	border: 1px solid #D3D3D3;
	color: #616161;
}

.greyButton:hover {
	background: url(../images/_new/button_gradient_grey_hover.png) 0 0 repeat-x;
	border-color: #999999;
	color: #212121;
}

.helpButton {
	float: left;
	margin: 4px 16px 0 0;
	padding: 0 8px 0 10px;
	line-height: 23px;
}

.helpButton em {
	background: url(../images/2021/Top-Help-Icon.svg) 0 0 no-repeat;
	padding: 3px 0 4px 26px;
}

.switchCompositeTypeButton {
	padding: 4px 6px;
}

.switchCompositeTypeButton em {
	background: url(../images/arrow_switch.png) 0 0 no-repeat;
	padding: 2px 0 0 20px;
}

.emailPkgButton em {
    background-image: url(../images/_new/tb_emailPkg.png);
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
    padding: 5px 5px 10px 26px;
}

.excelUnformattedButton em {
	background: url(../images/_new/tb_export.png) 0 0 no-repeat;
	padding: 5px 5px 7px 26px;
}

.excelFormattedButton em {
	background: url(../images/_new/tb_export_formatted.png) 0 0 no-repeat;
	padding: 5px 5px 7px 26px;
}

.graphButton em {
	background: url(../images/_new/tb_graph.png) 0 0 no-repeat;
	padding: 5px 5px 7px 26px;
}

.saveButton em {
	background: url(../images/_new/tb_save.png) 0 0 no-repeat;
	padding: 5px 5px 7px 25px;
}

.printButton em {
	background: url(../images/_new/tb_print.png) 0 0 no-repeat;
	padding: 5px 5px 7px 29px;
}

.fontIncreaseButton em {
	background: url(../images/_new/tb_font_increase.png) 0 0 no-repeat;
	padding: 5px 4px 7px 20px;
}

.fontDecreaseButton em {
	background: url(../images/_new/tb_font_decrease.png) 0 0 no-repeat;
	padding: 5px 4px 7px 20px;
}
.hideFont {
	width: 80px;
}
.hideFont:hover {
	background: none !important;
	border-color: #D3D3D3 !important;
	cursor: default !important;
}


/* Tabs
**********************************************************************************************/
.tabs ul li a {
	font-size: 15px;
	font-weight: bold;
}


/* Toolbar
**********************************************************************************************/
.toolbar {
	cursor: pointer;
	background: url(../images/_new/toolbar_gradient.png) 0 0 repeat-x;
	height: 36px;
	line-height: 36px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.toolbar span {
	float: left;
	border: 1px solid #D3D3D3;
	border-width: 1px 1px 0 1px;
	line-height: 35px;
	padding: 0 8px;
}

.toolbar span a {
	color: #616161;
	font-weight: bold;
}

.toolbar span.first {
	padding-left: 12px;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-khtml-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}

.toolbar span.last {
	padding-right: 12px;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	-khtml-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.toolbar span:hover {
	background: url(../images/_new/toolbar_gradient_hover.png) 0 0 repeat-x;
	border-color: #999999;
}

.toolbar span:hover a {
	color: #212121;
}


/* Layout
**********************************************************************************************/
#outerWrapper {
	width: 960px;
}

#bodyWrapper label {
	color: #172c42;
}

#content {
	padding: 25px;
}


/* Header
**********************************************************************************************/
#header {
	position: relative;
	height: 52px;
	font-size: 14px;
	margin-top: 12px;
}

#headerHomeLink {
	display: block;
	float: left;
	width: 220px;
	height: 52px;
}

#headerNavMenu {
	position: absolute;
	bottom: 30%;
	right: 10px;
	line-height: 25px;
}

#headerNavMenu li {
	float: left;
	font-weight: bold;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 2px;
}

#headerNavMenu li a {
	color: #005A8C;
	display: block;

}

#headerNavMenu li a:hover {
	color: #338CB5;
    text-decoration: underline;

}

#headerNavMenu li.selected {
	background-color: #204E79;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;

}

#headerNavMenu li.selected a{
	color: #FFFFFF;
}


/* printHeader
**********************************************************************************************/
#printHeader {
	height: 50px;
}

#printCompany {
	font-family: Palatino, serif;
	font-size: 12px;
	line-height: 95%;
	text-align: center;
}

#printCompany span {
	line-height: 90%;
	letter-spacing: 3px;
}

#printLink {
	margin-top: 3px;
	font-size: 8px;
}


/* Footer
**********************************************************************************************/
#footer {
	font-style: italic;
	margin: 20px auto 0 auto;
	text-align: center;
}

#footer .linkList {
	font-weight: normal;
	margin-top: 6px;
	text-align: center;
}

#footer .linkList a {
	color: #003A69;
}


/* printFooter
**********************************************************************************************/
#printFooter {
	font-size: 8px;
}


/* userInfoBox
**********************************************************************************************/
#userInfoBox {
	float: right;
	font-weight: bold;
	height: 36px;
	background-color: #DEDEDE;
}

#userDisplay {
	float: left;
	color: #585757;
	line-height: 36px;
	margin: 0 12px;
}

#userDisplay > span {
	color: #3669A2;
	margin-right: 5px;
}


/* admin.php
**********************************************************************************************/
#cssReference {
	font-size: 14px;
}

#cssReference h3 {
	font-weight: bold;
}

#cssReference div > ul {
	margin-bottom: 20px;
}

#cssReference div li {
	line-height: 24px;
	padding-left: 10px;
}

#cssReference div li > ul > li {
	padding-left: 25px;
}

#cssReference div span {
	border: 1px solid #9d9d9d;
	margin-left: 10px;
	padding: 0 20px;
}

/* main.php
**********************************************************************************************/
.mainSection {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.mainSectionTitle {
	color: #1F497D;
	height: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-color: blue;
	border-bottom-width: thick;
	margin: 0 0 15px 0;
}

.mainElement {
	margin-bottom: 20px;
}

.mainElementImg {
	float: left;
}

.mainElementContent {
	float: left;
}

.mainElementTitle {
	color: #1B1B1B;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}

.mainElementDesc {
	color: #1B1B1B;
	font-size: 14px;
	margin:3px 0;
}

#mainWelcomeBox {
	background-color: #EDEBE6;
	border: 1px solid #9d9d9d;
	border-width: 0 1px 1px 1px;
}

#mainWelcomeBox > p {
	font-size: 14px;
	padding: 10px 0 6px 20px;
}

#mainWelcomeBox > p > span {
	display: block;
	color: #3669A2;
	font-size: 20px;
	font-weight: bold;
}

#mainNav {
	margin-top: 15px;
	margin-bottom: 60px;
}

#mainQuickLinks {
	padding: 0 20px;
}

#mainQuickLinks .mainSectionTitle {
	margin: 0 0 15px 0;
}

#mainQuickLinks .greyButton {
	margin-left: 4px;
}

#mainRightCol {
	float: left;
	padding: 0 20px;
}

#mainRightCol .mainSectionTitle {
	margin: 0 0 15px 0;
}

#mainRightCol .mainElement {
	margin-bottom: 5px;
}

#mainMyTraQline {
	width: 430px;
}

#mainMyTraQline .editLink:hover {
	color: #003A69;
}

#mainMyTraQline #inboxReports .mainElementContent {
	margin-top: 5px;
}

#mainMyTraQline #savedReports .mainElementDesc a {
	/*text-decoration: underline;*/
	margin-right: 4px;
}

#mainMyTraQline #savedReports .mainElementDesc a:hover {
	text-decoration: underline;
}

#mainAccount {
	margin-left: 45px;
}

#mainAccount .mainElementContent {
	margin-top: 8px;
}



/* resultGrid
**********************************************************************************************/
#resultGridControl {
	position: relative;
	margin: 15px 0 8px 0;
	width: 100%;
}

#resultGridControl .toolbar {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 1px;
}

#resultGridControl .tabs {
	float: left;
	width: 100%;
}

#resultGridControl .ui-tabs {
	padding: 0;
}

#resultGridHeader {
	position: relative;
	margin-bottom: 4px;
	height: 100%;
}

#resultGridHeader .resultTitle,
#resultGridHeader .resultSubTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}

#resultGridHeader .resultTitle {
	color: #484949;

}

#resultGridHeader .resultSubTitle {
	color: #707171;
}

#resultGridHeader .showOptions {
	position: absolute;
	bottom: 0;
	right: 0;
}

#resultGridHeader .showOptions label {
	color: #585757;
}


/* Quarterly
**********************************************************************************************/
#quarterlyControl {
	position: relative;
	margin: 15px 0 10px 0;
	width: 100%;
}

#quarterlyControl .toolbar {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 1px;
}

#quarterlyControl .toolbar span.last {
	padding-right: 10px;
}

#quarterlyControl .tabs {
	float: left;
	width: 100%;
}

#quarterlyControl .ui-tabs {
	padding: 0;
}


/**********************************************************************************************
UPDATE EVERYTHING BELOW
**********************************************************************************************/







/* SubHeader
**********************************************************************************************/
#subHeader {
	float: right;
	height: 28px;
	background-color: #DEDEDE;
}

#subHeader h1 {
	float: left;
	width: auto;
	line-height: 26px;
	font-size: 18px;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font-weight: normal;
}

#subHeader #helpButton {
	float: right;
	border: 1px solid #D5D5D5;
	line-height: 28px;
	width: auto;
	margin: 1px 4px 0 0;
	padding: 0 0 0 10px;
	color: #4f5c6a;
	background-color: #E8E8E8;
}


#subHeader #helpButton em {
	padding-left: 23px;
	padding-bottom: 2px;
	padding-top: 1px;
	font-weight: bold;
	background: url(../images/information.png) 0 0 no-repeat;
}

#subHeader #helpButton span {
	line-height: 23px;
	padding: 5px 0 2px 6px;
}

#subHeader #helpButton:hover {
	background-position: 0 -23px;
}

#subHeader #helpButton:hover span {
	background-position: right -23px;
}

#subHeader #userDisplay {
	color: #585757;
	display: block;
	font-weight: bold;
	height: 23px;
	line-height: 22px;
	float: right;
	width: auto;
	text-align: right;
	margin: 3px 12px 0 12px;
}

#subHeader #userDisplay span {
	color: #3669a2;
}

/* defaultButton
**********************************************************************************************/
.defaultButton {
}

.defaultButton a {
	line-height: 21px;
	width: auto;
	margin: 0 0 0 0;
	padding: 3px 0 2px 8px;
	color: #4f5c6a;
	background: url(../images/button_silver_slim.gif) top left no-repeat;
}

.defaultButton a span {
	line-height: 20px;
	padding: 3px 0 2px 4px;
	background: url(../images/button_silver_slim.gif) top right no-repeat;
}

.defaultButton a:hover {
	background-position: 0 -21px;
}

.defaultButton a:hover span {
	background-position: right -21px
}

.defaultButton a.selected,
.defaultButton a.selected:hover {
	background-position: 0 -42px;
	text-decoration: none;
	color: #fff;
}

.defaultButton a.selected span,
.defaultButton a.selected:hover span {
	background-position: right -42px;
	text-decoration: none;
	color: #fff;
}


/* deleteButton
**********************************************************************************************/
.deleteButton, .shareButton {
	margin-left: 5px;
}

.deleteButton em {
	padding: 1px 0 2px 16px;
	background: url(../images/icon_trash_new.gif) 0 1px no-repeat;
}

.shareButton em {
	padding: 1px 0 2px 0;
}

.deleteButton:hover, .shareButton:hover {
	background-color: #9d9d9d;
}


/* optionsBox
**********************************************************************************************/
#optionsBox {
	background: #EEF0F2;
	border: 1px solid #9d9d9d;
	border-width: 0 1px 1px 1px;
}

#optionsBox label {
	color: #303030;
	font-size: 14px;
	font-weight: bold;
}

#optionsBox select {
	border: 1px solid #BDBDBD;
	font-size: 14px;
}

#optionsBox #reportVariable {
	width: 345px;
	float: left;
	padding-bottom: 6px;
}

#optionsBox #rowVariable,
#optionsBox #colVariable {
	width: 345px;
	float: left;
	padding-bottom: 6px;
}

#optionsBox #period {
	width: 120px;
	float: left;
	padding-bottom: 6px
}

#optionsBox #rowVariable label,
#optionsBox #colVariable label,
#optionsBox #period label {
	display: block;
	font-size: 12px;
	padding-bottom: 2px;
}

#optionsBox #rowVariable select,
#optionsBox #colVariable select {
	width: 325px;
}

#optionsBox #period select {
	width: 90px;
}

#optionsBox .thresholdPanel label {
	font-weight: normal;
	line-height: 18px;
}

#optionsBox .thresholdPanel label.disabled {
	color: #999999;
}

#optionsBox input.disabled:hover {
	background: url(../images/_new/button_gradient_grey.png) 0 0 repeat-x;
	border: 1px solid #D3D3D3;
	color: #616161;
	cursor: auto;
}

#reportButton {
	float: right;
	margin: 12px 12px 0 0;
}

#reportButton a {
	display: block;
	height: 24px;
	line-height: 23px;
	width: 90px;
	font-size: 14px;
	margin-top: 15px;
	padding: 0 0 0 10px;
	text-align: center;
	color: #fff;
	background: url(../images/button_darkblue.gif) top left no-repeat;
}

#reportButton span {
	display: block;
	float: right;
	height: 24px;
	width: 10px;
	background: url(../images/button_darkblue.gif) top right no-repeat;
}

#reportButton a:hover {
	background-position: 0 -24px;
}

#reportButton a:hover span {
	background-position: right -24px
}

#submitReport {
	/*
	float: left;
	cursor: pointer;
	display: block;
	height: 24px;
	width: 100px;
	font-size: 14px;
	margin-top: 14px;
	padding-bottom: 6px;
	text-align: center;
	color: #FFFFFF;
	border: 0 none;
	background: url(../images/button_darkblue.gif) top left no-repeat;
	*/
}

#submitReport:hover {
	/*
	background-position: 0 -24px;
	*/
}

/* advancedOptionTable
**********************************************************************************************/
#advancedOptionDetails {
	margin: 2px 12px 4px 12px;
}

.advancedOptionTable,
.advancedDeleteOptionTable {
	clear: both;
	width: 100%;
	background-color: #C2CBD4;
	border: 1px solid #83888c;
	border-width: 1px 1px 0 0;
	margin: 1px 0;
}

/*
.advancedOptionTable:hover {
	border: 1px solid #000000;
}
*/

.advancedOptionTable td,
.advancedDeleteOptionTable td {
	border: 1px solid #83888c;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	padding: 2px 8px 3px 8px;
}

.advancedOptionTable td a:hover,
.advancedDeleteOptionTable td a:hover {
	color: #507498;
}

/*
.advancedOptionTable td:first-child {
	border-left: 0;
}

.advancedOptionTable tr:last-child td {
	border-bottom: 0;
}
*/

/*
.advancedOptionTable td:last-child,
.advancedDeleteOptionTable td:last-child {
	border-right: 1px solid #83888C;
}

.advancedOptionTable tr:first-child td,
.advancedDeleteOptionTable tr:first-child td {
	border-top: 1px solid #83888C;
}
*/

.advancedOptionTable .col1,
.advancedDeleteOptionTable .col1 {
	width: auto;
	min-width: 60px;
	padding: 3px 8px 2px 3px ;
	white-space: nowrap;
}

.advancedOptionTable .col2,
.advancedDeleteOptionTable .col2 {
	width: auto;
	white-space: nowrap;
	padding-top: 4px;
}

.advancedOptionTable .col1 a,
.advancedDeleteOptionTable .col1 a {
	color: #214265;
	text-decoration: underline;
	white-space: nowrap;
}

.advancedOptionTable .col1 a.expand,
.advancedDeleteOptionTable .col1 a.expand {
	text-decoration: none;
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	font-size: 1px;
	margin: 2px 5px 0 0;
	background: url(../images/icon_expand.gif) 0 -13px no-repeat;
}

.advancedOptionTable .col1 a.collapse,
.advancedDeleteOptionTable .col1 a.collapse {
	text-decoration: none;
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	font-size: 1px;
	line-height: 1px;
	margin: 2px 5px 0 0;
	background: url(../images/icon_expand.gif) 0 0 no-repeat;
}

.advancedOptionTable .col1 a.expand:hover,
.advancedDeleteOptionTable .col1 a.expand:hover {
	background-position: -13px -13px;
}

.advancedOptionTable .col1 a.collapse:hover,
.advancedDeleteOptionTable .col1 a.collapse:hover {
	background-position: -13px 0;
}

.advancedOptionTable .col2 a,
.advancedDeleteOptionTable .col2 a {
	color: #214265;
	/*font-style: italic;*/
	white-space: nowrap;
	/*text-decoration: underline;*/
}

.advancedOptionTable .col3,
.advancedDeleteOptionTable .col3 {
	width: 100%;
	border-left: 1px dashed #83888c;
	font-size: 13px;
}

.DelAll {
	display: none;
}

.DelAll .defaultButton {
	display: inline;
}


/* optionButtons
**********************************************************************************************/
#optionButtons {
	height: 27px;
	margin: 10px 12px 4px 0;
	text-align: right;
	vertical-align: top;
}

#optionButtonsLabel {
	color: #303030;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

#optionButtons a:hover {
	/*background-position: 0 -25px;*/
}

#optionButtons a:hover span {
	/*background-position: right -25px*/
}

#optionButtons a.selected,
#optionButtons a.selected:hover {
	/*background-position: 0 -50px;*/
	text-decoration: none;
	/*color: #fff;*/
}

#optionButtons a.selected span,
#optionButtons a.selected:hover span {
	/*background-position: right -50px;*/
	text-decoration: none;
	/*color: #fff;*/
}


/* savedReports
**********************************************************************************************/
.savedReports #bodyWrapper {

}

.savedReports #bodyWrapper .even {
	background-color: #dadde0;
}

#showDetails {
	/*width: 325px;*/
	float: left;
	height: 25px;
	line-height: 25px;
	margin-top: 4px;
	margin-left: 10px;
}

#interactiveDetails {
	float: left;
	height: 27px;
	margin-top: 8px;
	text-align: right;
	vertical-align: top;
}

#interactiveDetails a {
	line-height: 28px;
	padding: 5px 0 4px 6px;
	background: url(../images/button_silver.gif) top left no-repeat;
}

#interactiveDetails a span {
	line-height: 20px;
	padding: 5px 0 3px 3px;
	background: url(../images/button_silver.gif) top right no-repeat;
}

#interactiveDetails a:hover {
	background-position: 0 -25px;
}

#interactiveDetails a:hover span {
	background-position: right -25px
}


.savedReportsTabs {height: 24px; line-height: 30px; text-align: left; vertical-align: top; padding-top: 11px;}
.savedReportsTabs a {line-height: 28px; width: auto; margin-right: 4px; padding: 5px 0 2px 10px; color: #4f5c6a; cursor: pointer; background: url(../images/tab_silver_long.gif) top left no-repeat;}
.savedReportsTabs a span {line-height: 23px; padding: 5px 0 2px 6px; background: url(../images/tab_silver_long.gif) top right no-repeat;}
.savedReportsTabs a:hover {background-position: 0 -23px;}
.savedReportsTabs a:hover span {background-position: right -23px}
.savedReportsTabs a.selected, .savedReportsTabs a.selected:hover {background-position: 0 -46px; text-decoration: none; color: #000;}
.savedReportsTabs a.selected span, .savedReportsTabs a.selected:hover span {background-position: right -46px; text-decoration: none; color: #000;}


/* savedReportsButtons
**********************************************************************************************/
.savedReportsTextLinks {
	height: 21px;
	float: right;
	text-align: right;
	vertical-align: top;
}

.savedReportsTextLinks a,
.savedReportsTextLinks a:visited {
	color: #003A69;
}

.savedReportsButtons {
	height: 21px;
	float: right;
	text-align: right;
	vertical-align: top;
}

.savedReportsButtons a {
	line-height: 21px;
	width: auto;
	margin: 0 0 0 0;
	padding: 3px 0 2px 10px;
	color: #4f5c6a;
	background: url(../images/button_silver_slim.gif) top left no-repeat;
}

.savedReportsButtons a span {
	line-height: 20px;
	padding: 3px 0 2px 4px;
	background: url(../images/button_silver_slim.gif) top right no-repeat;
}

.savedReportsButtons a:hover {
	background-position: 0 -21px;
}

.savedReportsButtons a:hover span {
	background-position: right -21px
}

.savedReportsButtons a.selected,
.savedReportsButtons a.selected:hover {
	background-position: 0 -42px;
	text-decoration: none;
	color: #fff;
}

.savedReportsButtons a.selected span,
.savedReportsButtons a.selected:hover span {
	background-position: right -42px;
	text-decoration: none;
	color: #fff;
}


/* dataTabs
**********************************************************************************************/
#dataTableTop {
	height: 36px;
	vertical-align: bottom;
}

#dataTabs {
	width: 250px;
	/*width: 400px;*/
	float: left;
	height: 22px;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
	padding-top: 11px;
}

#dataTabs a {
	line-height: 28px;
	width: auto;
	margin: 0;
	padding: 5px 0 2px 10px;
	color: #4f5c6a;
	cursor: pointer;
	background: url(../images/tab_silver_long.gif) top left no-repeat;
}

#dataTabs a em {
}

#dataTabs a span {
	line-height: 23px;
	padding: 5px 0 2px 6px;
	background: url(../images/tab_silver_long.gif) top right no-repeat;
}

#dataTabs a:hover {
	background-position: 0 -23px;
}

#dataTabs a:hover span {
	background-position: right -23px
}

#dataTabs a.selected,
#dataTabs a.selected:hover {
	padding-bottom: 3px;
	background-position: 0 -46px;
	text-decoration: none;
	color: #000;
}

#dataTabs a.selected span,
#dataTabs a.selected:hover span {
	background-position: right -46px;
	text-decoration: none;
	color: #000;
}

/* dataButtons
**********************************************************************************************/
#dataButtons {
	width: 700px;
	/*width: 500px;*/
	float: right;
	height: 30px;
	padding-top: 6px;
	text-align: right;
	vertical-align: top;
}

#dataButtonLabel {
	font-size: 85%;
	color: #334559;
}

#dataButtons a {
	line-height: 28px;
	width: auto;
	margin: 0 0 0 2px;
	padding: 5px 0 4px 10px;
	color: #4f5c6a;
	background: url(../images/button_silver.gif) top left no-repeat;
}

#dataButtons a span {
	line-height: 28px;
	padding: 5px 0 3px 4px;
	background: url(../images/button_silver.gif) top right no-repeat;
}

#dataButtons a:hover {
	background-position: 0 -25px;
}

#dataButtons a:hover span {
	background-position: right -25px
}

#dataButtons a.selected,
#dataButtons a.selected:hover {
	background-position: 0 -50px;
	text-decoration: none;
	color: #fff;
}

#dataButtons a.selected span,
#dataButtons a.selected:hover span {
	background-position: right -50px;
	text-decoration: none;
	color: #fff;
}

#dataButtons #excel1Button,
#dataButtons #excel2Button,
#dataButtons #font1Button,
#dataButtons #font2Button,
#dataButtons #graphButton,
#dataButtons #saveButton,
#dataButtons #printButton {
	padding-left: 5px;
}

#dataButtons #excel1Button em {
	padding-left: 23px;
	padding-bottom: 2px;
	padding-top: 1px;
	background: url(../images/icon_excel1.gif) 0 0 no-repeat;
}

#dataButtons #excel2Button em {
	padding-left: 25px;
	padding-bottom: 2px;
	padding-top: 1px;
	background: url(../images/icon_excel2.gif) 0 0 no-repeat;
}

#dataButtons #font1Button em {
	padding-left: 19px;
	padding-bottom: 2px;
	padding-top: 3px;
	/*background: url(../images/big_font_new.png) 0 0 no-repeat;*/
	background: url(../images/icon_font_increase.png) 0 0 no-repeat;
}

#dataButtons #font2Button em {
	padding-left: 19px;
	padding-bottom: 2px;
	padding-top: 3px;
	/*background: url(../images/small_font_new.png) 0 0 no-repeat;*/
	background: url(../images/icon_font_decrease.png) 0 0 no-repeat;
}

#dataButtons #graphButton em {
	padding-left: 23px;
	padding-bottom: 2px;
	padding-top: 1px;
	background: url(../images/icon_graph.gif) 0 0 no-repeat;
}

#dataButtons #saveButton em {
	padding-left: 23px;
	padding-bottom: 2px;
	padding-top: 1px;
	background: url(../images/icon_save.gif) 1px 0 no-repeat;
}

#dataButtons #printButton em {
	padding-left: 23px;
	padding-bottom: 2px;
	padding-top: 1px;
	background: url(../images/icon_print.gif) 0 0 no-repeat;
}

#dataButtons #excel2Button span,
#dataButtons #excelButton span
#dataButtons #graphButton span,
#dataButtons #saveButton span,
#dataButtons #printButton span {
	padding-left: 1px;
}

#dataButtons .divider {
	border-right: 1px solid #59626a;
	margin-right: 2px;
}

#dataTableHeader {
	clear: both;
	height: 47px;
	background: url(../images/tableHeaderRepeat.gif) 0 0 repeat-x;
	border: 1px solid #636b73;
}

#dataDetails {
	padding: 3px 8px;
	line-height: 20px;
	color: #26292d;
}

#dataDetails span{
	font-weight: bold;
}

#showOptions {
	float: right;
	width: 222px;
	padding: 0 5px 0 0;
	text-align: center;
}

#showOptions h2 {
	background-color: #c8d0d8;
	border: 1px solid #636b73;
	color: #33383e;
	font-size: 14px;
	margin: 4px 0 2px 0;
	line-height: 19px;
}

#showOptions input {
	margin-right: 0;
	vertical-align: middle;
	width: 16px;
	line-height: 18px;
	margin-left: 5px;
	padding: 0;
}

#showOptions label {
	vertical-align: middle;
	line-height: 18px;
	padding: 0 7px 0 0;
}


/* resultGrid
**********************************************************************************************/
#resultGrid .resultPanel {
	min-width: 958px;
}

.clearSortButton {
	float: right;
	padding: 4px 5px 0 0;
}

.advancedPageButton {
	margin: 4px 6px 3px 0;
}



#divArchive {
	width: 800px;
	float: left;
	height: 24px;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
	padding-top: 11px;
}



.containerobj {
	height: 500px;
}

.containerobj .uncheck {
	background-color: #686969;
	color: #E9E9E9;
	font-weight: bold;
	margin-top: 0;
	padding: 0 15px 0 0;
	text-decoration: underline;
	text-align: right;
}

.containerobj .uncheck:hover {
	color: #decb9c;
	text-decoration: none;
}

.containerobj div {
	border-right: 3px solid #CCCCCC;
	/*padding: 0 0 0 4px;*/
	/*overflow-y: auto;*/
}

.containerobj div a {
	margin: 2px 4px 2px 0;
	padding-left: 4px;
	line-height: 20px;
}

.containerobj .hasChildMenu .widget {
	right: 4px;
}

.containerobj .hasChildMenu .numChecked {
	color: #00CC00;
}

.containerobj .branchSelected .numChecked {
	color: #FFF;
}

.containerobj .inpath .numChecked {
	color: #000;
}

.containerobj .widget{
	background-color:white;
}

.containerobj .reportSelected {
	background-color:#7a9bcf;
	color:#fff;
}

.containerobj .active .widget{
	color: white;
	background-color:#7a9bcf;
}

.containerobj .inpath .widget{
	background-color:#d0d0d0;
}

.icon_excel span {
	background: url(../images/file_icons/excel.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_generic span {
	background: url(../images/file_icons/generic.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_folder {
	background: url(../images/file_icons/arrow_grey_right.png) top right no-repeat;
}

.icon_folder span {
	background: url(../images/file_icons/folder_yellow.png) 0 0 no-repeat;
	padding: 0 0 0 18px;
}

.icon_word span {
	background: url(../images/file_icons/word.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_pdf span {
	background: url(../images/file_icons/pdf.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_video span {
	background: url(../images/file_icons/video-camera.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_powerpoint span {
	background: url(../images/file_icons/powerpoint.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_zip span {
	background: url(../images/file_icons/zip.png) 0 0 no-repeat;
	padding: 2px 0 2px 18px;
}

.icon_tutorial span {
    background: url(../images/file_icons/tutorial.png) 0 no-repeat;
    padding: 30px 0px 30px 18px;
}

.ui-widget-content .unCheckAllCustom,
.ui-widget-content .unCheckAllQuarterlyPackages,
.ui-widget-content .unCheckAllScorecards,
.ui-widget-content .unCheckAll {
	color:#E9E9E9;
	text-decoration: underline;
}
.ui-widget-content .unCheckAllCustom:hover,
.ui-widget-content .unCheckAllQuarterlyPackages:hover,
.ui-widget-content .unCheckAllScorecards:hover,
.ui-widget-content .unCheckAll:hover {
	color: #DECB9C;
	text-decoration: none;
	cursor: pointer;
}

.ui-widget-content .manageEmails{
	font-size: 14px;
	text-decoration: underline;
	float: right;
}
.ui-widget-content .manageEmails:hover{
	color: #255687;
	text-decoration: none;
	cursor: pointer;
}

.emailSubjectHeader {
	text-align: left;
	font-weight:bold;
	font-size: 14px;
	padding-left: 5px;
	text-decoration: underline;
}
.emailSubjectHeader2 {
	font-weight:bold;
	font-size: 14px;
}

.emailReleaseHeader {
	text-align: left;
	font-weight:bold;
	font-size: 12px;
	padding-left: 30px;
}
.emailTypeHeader {
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
	padding-left: 35px;
}
.emailReportRow {
	text-align: left;
	font-size: 12px;
	padding-left: 40px;
}

#userMSG,
.emailMSG {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
	width: 100%;
}

.repEmailMSG {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
}

#archive {
	padding: 4px 10px;
}

.ui-widget-overlay {
	background: #000000;
	opacity: .50;
	filter:Alpha(Opacity=50);
}


#frmAjaxFilterVarValues select,
#frmAjaxRowAggVarValues select,
#frmAjaxColAggVarValues select {
	border: 1px solid #BDBDBD;
}

.rowVarLabel, .colVarLabel {
	font-size: 11px;
}


/* notifications */
.notificationStandard {
	background: #FFF6BF;
	color: #514721;
	border: 1px solid #FFD324;
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}
.notificationSuccess {
	background: #E6EFC2;
	color: #264409;
	border: 1px solid #C6D880;
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}
.notificationError {
	background: #FBE3E4;
	color: #8A1F11;
	border: 1px solid #FBC2C4;
	box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.5);
}

.productDropdownFix {
	width: 240px;
}

#inboxReportNotification {
	display: none;
	float: left;
	margin: 10px 0 0 6px;
	padding: 3px;
}

#tblVarValuesToRun {
	float: left;
}

#tblVarValuesMissingSingles {
	float: right;
}

#tblVarValuesMissingSingles td {
	text-align: left;
}

.SelectSeparator {
	background-image: url('../images/pixel.png');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-attachment: scroll;
}
