html
{
	scrollbar-face-color:#aabbcc;
	scrollbar-shadow-color:#D8E6F3;
	scrollbar-highlight-color: #7799BB;
	scrollbar-track-color: #D8E6F3;
	scrollbar-arrow-color: #D8E6F3;
	scrollbar-3dlight-color: #7799BB;
	scrollbar-darkshadow-color: #ccddee;
	
	} 
/* Default Styles */
body { 
	margin: 0px 0px 0px 0px;
	font-family:Verdana,Courier New,Arial,Helvetica,sans-serif;
	color: #444444;
	font-size: 12px;
  background-color: #f7f7ff;
	/* background-color: #FFF9E3 /*YELLOW */ /*BLUE BACKGROUND */
	/*background-color:  #DCF4DF; GREEN BACKGROUND COLOR */
	}
.body { 
	font-size: 12px;
	font-family:Verdana,Courier New,Arial,Helvetica,sans-serif;
	}

.footer
{
	text-align: center;
	line-height: 25px;
	padding-left: 5px; 
	color: #000033; 
	font-size: 11px;
}


				.postshown { DISPLAY: inline }
				.posthidden { DISPLAY: none }


/* CSS For Table */
.tblrowbg {
	background-image: url('../images/tblrowbg.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 24px;
	font-family: Verdana,Courier New,Arial,Helvetica,sans-serif;
	color: DarkBlue;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 3px;
}

table{
	background-color: transparent;
	border: 0px;	
	}

.tabBg{
	background-color: #D8E6F3;	
}
	
.tdBG {
	background-image:url(../Images/BlueTable/tbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.tdlcrv{
	background-image:url(../Images/BlueTable/table_r1_c1.gif);
	background-repeat: no-repeat;
	width:9px;
	height:28px;
}
.tdtopborder {
	background-image: url(../Images/BlueTable/table_r1_c2.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 28px;	
	font-family:Verdana,Courier New,Arial,Helvetica,sans-serif;
	color: DarkBlue;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	padding-top: 1px;	
	padding-left: 3px;
}
.tdrcrv{
	background-image: url(../Images/BlueTable/table_r1_c3.gif);
	background-repeat: no-repeat;
	width:9px;
	height:28px;
}
.tdlline{
	background-image:url(../Images/BlueTable/table_r2_c1.gif); 
	background-position: left;
	background-position: top;
	height: 100%;	
	width:1px;
}
.tdrline{
	background-image:url(../Images/BlueTable/table_r2_c3.gif); 
	background-position: right;
	background-position: top;
	height: 100%;
	width:1px
}
.tdlbcrv{
	background-image: url(../Images/BlueTable/table_r3_c1.gif);
	background-repeat: no-repeat;
	width:9px;
	height:25px;
}
.tdbborder {
	background-image:url(../Images/BlueTable/table_r3_c2.gif);
	background-position:bottom;
	background-repeat: repeat-x;	
	height: 25px;
}
.tdrbcrv{
	background-image: url(../Images/BlueTable/table_r3_c3.gif);
	background-repeat: no-repeat;
	width:9px;
	height:25px;
}

/* Table CSS End*/

p {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 10px;
	}
	
form {
	margin: 0px;
	}

h1 {
	color: #EA1313;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	}

h2 {
	color: #666666;
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 0px;
	}

h3 {
	color: #7f0000; 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 4px;
	}

h4 {
	color: #333333; 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 2px;
	}

h5{
	color: #333333; 
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 1px;
	}

LI {
	list-style-type: square; 
	margin-left: 6px; 
	margin-bottom: 2px;
	}
	
UL {
	margin-top: 2px;
	}
	
hr {
	height: 1px;
}
a:link, a:visited {
	color: #444444;
	font-size: 11px;
	text-decoration: underline; 
	}
a:hover 
{
		color: #666666;
		text-decoration: underline; 
}
	
/* Form Styles */

.button {
		font-size: 11px;
		/*color: #666666;*/
		font-weight: bold;
		background-image: url(../pictures/btn_bg.gif);
		border-color: Black;
		border-width: medium;
	}
	
.buttonOn {
		border: 1px solid #444444;
		background-color: Transparent;
		font-size: 11px;
		color: #444444;
		font-weight: normal;
		border-color: Black;
		border-width: thick;
	}
	
.checkbox,.radio {
		font-size: 11px;
		text-align: center;
		border:0px;		
	font-family:Verdana,Courier New,Arial,Helvetica,sans-serif;
		background-color: transparent;
		margin: 0px;
		vertical-align: baseline;
	}
	
input,select
{
		border: 1px solid #888888;
		font-size: 12px;
		background-color:Transparent;		
		background:transparent;
	}
	
listbox
{
		border: 1px solid #888888;
		font-size: 11px;
		background-color: Transparent;
   }
textarea {
		border: 1px solid #888888;
	font-family:Verdana,Courier New,Arial,Helvetica,sans-serif;
		font-size: 11px;
		background-color: Transparent;
	}
/* Content Specific Styles */
	/* body text */
	.contentBox {
		background-color: #efefef;
		border: 1px #9e9e9e solid;
		padding: 5px;
	}
	.teamNoticeBox {
		background-color: #eeeeee;
		border: 1px #980000 solid;
		padding-left: 5px;
		padding-right: 5px;
		color: #00568C;
	}
	a.body:link, a.body:visited {
		color: #444444;
		font-size: 12px;
/*		text-decoration: underline;*/
		}
		
	a.body:hover {
/*		color: #666666;
		text-decoration: underline; */
		}
	
	/* myArea is for my account, admin, logout, an about links*/
	.myArea {
		font-size: 11px;
		font-weight: bold;
		}
	a.myAreaLink:link, a.myAreaLink:visited {
		color: #444444;
		text-decoration: none; 
		}
	a.myAreaLink:hover {
		color: #666666;
		text-decoration: none;
		}
		
	/*for the main screen navigation tabs*/
	.currentTab {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		padding-top: 1px;
		}
	a.currentTab:link, a.currentTab:visited {
		color: #333333;
		text-decoration: none;
		}
	a.currentTab:hover {
		color: #666666;
		text-decoration: none;
		}
		
	.otherTab {
		font-size: 12px;
		font-weight: bold;
		}
	a.otherTab:link, a.otherTab:visited {
		color: #6e6e6e;
		text-decoration: none;
		}
	a.otherTab:hover {
		color: #3C3C3C;
		text-decoration: none;
		}
		
	.subMenuTDIcon {
		font-size: 11px;
		color: #ffffff;
		background-color: #efefef;
		padding-bottom: 2px;
		padding-top: 1px;
		padding-left: 3px;
		padding-right: 3px;
		border-right: 1px solid #fefefe;
		}
	.subMenuTD {
		font-size: 11px;
		color: #ffffff;
		background-color: #DFDFDF;
		padding-bottom: 2px;
		padding-top: 1px;
		border-bottom: 1px solid #EDEDED;
		}
	a.subMenuLink:link, a.subMenuLink:visited {
		color: #444444;
		text-decoration: none;
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.subMenuLink:hover {
		color: #666666;
		text-decoration: none;
		border-bottom: 0px;
		}
		
	/*welcome user and date bar and last view*/
	.lblheading {
		font-size: 11px;
		color:Black;
	}
	.welcome {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		/*background-color: #FF9900;
		border-bottom: 1px solid #000000;*/
		padding-left: 5px;
		}
	.note{
		font-size: 9px;
		font-weight: bold;
		color:Red;
		}
	.lbllogin{
		font-size: 11px;
		color:black;
		}
	.maintext{
		font-size: 12px;
		font-weight: bold;
		color:#191970;
		font-family:Verdana;
		}
		
	.reccount
	{
		font-family:Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
		
	.msgerr{
		font-size: 11px;
		font-weight: bold;
		color:Red;
		}
	.msgsuccessfull{
		font-size: 11px;
		font-weight: bold;
		color:Green;
		}
	.searchField {
		border: 1px solid #323232;
		font-size: 11px;
		background-color: #ffffff;
	}
	.search {
		color: #ffffff;
		background-color: #FF9900;
		border-bottom: 1px solid #000000;
		padding-right: 10px;
		text-align: right;
		}
	.searchButton {
		/*behavior:	url("include/pngbehavior.htc");*/
		background-color: transparent;
		border: 0px;
		padding-right: 10px;
		}	

	.lastView {
		color: #666666;
		background-color: #dddddd;
		padding-left: 10px;
		border-bottom: 1px solid #cccccc;
		}
		
	a.lastViewLink:link, a.lastViewLink:visited {
		color: #444444;
/*		text-decoration: underline;*/
		border-bottom: 0px;
		padding-left: 0px;
		}
	a.lastViewLink:hover {
/*		color: #666666;*/
		text-decoration: none;
		border-bottom: 0px;
		}
		
	/*left column styles*/
	table.leftColumnModuleHead th {
		font-size: 12px;
		color: #444444;
		text-align: left;
		padding: 0px;
	}


	/*right main content (suffix S1 stands for Style 1) */
	.listView {
		border: 1px solid #9E9E9E;
	}
	.listViewThS1 {
		font-size: 11px;
		color: #666666;
		font-weight: bold;
		text-align: left;
/*		background-image: url(images/listViewBg.png); */
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: 1px solid #cccccc; 
		background-color:Transparent;
		
	}
	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
		color: #444444;
		font-weight: bold;
		text-decoration: none;
		}
	a.listViewThLinkS1:hover {
	color: #222222; 
	text-decoration: none;
		}
	a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
	font-size: 12px;
	color: #002780;
	text-decoration: none;

		}
	a.listViewTdLinkS1:hover {
/*	text-decoration: underline; */
		}
	.evenListRowS1 {
		font-size: 12px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
	}
	
	.oddListRowS1 {
		font-size: 12px;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
		padding-top: 2px;
	}
	
	.listViewHRS1 {
		background-color: #cccccc;
	}
	.pageNumbers {
		color: #444444;		
	}
	.listViewPaginationTdS1 {
		font-size: 10px;
		color: #999999;
		background-color: #eeeeee;
		padding-right: 5px;
		padding-left: 5px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #9E9E9E;
	}
	a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
		color: #E90000;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		}
	a.listViewPaginationLinkS1:hover {
		color: #ff0000;
		font-size: 10px;
		text-decoration: none;
		}
	a.utilsLink:link, a.utilsLink:visited {
		color: #B20000;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;

		}
	a.utilsLink:hover {
		color: #FF0000;
		font-size: 11px;
		text-decoration: none;
		}

	/* main tab forms */
	
	.tabForm {
	padding: 0px;
	background-position: bottom;
	background-repeat : repeat-x;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
	.dataLabel1 {
	color: #666666;
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5pt;
	}
	
	h4.dataLabel {
/*		color: #666666;  */
		font-size: 14px; 
		font-weight: bold; 
		margin-bottom: 2px;
	}
	
	h5.dataLabel {
		color: #888888; 
		font-size: 13px; 
		font-weight: bold; 
		margin-bottom: 1px;
		margin-top: 1px;
	}
	.dataLabel {
		font-weight: bold;
		vertical-align : top;
		font-size: 12px; 
	}
	.dataField {
		font-weight: normal;
		vertical-align : top;
	}
	
	
	/* main tab panel views */
	.tabDetailView {
		border: 1px solid #444444;
		background-color: #cccccc;
	}
	
	.tabDetailViewDF {
	font-size: 11px; 
		color: #000000; 
		background-color: #fafafa;
		font-weight: bold; 
		padding-right: 4px;
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		vertical-align: top;
		font-weight: bold;
	}

	/* misc font displays */
	.required {
		color: #ff0000;
	}
	.error {
		color: #ff0000;
	}
	.success {
		color: #00ee00;
	}
	.dateFormat {
		font-weight: normal;
		font-style: italic;
		font-size: 10px;
	}

	.tm {
		font-size: 8px;
		font-family: Verdana;
	}
	
/* menu styles */	
.rollmenu
{
	display: block;
	font-size: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #000000;
	line-height: normal;
	border-top: #FFCE73 1px solid;
	border-left: #FFCE73 1px solid;
	border-right: #D8B114 1px solid;	
	border-bottom: #D8B114 1px solid;
	background-color: #FFCC00;
	text-decoration: none
}
.rollmenu:hover
{
	background-color: #EDC112;
	border-top: #FFCE73 1px solid;
	border-left: #FFCE73 1px solid;
	border-right: #D8B114 1px solid;	
	border-bottom: #D8B114 1px solid;
	text-decoration: none;
	font-size: 9px;
}
.menuhead
{
	/*background-color: #EDC112;
	background-image: url(../Images/BlueTable/table_r1_c2.gif);
	font-weight:bold;*/
	font-size: 11px;
	display:list-item;/*  block;
	border-top: #FFCE73 1px solid;
	border-left: #FFCE73 1px solid;
	border-right: #D8B114 1px solid;	
	border-bottom: #D8B114 1px solid;*/
	color: Blue;/*#000000;*/
	line-height: normal;
	background-position: top;
	background-repeat: repeat-x;
}
#menu1
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: blue;
}
#menu2
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: Blue
}
#menu3
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: Blue
}
#menu4
{
	left: 1px;
	visibility: hidden;
	position: absolute;
	top: 1px;
	background-color: Blue
}
/* menu styles */
.searchHeadings {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.tblDynrowbg {
	background-image: url('../images/tblrowbg.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 24px;
	font-family: Verdana,Courier New,Arial,Helvetica,sans-serif;
	color: DarkBlue;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-left: 3px;
}

.TextBoxRt {
		font-size: 11px;
		text-align: right;
		
	font-family:Verdana,Courier New,Arial,Helvetica,sans-serif;
		
		margin: 0px;
		vertical-align: baseline;
	}
	
	.tblrowbgFix {
	background-image: url('../images/tblrowbg.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 24px;
	font-family: Verdana,Courier New,Arial,Helvetica,sans-serif;
	color: DarkBlue;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 1px;
	padding-left: 3px;
	position:absolute;  
}
.msgsuccessfullMaroon{
		font-size: 11px;
		font-weight: bold;
		color:Maroon;
		}