BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dadada;
	scrollbar-face-color: #989898;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3Dlight-color: #cccccc; 
	scrollbar-arrow-color: #646464;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	overflow:auto;
}

body::-webkit-scrollbar {
    background-color: #dadada;
}

body::-webkit-scrollbar-thumb {
    background-color: #989898;
    /*border: 1px solid #A8C5DE;*/
}

body::-webkit-scrollbar-button:vertical:decrement{
/* 	background-color:#D9E5F3; */
    border: 1px solid #989898;
    background-image: url(../images/scroll_top_gray.gif);
    background-repeat: no-repeat;
}

body::-webkit-scrollbar-button:vertical:increment{
/* 	background-color:#D9E5F3; */
    border: 1px solid #989898;
    background-image: url(../images/scroll_bottom_gray.gif);
    background-repeat: no-repeat;
}

body::-webkit-scrollbar-button:horizontal:decrement{
/* 	background-color:#D9E5F3; */
    border: 1px solid #989898;
    background-image: url(../images/scroll_left_gray.gif);
    background-repeat: no-repeat;
}

body::-webkit-scrollbar-button:horizontal:increment{
/* 	background-color:#D9E5F3; */
    border: 1px solid #989898;
    background-image: url(../images/scroll_right_gray.gif);
    background-repeat: no-repeat;
}

.NoBorderLink {
	border-width:0;
}

TABLE#tabmenu { 
	FONT-SIZE: 8.5pt; 
	MARGIN-BOTTOM: 1em; 
	FONT-FAMILY: Arial,Helvetica,sans-serif 
}
TH {
    text-align: left !important;
    }
TD.tab { 
	/*background-image: url(../images/tab_corner.gif);*/
	background-repeat: no-repeat;
	BACKGROUND-COLOR: #585f5e; 
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 0px solid; 
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: normal;
	BORDER-LEFT: #E7EEF5 0px solid; 
	BORDER-BOTTOM: 2px solid #4bc4eb; 
	BORDER-RIGHT: #E7EEF5 1px solid;
	/*BORDER-TOP: #E7EEF5 1px solid;*/
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	text-indent:0px;
	color:#000000; 
	TEXT-DECORATION:none;
	CURSOR: hand; 
	}
	
	TD.tab1 { 
	background-image: url(../images/tab_corner1.gif);
	background-repeat: no-repeat;
	BACKGROUND-COLOR: #81ADDE; 
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 0px solid; 
	FONT-SIZE: 8.5pt; 
	FONT-WEIGHT: normal;
	BORDER-LEFT: #E7EEF5 0px solid; 
	BORDER-BOTTOM: #0C2E4D 0px solid; 
	BORDER-RIGHT: #E7EEF5 1px solid;
	/*BORDER-TOP: #E7EEF5 1px solid;*/
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	text-indent:5px;
	color:#000000; 
	TEXT-DECORATION:none;
	CURSOR: hand; 
	}
			
TD.tabspacer { 
	/*background-image: url(../images/tab_image.gif);
	background-repeat: y-repeat;*/
	BACKGROUND-COLOR: #dadada;
	BORDER-RIGHT: white 0px solid; 
	BORDER-TOP: white 0px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #E7EEF5 0px solid; 
	BORDER-BOTTOM: #0C2E4D 0px solid; 
	BORDER-RIGHT: white 0px solid;
	/*BORDER-TOP: #E7EEF5 1px solid;*/
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	
	color:#272727 !important; 
	TEXT-DECORATION:none;
	height: 35px;
	}
	
TD.tabspacer1 { 
	/*background-image: url(../images/tab_image.gif);
	background-repeat: y-repeat;*/
	BACKGROUND-COLOR: #F2F2F2;
	BORDER-RIGHT: white 0px solid; 
	BORDER-TOP: white 0px solid; 
	FONT-SIZE: 8.5pt; 
	BORDER-LEFT: #E7EEF5 0px solid; 
	BORDER-BOTTOM: #0C2E4D 0px solid; 
	BORDER-RIGHT: white 0px solid;
	/*BORDER-TOP: #E7EEF5 1px solid;*/
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	
	color:#000000; 
	TEXT-DECORATION:none;
	}	
		
TD.selectedtab {
	/*background-image: url(../images/tab_image_sel.gif);
	background-repeat: y-repeat;*/
	
	/*background-image: url(../images/tab_corner_sel.gif);*/
	background-repeat: no-repeat;
	BACKGROUND-COLOR: #3c4444; 
	text-indent:0px;
	
	BORDER-TOP-WIDTH: 0px;
	color: #40caef;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: #E7EEF5 1px solid;
	FONT-SIZE: 10pt;
	/* BACKGROUND: #225A8D; */
	BORDER-BOTTOM-WIDTH: 0px;
	border-bottom: 2px solid #4bc4eb;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	
	alinkColor: "#ffffff";
	vlinkColor: "#ffffff";
	CURSOR: hand; 
}

TD.selectedtab1 {
	/*background-image: url(../images/tab_image_sel.gif);
	background-repeat: y-repeat;*/
	
	background-image: url(../images/tab_corner_sel1.gif);
	background-repeat: no-repeat;
	BACKGROUND-COLOR: #326894; 
	text-indent:12px;
	
	BORDER-TOP-WIDTH: 0px;
	color: white;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: #E7EEF5 1px solid;
	FONT-SIZE: 8.5pt;
	/* BACKGROUND: #225A8D; */
	BORDER-BOTTOM-WIDTH: 0px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	
	alinkColor: "#ffffff";
	vlinkColor: "#ffffff";
	CURSOR: hand; 
}
			
TD#contentscell { 
	BORDER-TOP-WIDTH: 0px; 
	color:#ffffff; 
	TEXT-DECORATION:none;  
	FONT-WEIGHT: bold; 
	BORDER-LEFT-WIDTH: 0px; 
	FONT-SIZE: 8.5pt; 
	BACKGROUND: #326894; 
	BORDER-BOTTOM-WIDTH: 0px; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	BORDER-RIGHT: white 1px solid; 
	alinkColor: "#ffffff"; 
	vlinkColor: "#ffffff";
	}
	
TD.tabblank { 
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 0px solid;  
	BORDER-LEFT: white 0px solid; 
	BORDER-BOTTOM: white 0px solid; 
	BACKGROUND: White; 
	color:#000000; 
	}


	
.breadcrumb {
	color: white;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8.5pt;
	BACKGROUND: #646464; 
	BORDER-BOTTOM-WIDTH: 0px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	/*BORDER-RIGHT: #225A8D 1px solid;*/
	BORDER-RIGHT:  white 0px  solid;
	BORDER-LEFT: white 0px solid;
	/*BORDER-BOTTOM: #225A8D 1px solid;
	BORDER-TOP: #225A8D 1px solid; */
}


.breadcrumb2 {
	color: white;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8.5pt;
	/*BACKGROUND: #326894;*/ 
	BORDER-BOTTOM-WIDTH: 0px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	BORDER-RIGHT: white 0px solid;
	BORDER-LEFT: white 0px solid;
}
	
	
.breadcrumb3 {
	color: white;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8.5pt;
	BACKGROUND: #326894; 
	BORDER-BOTTOM-WIDTH: 0px;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	BORDER-RIGHT: white 0px solid;
	BORDER-LEFT: white 0px solid;
}	

	
DIV.contents 
{ 
	DISPLAY: none; 
	FONT-SIZE: 8.5pt; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	BACKGROUND: #225A8D; 
}

DIV.selectedcontents 
{ 
	DISPLAY: block; 
	FONT-SIZE: 8.5pt; 
	COLOR: #013567; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	color:#fff;  
}
	
.logbtn1 
{ 
	/*background-image: url(../images/log_btn.gif);*/
	background-repeat: y-repeat;
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	height: 2px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT:  0px solid; 
	}	
	
	
.contents1 
{ 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	height: 4px;
	BACKGROUND: #ADADAD; 
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT:  0px solid; 
	FONT-SIZE: 1.5pt; 
	COLOR: #013567; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	}

.contents1_white 
{ 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	height: 4px;
	/*BACKGROUND: #D7E3F1; 
	BACKGROUND: #ffffff; */
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT:  0px solid; 
	FONT-SIZE: 1.5pt; 
	COLOR: #fff; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	}
	
.text_item_ERM_small
{
	font-family: Arial;
	font-size: 7pt;
	vertical-align:top;
	font-weight: normal;
	 color: #616161;
}
	
.text_item_ERM
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align:top;
	font-weight: normal;
}

.text_item_ERM_re
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align:top;
	font-weight: normal;
	BORDER-Left:#4F4F4F  0px solid;
	text-indent: 15px;
	background-image: url(../images/text_idnt.gif);
	background-repeat: no-repeat;
}

.text_item_ERM_blue
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align:top;
	font-weight: bold;
	color: #3D63AD;
}

.text_item_ERM_1
{
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: normal;
}

.text_item_ERM_bold
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align:top;
	font-weight:bold;
	padding-left: 5px;
}

.text_item_ERM_Bold_BIGGER {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    background-color: #087490;
    padding: 6px 0;
}


.text_header_log
{
	/*font-family: Arial;
	font-size: 13pt;
	font-weight: bolder;
	color: #225A8D;*/
	
FONT-SIZE: 12.5pt; 
FONT-WEIGHT: bolder; 
COLOR: #1C4A73; 
font-family: Arial;
text-decoration: none;
padding: 10px 0 0 8px;
}

.text_header_log_1
{
	font-family: Arial;
	font-size: 9.5pt;
	font-weight: bolder;
	color: #1C4A73;
	text-decoration: none;
}



.text_regular_log
{
	font-family: Arial;
	font-size: 9.0pt;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

.text_item_log_btn
{
	font-family: Arial;
	font-size: 9pt;
	vertical-align: middle;
	font-weight: normal;
	color: White;
	padding: 4px;
}


.text_special
{
	color: #003366;
	font-family: Arial;	
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.text_success
{
	text-indent:18px;
	background-image: url(../images/success.gif);
	background-repeat: no-repeat;
	color: #225A8D;
	font-family: Arial;	
	font-size: 9pt;
	font-weight: normal;
	/*height: 28px;*/
	/*font-style:italic*/
}

.text_error 
{
	text-indent:18px;
	background-image: url(../images/failure.gif);
	background-repeat: no-repeat;
	/*font-size: xx-small;
	font-family: Tahoma*/
	font-family: Arial;	
	font-size: 9pt;
	font-weight: normal;
	color: red; 

}

.input
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
}


.input_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #FFFFAC;	
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.inputbox
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #666666;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:9pt;
	background-color: #ffffff;	
}


.inputLookupBox
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #666666;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:9pt;
	background-color: #ffffff;	
	background-image: url(../images/search_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.inputcal
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:7.5pt;
	background-color: #ffffff;	
	width: 60px;
	height: 3ex;
}

.inputcal_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:7.5pt;
	background-color: #FFFFAC;	
	width: 60px;
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 3ex;
}

.inputcaltime
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:7.5pt;
	background-color: #ffffff;	
	width: 80px;
	height: 3ex;
}

.inputcaltime_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:7.5pt;
	background-color: #FFFFAC;	
	width: 80px;
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 3ex;
}

.input170
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 200px !important;
	height: 18px;
}

.input170_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #FFFFAC;	
	width: 170px;
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.input235
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 235px;
	height: 18px;
}

.input235_right
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	text-align:right;
	background-color: #ffffff;	
	width: 100px;
}


.input235small
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 150px;
}

.input235small_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #FFFFAC;	
	width: 150px;
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.input2351
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 450px;
}

.inputLookupBox235
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 235px;
	background-image: url(../images/search_icon.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.input235_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #FFFFAC;	
	width: 235px;
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.inputTextMin
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
}

.inputTextMin_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #FFFFAC;	
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.inputTextMax
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size: 8pt;
	background-color: #ffffff;
	width: 200px;
}

.inputTextMax_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size: 8pt;
	background-color: #ffffff;
	width: 200px;
	background-color: #FFFFAC;	
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.table_header_new
{
	background-color:#B7CBE3;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	height:20px;
	color:#000;
	font-style:normal;
}


.table_header_new_popup
{
	background-color:#225A8D;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	height:20px;
	color:#ffffff;
	font-style:normal;
	text-indent:5px;
}


.dropdown
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	height: 2.85ex;
	font-size:11;
	background-color: #ffffff;
}

.dropdown_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	height: 2.85ex;
	font-size:11;
	background-color: #FFFFAC;
	
}
.list_menu_drop_down_no_height
{
	border: #000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;	
	background-color: #fff;
	font-size:8pt;
	width:170px;
}

.list_menu_drop_down_no_height_man
{
	border: red 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	background-color: #FFFFAC;
	font-size:8pt;
	width:170px;
	
}

.list_menu_drop_down
{
	border: #cacaca 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	/*height: 2ex;*/
	background-color: #ffffff;
	font-size:8pt;
	width:170px;
}

.list_menu_drop_down_bold
{
	border: #cacaca 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	font-weight: bold;
	height: 2ex;
	background-color: #bbb;
	font-size:13pt;
	width:170px;
}

.list_menu_drop_down_man
{
	border: red 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	/*height: 2ex;*/
	background-color: #FFFFAC;
	font-size:8pt;
	width:170px;
	
}

.list_menu_drop_down_wide_no_height
{
	border: #000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	background-color: #fff;
	font-size:8pt;
	width:235px;
}

.list_menu_drop_down_wide_no_height_man
{
	border: red 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	background-color: #FFFFAC;
	font-size:8pt;
	width:235px;
	
}

.list_menu_drop_down_wide
{
	border: #cacaca 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial; 
	/* height: 2ex; */
	background-color: #ffffff;
	font-size:8pt;
	width:235px;
	height: 18px;
}

.list_menu_drop_down_wide_man
{
	border: red 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	/*height: 2ex;*/
	background-color: #FFFFAC;
	font-size:8pt;
	width:235px;
	
}


.list_menu_drop_down_wide_xx
{
	border: #000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	height: 2ex;
	background-color: #fff;
	font-size:8pt;
	width:405px;
}

.list_menu_drop_down_wide_xx_man
{
	border: red 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	height: 2ex;
	background-color: #FFFFAC;
	font-size:8pt;
	width:405px;

}

.table_border_new
{
	BORDER: #C4D8EB 1px solid;
	background-color: White;
}

.table_border_new1
{
	BORDER: #C4D8EB 1px solid;
	background-color: #D9E5F3;
}

.mandatory
{
	font-size:8pt;
	font-family:Arial;		
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

.text_mandatory
{
	font-weight:bold;
	font-family:Arial;		
	font-size: medium;
	color:#225A8D;
}

.onedown
{
	background-image: url(../images/1down.gif);
	background-color: #F2E6B6;
	border-color: #B8C1CC #303047 #303047 #B8C1CC;
	border-style: solid !important;
	border-width: 1px !important;
	color: #000;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	height: 3.5ex;
	width: 4ex;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}

.alldown
{
	background-image: url(../images/alldown.gif);
	background-color: #F2E6B6;
	border-color: #B8C1CC #303047 #303047 #B8C1CC;
	border-style: solid !important;
	border-width: 1px !important;
	color: #000;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	height: 3.5ex;
	width: 4ex;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}

.oneup
{
	background-image: url(../images/1up.gif);
	background-color: #F2E6B6;
	border-color: #B8C1CC #303047 #303047 #B8C1CC;
	border-style: solid !important;
	border-width: 1px !important;
	color: #000;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	height: 3.5ex;
	width: 4ex;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}

.allup
{
	background-image: url(../images/allup.gif);
	background-color: #F2E6B6;
	border-color: #B8C1CC #303047 #303047 #B8C1CC;
	border-style: solid !important;
	border-width: 1px !important;
	color: #000;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	height: 3.5ex;
	width: 4ex;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}


.BlueButton
{
	background-color: #f49861;
	border-color: #f49861 #f49861 #f49861 #f49861;
	border-style: solid !important;
	border-width: 1px !important;
	color: #5f2502;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	height: 4ex;
	padding: 2px 2px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px !important;
}
.table_header_text1
{
	font-family: "Arial Narrow";
	font-weight: bolder;
	color: #FE9528;
	font-style: normal;
	font-size:20pt;
	vertical-align: top;
}

.table_header_text2
{
	font-family: Arial;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	font-size:10.5pt;
	vertical-align: bottom;
	padding-bottom: 5px;
	text-align: left;				 			  
}

.table_header_text3
{
	font-family: Arial;
	font-weight: normal;
	color: #225A8D;
	font-style: normal;
	font-size:8.5pt;
	vertical-align: bottom;
}

.table_header_top
{
	
	/*background-image: url(../images/top_band_image.gif);*/
	/*background-position:bottom;*/
	background-repeat: y-repeat;
	background-color: #f2f2f3; 
	font-family: Arial;
	font-weight: bold;
	height: 53px;
	color: #2F6B9D;
	font-style: normal;
	font-size:14pt;
	
}

.top_band
{
	background-color:#B2CBE2;
	height:22px;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color: #000000;
}

.table_item_left
{
	font-family: Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
}

.table_header_darker
{
	font-family:Arial;
	background-color: #f2f2f3;
	color: #000;
	font-weight:500;
	font-size: 8pt;
	text-align: left;
	height: 34px;
}


.table_alt_reject
{
	font-family: Arial;
	background-color: Red;
	color: #000000;
	font-size: 8pt;
	text-align: left;
}


.table_alt_item_left
{
	font-family: Arial;
	background-color:#DDEAF5;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	height: 20px;
	text-indent: 3px;
}


.table_alt_item_selected	
{
	font-family: Arial;
	background-color: #DBECEF;
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
	text-align: left;
}



.text_header_NEW_1
{
	font-family:Arial Rounded MT Bold;
	color: #225A8D;
	font-weight: bold;
	font-size: 22px;
	
}

.text_header_NEW_2
{
	font-family:Arial Rounded MT Bold;
	color: 225A8D;
	font-weight: bold;
	font-size: 16px;
	
}

.table_header_new_darker
{
	background-color:#225A8D;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	height:20px;
	color:#fff;
	font-style:normal;
	
}

.table_border_new_darker
{
	BORDER: #225A8D 1px solid;
}


.table_body_grid
{
/*BORDER-RIGHT:#b1b1b1  1px solid; 
BORDER-TOP:#b1b1b1 1px solid; 
BORDER-LEFT:#b1b1b1 1px solid; 
BORDER-BOTTOM:#b1b1b1 1px solid;*/
BORDER:#b1b1b1  1px solid;
BORDER-COLLAPSE: collapse; 

}

.top_banner_image
{ 
	background-image: url(../images/header_logo_W.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 154px;
	vertical-align: bottom;
}


.left_navigation_menu
{
	background-color:#B2CBE2;
	BORDER-LEFT:#225A8D 0px solid; 
}


.left_navigation_menu1
{
	background-color:#B2CBE2;
	/*BORDER: #225A8D 4px solid;*/
	
	BORDER-RIGHT: #D9E5F2 0px solid; 
	BORDER-TOP: #ffffff 0px solid; 
	BORDER-LEFT:#9EA8B4 0px solid; 
	BORDER-BOTTOM: #9EA8B4 0px solid; 
}

.left_navigation_menu2
{
	background-color:#434c4c;
	BORDER-RIGHT: #D9E5F2 0px solid; 
	BORDER-TOP: #D9E5F2 0px solid; 
	BORDER-LEFT:#4bc4eb 8px solid; 
	BORDER-BOTTOM: #D9E5F2 0px solid; 
	
}
.left_navigation_menu3
{
	background-color:#434c4c;
	BORDER-LEFT:#225A8D 0px solid; 
}

.left_nav_header
{
	background-color:#B2CBE2;
	height:8px;
}


A.treelink:link	{	
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block !important; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none;
	-webkit-padding-before: 2px !important;
	-webkit-padding-after: 2px !important;
	width: 100% !important;
}	
		
A.treelink:visited	{	
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block !important; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none;
	-webkit-padding-before: 2px !important;
	-webkit-padding-after: 2px !important;
	width: 100% !important;
	}	
		
A.treelink:active	{
display: inline-block !important; 
width: 100% !important;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #fff; 
white-space: nowrap;
BACKGROUND-COLOR: #225a8d;
TEXT-DECORATION: none;
-webkit-padding-before: 2px !important;
-webkit-padding-after: 2px !important;
}	

A.treelink:hover	{
display: inline-block !important; 
width: 100% !important;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #ffffff; 
BACKGROUND-COLOR: #323737;
TEXT-DECORATION: none;
-webkit-padding-before: 2px !important;
-webkit-padding-after: 2px !important;
}

/* new treelink */
A.treelink1:link	{	
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block !important; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none;
	-webkit-padding-before: 2px !important;
	-webkit-padding-after: 2px !important;
}	
		
A.treelink1:visited	{	
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block !important; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none;
	-webkit-padding-before: 2px !important;
	-webkit-padding-after: 2px !important;
	}	
		
A.treelink1:active	{
display: inline-block !important; 
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #fff; 
white-space: nowrap;
BACKGROUND-COLOR: #225a8d;
TEXT-DECORATION: none;
-webkit-padding-before: 2px !important;
-webkit-padding-after: 2px !important;
}	

A.treelink1:hover	{
display: inline-block !important; 
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #ffffff; 
BACKGROUND-COLOR: #323737;
TEXT-DECORATION: none;
-webkit-padding-before: 2px !important;
-webkit-padding-after: 2px !important;
}
/* new end */

a[disabled] {
    pointer-events: none;
    color: #888 !important;
}

A.treelinkselected {
    vertical-align: top;
    display: inline-block !important;
    OVERFLOW: hidden;
    CURSOR: hand;
    COLOR: #90e2ff;
    white-space: nowrap;
    /* BACKGROUND-COLOR: #225a8d; */
    font-family: Arial;
    font-size: 8.7pt;
    TEXT-DECORATION: none;
    width: 100%;
    -webkit-padding-before: 2px !important;
    -webkit-padding-after: 2px !important;
    font-weight: bold;
}

A.treelink2:link	{	
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block !important; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: Navy; 
	TEXT-DECORATION: none;
	width: 100% !important;
	}	
		
A.treelink2:visited	{	
	font-family: Arial;
	font-size: 9pt;
	vertical-align:top;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block !important; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: Navy; 
	TEXT-DECORATION: none;
	width: 100% !important;
	}	
		
A.treelink2:active	{
display: inline-block !important; 
  width: 100% !important;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #fff; 
white-space: nowrap;
BACKGROUND-COLOR: #225a8d;
TEXT-DECORATION: none;
}	

A.treelink2:hover	{
display: inline-block !important; 
width: 100% !important;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #000080; 
BACKGROUND-COLOR: #9CA8B4;
TEXT-DECORATION: none;
}


A.treelink3:link	{	
font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D !important; 
TEXT-DECORATION: none;
width: 100% !important;
}	
		
A.treelink3:visited	{	
	font-family: Arial;
	font-size: 9pt; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #225A8D !important; 
	TEXT-DECORATION: none;
	width: 100% !important;
	}	
		
A.treelink3:active	{
font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D !important; 
white-space: nowrap;
TEXT-DECORATION: none;
width: 100% !important;
}	

A.treelink3:hover	{
/*display: inline-block !important; */
font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #B2CBE2; 
TEXT-DECORATION: none;
width: 100% !important;
}

.loglink_dead	{	
font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: white; 
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: normal;
 text-indent: 10px;
 }	

A.loglink:link	{	
font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: white; 
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: normal;
 text-indent: 8px;
 }	
		
A.loglink:visited	{	
font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: white; 
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: normal;
 text-indent: 8px;
	}	
		
A.loglink:active	{

font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: white; 
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: bold;
text-indent: 8px;
}	

A.loglink:hover	{

font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #B2CBE2; 
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: normal;
text-indent: 8px;
}

.loglinkactive	{

font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #90e2ff; 
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: normal;
text-indent: 8px;
}

A.loglinks1:link	{	
font-family: Arial;
font-size: 11pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #8D0504; 
TEXT-DECORATION: underline;
vertical-align: middle;
font-weight: bold;

 }	
		
A.loglinks1:visited	{	
font-family: Arial;
font-size: 11pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #8D0504;  
TEXT-DECORATION: underline;
vertical-align: middle;
font-weight: bold;

	}	
		
A.loglinks1:active	{

font-family: Arial;
font-size: 11pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #8D0504; 
TEXT-DECORATION: underline;
vertical-align: middle;
font-weight: bold;

}	

A.loglinks1:hover	{

font-family: Arial;
font-size: 11pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: Red;
TEXT-DECORATION: none;
vertical-align: middle;
font-weight: bold;

}


A.loglinks2:link	{	
font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #1A4061; 
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

 }	
		
A.loglinks2:visited	{	
font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D;  
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

	}	
		
A.loglinks2:active	{

font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D; 
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

}	

A.loglinks2:hover	{

font-family: Arial;
font-size: 9pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #B2CBE2;
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

}

A.loglinks3:link	{	
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #1A4061; 
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

 }	
		
A.loglinks3:visited	{	
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D;  
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

	}	
		
A.loglinks3:active	{

font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D; 
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

}	

A.loglinks3:hover	{

font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #B2CBE2;
TEXT-DECORATION: none;
vertical-align: middle;
FONT-WEIGHT: normal; 

}

A.gridLink:link	{	
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #1E4B72; 
TEXT-DECORATION: none;
}	
		
A.gridLink:visited	{	
	font-family: Arial;
	font-size: 8pt; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #225A8D;  
	TEXT-DECORATION:none;
}	
		
A.gridLink:active	{
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D; 
white-space: nowrap;
TEXT-DECORATION: none;
}	

A.gridLink:hover	{
/*display: inline-block !important; */
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #7099E0;
TEXT-DECORATION: none;
}
		
A.linksUline:visited	{	
font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #003466;  
TEXT-DECORATION: underline;
vertical-align: middle;
font-weight: bold;

	}	
		
A.linksUline:active	{

font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #003466; 
TEXT-DECORATION: underline;
vertical-align: middle;
font-weight: bold;

}	

A.linksUline:hover	{

font-family: Arial;
font-size: 10pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #FFAD33;
TEXT-DECORATION: underline;
vertical-align: middle;
font-weight: bold;

}





.Cal_MonthHeader
{
	background-color: #0A22B0;
	color: White;
	font-weight: bold;
	font-family: Verdana;
	font-size: XX-Small;
}

.Cal_DayHeader
{
	background-color: LightSteelBlue;
	font-weight: bold;
	color: Navy;
	font-family: Verdana;
	font-size: XX-Small;
}

.Cal_Weekend
{
	background-color: Lavender;
	color: Black;
	font-family: Arial;
	font-size: XX-Small;
}

.Cal_WeekDay
{
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: XX-Small;
}

.Cal_OffMonth
{
	background-color: White;
	color: Black;
	font-family: Verdana;
	font-size: XX-Small;
}

.Cal_SelectedDate
{
	background-color: Gray;
	font-weight: Bold;
	color: Navy;
	font-family: Verdana;
	font-size: XX-Small;
}

.Cal_GoToToday
{
	background-color: LightSteelBlue;
	color: Navy;
	font-weight: bold;
	font-family: Verdana;
	font-size: XX-Small;
}

.Cal_MonthHeaderStyle
{
	background-color:#9CA8B4;
	Color:Black;
	Font-weight:bold;
	Font-family: Arial;
	Font-Size:XX-Small;
}

.Cal_OffMonthStyle
{
	Background-Color:White;
	Color:Black;
	Font-Family:Arial;
	Font-Size:XX-Small;
}

.Cal_DayHeaderStyle
{
	Background-Color:LightSteelBlue;
	Font-Weight:bold;
	Color:Navy;
	Font-Family:Arial;
	Font-Size:XX-Small;
}

.Cal_SelectedDateStyle
{
	Background-Color:Gray;
	Font-weight:bold;
	Color:Navy;
	Font-Family:Arial;
	Font-Size:XX-Small;
}

.Cal_GoToTodayStyle
{
	Background-Color:LightSteelBlue;
	Color:Navy;
	Font-weight:bold;
	Font-Family:Arial;
	Font-Size:XX-Small;
}

.uiColor 
{
	BACKGROUND: #434c4c; 
}

.uiColor2 
{
	BACKGROUND: #057490; 
}

.uiColor3 
{
	BACKGROUND: #ffffff; 
}

.uiColor4
{
	BACKGROUND: #434c4c; 
}

.new_header { 
	/*background-color:#B2CBE2; */
	background-color:#B2C6DE;
	/*background-image: url(../images/tab_image.gif);
	background-repeat: y-repeat;*/
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 0px solid; 
	FONT-SIZE: 9.5pt; 
	FONT-WEIGHT: bold;
	BORDER-LEFT: #E7EEF5 0px solid; 
	BORDER-BOTTOM: #0C2E4D 0px solid; 
	BORDER-RIGHT: #0C2E4D 0px solid;
	/*BORDER-TOP: #E7EEF5 1px solid;*/
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	height: 22px;
	
	color:#000000; 
	TEXT-DECORATION:none; 
}

.fontRedColor 
{
	Color:Red;
}

.HeaderRow
{
COLOR: #C7C7C7;
WIDTH: 100%;
HEIGHT: 1px
}

.welcome 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 20pt; 
font-weight: bold;
color: #003366;
}

.text_item_bold_hyperlink
{
	font-family: Arial;
	color: #225A8D;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.gridTable
{
	background-color:#B2CBE2;
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 0px solid; 
	FONT-SIZE: 9.5pt; 
	FONT-WEIGHT: bold;
	/*BORDER-LEFT: #E7EEF5 1px solid; */
	BORDER-LEFT:#98B8E4 1px solid;
	
	/*BORDER-BOTTOM: #0C2E4D 1px solid; */
	BORDER-BOTTOM:#98B8E4  1px solid; 
	BORDER-RIGHT: #0C2E4D 0px solid;
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	height: 22px;
	color:#000000; 
	TEXT-DECORATION:none; 
	text-indent: 3px;

}

.gridHeader
{
		/*background-color: #E1EAFE;*/
	background-color: #e0e0e0;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	height:30px;
	color:#000;
	font-style:normal;
BORDER-RIGHT:#c3c3c3 1px solid; 
/*BORDER-TOP:#98B8E4 1px solid;*/
BORDER-LEFT:  0px solid; 
/*BORDER-BOTTOM:#98B8E4 1px solid;*/
BORDER-COLLAPSE: collapse; 
text-indent: 3px;
}

.gridHeader2
{
		/*background-color: #E1EAFE;*/
	background-color: #83ACDB;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	height:20px;
	color:#000;
	font-style:normal;
BORDER-RIGHT:#98B8E4 1px solid; 
BORDER-TOP:#98B8E4 1px solid; 
BORDER-LEFT:  0px solid; 
BORDER-BOTTOM:#98B8E4 1px solid; 
BORDER-COLLAPSE: collapse; 
text-indent: 0px;
padding: 2px;
text-align: left;
}

.gridRowInset
{
            font-family: Arial;
            background-color: #E0E0E0;
            color: #000000;
            font-size: 8pt;
            text-align: left;
            text-indent: 3px;
            height: 25px;
}
 
.gridRowInset1
{
            font-family: Arial;
            background-color: #ECECEC;
            color: #000000;
            font-size: 8pt;
            text-align: left;
            text-indent: 3px;
            height: 25px;
}

.gridRowEven
{
	font-family: Arial;
	background-color: #f2f2f3;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
	height: 25px;

}

.gridRowOdd
{
	font-family: Arial;
	/*background-color:#F0F3FA;*/
	background-color:#ffffff;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
	height: 25px;
}

.gridRowEdited
{
	font-family: Arial;
	background-color: #ccdddd;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
	height: 25px;

}

.gridPageOfPage
{
	font-family:Arial;
	/*background-color: #E1EAFE;*/
	background-color: #434c4c;
	color: #fff;
	font-weight:500;
	font-size: 8pt;
	text-align: left; 
    text-indent: 10px; 
	
}

.gridPager
{
	/*background-color: #E1EAFE;*/
	background-color: #434c4c;
	BORDER-RIGHT:#98B8E4 1px solid; 
	BORDER-TOP: 2px solid #434c4c; 
	BORDER-LEFT: #434c4c 5px solid; 
	BORDER-BOTTOM:2px solid #434c4c; 
	BORDER-COLLAPSE: collapse;
	
}

.griddropdown
{  
	/*font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
	background-color: #FFFFFF; 
	width: auto; 
	clip:  rect(   )*/
	border: #000 0px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	height: 0ex;
	background-color: #fff;
	font-size:7pt;
	}

.gridSort
{
	color: #000;
	text-decoration: none;
}

.gridColumn
{
FONT-WEIGHT: normal;
BORDER-TOP: 0px solid; 
BORDER-RIGHT:#c3c3c3  1px solid; 
BORDER-LEFT: 0px solid; 
/*BORDER-BOTTOM:#98B8E4 1px solid;*/ 
BORDER-COLLAPSE: collapse; 
}


.gridFirstColumm
{
FONT-WEIGHT: normal;
BORDER-TOP: 0px solid; 
BORDER-RIGHT:#c3c3c3  1px solid; 
/*BORDER-LEFT:#98B8E4 1px solid; 
BORDER-BOTTOM:#c3c3c3 1px solid; */
BORDER-COLLAPSE: collapse;
}

.gridFirstHeaderColumm
{
FONT-WEIGHT: normal;
/*BORDER-TOP:#98B8E4 1px solid;*/ 
BORDER-RIGHT:#c3c3c3  1px solid; 
/*BORDER-LEFT:#98B8E4 1px solid; 
BORDER-BOTTOM:#98B8E4 1px solid; */
BORDER-COLLAPSE: collapse;
}


.gridFirstHeaderColummGray
{
FONT-WEIGHT: normal;
BORDER-TOP:#9C9C9C 1px solid; 
BORDER-RIGHT:#9C9C9C  1px solid; 
BORDER-LEFT:#9C9C9C 1px solid; 
BORDER-BOTTOM:#9C9C9C 1px solid; 
BORDER-COLLAPSE: collapse;
padding-right: 5px;
}

.open{
	background-color: #ffffff;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.approval{
	background-color: #DDF7E3;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.reaffirmed{
	background-color: #DDF7E3;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.reroute{
	background-color: #DDF7E3;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.submitted{
	background-color: #F8F8D7;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.hold{
	background-color: #F8F8D7;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.reject{
	background-color: #FFB6AB;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.approve{
	background-color: #DDF7E3;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.closed{
	background-color: #D3E5F4;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.cancel{
	background-color: #FFB6AB;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.mitigated{
	background-color: #99CAF5;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.mitigated_orgrule{
	background-color: #FFCBDB;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.disable{
	background-color: #D4D0C8;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}

.selected{
	background-color: #BADEFF;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 3px;
}


#first {
background: url(../images/First_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

a.first:link, a.first:active, a.first:visited {
background: url(../images/First_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

a.first:hover {
background: url(../images/First_hov.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

.first_dis {
background: url(../images/First.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

#last {
/*background: url(../images/Last_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;*/
}

a.last:link, a.last:active, a.last:visited {
background: url(../images/Last_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

a.last:hover {
background: url(../images/Last_hov.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

.last_dis {
background: url(../images/Last.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

#previous {
/*background: url(../images/Last_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;*/
}

a.previous:link, a.previous:active, a.previous:visited {
background: url(../images/Previous_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

a.previous:hover {
background: url(../images/Previous_hov.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

.previous_dis {
background: url(../images/Previous.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

#next {
/*background: url(../images/Last_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;*/
}

a.next:link, a.next:active, a.next:visited {
background: url(../images/Next_act.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

a.next:hover {
background: url(../images/Next_hov.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

.next_dis {
background: url(../images/Next.gif);
background-repeat: no-repeat;
width:17px;
height: 17px;
border: none;
float: left;
clear:both;
}

.table_progress
{
	border-width: thin;
	border: 1;
	font-family: Tahoma;
	font-size: 10px;
}

.table_progress_legend
{
	border-width: thin;
	border: 1;
	font-family: Arial;
	color: White;
	font-size: 10px;
}

.table_progress_legend_black
{
	border-width: thin;
	border: 1;
	font-family: Arial;
	color: Black;
	font-size: 10px;
}

.PrgBar_Pending
{
	background-color: "#CCCCCC";
}
.PrgBar_Pending_Text
{
	color: "#CCCCCC";
	font-family: Arial;
	font-size: xx-small;
}

.PrgBar_Approved
{
	background-color: "#006633";
}

.PrgBar_Approved_Text
{
	color: "#006633";
	font-family: Tahoma;
	font-size: xx-small;
}

.PrgBar_InProcess
{
	background-color: #FFFF33;
}

.PrgBar_InProcess_text
{
	color: #FFFF33;
	font-family: Arial;
	font-size: xx-small;
}

.PrgBar_Denied
{
	background-color: "#990033";
}

.PrgBar_Denied_Text
{
	color: "#990033";
	font-family: Tahoma;
	font-size: xx-small;
}

.PrgBar_Hold
{
	background-color: DarkOrange;
}

.PrgBar_Hold_text
{
	color: DarkOrange;
	font-family: Tahoma;
	font-size: xx-small;
}

.PrgBar_Partial
{
	background-color: #999933;
}

.PrgBar_Partial_text
{
	color: #999933;
	font-family: Tahoma;
	font-size: xx-small;
}
.PrgBar_Text
{
	color:#000;
	font-family: Arial;
	font-size: xx-small;
}


.td_nowrap  {
      white-space: nowrap;
}

a.approve1{
background: url(../images/app1.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

a.approve3{
background: url(../images/app3.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

a.approve0:hover,a.approve1:hover {
background: url(../images/app2.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

.approve1_disable{
background: url(../images/app_dis.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

a.reject1{
background: url(../images/rej1.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

a.reject3{
background: url(../images/rej3.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

a.reject0:hover , a.reject1:hover {
background: url(../images/rej2.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}

.reject1_disable{
background: url(../images/rej_dis.gif);
background-repeat: no-repeat;
width:14px;
height: 13px;
border: none;
float: left;
clear:both;
}


.msg_info
{
	/*text-indent:18px;
	background-image: url(../images/success.gif);
	background-repeat: no-repeat;*/
	color: #225A8D;
	font-family: Arial;	
	font-size: 9pt;
	font-weight: bold;
	/*height: 28px;*/
	/*font-style:italic*/
}

.msg_success
{
	color: #228C53;
	font-family: Arial;	
	font-size: 9pt;
	font-weight: bold;
}

.msg_error
{
	color: red;
	font-family: Arial;	
	font-size: 9pt;
	font-weight: bold;
}

.msg_warn
{
	color: #FF8000;
	font-family: Arial;	
	font-size: 9pt;
	font-weight: bold;
}

.msg_default
{
	list-style: square inside;
	color: red;
	font-family: Arial;	
	font-size: 9pt;
	font-weight: normal;
	margin-top:0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.selected_link	{
vertical-align:top;
display: inline-block !important; 
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #fff; 
white-space: nowrap;
BACKGROUND-COLOR: #225a8d;
font-family: Arial;
font-size: 8.5pt;
TEXT-DECORATION: none
}	 

.drop_arrow
{
	background-image: url(../images/drop_dwn_arrow.gif);
	background-repeat: no-repeat;
	/*vertical-align: middle;*/
	background-position: right;
	FONT-WEIGHT: normal;
	BORDER-TOP: 0px solid; 
	BORDER-RIGHT:#98B8E4  1px solid; 
	BORDER-LEFT: 0px solid; 
	BORDER-BOTTOM:#98B8E4 1px solid; 
	BORDER-COLLAPSE: collapse; 
	padding-right: 10px;
}

.stage0
{
	font-family:Arial;
	/*background-color: #83ACDB;*/
	background-color: #D9E5F3;
	color: #000;
	font-weight:500;
	font-size: 8pt;
	text-align: left;
	
}

.stage1
{
	font-family:Arial;
	background-color: Yellow;
	color: #000;
	font-weight:500;
	font-size: 8pt;
	text-align: left;
	
}

.stage2
{
	font-family:Arial;
	background-color: #32CD32;
	color: #000;
	font-weight:500;
	font-size: 8pt;
	text-align: left;
	
}

.star {font-size: medium}

.treeopen
{
	font-family: Arial;
	/*background-color:#F0F3FA;*/
	background-color:#565d5d;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 0px;
 	/*height: 25px;*/
	BORDER-TOP:#8EB2D2 1px solid; 
	margin-top: 3px;
}

.treelevel1{
            background-color: #BCCDE1;
            font-family: Arial;
            font-size: 8pt;
            font-weight: normal;
            text-indent: 0px;
            BORDER-BOTTOM: #ffffff 1px solid;
			vertical-align: middle;

}
 
.treelevel2{
            background-color: #D9E5F3;
            font-family: Arial;
            font-size: 8pt;
            font-weight: normal;
            text-indent: 0px;
            BORDER-BOTTOM: #ffffff 1px solid;
			vertical-align: middle;
}

.treelevel3{
            background-color: #EEF3F9;
            font-family: Arial;
            font-size: 8pt;
            font-weight: normal;
            text-indent: 0px;
            BORDER-BOTTOM: #ffffff 1px solid;
}

.blank_stage
{ 
	background-image: url(../images/blank_seq.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 78px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}


/* Imported Styles for Process Controls Start from here ------------------------------------- */

.text_breadcrumb_s
{
	font-family: Arial;
	font-size: 8pt;
	vertical-align: middle;
	font-weight: normal;
}

.input20
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 20px;
}


.input70
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 70px;
}

.input70_man {
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: rgb(255, 255, 128);	
	width: 70px;
}

.list_menu_drop_down_70
{
	border: #F2E6B6 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	height: 2ex;
	background-color: #fff;
	font-size:8pt;
	width:70px;
	
}

.list_menu_drop_down_130
{
	border: #F2E6B6 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
	height: 2ex;
	background-color: #fff;
	font-size:8pt;
	width:130px;
	
}

.table_border_new2
{
	BORDER: #C4D8EB 1px solid;
	/*BORDER: #186AAD 1px solid;
	background-color: #D9E5F3;*/
	background-image: url(../images/bg_dd_home.gif);
	background-repeat: yes-repeat;
}

.BlueButtonNav
{
	background-color: #F2E6B6;
	border-color: #B8C1CC #303047 #303047 #B8C1CC;
	border-style: solid !important;
	border-width: 1px !important;
	color: #000;
	cursor: hand;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
	height: 3.5ex;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}

.table_header_darker1
{
	background-image: url(../images/table_header.gif);
	background-repeat: yes-repeat;
	font-family:Arial;
	/*background-color: #DCDCDC; */
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	height:20px;
	
	
}

A.screenlink:link	{	
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
/*COLOR: #1E4B72; */
COLOR: #000000; 
TEXT-DECORATION: underline;
}	
		
A.screenlink:visited	{	
	font-family: Arial;
	font-size: 8pt; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #000000;  
	TEXT-DECORATION: underline;
}	
		
A.screenlink:active	{
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D; 
white-space: nowrap;
TEXT-DECORATION: underline;
}	

A.screenlink:hover	{
/*display: inline-block !important; */
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D;
TEXT-DECORATION: underline;
}


A.homelink:link	{	
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
/*COLOR: #1E4B72; */
COLOR: #000000; 
TEXT-DECORATION: none;
}	
		
A.homelink:visited	{	
	font-family: Arial;
	font-size: 8pt; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #000000;  
	TEXT-DECORATION: none;
}	
		
A.homelink:active	{
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D; 
white-space: nowrap;
TEXT-DECORATION: none;
}	

A.homelink:hover	{
/*display: inline-block !important; */
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D;
TEXT-DECORATION: underline;
}


A.tracklink:link	{	
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
/*COLOR: #1E4B72; */
COLOR: #000000; 
TEXT-DECORATION: underline;
vertical-align: middle;
}	
		
A.tracklink:visited	{	
	font-family: Arial;
	font-size: 8pt; 
	OVERFLOW: hidden; 
	CURSOR: hand; 
	COLOR: #000000;  
	TEXT-DECORATION: underline;
	vertical-align: middle;
}	
		
A.tracklink:active	{
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D; 
white-space: nowrap;
TEXT-DECORATION: underline;
vertical-align: middle;
}	

A.tracklink:hover	{
/*display: inline-block !important; */
font-family: Arial;
font-size: 8pt;
OVERFLOW: hidden; 
CURSOR: hand; 
COLOR: #225A8D;
TEXT-DECORATION: none;
vertical-align: middle;
}


.hiddenGridColumn
{
	font-family: Arial;
	/*background-color:#F0F3FA;*/
	background-color:#EDF6FF;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
	height: 25px;
	display:none;
	visibility:hidden;
}

.bgtracker
{
	font-family:Arial;
	/*background-color: #83ACDB;
	background-color: #D9E5F3;*/
	background-image: url(../trackimages/bgline.gif);
	background-repeat: yes-repeat;
	color: #000;
	font-weight:500;
	font-size: 8pt;
	text-align: left;
	
}

.messagingDiv {
	background-color: #83ACDB;
	position: fixed;
    width: auto;
    height: auto;
    top: 15%;
    right: 15%;
    bottom: 100px;
    left: 10em
}

.optionValue {
	display:none;
}

.DEBUGmessageTimestamp { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #666666; TEXT-ALIGN: 

right; }
.DEBUGmessagePriority  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #666666; TEXT-ALIGN: 

left; }
.DEBUGmessageText      { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #666666; TEXT-ALIGN: 

left; }
.DEBUGmessageCategory  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #666666; TEXT-ALIGN: 

left; }

.INFOmessageTimestamp  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #444444; TEXT-ALIGN: 

right; }
.INFOmessagePriority   { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #444444; TEXT-ALIGN: 

left; }
.INFOmessageText       { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #444444; TEXT-ALIGN: 

left; }
.INFOmessageCategory   { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #444444; TEXT-ALIGN: 

left; }

.WARNmessageTimestamp  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD8844; TEXT-ALIGN: 

right; }
.WARNmessagePriority   { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD8844; TEXT-ALIGN: 

left; }
.WARNmessageText       { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD8844; TEXT-ALIGN: 

left; }
.WARNmessageCategory   { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD8844; TEXT-ALIGN: 

left; }

.ERRORmessageTimestamp { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD2222; TEXT-ALIGN: 

right; }
.ERRORmessagePriority  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD2222; TEXT-ALIGN: 

left; }
.ERRORmessageText      { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: bold;   COLOR: #DD2222; TEXT-ALIGN: 

left; }
.ERRORmessageCategory  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #DD2222; TEXT-ALIGN: 

left; }

.FATALmessageTimestamp { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #F00000; TEXT-ALIGN: 

right; }
.FATALmessagePriority  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #F00000; TEXT-ALIGN: 

left; }
.FATALmessageText      { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: bold;   COLOR: #F00000; TEXT-ALIGN: 

left; }
.FATALmessageCategory  { FONT-FAMILY: Arial; FONT-SIZE: 9pt; FONT-WEIGHT: normal; COLOR: #F00000; TEXT-ALIGN: 

left; }


.errorText
{
    COLOR: #E00000;
    FONT-FAMILY: Tahoma, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    TEXT-ALIGN: left;
}

.treeNode {
	font-family: Arial;
	font-size: 8pt;
	vertical-align:top;
	font-weight: normal;
}


.treeNodeOver{
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	color: #000000;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-right: 15px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.multiSelectEven
{
	font-family: Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
	height: 10px;

}

.multiSelectOdd
{
	font-family: Arial;
	/*background-color:#F0F3FA;*/
	background-color:#EDF6FF;
	color: #000000;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
	height: 10px;
}

.acText170 { 
	background-image: url(../images/ac.gif);
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	width: 170px;
}

/* Imported Styles from Access Enforcer start here --------------------------------- */

.td_item_ERM
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}


.td_item_ERM_man
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}

.input80
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 80px;
}

.input80_man
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: red 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: red 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #FFFFAC;	
	background-image: url(../images/mandatory.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 80px;
}

.table_selected_row
{
	font-family:Arial;
	background-color: #DBECEF;
	color: #000;
	font-weight:500;
	font-size: 8pt;
	text-align: left;
	text-indent: 3px;
}

.div_border
{
	BORDER: #E1EAFE 1px solid;
	overflow: auto;
}

.table_border_new_popup
{
	/*border-left-color: #E1EAFE 1px solid;
	border-top-color: #E1EAFE 1px solid;
	border-right-color: #225A8D 1px solid;
	border-bottom-color: #225A8D 1px solid;
	border-collapse: collapse;
	padding: 5px;
	background-color: #FFFFFF;*/
	border: thin groove #225A8D;
}

.remove
{ 
      background-color: #FF9999;
      font-family: Arial;
		color: #000000;
		font-size: 8pt;
		text-align: left;
		height: 20px;
		text-indent: 3px;
}

.table_body_grid_no_bottom
{
BORDER-RIGHT: 1px solid; 
BORDER-TOP: 0px solid; 
BORDER-LEFT: 1px solid; 
BORDER-BOTTOM: 0px solid; 
BORDER-COLLAPSE: collapse; 

}

.PrgBar_InProcess_Active
{
	background-color: #FFFF33;
	background: url(../images/yellow_bl_active_bg.gif);
	background-repeat: y-repeat;
	BORDER-BOTTOM: #FF7200 0px solid; 
	BORDER-TOP: #FF7200 0px solid; 
	BORDER-LEFT: #FF7200 1px solid;
	BORDER-COLLAPSE: collapse; 
	height: 0px;
	font-size: .5pt;

}

.text_big_heading
{
	font-family: Arial;
	font-weight: bold;
	color: black;
	font-style: normal;
	font-size:14pt;
	vertical-align: bottom;
}

.text_copyright
{
	font-family: Arial;
	
	color: black;
	font-style: normal;
	font-size:7.5pt;
	vertical-align: bottom;
}

.header_txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background:#B2CAE2;
	padding:2px;
}

.table_border
 {
 	border: 1px solid #b2cae2;
    text-align:center;
    background:#FFFFFF;
	padding:2px;
 }

.input235_gray
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #E9E9E9;	
	width: 235px;
}

.input235_small
{
	border-right: #cacaca 1px solid;
	padding-right: 2px;
	border-top: #cacaca 1px solid;
	padding-left: 2px;
	padding-bottom: 0px;
	border-left: #cacaca 1px solid;
	color: #000;
	padding-top: 0px;
	border-bottom: #cacaca 1px solid;
	font-family: Arial;
	font-size:8pt;
	background-color: #ffffff;	
	width: 149px;
}

.div_table
{
	background-color: White;
}

.list_menu_drop_down_small
{
	border: #000 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Arial;
 	height: 2ex;
	background-color: #fff;
	font-size:8pt;
	width:40px;
}

input[type="file"]::-webkit-file-upload-button{
   -webkit-appearance: none;
   border-bottom: #cacaca 1px solid;
   margin-left: -2px;
}

input[type="button"]:disabled{
    color: #777;
    background-color: #bbb;
    border: #bbb;
	cursor: no-drop;
}

.topIcon{
	border: none !important;
	height: 23px;
	width: 23px;
	margin-right: 5px;
}


/* new css inline to externel */

	

.LeftMenuPadding{
	width:100%; padding-top:2px; padding-bottom:2px;
}

.HeadMenuFont{
	font-size: 10pt !important;
}

.paddingTopRight{
	padding:4px 0 0 2px;
}

.Arrowcollapse{
	float:left;
	width:33px;
	height:100%; 
	overflow:hidden; 
	display:none
}

.aligh{
	border: 0;
	vertical-align: middle;
	margin: 2px 0;
}

.widthHeightArrowC{
	width: 33px; 
	height: 22px;
}

.widthHeightArrowO{
	width:18px; 
	height:18px;
}

.logoDimension{
	height: 43px; 
	width: 166px;
    padding-left: 0.8%;
}

.leftAlignLp{
	-webkit-padding-start: 7px;
}

.aligh{
	border: 0;
	vertical-align: middle;
	margin: 2px 0;
}

a.selectedLink {
    color: #90e2ff;
}

	/* =========================================================================================================  IE EDGE */
	/* Menu */
	.Login{
		background-image: url('../images/Login.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.Login_un{
		background-image: url('../images/Loginun.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.SMTPSetting{
		background-image: url('../images/SMTPSetting.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.SMTPSetting_un{
		background-image: url('../images/SMTPSettingUn.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.Registration{
		background-image: url('../images/Registration.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.Registration_un{
		background-image: url('../images/RegistrationUn.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.support{
		background-image: url('../images/support.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.support_un{
		background-image: url('../images/supportun.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}

	.REGISTRATIONLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/Registration.png');
		width: 20px;
	    height: 18px;
	}
	
	.REGISTRATIONLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/RegistrationUn.png');
		width: 20px;
		height: 18px;
	}
	
	.CONNECTORLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/Connectors.png');
		width: 20px;
	    height: 18px;
	}
	
	.CONNECTORLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/ConnectorsUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.UTILITIESLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/utilities.png');
		width: 20px;
	    height: 18px;
	}
	
	.UTILITIESLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/utilities_un.png');
		width: 20px;
	    height: 18px;
	}
	
	.APPLICATIONCENTERLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/Appcenter.png');
		width: 20px;
	    height: 18px;
	}
	.APPLICATIONCENTERLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/AppcenterUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.AVM_IMP_EXP_CONFIG{
		background-repeat: no-repeat;
		background-image : url('../images/ImportExport.png');
		width: 20px;
	    height: 18px;
	}
	
	.AVM_IMP_EXP_CONFIG_un{
		background-repeat: no-repeat;
		background-image : url('../images/ImportExportUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.SECURITYLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/Security.png');
		width: 20px;
	    height: 18px;
	}
	
	.SECURITYLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/SecurityUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.LOGSMONITERLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/logsmonitor.png');
		width: 20px;
	    height: 18px;
	}
	
	.LOGSMONITERLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/logsmonitorun.png');
		width: 20px;
	    height: 18px;
	}
	
	.REPORTSLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/Report.png');
		width: 20px;
	    height: 18px;
	}
	
	.REPORTSLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/ReportUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.STANDARDADAPTERSLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/StandardAdapters.png');
		width: 20px;
	    height: 18px;
	}
	
	.STANDARDADAPTERSLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/StandardAdaptersUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.PROGRAMWORKBENCHLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/ProgramWorkbench.png');
		width: 20px;
	    height: 18px;
	}
	
	.PROGRAMWORKBENCHLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/ProgramWorkbenchUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.CUSTOMADAPTERSLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/CustomAdapters.png');
		width: 20px;
	    height: 18px;
	}
	
	.CUSTOMADAPTERSLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/CustomAdaptersUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.AUTOBATCHEXTRACTIONLEFT{
		background-repeat: no-repeat;
		background-image : url('../images/Extraction.png');
		width: 20px;
	    height: 18px;
	}
	
	.AUTOBATCHEXTRACTIONLEFT_un{
		background-repeat: no-repeat;
		background-image : url('../images/ExtractionUn.png');
		width: 20px;
	    height: 18px;
	}
	
	/* popup */
.popUpCloseIcon{
	background: url(../images/div_close_gray.gif) no-repeat;
	width: 13px !important;
	height: 13px !important;
}

.popUpResizeIcon{
	background: url(../images/resize_gray.gif) no-repeat;
	width: 15px !important;
	height: 15px !important;
}

.popUpTitle{
	background-color: rgb(175, 175, 175) !important;
	color: rgb(27, 27, 27) !important;
	height: 34px !important;
	padding: 9px 0px 0px 10px !important; 
}

.popUpTabSelected{
	color: #187e98 !important;
}

.popUpTabDSelected{
	color:  #333333 !important;
}

.popUpContent{
	background-color: rgb(230, 230, 230) !important;
	top: 31px !important;
	font-size: 12px !important;
	/* height: 376px !important; */
}

.popUpFooter{
	background-color: rgb(175, 175, 175) !important; 
	color: rgb(27, 27, 27) !important;
}

.popUpIframeDiv{
	background-color: #e6e6e6 !important;
}

.PopupDiv{ /* this is for report popup link */
	border:3px solid #afafaf; 
	background-color: #e6e6e6 !important; 
}

.popupReportHeder{
	color: #1b1b1b;
	background-color: #afafaf;
}

.calbody{
	background-color: #ffffff;
}

.caldisplay{
	background-color: #434c4c;
}

.calweekdays{
	background-color: #07add9;
}

.calworkday{
	background-color: #e0e0e0;
}

.calweekend{
	background-color: #f49861;
}

.loginMenuTable{
	padding-left: 0%;
}

.loginMenuItem{
	padding-bottom: 2%;
}

.selectedTabLink{
	color: #40caef;
}

.deSelectedTabLink{
	color: #fff;
}

.menuImageDot{
    width: 0px;
    height: 0px;
    margin-left: 4%;
    border: none;
}

/* CHROME */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	/* Menu */
	.Login{
		background-image: none;
		content: url('../images/Login.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}

	.Login_un{
		background-image: none;
		content: url('../images/Loginun.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}

	.SMTPSetting{
		background-image: none;
		content: url('../images/SMTPSetting.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.SMTPSetting_un{
		background-image: none;
		content: url('../images/SMTPSettingUn.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.Registration{
		background-image: none;
		content: url('../images/Registration.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.Registration_un{
		background-image: none;
		content: url('../images/RegistrationUn.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.support{
		background-image: none;
		content: url('../images/support.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}
	
	.support_un{
		background-image: none;
		content: url('../images/supportun.png');
		background-repeat: no-repeat;
		width: 20px;
		height: 18px;
	}

	.REGISTRATIONLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/Registration.png');
		width: 20px;
	    height: 18px;
	}
	
	.REGISTRATIONLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/RegistrationUn.png');
		width: 20px;
		height: 18px;
	}
	
	.CONNECTORLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/Connectors.png');
		width: 20px;
	    height: 18px;
	}
	
	.CONNECTORLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ConnectorsUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.UTILITIESLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/utilities.png');
		width: 20px;
	    height: 18px;
	}
	
	.UTILITIESLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/utilities_un.png');
		width: 20px;
	    height: 18px;
	}
	
	.APPLICATIONCENTERLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/Appcenter.png');
		width: 20px;
	    height: 18px;
	}
	.APPLICATIONCENTERLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/AppcenterUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.AVM_IMP_EXP_CONFIG{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ImportExport.png');
		width: 20px;
	    height: 18px;
	}
	
	.AVM_IMP_EXP_CONFIG_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ImportExportUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.SECURITYLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/Security.png');
		width: 20px;
	    height: 18px;
	}
	
	.SECURITYLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/SecurityUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.LOGSMONITERLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/logsmonitor.png');
		width: 20px;
	    height: 18px;
	}
	
	.LOGSMONITERLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/logsmonitorun.png');
		width: 20px;
	    height: 18px;
	}
	
	.REPORTSLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/Report.png');
		width: 20px;
	    height: 18px;
	}
	
	.REPORTSLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ReportUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.STANDARDADAPTERSLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/StandardAdapters.png');
		width: 20px;
	    height: 18px;
	}
	
	.STANDARDADAPTERSLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/StandardAdaptersUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.PROGRAMWORKBENCHLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ProgramWorkbench.png');
		width: 20px;
	    height: 18px;
	}
	
	.PROGRAMWORKBENCHLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ProgramWorkbenchUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.CUSTOMADAPTERSLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/CustomAdapters.png');
		width: 20px;
	    height: 18px;
	}
	
	.CUSTOMADAPTERSLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/CustomAdaptersUn.png');
		width: 20px;
	    height: 18px;
	}
	
	.AUTOBATCHEXTRACTIONLEFT{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/Extraction.png');
		width: 20px;
	    height: 18px;
	}
	
	.AUTOBATCHEXTRACTIONLEFT_un{
		background-image: none;
		background-repeat: no-repeat;
		content : url('../images/ExtractionUn.png');
		width: 20px;
	    height: 18px;
	}
}
 