/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "src" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: White; /* background color */
	color: Black; /* text color */
	font-family: Tahoma,Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size: x-small; /* font size */
	/* margin: 0px 0px 0px 0px; /* top right bottom left */
	text-align : justify;
   margin-top: 0px;
   margin-left: 0px;
	margin-right: 0px;
	
	scrollbar-face-color:#49AAE4;
	scrollbar-shadow-color:#CCFF99;
	scrollbar-highlight-color:#000099;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#367AC5;
	scrollbar-track-color:#BFEBFF;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-3dlight-color:#336699;
	scrollbar-base-color:#ffffff;

}

ul, li
{
  list-style: circle inside;
  list-style-position: inside
  color:
}

.aspmaker {
	color: #000000; /* text color */
	font-family: Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size:  10px; /* font size */	
}

input, textarea, select {	
	font-family: Verdana,sans-serif, Helvetica, Arial;/* font name */
	font-size: 10px; /* font size */
} 

a:link				{ color : #004B93; 
						font-family: Verdana,sans-serif, Helvetica, Arial;
						text-decoration : none;
						font-size: 10px;
						font-weight: bold;
 						} /* link color */
a:visited			{ color : #004B93; 
						font-family: Verdana,sans-serif, Helvetica, Arial;
						text-decoration : none; 
						font-size: 10px;
						font-weight: bold;
						} /* visited link color */
a:active				{ color : #32CD32;
						font-family: Verdana,sans-serif, Helvetica, Arial;
						text-decoration : none; 
						font-size: 10px;
						font-weight: bold;
						} /* active link color */
a:hover				{ color : #B21B00;
						font-family: Verdana,sans-serif, Helvetica, Arial;
						text-decoration : underline; 
						font-size: 10px;
						font-weight: bold;
						}

/* main table */
.ewTable {
	width: 95%; /* table width */	
	/*
	align: center;
	color: ; /* text color */
	font-family: Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size: 10px; /* font size */
	border-collapse: collapse;
	border: none;
	padding: 0px 0px 0px 0px;
}

.ewTableTitles {
	width: 95%; /* table width */	
	/*align: center;*/
	/* color: ; text color */
	font-family: Verdana,sans-serif, Helvetica, Arial;/* font name */
	font-size: 10pt; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #E2E1BC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #FFFFFF ; /* header color */
	color: #FFF8DC; /* header font color */	
	vertical-align: middle;	
	font-weight: bold;
	background-image: url(css/backgrounds/blue5-th1.jpg);
	font-size: 10px; /* font size */	
	height: 32px;
/*	
background-image: url(css/backgrounds/bg_bar_bottom.gif);
*/
}

/* Edit - View table header cells */
.ewTableHeader1 {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #003366; /* header font color */	
	vertical-align: top;	
	font-weight: bold;
	background-image: url(css/backgrounds/gradient_blue.jpg);
	font-size: 10; /* font size */	
	height: 25px;
	text-align: right;
}

/* main table header cells */
.ewTableHeaderSearch {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #F4F0C8; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
	font-weight: bold;
}

.ewTableHeader a {	
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: White; /* header font color */	
	font-size: 10px; /* font size */
}
.lineHR {
	background-image: url(css/images/hgrad.gif);
}

/* main table footer section */
.ewTableFooter {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #FFFFCC;	
}

						
.ewBasicSearch {
	font-family: Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size: 10px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewBasicSearch td {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	border: 0px;
	padding: 1px;
}

.ewSearchOpr {
	font-family: Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size: 10px; /* font size */
	color: maroon;
}

.ewListAdd {
	font-family: Verdana,sans-serif, Helvetica, Arial;/* font name */
	font-size: 10px; /* font size */
	border: 0px;
	border-collapse: collapse;
}

.ewListAdd td {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	border: 0px;
	padding: 2px;
}

.aspmakerlist td {
	color: #000000; /* text color */
	font-family: Verdana,sans-serif, Helvetica, Arial;/* font name */
	font-size: 10px; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

.ewAddOption td {
	font-family: Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size: 10px; /* font size */
	padding: 2px; /* cell padding */	
	border: 0px;	
}

/* main table header cells */
.ewTableHeader {
	background-color: #0000FF; /* header color */
	color: #FFFFCC; /* header font color */	
	vertical-align:middle;	
}

.ewTableHeader a:link {	
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #FFFFCC; /* header font color */	
}

.ewTableHeader a:visited {	
	font-family: Verdana,sans-serif, Helvetica, Arial;
	color: #FFFFCC; /* header font color */	
}

/* main table row color */
.ewTableRow {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #E5F6FF;  /* alt row color 1 */
	/*background-image: url(css/backgrounds/back_over_tile.gif);*/
	font-size: 10px; /* font size */
	color: Black;
}

/* main table alternate row color */
.ewTableAltRow {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #FFFFD9; /* alt row color 2 #B7DDE9   #E3F2F7 */	
	/*background-image: url(css/backgrounds/back_over_tile.gif);*/
	color: Black;
	font-size: 10px; /* font size */	
	padding:5;
	text-align: left;
}

/* main table edit mode row color */
.ewTableEditRow {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	padding:5;
	background-color: #FFFF99; /* edit mode color */
	font-size: 10px; /* font size */
}

/* main table highlight color */
.ewTableHighlightRow {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #FFCC66; /* highlight color */
	font-size: 10px; /* font size */
}

/* main table select color */
.ewTableSelectRow {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #8CFF1C; /* select color */
	font-size: 10px; /* font size */
	font-weight: bold;
}

/* main table footer section */
.ewTableFooter {
	font-family: Verdana,sans-serif, Helvetica, Arial;
	background-color: #999933;
}

/* classes for report */
.ewReportTable {
    border: 0px;
    border-collapse: collapse;
}

.ewReportTable td {
    padding: 3px;
}

.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message red for Errors*/
.ewmsg {
	color: red; /* message color */
	font-family: Tahoma; /* font name */
	font-size: 10px; /* font size */	
	font-weight:bold;	
}

/* message green for OK*/
.ewmsggreen {
	color: white; /* message color */
	font-family: Tahoma; /* font name */
	font-size: 12px; /* font size */
	font-weight:bold;
	background:green;	
}

/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

/* MultiPage pager table */
.ewMultiPagePager {
	color: #000000; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 10px; /* font size */
	border: 0px; /* border */	
}

.ewMultiPagePager td {
	padding: 2px; /* cell padding */
}

/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/

	 	 /* your CSS styles here */
td.top_left {
	background-image: url(css/images/top_lef.gif);
	height: 16px;
	width: 16px;
}

td.top_mid {
	background-image: url(css/images/top_mid.gif);
	height: 16px;
	width: 16px;
}

td.top_right {
	background-image: url(css/images/top_rig.gif);
	height: 16px;
	width: 24px;
}

td.cen_left {
	background-image: url(css/images/cen_lef.gif);
	height: 11px;
	width: 16px;
}

td.cen_middle {
	background-color: #FFFFFF;
	height: 11px;

}

td.cen_middle1 {
	background-color: #BDB76B;
	height: 11px;
	width: 24px;
}


td.cen_right {
	background-image: url(css/images/cen_rig.gif);
	height: 11px;
	width: 24px;
}

td.bot_left {
	background-image: url(css/images/bot_lef.gif);
	height: 16px;
	width: 16px;
}

td.bot_middle {
	background-image: url(css/images/bot_mid.gif);
	height: 16px;
	width: 16px;
}

td.bot_right {
	background-image: url(css/images/bot_rig.gif);
	height: 16px;
	width: 24px;
}

Td.DetailBoldGrey
	{
	color: White;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/product_tabs.gif);
	}	
	

Td.DetailBold
	{
	color: White;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/back_bottom.gif);
	}	

Td.DetailBoldODD
	{
	color: #F0E68C;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/product_tabs.gif);
	}		

Td.TotalBottom
	{
	color: Black;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/bar_bg.gif);
	}		
Td.TotalBottomODD
	{
	color: #7A1F1F;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/smallfade.gif);
	}		
	
Td.DetailODD
	{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
	background : url(css/backgrounds/bg_left7.jpg);
	}	
	
Td.DetailMenu
	{
	color: Black;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	background : url(css/backgrounds/bg_navigation.jpg);
	text-align: right;
	}		

Td.DetailMenuRED
	{
	color: White;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/menuitemsel_bc.gif);
	/*background : url(css/backgrounds/bg_r.gif);*/
	text-align: center;
	}

Td.DetailMenuBLUE
	{
	color: White;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	/*background : url(css/backgrounds/bg_b.gif);*/
	background : url(css/backgrounds/bg_bar_bottom.gif);
	text-align: center;
	}

Td.ReplyIn
	{
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/smallfade.gif);
	text-align: center;
	}

Td.ReplyOut
	{
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/Sky.gif);
	text-align: center;
	}

Td.ReplyInList
	{
	color: 000000;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/bgleft.jpg);
	text-align: center;
	}

Td.ReplyOutList
	{
	color: FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	background : url(css/backgrounds/sidegrad.png);
	text-align: center;
	}
Td.Detail
	{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
	background : #FAFAD2;
	}	
	
.MainTitles {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 20px;font-style: oblique;font-weight: bold;	color: #000000;}
.MainTitlesYellow {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 20px;font-style: oblique;font-weight: bold;	color: Yellow;}
.MainTitlesWhiteBlue {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-style: normal;font-weight: bold;	color: White;  background : #007DA4; }
.MainTitlesWhite {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-style: normal;font-weight: bold;	color: White;}
.MainTitlesOrange {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-style: normal;font-weight: bold;	color: #CC6600;  }
.MainTitlesRed {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-style: normal;font-weight: bold;	color: #8B0000;  }

.SubTitles {font-size: 10pt;COLOR: #003399;FONT-weight: bold;FONT-FAMILY: Verdana, sans-serif, Helvetica, Arial;}
.SubTitlesOrange {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;	color: #CC6600;  }
.SubTitlesWhite {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;	color: White;  }
.SubTitlesRed {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;	color: #8B0000;  }
.SubTitlesYellow {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;	color: Yellow;  }

.SmallTitles {font-size: 10px;COLOR: #003399;FONT-weight: bold;FONT-FAMILY: Verdana, sans-serif, Helvetica, Arial;}
.SmallTitlesOrange {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-style: normal;font-weight: bold;	color: #CC6600;  }
.SmallTitlesWhite {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-style: normal;font-weight: bold;	color: White;  }
.SmallTitlesRed {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-style: normal;font-weight: bold;	color: #8B0000;  }
.SmallTitlesYellow {font-size: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;font-style: normal;font-weight: bold;	color: Yellow;  }

.SubTitlesL1 {FONT-SIZE: 14pt;COLOR: Black;FONT-weight: bold;FONT-FAMILY: Verdana, sans-serif, Helvetica, Arial;}
.SubTitlesL2 {FONT-SIZE: 12pt;COLOR: #666633;FONT-weight: bold;FONT-FAMILY: Verdana, sans-serif, Helvetica, Arial;}
.SubTitlesL3 {FONT-SIZE: 11pt;COLOR: #550000;FONT-weight: bold;FONT-FAMILY: Verdana, sans-serif, Helvetica, Arial;}

.LargeInput {
	font-family: Verdana; /* font name */
	font-size: 14px; /* font size */
	font-weight: bold;
	border: 1px solid #bdbdbd;
	margin: 0px;
	/*width: 100%;*/
	font-weight : bold;
	height: auto;
	background-color: #FFFFFF;
	color: #666666;
	padding: 2px;

}

.pred
	{ 
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #6C0000;
	text-align : justify;
	}	

.input 
{
	border: 1px solid #bdbdbd;
	margin: 0px;
	/*width: 100%;*/
	font-weight : bold;
	height: auto;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}
.input_textarea 
{
	border: 1px solid #bdbdbd;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}

.input:focus 
{
	border: 1px solid #4981B4;
	margin: 0px;
	/*width: 100%;*/
	height: auto;
	background-color: #EEF4FD;
	padding: 2px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
.submit 
{
	margin-top:8px;
	padding: 0px;
}
.OfferBorder 
{
    border: 0px dotted #666666;
}

.OfferBorderDot 
{
    font-family:Verdana, sans-serif,tahoma, Helvetica, Arial;
    padding:10;
    font-size:11px;
    border: 1px dotted #666666;
}

.small	
{
    font-family : Verdana, sans-serif,tahoma, Helvetica, Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal; 
}
.smalltext
	{ 
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-align : justify;
	}	

.normaltext {
	color: #494949; /* text color */
	font-family: Verdana,sans-serif, Helvetica, Arial; /* font name */
	font-size: x-small; /* font size */	
 	FONT-SIZE: 12px;
 	text-align : justify;
	line-height : 12pt;
}

.blocks{
	background: #F8F8F8;
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
Td.HeaderBlue
	{
	color: #FFF8DC;
	font-size: 14px;
	font-weight: bold;
	}

Td.HeaderBlue1
	{
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding: 1	px;
	background : #005975;
	}
	
Td.HeaderBlue2
	{
	color: #FEFEFE;
	font-size: 12px;
	font-weight: bold;
	padding: 1	px;
	background : #FFA500;
	}

Td.HeaderBlue3
	{
	color: White;
	font-size: 14px;
	font-weight: normal;
	padding: 1	px;
	background : #006699;
	}

Td.HeaderBlue4
	{
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding: 0	px;
	background : Maroon;
	}	

Td.HeaderBlue5
	{
	color: #B22222;
	font-size: 12px;
	font-weight: bold;
	padding: 0	px;
	background : #E5E5CD;
	}			

Td.HeaderBlue6
	{
	color: Black;;
	font-size: 12px;
	font-weight: bold;
	padding: 0	px;
	background : #87CEFA;
	}			



	 	 /*END_USER_STYLES*/
