﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 .newBGfont {
	font-family:Verdana,Verdana,Geneva,sans-serif;
	/*font-family:Arial Black,Arial Black,Gadget,sans-serif;*/
	padding-top: 13px;
	padding-left: 5px;
	padding-right: 100px;
	vertical-align: middle;
	text-align: left;
	color: #ffffff;
	width: 800; 
	height: 389;
    font-size:12pt;
    font-weight: bold;
    filter:Glow(Color=#000000, strength=4);
	}
	
#botleft{
background:transparent url('../images/new/banner-bot-left2_DMA.png') no-repeat 0 0;
width: 447px;
height:194px;
}

#botright{
background:transparent url('../images/new/banner-bot-right2_DMA.png') no-repeat 0 0;
width: 452px;
height:194px;
}

.newfooter {
float:right;
color:#95989f;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
text-transform:uppercase;
letter-spacing:5px;
padding:20px 10px 100px 0;
}



/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcTable {	
	}
.pcTL {
	}
.pcT {
	}
.pcTR {
	}
.pcL {
	padding-left: 1px;
	padding-top: 8px;
	width: 1px;
	}
.pcC {
	}
.pcR {
	}
.pcBL {
	}
.pcB {
	padding-bottom: 5;
	}
.pcBR {
	}


/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
a.button_link, .thc a.button_link { 
	color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 0%;
	}

a.button_link:hover, .thc a.button_link:hover {
	color: #ffffff;
	} 

.button-TL-white, .bTL {
	background-image:url(../Images/buttonTL.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 11px;
	height: 2px;
	}
.button-T-white, .bT {
	background-image:url(../Images/buttonT.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 2px;
	}
.button-TR-white, .bTR {
	background-image:url(../Images/buttonTR.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 11px; 
	height: 2px;
	}
.button-L-white, .bL {
	background-image:url(../Images/buttonL.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 11px; 
	height: 14px;
	}
.button-white, .bC {
	background-image:url(../Images/buttonC.gif);
	height: 14px; 
	white-space: nowrap;
	}
.button-R-white, .bR {
	background-image:url(../Images/buttonR.gif); 
	background-repeat: no-repeat;
	background-position: center left;
	width: 11px; 
	height: 14px;
	}
.button-BL-white, .bBL {
	background-image:url(../Images/buttonBL.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 11px;
	height: 4px;
	}
.button-B-white, .bB {
	background-image:url(../Images/buttonB.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 4px;
	}
.button-BR-white, .bBR {
	background-image:url(../Images/buttonBR.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px; 
	height: 4px;
	}
	
	
/**********************************************************************
 * NO Button Styles                                                      *
 **********************************************************************/
a.button_link_nb, .thc a.button_link_nb { 
	color: #2e74a8;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}

a.button_link_nb:hover, .thc a.button_link_nb:hover {
	color: #2e74a8;
	text-decoration: underline;
	} 

.button-TL-white_nb, .bTL_nb {
	width: 11px;
	height: 2px;
	}
.button-T-white_nb, .bT_nb {
	height: 2px;
	}
.button-TR-white_nb, .bTR_nb {
	width: 11px; 
	height: 2px;
	}
.button-L-white_nb, .bL_nb {
	width: 11px; 
	height: 14px;
	}
.button-white_nb, .bC_nb {
	height: 14px; 
	white-space: nowrap;
	}
.button-R-white_nb, .bR_nb {
	width: 11px; 
	height: 14px;
	}
.button-BL-white_nb, .bBL_nb {
	width: 11px;
	height: 4px;
	}
.button-B-white_nb, .bB_nb {
	height: 4px;
	}
.button-BR-white_nb, .bBR_nb {
	width: 11px; 
	height: 4px;
	}

/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/
.MLMmenuAlign { /* menu container alignment */
	padding-bottom: 6px;
	padding-top: 6px;
	}

.MLMmenu { /* menu container */
	}

.MLMmenusub { /* submenu container */
	border: 1px solid #8595a6;
	}

.MLMmC { /* menu item */
	background-image: url('../images/MLMParentMenuEdge.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	display: block;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMmC a {
	background-image: url('../images/space.gif');
	background-position: center left;
	background-repeat: no-repeat;
	}

.MLMmoC { /* menu item hover */
	color: #000000;
	}

.MLMsubmC { /* submenu item */
	background-color: #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMsubmoC { /* submenu item over */
	background-color: #ffffff;
	color: #000000;
	}

.MLMmbbg { /* menu bottom trim */
	}

.MLMmenuVAlign { /* vertical menu container alignment */
	padding-left: 6px;
	padding-right: 6px;
	}

.MLMmenuV { /* vertical menu container */
	position: relative;
	}

.MLMmenuVsub { /* vertical submenu container */
	border: 1px solid #8595a6;
	}

.MLMmvC { /* vertical menu item */
	background-image: url('../images/MLMParentMenuEdge.gif');
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	display: block;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 9px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMmvC a {
	background-image: url('../images/space.gif');
	background-position: center left;
	background-repeat: no-repeat;
	}

.MLMmvoC { /* vertical menu item hover */
	color: #000000;
	}

.MLMsubmvC { /* vertical submenu item */
	background-color: #d9e3eb;
	color: #888888;
	cursor: pointer !important;
	font-family: Arial, ms sans serif;
	font-size: 9px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMsubmvoC { /* vertical submenu item over */
	background-color: #ffffff;
	color: #000000;
	}

.MLMmveTL {
	}

.MLMmveT {
	}

.MLMmveTR {
	}

.MLMmveBL {
	}

.MLMmveB {
	}

.MLMmveBL {
	}
	
	
/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.mainmenu {
	font: bold 12px "Helvetica Neue", Helvetica, Geneva, sans-serif; 
	color: #fff;
	text-transform: uppercase;
	/*text-shadow: red 5px 5px 5px;*/
	margin: 0 0 20px;
	white-space: nowrap;
}

.menus {
	width: 10px;
	padding-top: 3px;	
	}

.menusV {
	padding-left: 0px;
	padding-right: 5px;
	}

.menu_off, .mC_orig { 
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-right: 5px;
	background: #ffffff url('../Images/menubg.gif') repeat-y top left;
	border-bottom: 1px #aaaaaa solid;
	width: 100%;
	white-space: nowrap;
	}
	
.menu_off, .mC { 
	font-weight: normal;
	font-size: 12px;
	color: white;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-right: 0px;
	/*background: #ffffff url('../Images/20menu.gif') repeat-x top left;*/
	background: #ffffff url('../Images/newBar1.jpg') repeat-x top left;
	width: 905px;
	vertical-align: middle;
	height: 41px;
	white-space: nowrap;
	}
	
.menu_off, .mC_nobg { 
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 2px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-right: 18px;
	background: transparent;
	width: 100%;
	vertical-align: middle;
	height: 33px;
	white-space: nowrap;
	}
	
.menu_on, .moC_nobg { 
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 2px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-right: 18px;
	background: #313d71;
	width: 100%;
	vertical-align: middle;
	height: 73px;
	white-space: nowrap;
	}
	
.menu_off, .mC_lo { 
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	background: #d9e3eb;	
	width: 100%;
	white-space: nowrap;
	}
	
.menu_on, .moC_lo { 
	font-weight: normal;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	background: #ffffff;	
	width: 100%;
	white-space: nowrap;
	}

.menu_on, .moC { 
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-right: 5px;
	background: #313d71 ;
	border-bottom: 1px #aaaaaa solid;
	width: 100%;
	white-space: nowrap;
	}

.menu_off a, .mC a { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
.menu_off a, .mC_orig a { 
	color: #888888;
	font-weight: bold;
	text-decoration: none;
	}

.menu_off a:hover, .mC a:hover { 
	color: #888888;
	font-weight: bold;
	}

.menu_on a, .moC a { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

.menu_bot_bg, .mbbg {
    }

/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
.tabBG {
	background-color: #d9e3eb;
	}

.tabBG a {
	color: #666666;
	font-family: Arial, ms sans serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}

.tabBG a:hover {
	color: #000000;
	}
	
	
/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack {
	font-family: Arial, ms sans serif;
	/*font-family: verdana,helvetica,sans-serif*/
	margin: 0px;
	padding: 20px;
	margin-right: auto;
	padding-top: 0px;	
	background:#FFFFFF url("../images/new/bg2.png") repeat-x 0 0;
}

.pageBackgroundOld, .pBackOld {
	background-color: #8595a6;
	width: 96%;
	height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}
	
.pageBackgroundRG, .rgBack {
	background-color: #ffffff;
	width: 96%;
	height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}

.pageBorderTL, .pbTL {
	background-image: url(../Images/pageBorderTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 14px;
	height: 10px;
	}
.pageBorderT, .pbT {
	background-image: url(../Images/pageBorderT.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 10px;
	}
.pageBorderTR, .pbTR {
	background-image: url(../Images/pageBorderTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 14px;
	height: 10px;
	}
.pageBorderL, .pbL {
	background-image: url(../Images/pageBorderL.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 14px;
	}
.pageBorderC, .pbC {
	background-image: url(../Images/pageBorderC.gif);
	}
.pageBorderR, .pbR {
	background-image: url(../Images/pageBorderR.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 14px;
	}
.pageBorderBL, .pbBL {
	background-image: url(../Images/pageBorderBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 14px;
	height: 16px;
	}
.pageBorderB, .pbB {
	background-image: url(../Images/pageBorderB.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 16px;
	}
.pageBorderBR, .pbBR {
	background-image: url(../Images/pageBorderBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 14px;
	height: 16px;
	}
.page_yellow, .pContent { 
	background: #ffffff;
	height: 30px;
	width: 100%;
	padding-top: 8px;
	padding-left: 10px;
	}

.pageAlignment, .pAlign {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.borderTable, .pbTable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.divider { 
	padding-left:25px;
	}

.footer {
	color: #444444;
	padding-left: 10px;
	border-top: 1px solid #313d71 ;
	width: 857px;
	}

.logoBG {
	background-color: #ffffff;
	padding-left: 10px;
	} 

/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInBar {
	background-image:url(../Images/SignInBarBackground.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	}

.signInBarL {
	background-image:url(../Images/SignInBarL.gif);
	background-repeat: no-repeat;
	}

.signInBar a, .signInBar input {
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	}

.signInBarStatus {
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	}
	
/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body, .dBody {
	background: #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	
	}
	
.dialog_body, .dBodyRG {
	background: #ffffff;
	padding: 0px;
	}

.dialog_field_value, .dfv {
	}
    
.dialog_header, .dh {
	/*background-color: #d9e3eb;*/
	/*border-bottom: 1px solid #aaaaaa ;*/
	height: 18px;
	}
	
.page_header, .ph {
	/*background-color: #d9e3eb;*/
	background-color: #ffffff;
	/*border-top: 1px solid #313d71;*/
	height: 0px;
	padding-left: 5px;
	}

.grid_spacer, .gs {
	background-color: #d9e3eb;
	/*border-bottom: 1px solid #313d71 ;*/
	height: 4px;
	}

.dialog_header_text, .dht {
	color: #313d71;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, ms sans serif;
	padding-left: 13px;
	padding-top: 3px;
	text-align: left;
	width: 100%;
	}
	
.dialog_header_text, .dhts {
	color: #313d71;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, ms sans serif;
	padding-left: 13px;
	padding-top: 3px;
	text-align: left;
	width: 100%;
	}

.dialogHeaderEdgeL, .dhel {
	/*background: #d9e3eb url('../Images/dialogHeaderEdgeL.gif') no-repeat top left; */
	width: 20px;
	}

.dialogHeaderEdgeR, .dher {
	width: 10px;
	}

.dialogHeaderIcon, .dhi {
	width: 16px;
	vertical-align: middle;
	padding-top: 6px;
	}

.dialogHeaderExpandCollapseIcon, .dheci {
	background-image:url(../Images/dialogHeaderT.gif);
	width:20px;
	height:14px;
	padding-top: 5px;
	vertical-align: middle;
	}

.dialogHeaderPrintEmailIcon, .dhpei {
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	}

.dialogHeaderTotalRecordCount, .dhtrc {
	background-image: url(../Images/dialogHeaderT.gif);
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 20px;
	}

.dialogHeaderTotalRecordCountText, .dhtrct {
	}

.dialog_view, .dv {
	width:100%;
	}

.dialog_view_iPhone, .dviPhone {
	width:320px;
	}
	
.category, .c {
	color: #000000;
	padding: 5px;
	}

.category_area, .ca { 
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	
	}

.category_area A, .ca A { 
	color: #888888;
	text-decoration: underline;
	}	

.category_area A:hover, .ca A:hover { 
	color: #000000;
	text-decoration: underline;
	}	

.subcategory_label, .scl {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.subcategory SELECT, .sc SELECT {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.recordPanelButtonsAlignment, .rpbAlign {
	padding-top: 10px;
	padding-bottom: 5px;
   	padding-left: 100px;
	}
    
.field_label, .fl {
	font-size: 11px;
	padding-left: 1px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	white-space: nowrap;	
	}
	
.field_label_on_side, .fls {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	color: #444444;
	white-space: nowrap;	
	}
	
.field_label_on_side, .flsc {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 45px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	width: 460px;

	}
	
.field_label_on_side, .flscMin {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 45px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	width: 500px;
	min-height: 485px;
	}
	
.field_label_on_side, .flscDma {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 45px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	width: 500px;
	min-height: 485px;

	}
	
.field_label_on_side, .flscDma2 {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 45px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	width: 500px;
	}
	
.field_label_on_side, .flscDmaHelp {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 45px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
}
	
.field_label_on_side, .flscNoPad {
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	width: 485px;
	height: 300px;	
	}
	
.field_label_on_side, .flscFAQ {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #444444;
	width: 485px;	
	}
	
.field_label_on_side, .flsrgB {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #444444;
	white-space: nowrap;	
	}
	
.field_label_on_side, .flsbold {
	background: #d9e3eb;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 4px;
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	color: #444444;
	white-space: nowrap;	
	}
	
.field_label_on_side, .flsw {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 4px;
	vertical-align: bottom;
	text-align: right;
	font-weight: bold;
	color: #8595a6; 
	white-space: nowrap;
	
	}
	
.field_label_on_side, .flswl {
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 4px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	color: #8595a6; 
	white-space: nowrap;
	
	}

.field_value, .fv {
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	}

.field_input, .fi {
	background: #ffffff;
	color: #222222;
	font-size: 11px;
	font-family: Verdana, Geneva, ms sans serif;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #f0f0f0 solid;
	border-bottom: 1px #f0f0f0 solid;
	}

.filter_value, .filv {
	}
    
.filter_button_cell, .filbc {
	}
    
.Filter_Input, .fili {
	font-family: Arial, ms sans serif;
	font-size: 11px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;	
	}

.filter_area, .fila {
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	}	
	
.search_area, .sa {
	background: #99cccc;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 10px 0px 10px;
	border: 0px;
	}

.search_label, .sl {
	}
    
.Search_Input, .si {
	font-family: Arial, ms sans serif;
	font-size: 11px;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	} 
	
.rangeFilterText, .rft {
	color: #bbbbbb;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	text-transform: none;
	}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell, .prbbc {
	vertical-align: bottom;
	}
	
.prbg {
	background-image:url(../Images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	vertical-align: middle;
	}

.pagination_area, .pra {
	background: #d9e3eb;
	font-family: Arial, ms sans serif;
	font-size: 10px;
   	vertical-align: bottom;
  	}

.pagination_label, .prl {
	vertical-align: middle;
	padding: 0px 2px 4px 2px;
	font-family: Arial, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
 	}

.pagination_value, .prv {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}
    
.Pagination_Input, .pri {
	font-family: Arial, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	border-bottom: 1px #eeeeee solid;	
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	background: #ffffff;
   	}

.pagination_row, .pr {
	vertical-align: middle;
	background: #d9e3eb;
	width: 100%;
	padding: 0px;
	}

.paginationRowEdgeL, .prel {
	background: #d9e3eb url('../Images/paginationRowEdgeL.gif') no-repeat top left; 
	width: 20px;
	}

.paginationRowEdgeR, .prer {
	width: 20px;
	}

.paginationButtonFirst, .prbf {
	background-image:url(../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonPrevious, .prbp {
	background-image:url(../Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonNext, .prbn {
	background-image:url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	}

.paginationButtonLast, .prbl {
	background-image:url(../Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 19px;
	} 


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, thcs { 
	color: #ffffff;
	padding: 6px 4px 6px 2px;
	background: #8595a6;
	border-bottom: 1px #a89fa9 solid;
	vertical-align:middle;
	font-size: 9px;
	text-align: left;
	}

.column_header, .tch { 
	padding: 2px 10px 2px 10px;
	text-align: left;
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A {
	text-decoration: underline;
	color: #eeeeee;
	font-size: 9px;
	white-space: nowrap;
	text-align: left;
	}

.column_header A:hover, .column_header_scrolling A:hover, .tch A:hover, .tchs A:hover {
	color: #ffffff;
	font-size: 9px;
	text-decoration: underline;
	text-align: left;
	}

.columnHeaderFilterPadding, .tchfilp {
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A, .tchfilp A {
	text-decoration: none;
	}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover {
	text-decoration: none;
	}

.icon_cell, .alt_icon_cell, .tic, .taic {
	padding-top: 3px;
	background: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich {
	color: #ffffff;
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	background-color: #8595a6;
	}

.icon_cell_selected, .tics {
	padding-top: 3px;
	border-bottom: 1px #a89fa9 solid;
	vertical-align: middle;
	width: 16px;
	background-color: #d9e3eb;
	}

.table_cell, .alt_table_cell, .ttc, .tatc {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background: #ffffff;
	vertical-align: middle;
	text-align:left;
	white-space: nowrap;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch {
	color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	text-align:left;
	background-color: #8595a6;
	}
	
.table_cell_selected, .ttcs {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	text-align:left;
	background-color: #d9e3eb;
	}

.column_header_rg, .tchrg { 
	padding: 2px 10px 2px 10px;
	text-align: center;
	white-space: nowrap;
	}
	
.table_cell_rg, .alt_table_cell_rg, .ttcrg, .tatcrg {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	background: #ffffff;
	vertical-align: middle;
	text-align:center;
	white-space: nowrap;
	}

.table_cell_highlighted_rg, .alt_table_cell_highlighted_rg, .ttchrg, .tatchrg {
	color: #ffffff;
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	text-align:center;
	background-color: #8595a6;
	white-space: nowrap;
	}

.table_cell_selected_rg, .ttcsrg {
	border-bottom: 1px #a89fa9 solid;
	padding: 5px 4px 5px 4px;
	vertical-align: middle;
	text-align:center;
	background-color: #d9e3eb;
	white-space: nowrap;
	}

.totals_cell, .tpttc {
	padding: 3px 5px 3px 5px;
	color: #444444;
	text-align: left;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	width: 48px;
	}
      
.totals_cell_value, .tpttcv {
	padding: 3px 5px 3px 5px;
	color: #444444;
	text-align: right;
	background: #dddddd;
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	}	      

.page_total_label, .tptl {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
	}

.page_total_value, .tptv {
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.grand_total_label, .tgtl {
	font-size: 9px;
	font-weight: bold;
	color: #555555;
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
	}

.grand_total_value, .tgtv {
	vertical-align: middle;
	font-weight: normal;
	color: #000000;
	text-align: left;
	}

.tableRowsEdge, .tre {
	padding: 0px;
	}


/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer {
	clear: both;
	height: 500px;  /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
	}

div.tableContainer table {
	width: 97%; /* defines data region width (provide room for scroll bar) */

	}

thead.fixedHeader tr {
	background-color: #8595a6; /* obscures data behind headers */
	position: relative; 	   /* fixes headers in place */
	}

.scrollContent {
	display: block;
	}

thead.fixedHeader td.button-white {
	white-space: nowrap;
	width: 0%;
	}

thead.fixedHeader table {
	width: 0%;
	}

/**********************************************************************
 * Auto Type Ahead Styles                                             * 
 **********************************************************************/
.autotypeahead_completionListElement {  
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	height: 98px;
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	visibility: hidden;
	}

.autotypeahead_highlightedListItem {
	background-color: #8595a6;
	color: #ffffff;
	padding-bottom: 1px; 
	}

.autotypeahead_listItem {
	padding-bottom: 1px; 
	}
	
	
/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay {
	background-color: #8595a6;
	}

.dsDayHeader {
	color: #ffffff;
	background-color: #8595a6;
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay {
	padding: 6px;
	}

.dsTitle {
	color: #666666;
	background: #d9e3eb;
	font-weight: bold;
	}

.dsWeekendDay {
	background-color: #a3b7cc;
	padding: 6px;
	}

.dsOtherMonthDay {
	background-color: #a3b7cc;
	padding: 6px;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/
.panelInformationDisplayWithImage_ImageArea {
	padding: 10px 10px 10px 16px;
	}

.panelInformationDisplayWithImage_InfoArea {
	vertical-align: middle;
	}

.panelInformationDisplayWithImage_InfoTitle {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	}

.panelInformationDisplayWithImage_InfoDetails {
	padding-right: 16px;
	white-space: nowrap;
	}

.panelInformationDisplay {
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplay_InfoArea {
	padding: 10px;
	}

.panelInformationDisplay_InfoTitle {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	text-align: center;
	}

.panelInformationDisplay_InfoDetails {
	white-space: nowrap;
	text-align: center;
	} 


/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText {
	font-size: 11px;
	color: #666666;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks {
	/* font-size: 10px; */ /* uncomment out to enable 508 */
	/* color: #666666;  */ /* uncomment out to enable 508 */ 
	font-size: 1px;        /* comment out to enable 508 */
	color: #ffffff;        /* comment out to enable 508 */

	}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverTitle {
	color: #444444;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, ms sans serif;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: left;
	width: 100%;
	}

.detailRolloverTL {
	background-image:url(../Images/detailRolloverTL.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTL_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverTL.png');
	}

.detailRolloverT {
	background-image:url(../Images/detailRolloverT.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 57px;
	}

.detailRolloverT_noPNG {
	height: 57px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverT.png');
	}

.detailRolloverTR {
	background-image:url(../Images/detailRolloverTR.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverTR_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverTR.png');
	}

.detailRolloverL {
	background-image:url(../Images/detailRolloverL.png);
	background-position: center right;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverL_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverL.png');
	}

.detailRolloverC {
	background-image:url(../Images/detailRolloverC.png);
	font-family: Arial, ms sans serif;
	font-size: 10px;
	}

.detailRolloverR {
	background-image:url(../Images/detailRolloverR.png);
	background-position: center left;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverR_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverR.png');
	}

.detailRolloverBL {
	background-image:url(../Images/detailRolloverBL.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBL_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverBL.png');
	}

.detailRolloverB {
	background-image:url(../Images/detailRolloverB.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 29px;
	}

.detailRolloverB_noPNG {
	height: 29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverB.png');
	}

.detailRolloverBR {
	background-image:url(../Images/detailRolloverBR.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverBR_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../Images/detailRolloverBR.png');
	}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable {
	background-color: #d9e3eb;
	border: 1px solid #aaaaaa;
	color: #333333;
	}

.dpTD {
	background-color: #ffffff;
	border: 1px #a89fa9 solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayHighlightTD {
	background-color: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTDHover {
	background-color: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayTD {
	background-color: #8595a6;
	border: 1px #a89fa9 solid;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTitleText {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	}