﻿/**********************************************************************
 * 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 {                                                           *f
 * 	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.      *
 *                                                                    *
 **********************************************************************/
/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/	
a.button_link, .thc a.button_link, .tic a.button_link, .ttc a.button_link { /* link text of buttons (including those within column headers and data grid) */ 
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 100%;
	}
	
a.button_link:hover, .thc a.button_link:hover, .tic a.button_link:hover, .ttc a.button_link:hover { /* link text of buttons (including those within column headers and data grid) hover state */
	color: #444444;
	text-decoration: none;
	}

.button-TL-white, .bTL { /* theme button top left edge */
	background-image: url(./Images/buttonTL.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 21px;
	height: 6px;
	}
.button-T-white, .bT { /* theme button top center edge */
	background-image: url(./Images/buttonT.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 6px;
	}
.button-TR-white, .bTR { /* theme button top right edge */
	background-image: url(./Images/buttonTR.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 21px;
	height: 6px;
	}
.button-L-white, .bL { /* theme button left middle edge */
	background-image: url(./Images/buttonL.png);
	background-repeat: no-repeat;
	background-position: center right;
	width: 21px;
	height: 14px;
	}
.button-white, .bC { /* theme button center */
	background-image: url(./Images/buttonC.png);
	background-repeat: repeat-x;
	white-space: nowrap;
	height: 14px; 
	}
.button-R-white, .bR { /* theme button right middle edge */
	background-image: url(./Images/buttonR.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 21px;
	height: 14px; 
	}
.button-BL-white, .bBL { /* theme button bottom left edge */
	background-image: url(./Images/buttonBL.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 21px;
	height: 9px;
	}
.button-B-white, .bB { /* theme button bottom center edge */
	background-image: url(./Images/buttonB.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 9px;
	}
.button-BR-white, .bBR { /* theme button bottom right edge */
	background-image: url(./Images/buttonBR.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 21px;
	height: 9px;
	} 
	
/**********************************************************************
 * Multi-level Menu Styles                                            *
 **********************************************************************/
.MLMmenuAlign { /* horizontal menu container alignment */
	padding-bottom: 6px;
	padding-top: 6px;
	}

.MLMmenu { /* horizontal menu container */
	}

.MLMmenusub { /* horizontal submenu container (menu leaves) */
	border: 1px solid #e3f2f3;
	z-index: 100;
	}

.MLMmC { /* horizontal menu item link text */
	background-color: #fbfbfb;
	background-image: url(../../Images/menuC.gif);
	background-position: top center;
	background-repeat: repeat-x;
	border: 1px solid #e3f2f3;
	color: #888888;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	text-transform: uppercase;
	}

.MLMmC:hover, .MLMmC:hover a, .MLMmoC { /* menu item hover */
	background-color: #dceaeb;
	background-image: url(../../Images/menuOverC.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #444444;
	}

.MLMsubmC { /* horizontal submenu item link text */
	background-color: #f2feff;
	color: #888888;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMsubmoC { /* horizontal submenu item link text hover state */
	background-color: #dceaeb;
	color: #444444;
	}

.MLMmbbg { /* horizontal 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 #e3f2f3;
	z-index: 100;
	}

.MLMmvC { /* vertical menu item link text */
	background-color: #1a1a1a;
	background-image: url(./Images/menucC.png);
	background-position: top center;
	background-repeat: repeat-x;
	border: 1px solid #e3f2f3;
	color: #CDCDCD;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	text-transform: uppercase;
	}

.MLMmvC:hover, .MLMmvC:hover a, .MLMmvoC { /* vertical menu item link text hover state */
	background-color: #dceaeb;
	background-image: url(../../Images/menuOverC.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #444444;
	}

.MLMsubmvC { /* vertical submenu item link text */
	background-color: #f2feff;
	color: #888888;
	cursor: pointer !important;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.MLMsubmvoC { /* vertical submenu item link text hover state */
	background-color: #dceaeb;
	color: #444444;
	}

.MLMmveTL { /* vertical menu top left edge */
	}

.MLMmveT { /* vertical menu top center edge */
	}

.MLMmveTR { /* vertical menu top right edge */
	}

.MLMmveBL { /* vertical menu bottom left edge */
	}

.MLMmveB { /* vertical menu bottom center edge */
	}

.MLMmveBR { /* vertical menu bottom right edge */
	}
	
	
/**********************************************************************
 * Classic Menu Styles                                                *
 **********************************************************************/
.menus { /* horizontal menu container */
	padding-bottom: 4px;
	padding-top: 4px;
	}

.menusV { /* vertical menu container */
	padding-left: 5px;
	padding-right: 5px;
	}

.menu { /* horizontal/vertical menu item text */
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	}
	
a.menu { /* horizontal/vertical menu item link text */
	color: #888888; 
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1px;
	padding-right: 2px;
	width: 100%;
	}

a.menu:hover { /* horizontal/vertical menu item link text hover state */
	color: #444444;
	}

.menu_on-TL, .moTL, .mvoTL { /* horizontal/vertical menu highlighted item top right edge */
	background-image: url(../../Images/menuOverTL.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 12px;
	height: 6px;
	}
.menu_on-T, .moT, .mvoT { /* horizontal/vertical menu highlighted item top center edge */
	background-image: url(../../Images/menuOverT.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 6px;
	}
.menu_on-TR, .moTR, .mvoTR { /* horizontal/vertical menu highlighted item top right edge */
	background-image: url(../../Images/menuOverTR.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 12px;
	height: 6px;
	}
.menu_on-L, .moL, .mvoL { /* horizontal/vertical menu highlighted item left middle edge */
	background-image: url(../../Images/menuOverL.png);
	background-repeat: no-repeat;
	background-position: center right;
	width: 12px;
	height: 14px;
	}
.menu_on, .moC, .mvoC { /* horizontal/vertical menu highlighted item center */
	background-image: url(../../Images/menuOverC.png);
	white-space: nowrap;
	height: 14px;
	width: 100%;
	}
.menu_on-R, .moR, .mvoR { /* horizontal/vertical menu highlighted item right middle edge */
	background-image: url(../../Images/menuOverR.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 12px;
	height: 14px;
	}
.menu_on-BL, .moBL, .mvoBL { /* horizontal/vertical menu highlighted item bottom left edge */
	background-image: url(../../Images/menuOverBL.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 12px;
	height: 6px;
	}
.menu_on-B, .moB, .mvoB { /* horizontal/vertical menu highlighted item bottom center edge */
	background-image: url(../../Images/menuOverB.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 6px;
	}
.menu_on-BR, .moBR, .mvoBR { /* horizontal/vertical menu highlighted item bottom right edge */
	background-image: url(../../Images/menuOverBR.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 12px;
	height: 6px;
	}

.menu_on a, .moC a, .mvoC a { /* horizontal/vertical menu highlighted item link text */
	color: #444444;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

.menu_off-TL, .mTL, .mvTL { /* horizontal/vertical menu item top right edge */ 
	background-image: url(./Images/menuTL.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 12px;
	height: 6px;
	}
.menu_off-T, .mT, .mvT { /* horizontal/vertical menu item top center edge */
	background-image: url(./Images/menuT.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 6px;
	}
.menu_off-TR, .mTR, .mvTR { /* horizontal/vertical menu item top right edge */
	background-image: url(./Images/menuTR.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 12px;
	height: 6px;
	}
.menu_off-L, .mL, .mvL { /* horizontal/vertical menu item left middle edge */
	background-image: url(./Images/menuL.png);
	background-repeat: no-repeat;
	background-position: center right;
	width: 12px;
	height: 14px;
	}
.menu_off, .mC, .mvC { /* horizontal/vertical menu item center */
	/*background-image: url(./Images/menuC.png);*/
	background-color: #0e0e0c;
	white-space: nowrap;
	height: 14px;
	width: 100%;
	}
.menu_off-R, .mR, .mvR { /* horizontal/vertical menu item right middle edge */
	background-image: url(./Images/menuR.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 12px;
	height: 14px;
	}
.menu_off-BL, .mBL, .mvBL { /* horizontal/vertical menu item bottom left edge */
	background-image: url(./Images/menuBL.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 12px;
	height: 6px;
	}
.menu_off-B, .mB, .mvB { /* horizontal/vertical menu item bottom center edge */
	/*background-image: url(./Images/menuB.png);*/
	background-color: #0e0e0c;
	background-repeat: repeat-x;
	background-position: top center;
	height: 6px;
	}
.menu_off-BR, .mBR, .mvBR { /* horizontal/vertical menu item bottom right edge */
	background-image: url(./Images/menuBR.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 12px;
	height: 7px;
	}

.menuEdgeL, .mel { /* horizontal menu container left edge */
	}

.menuEdgeR, .mer { /* horizontal menu container right edge */
	}

.menu_bot_bg, .mbbg { /* horizontal menu bottom trim */  
	} 


.ajax__tab_xp .ajax__tab_body {
/*background-color:#33435D;*/
background-color:#0e0e0c;
border-color:-moz-use-text-color #999999 #999999;
border-style:none solid solid;
border-width:0 1px 1px;
font-family:verdana,tahoma,helvetica;
font-size:12pt;
padding:8px;
}


/**********************************************************************
 * Tab Control Styles                                                 *
 **********************************************************************/
  
/* ajax__tab_xp-theme theme 
.ajax__tab_cwl .ajax__tab_header 
{
	font-size:11px;
	font-weight:bold;
    font-family:Verdana,Geneva,ms sans serif;
}
.ajax__tab_cwl .ajax__tab_active .ajax__tab_outer,
.ajax__tab_cwl .ajax__tab_header .ajax__tab_outer,
.ajax__tab_cwl .ajax__tab_hover .ajax__tab_outer
{
    margin-right:4px;
}
.ajax__tab_cwl .ajax__tab_active .ajax__tab_inner,
.ajax__tab_cwl .ajax__tab_header .ajax__tab_inner,
.ajax__tab_cwl .ajax__tab_hover .ajax__tab_inner
{
    margin-left:3px;
}
.ajax__tab_cwl .ajax__tab_active .ajax__tab_tab,
.ajax__tab_cwl .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_cwl .ajax__tab_header .ajax__tab_tab
{
	margin-right:0px;	
	padding:8px 23px 8px 20px;
}
.ajax__tab_cwl .ajax__tab_body 
{
    font-family:Verdana,Geneva,ms sans serif;
    font-size:10pt;
    background-color:#E3F2F3;
}
.ajax__tab_cwl-gray .ajax__tab_header 
{
	color:#ffffff;
}
.ajax__tab_cwl-gray .ajax__tab_outer
{
    background:url(./tab/gray/img/gray_left.png) no-repeat 0px 0px;
}
.ajax__tab_cwl-gray .ajax__tab_inner
{
    background:url(./tab/gray/img/gray_right.png) no-repeat 100% 0px;
}
.ajax__tab_cwl-gray .ajax__tab_hover .ajax__tab_outer
{
    background:url(./tab/gray/img/gray_left.png) no-repeat 0px -150px;
}
.ajax__tab_cwl-gray .ajax__tab_hover .ajax__tab_inner
{
    background:url(./tab/gray/img/gray_right.png) no-repeat 100% -150px;
}
.ajax__tab_cwl-gray .ajax__tab_active .ajax__tab_outer
{
    background:url(./tab/gray/img/gray_left.png) no-repeat 0px -300px;
}
.ajax__tab_cwl-gray .ajax__tab_active .ajax__tab_inner
{
    background:url(./tab/gray/img/gray_right.png) no-repeat 100% -300px;
}
.ajax__tab_cwl-gray .ajax__tab_body 
{
	border:solid 2px #778d98;
}
*/

.ajax__tab_cwl
{
	display:block;
	/* fonts for the tabs */
	font-family:Verdana,Geneva,ms sans serif;/*"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;*/
	font-size:10px;	
}
.ajax__tab_cwl .ajax__tab_tab
{
	/* header text is always be bold */
	font-weight:bold;	
}
.ajax__tab_cwl .ajax__tab_body 
{
	/*background-color:#E3F2F3;*/
	background-color:#0e0e0c;
	border:1px solid #eeeeee;
	border-top:none;
	padding:10px;
}
.ajax__tab_cwl .ajax__tab_header
{
	border-bottom:1px solid #eeeeee;
	padding-right:10px;
}

/* regular header styles */
.ajax__tab_cwl .ajax__tab_header .ajax__tab_tab
{
	/* left/right rounded images are 11 pixels wide */
	margin:0px 11px 0px 11px;
	color:#FFFFFF; 
	background:url(./tab/opera/img/bg.png) repeat-x;
	height:22px;
}
.ajax__tab_cwl .ajax__tab_header .ajax__tab_outer
{
	/* 2 pixel horizontal space between tabs */
	margin-right:2px;
	background:url(./tab/opera/img/right.png) no-repeat right top;
	height:22px;    	
}
.ajax__tab_cwl .ajax__tab_header .ajax__tab_inner
{
	background:url(./tab/opera/img/left.png) no-repeat left top;
	height:22px;	
}

/* active/hover headers styles */
.ajax__tab_cwl .ajax__tab_active .ajax__tab_tab, 
.ajax__tab_cwl .ajax__tab_hover .ajax__tab_tab  
{
	/* left/right rounded images are 11 pixels wide */
	margin:0px 11px 0px 11px;
	color:#111111;
	background:url(./tab/opera/img/bg.png) repeat-x 0pt -48px;
	height:22px;
}
.ajax__tab_cwl .ajax__tab_active .ajax__tab_outer,
.ajax__tab_cwl .ajax__tab_hover .ajax__tab_outer
{
	/* 2 pixel horizontal space between tabs */
	margin-right:2px;
	background:url(./tab/opera/img/right.png) no-repeat 100% -48px;
	height:22px;
}
.ajax__tab_cwl .ajax__tab_active .ajax__tab_inner,
.ajax__tab_cwl .ajax__tab_hover .ajax__tab_inner
{
	background:url(./tab/opera/img/left.png) no-repeat 0pt -48px;
	height:22px;	
}


/*******************************************
*    Sign-In page background styles        *
********************************************/

.pBackSignIn 
{
	background: none repeat scroll 0 0 #201F1C;
}

#signInDiv
{    
    width:100%; 
    max-width:1920px; 
    top:50%; 
    height:6em; 
    margin-top:-3em; 
    position:absolute; 
    left: 0px;
}
#signInL
{   
    width: 40%;
    padding-right: 10px; 
    border-right: 2px #333333 solid;
    background-color: #0e0e0c;
}

#signInC
{   height: 100%; 
    background-color: #0e0e0c;
}
#signInR
{    
    vertical-align: bottom;
    min-width: 80px;
    background-color: #0e0e0c;
}
#lblBuild
{
    float: right;
    color: #888888; 
    font-family:Verdana,Geneva,ms sans serif;
    font-size:xx-small;
    vertical-align:bottom;
    padding-right:5px;
}
#logoCustomer
{
  padding-left: 10px;
  padding-top: 10px; 
  padding-bottom: 10px;
}
#wrapper { 
        margin: 0 auto; 
        width: 1598px; 
} 
#content { 
        width: 100%; 
}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack { /* page content container */
	background: none repeat scroll 0 0 #201F1C;
	}

/**********************************************************************
 * AJAX Smooth Panel Update Styles                                    *
 **********************************************************************/
.ajaxUpdatePanel { /* AJAX smooth panel update screen overlay */
	background-color: #FFFFFF;
	filter: alpha(opacity=20); 
	height: 1000px;
	-moz-opacity: 0.20;
	opacity: 0.20;
	padding: 20px;
	position: absolute;
	width: 100%;
	}


/**********************************************************************
 * Sign In Bar Styles                                                 *
 **********************************************************************/
.signInBar { /* sign in bar */
	background-image:url(../../Images/SignInBarBackground.gif);
	background-repeat: repeat-x;
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	}

.signInBarL { /* sign in bar left edge */
	background-image:url(../../Images/SignInBarL.gif);
	background-repeat: no-repeat;
	}

.signInBar a, .signInBar input { /* sign in bar link text */
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	}

.signInBarStatus { /* sign in bar status message text */
	color: #CDCDCD;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
	
.dialog_body, .dBody { /* panel content container (excludes panel header) */ 
	background-color: #0e0e0c;
	color: #FFFFFF;
	border-bottom: 0px #33435D solid;
	border-left: 0px #33435D solid;
	border-right: 0px #33435D solid;
	border-top: 0px #33435D solid;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	}

.dBody2 { /* alternate panel content container (excludes panel header) */
	background-color: #0e0e0c;
	color: #FFFFFF;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	}
	
.dialog_field_value, .dfv { /* panel field value text */
	color: #FFFFFF;
	background-color: #0e0e0c;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 1px 4px 1px 4px;
	}	

.dBodyShowSelectRecordDivider { /* deprecated */
	background-color: #f5feff;
	border-top: 1px solid #e3f2f3;
	}

.dialog_header, .dh { /* panel header container */
	}

.dialogHeaderBackground, .dhb { /* panel header */
	background-image: url(./Images/dialogHeaderT.png);
	background-repeat: repeat-x;
	}

.dialog_header_text, .dht { /* panel header title text */
	background-image: url(./Images/dialogHeaderT.png);
	color: #88888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 2px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
	}

.dialogHeaderTextRecord, .dhtr { /* record panel header title text */
	color: #F3F3F3;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left:2px;
	padding-top: 2px;
	text-transform: uppercase;
	}

.dialogHeaderEdgeL, .dhel { /* panel header left edge */
	background-image:url(./Images/dialogHeaderEdgeL.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 20px;
	height: 26px;
	}

.dialogHeaderEdgeR, .dher { /* panel header right edge */
	background-image:url(./Images/dialogHeaderEdgeR.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 20px;
	height: 26px;
	}

.dialogHeaderIcon, .dhi { /* panel header add/edit/show icon container */
	background-image: url(./Images/dialogHeaderT.png);
	background-repeat: repeat-x; 
	padding-top: 3px;
	vertical-align: middle;
	width: 0px;
	}

.dialogHeaderIconRecord, .dhir { /* record panel header add/edit/show icon container */
	padding-left: 10px;
	padding-right: 10px;
	}

.dialogHeaderExpandCollapseIcon, .dheci { /* panel header expand/collapse icon container */
	background-image:url(./Images/dialogHeaderT.png);
	width:20px;
	height:14px;
	vertical-align: middle;
	padding-top: 2px;
	}

.dialogHeaderPrintEmailIcon, .dhpei { /* panel header print/email icon container */
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	} 

.dialogHeaderTotalRecordCount, .dhtrc { /* panel header total record count container */
	background-image: url(./Images/dialogHeaderT.png);
	text-align: right;
	vertical-align: middle;
	padding-left: 20px;
	padding-top: 3px;
	}

.dialogHeaderTotalRecordCountText, .dhtrct { /* panel header total record count text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

.dialog_view, .dv { /* panel container (includes panel header) */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	}

.dv2 { /* nested panel container (includes panel header) */
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	width: 300px;
	}

.category, .c { /* category filter container */
	color: #88888;
	padding: 5px;
	}

.category_area, .ca { /* category filter */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	white-space: nowrap;	
	padding-bottom: 4px;
	}

.category_area A, .ca A { /* category filter link text */
	color: #88888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-decoration: underline;
	}

.category_area A:hover, .ca A:hover { /* category filter link text hover state */
	color: #88888;
	text-decoration: underline;
	}

.subcategory_label, .scl { /* category filter label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	color: #88888;
	padding-left: 4px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.subcategory SELECT, .sc SELECT { /* category filter drop-down list */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
	}

.recordPanelButtonsAlignment, .rpbAlign { /* page buttons alignment */
	padding-bottom: 5px;
	padding-top: 5px;
	}
    
.buttonPadding { /* page buttons padding */
	margin-right: 6px;
	}

.field_label, .fl { /* field label (on top) */
	color: #CCCCC7;
	background-color: #0e0e0c;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	}

.field_label_on_side, .fls { /* field lable on side */
	color: #88888;
	background-color: #0e0e0c; /*background-color: #444444;*/
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;	
	}

.field_value, .fv { /* field value */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding: 0px;
	}

.field_input, .fi { /* input textbox */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #0e0e0c;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-bottom: 1px #555555 solid;
	color: #FFFFFF;
	}

.filter_value, .filv { /* filter value */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	}

.filter_button_cell, .filbc { /* filter button container */
	background-color: #0e0e0c;
	padding-left: 9px;
	pading-top: 1px;
	vertical-align: bottom;
	}	

.Filter_Input, .fili { /* filter drop-down list */
    background-color: #201F1C;                   
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	margin: 3px;
	color: #FFFFFF;
	}

.filter_area, .fila { /* filter label */
	background-color: #0e0e0c;
	color: #CCCCC7;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	vertical-align: middle;
	white-space: nowrap;	
	}	
	
.search_area, .sa { /* search area container */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	}

.search_label, .sl { /* search label */
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 5px;
	}

.Search_Input, .si { /* search textbox */
	background-color: #201F1C;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	margin: 3px;
	color:#FFFFFF;
	} 

.rangeFilterText, .rft { /* range filter label */
	color: #88888;
	font-family: Verdana, Geneva, 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 { /* button bar button container */
	/*background-image:url(../../Images/paginationRowT.gif);*/
	background-image: none;
	background-repeat: repeat-x;
	padding-bottom: 3px;
	vertical-align: bottom;
	}
	
.prbg { /* pagination row button container */
	background-image:url(../../Images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}

.pagination_area, .pra { /* pagination row container */
	/*background-image:url(../../Images/paginationRowT.gif);
	background-repeat: repeat-x;*/
	background-image: none;
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-bottom: 3px;
	vertical-align: bottom;
	white-space: nowrap;	
	}

.pagination_label, .prl { /* pagination row label */
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	}

.pagination_value, .prv { /* pagination row value */
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	}

.Pagination_Input, .pri { /* pagination row input textbox */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ffffff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	}

.pagination_row, .pr { /* button bar/pagination row container */
	font-weight: bold;
	vertical-align: middle;
	/*background-color:#E3F2F3;*/
	}

.paginationRowEdgeL, .prel { /* button bar/pagination row left edge */
	background-image:url(../../Images/paginationRowEdgeL.gif); 
	background-repeat: no-repeat;
	width: 20px;
	}

.paginationRowEdgeR, .prer { /* button bar/pagination row right edge */
	background-image:url(../../Images/paginationRowEdgeR.gif);
	background-repeat: no-repeat;
	width: 20px;
	}

.paginationButtonFirst, .prbf { /* pagination row first page button */
	background-image:url(../../Images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	}

.paginationButtonPrevious, .prbp { /* pagination row previous page button */
	background-image:url(../../Images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	}

.paginationButtonNext, .prbn { /* pagination row next page button */
	background-image:url(../../Images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	}

.paginationButtonLast, .prbl { /* pagination row last page button */
	background-image:url(../../Images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	} 
 

/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell, .header_cell_scrolling, .thc, .thcs 
{
    background-color:#0e0e0c;
	/*background-color: #E3F2F3;*/
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #CCCCC7;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
	}

.thcnb { /* column header container (above row buttons) */
	/*background-color: #E3F2F3;*/
	background-color:#0e0e0c;
	border-bottom: 1px #CCCCC7 solid;
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
	}

.thcwb { /* column header container (above select checkbox) */
	/*background-color: #E3F2F3;*/
	background-color:#0e0e0c;
	border-bottom: 1px #CCCCC7 solid;
	border-left: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #888888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
	}

.header_cell_empty, .thce { /* column header container (when no column header text is present) */
	/*background-color: #E3F2F3;*/
    background-color:#0e0e0c;	
	border-bottom: 1px #CCCCC7 solid;
	}

.column_header, .tch { /* column header text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	}

.column_header A, .column_header_scrolling A, .tch A, .tchs A { /* column header link text */
	color: #CCCCC7; 
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-decoration: none;
	} 
	
.column_header A:hover, .column_header_scrolling A:hover, .tch A,:hover .tchs A:hover {
	color: #CCCCC7;
	}

.columnHeaderFilterPadding, .tchfilp { /* above column filter container */
	padding-top: 4px;
	text-align: center;
	}

.columnHeaderFilterPadding A, .tchfilp A { /* above column filter link text */
	text-decoration: none;
	}

.columnHeaderFilterPadding A:hover, .tchfilp A:hover { /* above column filter link text hover state */
	text-decoration: none;
	}

.icon_cell, .alt_icon_cell, .tic, .taic { /* deprecated: data grid row button container */
	background-color: #E3F2F3;
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}

.icon_cell_highlighted, .alt_icon_cell_highlighted, .tich, .taich { /* deprecated: data grid row button container highlighted state */
	background-color: #E3F2F3;
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}

.icon_cell_selected, .tics { /* deprecated: data grid row button container selected state */
	background-color: #f2feff;
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}
	
.ticnb { /* data grid row button container */
	/*background-color: #E3F2F3;*/
	background-color:#0e0e0c;
	border-bottom: 1px #CCCCC7 solid;
	color: #88888;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: middle;
	width: 16px;
	}

.tichnb { /* data grid row button container highlighted state */
	background-color: #E3F2F3;
	border-bottom: 1px #CCCCC7 solid;
	color: #88888;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: middle;
	width: 16px;
	}

.ticsnb { /* data grid row button container selected state */
	background-color: #f2feff;
	border-bottom: 1px #CCCCC7 solid;
	color: #88888;
	padding-left: 1px;
	padding-top: 5px;
	vertical-align: middle;
	width: 16px;
	}
	
.ticwb { /* data grid select checkbox container */
	/*background-color: #E3F2F3;*/
	background-color:#0e0e0c;
	border-bottom: 1px #CCCCC7 solid;
	border-left: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}

.tichwb { /* data grid select checkbox container highlighted state */
	background-color: #e3f2f3;
	border-bottom: 1px #CCCCC7 solid;
	border-left: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}

.ticswb { /* data grid select checkbox container selected state */
	background-color: #f2feff;
	border-bottom: 1px #CCCCC7 solid;
	border-left: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}
				
.tichb { /* data grid right-most row button container (when no select checkbox is present) */
	background-color: #ffffff;
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}

.tichhb { /* data grid right-most row button container (when no select checkbox is present) highlighted state */
	background-color: #e3f2f3;
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}

.ticshb { /* data grid right-most row button container (when no select checkbox is present) selected state */
	background-color: #f2feff;
	border-bottom: 1px #CCCCC7 solid;
	border-right: 1px #CCCCC7 solid;
	color: #88888;
	padding-top: 3px;
	vertical-align: middle;
	width: 16px;
	}		

.icon_cell_empty, .tice { /* data grid row button container (when no row button is present) */
	background-color: #ffffff;
	border-bottom: 1px #CCCCC7 solid;
	width: 0px;
	}

.icon_cell_highlighted_empty, .tiche { /* data grid row button container (when no row button is present) highlighted state */
	background-color: #e3f2f3;
	border-bottom: 1px #CCCCC7 solid;
	width: 0px;
	}

.icon_cell_selected_empty, .ticse { /* data grid row button container (when no row button is present) selected state */
	background-color: #f2feff;
	border-bottom: 1px #CCCCC7 solid;
	width: 0px;
	}
	
.table_cell, .alt_table_cell, .ttc, .tatc { /* data grid data container */
	padding: 5px;
	color: #F6F6F6;
	vertical-align: middle;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-right: 1px #CCCCC7 solid;
	border-bottom: 1px #CCCCC7 solid;
	background-color: #201F1C;
	}

.table_cell_highlighted, .alt_table_cell_highlighted, .ttch, .tatch { /* data grid data container highlighted state */
	padding: 5px;
	color: #88888;
	vertical-align: middle;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-right: 1px #CCCCC7 solid;
	border-bottom: 1px #CCCCC7 solid;
	background-color: #e3f2f3;
	}

.table_cell_selected, .ttcs { /* data grid data container selected state */
	padding: 5px;
	color: #88888;
	vertical-align: middle;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-right: 1px #CCCCC7 solid;
	border-bottom: 1px #CCCCC7 solid;
	background-color: #f2feff;
	}

.ttc a, .tatc a, .ttch a, .tatch a, .ttcs a, .dfv a, .dialog_field_value a { /* data grid data link text */
	color: #888888; 
	}

.ttc a:hover, .tatc a:hover, .ttch a:hover, .tatch a:hover, .ttcs a:hover, .dfv a:hover, .dialog_field_value a:hover { /* data grid data link text hover state */
	color: #FFFFFF;
	}

.ttc .dv, .ttch .dv, .ttcs .dv { /* panel container nested within data grid */
	margin: 0px;
	padding: 0px;
	}

.ttc .ajax__tab_xp, .ttch .ajax__tab_xp, .ttcs .ajax__tab_xp { /* tab container nested within data grid */
	margin: 0px;
	padding: 0px;
	}

.totals_cell, .tpttc { /* data grid totals container */
	padding: 5px;
	color: #88888;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-right: 1px #CCCCC7 solid;
	border-bottom: 1px #CCCCC7 solid;
	background-color: #ffffff;
	width: 48px;
	}

.totals_cell_value, .tpttcv { /* data grid totals text */
	padding: 5px;
	color: #88888;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: right;
	background-color: #ffffff;
	}

.page_total_label, .tptl { /* data grid page totals label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #88888;
	padding-left: 20px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.page_total_value, .tptv { /* data grid page totals text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	}

.grand_total_label, .tgtl { /* data grid grand total label */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #88888;
	padding-left: 20px;
	white-space: nowrap;	
	vertical-align: middle;
	}

.grand_total_value, .tgtv { /* data grid grand total text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	}

.tableRowsEdge, .tre { /* data grid container */
	/*border-left: 1px #e3f2f3 solid;*/
	border-left: 0px #CCCCC7 solid;
	background-color:#0e0e0c;
	/*background-color: #e2f2f3;*/
	padding:5px;
	} 


/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer { /* scrolling table container */
	clear: both;
	height: 285px;  /* defines scrolling region height */
	overflow: auto; /* enables scroll bar */
	}

div.tableContainer table { /* data grid container of scrolling table */
	width: 97%; /* defines data region width (provide room for scroll bar) */
	}

thead.fixedHeader tr { /* fixed column header of data grid */
	background-color: #e3f2f3; /* obscures data behind headers */
	position: relative; 	   /* fixes headers in place */
	}

.scrollContent { /* data grid (excludes fixed column header) within scrolling table */
	display: block;
	}

thead.fixedHeader td.button-white { /* theme button container within scrolling table column header */
	white-space: nowrap;
	width: 0%;
	}

thead.fixedHeader table { /* deprecated */
	width: 0%;
	}


/**********************************************************************
 * Auto Type Ahead (Interactive Search) Styles                        * 
 **********************************************************************/
.autotypeahead_completionListElement { /* textbox value */   
	background-color: #ffffff;
	border-bottom: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #555555 solid;
	border-top: 1px #555555 solid;
	height: 90px;
	list-style-type: none;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;		
	visibility: hidden;
	}

.autotypeahead_highlightedListItem { /* highlighted list item */
	background-color: #e3f2f3;
	padding-bottom: 1px; 
	}

.autotypeahead_listItem { /* list item */
	padding-bottom: 1px; 
	}


/**********************************************************************
 * AJAX Calendar Styles                                               *
 **********************************************************************/
.MyCalendar .ajax__calendar_container { /* AJAX calendar container */
	background-color: #ffffff;
	border: 1px solid #636563;
	color: #000000;
	z-index: 20;
	}

.MyCalendar .ajax__calendar_day { /* AJAX calendar non-current day container */ 
	border: 1px solid #ffffff;
	}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year { /* AJAX calendar non-current month day/year container */
	border: 1px solid #ffffff;
	color: #636563;
	}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year { /* AJAX calendar day/month/year hover state */
	background-color: #effbff;
	border: 1px solid #def3ff;
	color: #0065ce;
	}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year { /* AJAX calendar current day/month/year container */
	background-color: #effbff;
	border: 1px solid #0065ce;
	color: #0065ce;
	}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/
.panelInformationDisplayWithImage { /* information panel (with image) container */
	}

.panelInformationDisplayWithImage_ImageArea { /* information panel (with image) image container */
	padding: 10px 10px 10px 16px;
	}

.panelInformationDisplayWithImage_InfoArea { /* information panel (with image) info container */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: middle;
	}

.panelInformationDisplayWithImage_InfoTitle { /* information panel (with image) info title text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	}

.panelInformationDisplayWithImage_InfoDetails { /* information panel (with image) info details text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	padding-right: 16px;
	white-space: nowrap;
	}

.panelInformationDisplay { /* information panel container */
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	}

.panelInformationDisplay_InfoArea { /* information panel info container */
	padding: 10px;
	}

.panelInformationDisplay_InfoTitle { /* information panel info title text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	white-space: nowrap;	
	text-align: center;
	}

.panelInformationDisplay_InfoDetails { /* information panel info details text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
	} 


/**********************************************************************
 * Configuration/Error Page Styles                                    *
 **********************************************************************/
.configureErrorPagesText { /* configure/error page body text */
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	color: #88888;
	}
	

/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks { /* skip navigation links container*/
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color: #88888;
	}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverPopup { /* detail rollover popup container */
	position: absolute;
	visibility: visible;
	z-index: 2;
	}

.detailRolloverTitle { /* detail rollover popup title */
	color: #88888;
	text-transform: uppercase;
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	font-size: 11px;
	padding-left:2px;
	padding-bottom: 0px;
	vertical-align: middle;
	padding-top: 2px;
	width: 100%;
	}

.detailRolloverPopupCloseButtonAlignment { /* detail rollover popup close button container */
	padding-top: 26px;
	}

.detailRolloverTL { /* detail rollover popup top left edge */
	background-image:url(../../Images/detailRolloverTL.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverT { /* detail rollover popup top center edge */
	background-image:url(../../Images/detailRolloverT.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 57px;
	}

.detailRolloverTR { /* detail rollover popup top right edge */
	background-image:url(../../Images/detailRolloverTR.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 57px;
	width: 65px;
	}

.detailRolloverL { /* detail rollover popup left middle edge */
	background-image:url(../../Images/detailRolloverL.png);
	background-position: center right;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverC { /* detail rollover popup center */
	background-image:url(../../Images/detailRolloverC.png);
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}

.detailRolloverR { /* detail rollover popup right middle edge */
	background-image:url(../../Images/detailRolloverR.png);
	background-position: center left;
	background-repeat: repeat-y;
	width: 65px;
	}

.detailRolloverBL { /* detail rollover popup bottom left edge */
	background-image:url(../../Images/detailRolloverBL.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

.detailRolloverB { /* detail rollover popup bottom center edge */
	background-image:url(../../Images/detailRolloverB.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 29px;
	}

.detailRolloverBR { /* detail rollover popup bottom right edge */
	background-image:url(../../Images/detailRolloverBR.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	width: 65px;
	}

/**********************************************************************
 * Custom Styles                                                      *
 **********************************************************************/
.remoteDesktopField { /* remote desktop field container */
	background-image:url(../../Images/remoteDesktop.png);
	background-position: center center;
	background-repeat: no-repeat;
	}

/**********************************************************************
 **********************************************************************
 * Migration-Only Styles                                              *
 *                                                                    *
 * The following styles have been deprecated in the latest release,   *
 * but may still be needed in migrated applications.                  *
 **********************************************************************
 **********************************************************************/

/**********************************************************************
 * Page Center Styles                                                 *
 **********************************************************************/
.pcTable { /* contents of page container */
	}
.pcTL { /* page container top left edge */
	}
.pcT { /* page container top center edge (header container) */
	}
.pcTR { /* page container top right edge */
	}
.pcL { /* page container left middle edge (vertical menu container) */
	padding-left: 1px;
	padding-top: 0px;
	vertical-align: top;
	width: 1px;
	}
.pcC { /* page container center (contents of page container) */
	vertical-align: top;
	width: 100%;
	}
.pcR { /* page container right middle edge */
	}
.pcBL { /* page container bottom left edge */
	}
.pcB { /* page container bottom center edge (footer container) */
	width: 1000px;
	}
.pcBR { /* page container bottom right edge */
	}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBorderTL, .pbTL { /* page border top left edge */
	background: #ffffff;
	}
.pageBorderT, .pbT { /* page border top center edge */
	background: #ffffff;
	}
.pageBorderTR, .pbTR { /* page border top right edge */
	background: #ffffff;
	}
.pageBorderL, .pbL { /* page border left middle edge */
	background: #ffffff;
	}
.pageBorderC, .pbC { /* page border center */
	background: #ffffff;
	vertical-align: top;
	}
.pageBorderR, .pbR { /* page border right middle edge */
	background: #ffffff;
	}
.pageBorderBL, .pbBL { /* page border bottom left edge */
	background: #ffffff;
	}
.pageBorderB, .pbB { /* page border bottom center edge */
	background: #ffffff;
	}
.pageBorderBR, .pbBR { /* page border bottom right edge */
	background: #ffffff;
	}

.page_yellow, .pContent { /* page content container */
	color: #003366; 
	height: 30px;
	text-align: left;
	}

.pageAlignment, .pAlign { /* page content container alignment */
	vertical-align: top;
	}

.borderTable, .pbTable { /* page content container */
	}

.divider { /* deprecated */ 
	}

.footer {
    color:#CCCCC7;
    font-family:Verdana,Geneva,ms sans serif;
    font-size:10px;
    padding-top:6px;
}

.logoBG { /* logo image container */
	} 


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay { /* current day container */
	background-color: #e3f2f3;
	}

.dsDayHeader { /* day of week header container */
	color: #88888;
	background-color: #e3f2f3;
	font-size: 10px;
	padding: 6px;
	}

.dsSelectedDay { /* selected day container */
	padding: 6px;
	}

.dsTitle { /* title */
	color: #88888;
	background-color: #e3f2f3;
	font-weight: bold;
	}

.dsWeekendDay { /* weekend day container */
	background-color: #f8f8f8;
	padding: 6px;
	}

.dsOtherMonthDay { /* non-current month/day container */
	background-color: #f8f8f8;
	padding: 6px;
	}

.dsDay a, .dsTodayDay a, .dsSelectedDay a, .dsWeekendDay a, .dsOtherMonthDay a { /* day link text */
	color: #88888;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable { /* date selector container */
	background-color: #e3f2f3;
	border: 1px solid #aaaaaa;
	color: #000000;
	}

.dpTD { /* date selector non-current-month day container */
	background-color: #ffffff;
	border: 1px #e3f2f3 solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayHighlightTD { /* date selector current day container */
	background-color: #e3f2f3;
	border: 1px #e3f2f3 solid;
	color: #88888;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTDHover { /* date selector day container hover state */
	background-color: #e3f2f3;
	border: 1px #e3f2f3 solid;
	color: #88888;
	cursor: pointer;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpDayTD { /* date selector day container */
	background-color: #e3f2f3;
	color: #000000;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
	}

.dpTitleText { /* date selector title text */
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	}

.dpDiv { /* deprecated */
	}

.dpTR { /* date selector week container */
	}

.dpTitleTR { /* date selector title text container */
	}

.dpDayTR { /* date selector day container */
	}


/**********************************************************************
 * Detail Rollover Popup Styles (for non-PNG-supporting IE6)          *
 **********************************************************************/
/*
.detailRolloverTL_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverTL.png');
	}

.detailRolloverT_noPNG {
	height: 57px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverT.png');
	}

.detailRolloverTR_noPNG {
	height: 57px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverTR.png');
	}

.detailRolloverL_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverL.png');
	}

.detailRolloverR_noPNG {
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverR.png');
	}

.detailRolloverBL_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverBL.png');
	}

.detailRolloverB_noPNG {
	height: 29px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverB.png');
	}

.detailRolloverBR_noPNG {
	height: 29px;
	width: 65px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../Images/detailRolloverBR.png');
    }
*/
