
.btnstyle								/* style of buttons */
{
	border:1px solid #56658B;
	font-family:Tahoma; 
	font-size:8pt; 
	color:#FFFEF4; 
	font-weight:bold; 
	padding-left:4; 
	padding-right:4; 
	padding-top:0; 
	padding-bottom:0; 
	background-color:#56658B;
	width:60;
}	

.btnmouseover							/* button style - hover effect on mouse over */
{
	cursor: hand;
	border:1px solid #56658B;
	font-family:Tahoma; 
	font-size:8pt; 
	color:#15177B; 
	font-weight:bold; 
	padding-left:4; 
	padding-right:4; 
	padding-top:0; 
	padding-bottom:0; 
	background-color:#A9B2CA;
	width:60;
}

.btnmouseout							/* button style - original style after mouse out (should be similar to btnstyle) */
{
	cursor: arrow;
	border:1px solid #56658B;
	font-family:Tahoma; 
	font-size:8pt; 
	color:#FFFEF4; 
	font-weight:bold; 
	padding-left:4; 
	padding-right:4; 
	padding-top:0; 
	padding-bottom:0; 
	background-color:#56658B;
	width:60;
}

.btnover
{
	color:#FFFEF4;
	background-image: url('images/btn1.gif');
	cursor:hand;
}

.btnout
{
	color:#15177B;
	background-image: url('images/btn2.gif');
	cursor:hand;
}

.frmhdr									/* style for title of the form where image is included*/
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #15177B;
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 3px;

	height:22px;
	width:300px;
	background-image: url('images/titleBkgd.gif');
}

.frmhdr1
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #15177B;
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 3px;

	height:22px;
	width:400px;
	background-image: url('images/titleBkgd1.gif');
}

.frmcontent_labels						/* style for lables in a form */
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #003A99;
  font-weight:bold;
  text-align: left;
  padding-top: 2px;
  padding-left: 3px;
  padding-bottom: 2px;
  padding-right: 3px;
}

.frmmargin								/* margins for all forms - to be used in body of all forms */
{
	margin-top:"3";
	margin-left:"3";
	margin-right:"3";
	margin-bottom:"3";
}

.frmgen									/* style the outer (main) table in a form */
{
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	border: 1px solid #A9B2CA;
	background-color:#FFFEF4;
}

.frmtable									/* style for the main table in a form where contents will be placed*/
{
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: Normal;
	color: #15177B;
	text-align: left;
}

.frmtxtbox								/* style for text boxes in a form - width and alignment to be written locally if required */
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	border-style:solid;
	border-color:#56658B;
	border-width:1; 
	padding-left:4; 
	padding-right:4; 
	padding-top:1; 
	padding-bottom:1;
}

.frmtxtbox_noborder
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #000000;
	border-style:none;
	padding-left:4; 
	padding-right:4; 
	padding-top:1; 
	padding-bottom:1;
}

.tableheader				/* used for shading the Table heading  */
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;

  background-color: #A9B2CA;
  

}

.tablefields_light						/* used for shading of alternate rows - light yellow color */
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #000000;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  background-color: #FFFEF4;
}

.tablefields_dark						/* used for shading of alternate rows - light grey color */
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #000000;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  background-color: #EEEEEE;
}

/* add by shailesh*/
.tablerow_dark						
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #FFFFFF;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  background-color: #A9B2CA;
}

.table_header						
{
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  background-color: #56658B;
}
/*--end--*/
a:link							/* for hyperlink */
{
color: #0000CC;
text-decoration: none;
}

a:visited						/* for hyperlink - visited links */
{
color: #0000CC;
text-decoration: none;
}

a:hover							/* for hyperlink - hover effect during mouse over */
{
color: #FF6600;
text-decoration: none;
}

.labels						/* style for lables in a form */
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #15177B;
  font-weight:bold;
  text-align: left;
}

.data						/* style for lables in a form */
{
  font-family: Tahoma;
  font-size: 8pt;
  color: #15177B;
  text-align: left;
}

.seperator
{
  font-family: Tahoma;
  font-size: 2pt;
  margin-top:0;
  margin-bottom:0
}

.rptTitle
{
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	border: 1px solid #15177B;
	background-color:#A9B2CA;

	font-family: Tahoma;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.rptHdr
{
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	border: 1px solid #15177B;
	background-color:#A9B2CA;

	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.rptHdg
{
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	border: 1px solid #15177B;
	background-color:#E8EAF0;

	font-family: Tahoma;
	font-size: 8pt;
	color: #15177B;
	font-weight: bold;
	text-align: left;
}

.rptParamTbl
{
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 2px; 
	padding-bottom: 2px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #15177B;
	background-color:#E8EAF0;
}

.rptTable
{
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #15177B;
}

.rptBold
{
	font-weight:bold; 
}

.rptDispY
{
	display:inline;
}

.rptDispN
{
	display:none;
}



/* specifically for menupage */

.menuTable
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #15177B;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;

	border: 1px solid #A9B2CA;
	background-color:#FFFEF4;

	a:link {color: #15177B; text-decoration: none}
	a:visited {color: #15177B; text-decoration: none}
	a:hover {color: #FF6600; text-decoration: none}
}

.menuhdr
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A9B2CA;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;

	border: 1px solid #A9B2CA;
	cursor:hand;

	a:link {color: #15177B; text-decoration: none}
	a:visited {color: #15177B; text-decoration: none}
	a:hover {color: #FF6600; text-decoration: none}

}

.menu
{
	color: #15177B;
	cursor: hand;
	border-bottom: 1px solid #A9B2CA;
}

.menuover
{
	color: #FF6600;
	text-align:right;
	cursor: hand;
	background-color: #E8EAF0;
	border-bottom: 1px solid #A9B2CA;
}

/*menupage styles end here*/

BODY
{
/*	scrollbar-arrow-color:#FF6600;
	scrollbar-track-color:#E8EAF0;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;

	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#E8EAF0;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#36407E;
	scrollbar-highlight-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
*/
  scrollbar-arrow-color:8d9aab;
  scrollbar-shadow-color:f5f5f5;
  scrollbar-face-color:f5f5f5;
  scrollbar-highlight-color:8d9aab;
  scrollbar-darkshadow-color:8d9aab;
}

