HTML
{
	direction: ltr;
}
*
{
	margin: 0;
	padding: 0;
}

BODY
{
	background-image: url( '../Images/headerbg.jpg' );
	background-repeat: repeat-x;
	font-family: arial, "Lucida Grande" , ms sans serif;
	margin: 0px;
	padding: 0px;
}
TD
{
	text-align: left;
	font-size: 10px;
}

p
{
	font-size: 11px;
	color: #333333;
}
 .alertText
 {font-size: 14px;
	color: #FF0000;
	font-weight:bold;
	}
	
.pageMargin 
{
    margin:0 0 0 26px;
    }	
/**********************************************************************
 * Form Styles                                                 *
 **********************************************************************/
div.singleform
{
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	min-width: 450px;
	border: none;
}

div.singleform fieldset
{
	border: none;
	border-top: 1px solid #e5e5e5;
	background: url(../Images/formbg.gif) left bottom repeat-x;
	margin-top: 5px;
}

div.singleform ol
{
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.cform
{
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	min-width: 720px;
	border: none;
}



div.cform fieldset
{
	border: none;
	border-top: 1px solid #e5e5e5;
	background: url(../Images/formbg.gif) left bottom repeat-x;
	margin-top: 5px;
}



div.cform ol
{
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.listalt
{
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	list-style-type: none;
	display: inline;
	width: 255px;
	height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	border-bottom: solid 1px #e5e5e5;
	vertical-align: middle;
}
.list
{
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	float: left;
	font-size: 11px;
	list-style-type: none;
	display: inline;
	width: 140px;
	height: 24px;
	padding-right: 5px;
	border-bottom: solid 1px #e5e5e5;
	text-align: right;
	vertical-align: middle;
}
.listsinglefullWidth, .listsingle, .listsinglealt
{
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	float: left;
	font-size: 11px;
	list-style-type: none;
	display: block;
	height: 24px;
	padding-right: 5px;
	border-bottom: solid 1px #e5e5e5;
}

.listsinglefullWidth
{
	width:440px;
	text-align: left;
}

.listsingle
{
	width: 120px;
	text-align: right;
}

.listsinglealt
{
	width: 320px;
	text-align: left;	
}


legend
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	margin: 0px 0 0px 0;
}

.aspgridrow
{
	font-size: 6px;
	padding-left: 40px;
	margin-top: 40px;
	color: #0281ca;
	border: none;
	border-bottom: solid 1px #e5e5e5;
}
.aspgridborder
{
	border: none;
	background: url(../Images/formbg.gif) left bottom repeat-x;
	margin-top: 5px;
}


/**********************************************************************
 * Header and Nav Styles, Container Etc                                                    *
 **********************************************************************/

div#bodycontainer
{
	margin: 0;
	padding: 10px 0px 20px 26px;
}

.logo
{
	margin-left: 26px;
	margin-top: 38px;
	margin-bottom: 5px;
}


div.nav
{
	width: 100%;
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #FFFFFF;
	font-size: 11px;
	min-width: 700px;
}
div.nav a
{
	float: left;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 10px 26px 10px 26px;
	border-left: 1px solid #ddd;
	color: #4B4B4B;
	background-image: url( '../Images/bullet_01.gif' );
	background-repeat: no-repeat;
	background-position: left 50%;
	text-decoration: none;
	background-color: #ffffff;
}
div.nav a:hover
{
	float: left;
	list-style-type: none;
	background-color: #f5f5f5; /*text-decoration:underline; */
}
div.nav ul
{
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 26px;
	margin: 0px 0px 0px 0px;
}
div.nav ul li
{
	float: left;
	list-style-type: none;
	display: inline;
}

div.subnav
{
	width: 100%;
	height: 34px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	
	border-bottom: solid 1px #ddd;
	background-color: #FFFFFF;
	font-size: 11px;
	min-width: 700px;
}
div.subnav a
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 10px 26px 10px 26px;
	border-left: 1px solid #ddd;
	color: #666;
	background-image: url( '../Images/bullet_01.gif' );
	background-repeat: no-repeat;
	background-position: left 50%;
	text-decoration: none;
	background-color:#d3d3d3;
}
div.subnav a:hover
{
	float: left;
	list-style-type: none;
	color:#fff; /*text-decoration:underline; */	
	background-color:#c2c2c2;
}
div.subnav ul
{
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 26px;
}
div.subnav ul li
{
	float: left;
	list-style-type: none;
	display: inline;
}

div.itemnav
{
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background-color: #FFFFFF;
	font-size: 11px;
	min-width: 700px;
}
div.itemnav a
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 20px;
	border-left: 1px solid #ddd;
	color: #FFFFFF;
	background-image: url('../Images/bullet_01.gif' );
	background-repeat: no-repeat;
	background-position: left 50%;
	text-decoration: none;
	background-color:#a8bcd1;
}
div.itemnav a:hover
{
	float: left;
	list-style-type: none;
	color:#0281ca; /*text-decoration:underline; */
	background-color:#e1e2e3;
}
div.itemnav ul
{
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 26px;
}
div.itemnav ul li
{
	float: left;
	list-style-type: none;
	display: inline;
}

/**********************************************************************
 * Footer                                                   *
 **********************************************************************/
#footer
{
	width: 100%;
	font-size: 11px;
	color: #666;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	clear: both;
	display: block;
}
#footer ul
{
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 26px;
}
#footer ul li
{
	float: left;
	list-style-type: none;
	display: inline;
}
#footer a, #footer a:visited, #footer a:active
{
	color: #000;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer hr
{
	height: 1px;
	background-color: #ddd;
	color: #ddd;
	border: none;
	padding: 0;
	margin: 0px 0 0 0;
}


/**********************************************************************
 * Home Page & Login Box Model                                                 *
 **********************************************************************/
.box
{
	background: #eeeeee;
	float: left;
	width: 250px;
	margin: 10px 0 20px 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	display: block;
}
.bodyarea
{
	float: left;
	width: 500px;
	height: 100px;
	font-size: 16px;
}
.boxtop
{
	width: 250px;
	background: url(../images/ne.gif) no-repeat top right;
}
.boxtop div
{
	height: 5px;
	width: 250px;
	background: url(../images/nw.gif) no-repeat top left;
}
.boxbottom
{
	width: 250px;
	background: url(../images/se.gif) no-repeat bottom right;
}
.boxbottom div
{
	height: 75px;
	width: 250px;
	background-image: url(../images/sw.gif) no-repeat bottom left;
}
.boxcontent
{
	padding: 0px 0px 0px 15px;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	width: 120px;
}
.headingwhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
.bodywhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}


/**********************************************************************
 * Table Styles                                                      *
 **********************************************************************/
.tableData 
{
    
    }
    
.tableData td
{
  border: none;
	border-bottom: 1px solid #e5e5e5;
	background: #f2f9e4;
	margin-top: 5px;
	padding:6px;
    
}
.tableHeader
{
 font-size:16px;
 color:#000000;
 font-weight:bold;
 background: #f2f9e4;
}

.blue
{
    color:#008cce;
    } 
/**********************************************************************
 * Button Styles                                                      *
 **********************************************************************/
.button-L-white_2
{
	background-image: url(../Images/btn_left.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 11px;
	height: 22px;
}
.button-white_2
{
	background-image: url(../Images/btn_bg.png);
	background-repeat: repeat-x;
	/*width: 100%;*/
	height: 22px;
	padding: 0px 5px 0px 1px;
	vertical-align: middle;
}
.button-R-white_2
{
	background-image: url(../Images/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 25px;
	height: 22px;
}






a.button_link
{
	color: #ebecec;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	width: 100%;
}

a.button_link:hover
{
	color: #fff;
	text-decoration: none;
}

.button-TL-white
{
	background-image: url(../Images/buttonTL.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 3px;
	height: 3px;
}
.button-T-white
{
	background-image: url(../Images/buttonT.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 3px;
}
.button-TR-white
{
	background-image: url(../Images/buttonTR.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 3px;
	height: 3px;
}
.button-L-white
{
	background-image: url(../Images/buttonL.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 3px;
	height: 12px;
}
.button-white
{
	background-color: #81052B;
	white-space: nowrap;
}
.button-R-white
{
	background-image: url(../Images/buttonR.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 3px;
	height: 12px;
}



.button-BL-white
{
	background-image: url(../Images/buttonBL.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 3px;
	height: 3px;
}
.button-B-white
{
	background-image: url(../Images/buttonB.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 3px;
}
.button-BR-white
{
	background-image: url(../Images/buttonBR.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 3px;
	height: 3px;
}


/**********************************************************************
 * Menu Styles                                                        *
 **********************************************************************/
.menu
{
	color: #000000;
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px;
	padding-top: 0px;
	padding-bottom: 1px;
}

a.menu
{
	color: #ffffff;
	font-family: Verdana, Geneva, ms sans serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 1px;
}

a.menu:hover
{
	color: #81052B;
}

.menu_on A
{
	color: #81052B;
}

.menu_on-TL
{
	background-image: url(../Images/menuTL.gif);
	width: 11px;
	height: 2px;
}
.menu_on-TR
{
	background-image: url(../Images/menuTR.gif);
	width: 2px;
	height: 2px;
}
.menu_on-BR
{
	background-image: url(../Images/menuBR.gif);
	width: 2px;
	height: 3px;
}
.menu_on-BL
{
	background-image: url(../Images/menuBL.gif);
	width: 11px;
	height: 3px;
}
.menu_on-B
{
	background-image: url(../Images/menuB.gif);
	height: 3px;
}
.menu_on-T
{
	background-image: url(../Images/menuT.gif);
	height: 2px;
}
.menu_on-L
{
	background-image: url(../Images/menuL.gif);
	width: 11px;
	height: 15px;
}
.menu_on-R
{
	background-image: url(../Images/menuR.gif);
	width: 2px;
	height: 15px;
}
.menu_on
{
	background-color: #C2C2C2;
	white-space: nowrap;
	width: 100%;
}

.menu_off-TL
{
	background-image: url(../Images/menuTL.gif);
	width: 11px;
	height: 2px;
}
.menu_off-TR
{
	background-image: url(../Images/menuTR.gif);
	width: 2px;
	height: 2px;
}
.menu_off-BR
{
	background-image: url(../Images/menuBR.gif);
	width: 2px;
	height: 3px;
}
.menu_off-BL
{
	background-image: url(../Images/menuBL.gif);
	width: 11px;
	height: 3px;
}
.menu_off-B
{
	background-image: url(../Images/menuB.gif);
	height: 3px;
}
.menu_off-T
{
	background-image: url(../Images/menuT.gif);
	height: 2px;
}
.menu_off-L
{
	background-image: url(../Images/menuL.gif);
	width: 11px;
	height: 15px;
}
.menu_off-R
{
	background-image: url(../Images/menuR.gif);
	width: 2px;
	height: 15px;
}
.menu_off
{
	background-color: #C2C2C2;
	white-space: nowrap;
	width: 100%;
}

.menuEdgeL
{
	background-image: url(../Images/menuEdgeL.gif);
	width: 25px;
	height: 20px;
}

.menuEdgeR
{
	background-image: url(../Images/menuEdgeR.gif);
	width: 25px;
	height: 20px;
}

.menu_bot_bg
{
	background: #00066;
	background-image: url(../Images/menu_bot_bg.gif);
	height: 7px;
	width: 100%;
}


/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground
{
	margin: 0;
	padding: 0;
}

.pageBorderTL
{
}
.pageBorderT
{
}
.pageBorderTR
{
}
.pageBorderL
{
}
.pageBorderC
{
}
.pageBorderR
{
}
.pageBorderBL
{
}
.pageBorderB
{
}
.pageBorderBR
{
}

.page_yellow
{
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 8px;
	background: #ffffff;
	/*background-image: url(../Images/bgPageStippleBlue.gif);*/
	text-align: left;
}

.pageAlignment
{
}

.borderTable
{
}

.divider
{
	background: #000000;
	border-bottom: 1px #FFFFFF ridge 3em;
	background-image: url(../Images/menu_bot_bg.gif);
}

.footer
{
	color: #eeeeee;
}

.logoBG
{
	background: #597EA6;
}


/**********************************************************************
 * Panel Body Styles                                                  *
 **********************************************************************/
.dialog_body
{
	background-color: #ffffff;
	color: #444444;
	border-top: 1px #e5e5e5 solid;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.dialog_field_value
{
	font-weight: bold;
	padding: 3px;
}

.dialog_header
{
	background-color: #505154;
	border-bottom: 1px #e5e5e5 solid;
	color: #fff;
	padding: 3px;
	padding-top: 6px;
	text-align: left;
}

.dialog_header_text
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
}

.dialogHeaderEdgeL
{
	width: 10px;
}

.dialogHeaderEdgeR
{
	width: 10px;
}

.dialogHeaderIcon
{
	width: 16px;
	vertical-align: middle;
}

.dialogHeaderExpandCollapseIcon
{
	background-image: url(../Images/dialogHeaderT.gif);
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

.dialogHeaderTotalRecordCount
{
	background-image: url(../Images/dialogHeaderT.gif);
	text-align: right;
	vertical-align: middle;
	padding-left: 20px;
}

.dialogHeaderTotalRecordCountText
{
}

.dialog_view
{
	border-top: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
}

.category
{
	color: #444444;
	padding: 5px;
}

.category_area
{
	white-space: nowrap;
	text-transform: uppercase;
	padding-bottom: 4px;
}

.category_area A
{
	color: #777777;
	text-decoration: underline;
	text-transform: uppercase;
}

.category_area A:hover
{
	color: #81052b;
	text-decoration: underline;
	text-transform: uppercase;
}

.subcategory_label
{
	font-size: 10px;
	font-weight: bold;
	color: #597EA6;
	padding-left: 4px;
	white-space: nowrap;
	vertical-align: middle;
}

.subcategory SELECT
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

.recordPanelButtonsAlignment
{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 100px;
}

.field_label
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 0px 3px 0px;
}

.field_label_on_side
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #A8BCD1;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 0px 3px 0px;
}

.field_value
{
	padding: 0px;
}

.field_input
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ffffff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

.filter_value
{
	font-weight: bold;
	padding: 2px;
}

.filter_button_cell
{
	padding-left: 8px;
	padding-bottom: 3px;
	vertical-align: bottom;
}

.Filter_Input
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	margin: 2px;
	margin-top: 0px;
}

.filter_area
{
	color: #000;
	background-color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
	white-space: nowrap;
}

.search_area
{
	padding-top: 5px;
	padding-bottom: 2px;
}

.search_label
{
	background-color: #A8BCD1;
	color: #003366;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px;
}

.Search_Input
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ffffff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
	margin-left: 2px;
}


/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell
{
	background-color: #505154;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 2px;
}

.pagination_area
{
	background-color: #505154;
	color: #003366;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	white-space: nowrap;
	vertical-align: bottom;
}

.pagination_label
{
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
}

.pagination_value
{
	color: #003366;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.Pagination_Input
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #ffffff;
	border-top: 1px #555555 solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}

.pagination_row
{
	background-color: #505154;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 3px;
}

.paginationRowEdgeL
{
}

.paginationRowEdgeR
{
}

.paginationButtonFirst
{
	background-image: url(../Images/btn_left_double.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.paginationButtonPrevious
{
	background-image: url(../Images/btn_left_single.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.paginationButtonNext
{
	background-image: url(../Images/btn_right_single.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.paginationButtonLast
{
	background-image: url(../Images/btn_right_double.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}


/**********************************************************************
 * Table Rows Styles                                                  *
 **********************************************************************/
.header_cell
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #EBECEC;
	padding: 5px;
	border-left: 1px #aaaaaa solid;
	border-right: 1px #cccccc solid;
	border-top: 1px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	color: #81052b;
	vertical-align: top;
}

.column_header
{
	font-weight: bold;
}

.column_header A, .column_header_scrolling A
{
	color: #444444;
	text-decoration: underline;
}

.column_header A:hover, .column_header_scrolling A:hover
{
	color: #81052b;
	text-decoration: underline;
}

.columnHeaderFilterPadding
{
	padding-top: 4px;
	text-align: center;
}

.columnHeaderFilterPadding A
{
	text-decoration: none;
	color: #e0e0e0;
}

.columnHeaderFilterPadding A:hover
{
	text-decoration: none;
	color: #ffffff;
}

.icon_cell, .alt_icon_cell
{
	padding: 1px;
	color: #444444;
	vertical-align: middle;
	border-left: 1px #dae1e8 solid;
	border-right: 1px #dae1e8 solid;
	border-bottom: 1px #dae1e8 solid;
	width: 16px;
	background-color: #ffffff;
}

.icon_cell_highlighted, .alt_icon_cell_highlighted
{
	padding: 1px;
	color: #444444;
	vertical-align: middle;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	width: 16px;
	background-color: #dae1e8;
}

.icon_cell_selected
{
	padding: 1px;
	color: #444444;
	vertical-align: middle;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	width: 16px;
	background-color: #eeeeee;
}

.table_cell, .alt_table_cell
{
	padding: 5px;
	color: #444444;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	text-align: left;
	border-left: 1px #dae1e8 solid;
	border-right: 1px #dae1e8 solid;
	border-bottom: 1px #dae1e8 solid;
	background-color: #ffffff;
}

.table_cell_highlighted, .alt_table_cell_highlighted
{
	padding: 5px;
	color: #444444;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #dae1e8;
}

.table_cell_selected
{
	padding: 5px;
	color: #444444;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #dae1e8 solid;
	border-bottom: 1px #ffffff solid;
	background-color: #eeeeee;
}

.totals_cell
{
	padding: 5px;
	color: #444444;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	text-align: left;
	border-left: 1px #ffffff solid;
	border-right: 1px #dae1e8 solid;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #eeeeee;
	width: 48px;
}

.totals_cell_value
{
	padding: 5px;
	color: #444444;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 11px;
	text-align: right;
	border-left: 1px #ffffff solid;
	border-right: 1px #dae1e8 solid;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #eeeeee;
}

.page_total_label
{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.page_total_value
{
	font-weight: normal;
	padding: 3px;
}

.grand_total_label
{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.grand_total_value
{
	font-weight: normal;
	padding: 3px;
}

.tableRowsEdge
{
	border-left: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}


/**********************************************************************
 * Scrolling Table Styles                                             *
 **********************************************************************/
div.tableContainer
{
	clear: both;
	height: 285px;
	overflow: auto;
}

html > body div.tableContainer
{
	overflow: hidden;
	width: 100%;
}

div.tableContainer table
{
	width: 98%;
}

html > body div.tableContainer table
{
	width: 100%;
}

thead.fixedHeader tr
{
	position: relative;
}

html > body thead.fixedHeader tr
{
	display: block;
	width: 100%;
}

.scrollContent
{
	display: block;
}

html > body tbody.scrollContent
{
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%;
}

thead.fixedHeader td.button-white
{
	white-space: nowrap;
	width: 0%;
}

thead.fixedHeader table
{
	width: 0%;
}


/**********************************************************************
 * Date Selector Styles                                               *
 **********************************************************************/
.dsTodayDay
{
	background-color: #dae1e8;
}

.dsDayHeader
{
	color: #666666;
	background-color: #dae1e8;
	font-size: 10px;
	padding: 6px;
}

.dsSelectedDay
{
	padding: 6px;
}

.dsTitle
{
	color: #666666;
	background-color: #a8bcd1;
	font-weight: bold;
}

.dsWeekendDay
{
	background-color: #eeeeee;
	padding: 6px;
}

.dsOtherMonthDay
{
	background-color: #eeeeee;
	padding: 6px;
}


/**********************************************************************
 * Info Panel Styles                                                  *
 **********************************************************************/
.panelInformationDisplayWithImage
{
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

.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: #444444;
}


/**********************************************************************
 * Section 508 Compliance Styles                                      *
 **********************************************************************/
.skipNavigationLinks
{
	/* font-size: 10px; */ /* uncomment out to enable 508 */ /* color: #444444;  */ /* uncomment out to enable 508 */
	font-size: 1px; /* comment out to enable 508 */
	color: #597EA6; /* comment out to enable 508 */
}


/**********************************************************************
 * Detail Rollover Popup Styles                                       *
 **********************************************************************/
.detailRolloverTitle
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	padding-left: 4px;
	vertical-align: middle;
	width: 95%;
}

.detailRolloverTL
{
	background-image: url(../Images/detailRolloverTL.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 37px;
}

.detailRolloverT
{
	background-image: url(../Images/detailRolloverT.gif);
	background-repeat: repeat-x;
	height: 37px;
}

.detailRolloverTR
{
	background-image: url(../Images/detailRolloverTR.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 37px;
}

.detailRolloverL
{
	background-image: url(../Images/detailRolloverL.gif);
	background-repeat: repeat-y;
	width: 45px;
}

.detailRolloverC
{
	background-image: url(../Images/detailRolloverC.gif);
	width: 300px;
	height: 200px;
}

.detailRolloverR
{
	background-image: url(../Images/detailRolloverR.gif);
	background-repeat: repeat-y;
	width: 17px;
}

.detailRolloverBL
{
	background-image: url(../Images/detailRolloverBL.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 19px;
}

.detailRolloverB
{
	background-image: url(../Images/detailRolloverB.gif);
	background-repeat: repeat-x;
	height: 19px;
}

.detailRolloverBR
{
	background-image: url(../Images/detailRolloverBR.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 19px;
}

.detailPopupDropShadow
{
	/*filter:dropshadow(color=#000000, offx=10, offy=10, positive=true) alpha(opacity=10);*/
}


/**********************************************************************
 * JavaScript Date Selector Styles                                    *
 **********************************************************************/
.dpTable
{
	background-color: #a8bcd1;
	border: 1px solid #aaaaaa;
	color: #333333;
}

.dpTD
{
	background-color: #ffffff;
	border: 1px #dae1e8 solid;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
}

.dpDayHighlightTD
{
	background-color: #840429;
	border: 1px #dae1e8 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: #840429;
	border: 1px #dae1e8 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: #dae1e8;
	border: 1px #aaaaaa solid;
	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;
}

.dpDiv
{
}

.dpTR
{
}

.dpTitleTR
{
}

.dpDayTR
{
}

.GridPager_Default td, .GridPager_Default td a, .GridPager_Default td a:hover
{
    border:0 !important;
    color:#fff !important;
}
