/***********************************************************************************************************************
		Page name: cmcs0001
		Page type: css
		Description: Style sheet
		Supported browser: 
		DOC: 23-09-2008
		Created By: Developer
		DOM: (Date of Modification)
		Modification Description: (Modification Details)
		Modified By: Name of the modifier	
************************************************************************************************************************/
<style type="text/css">
<!--
/*body property*/
body 
{
	/*background-color: #E4E4D6; */
	background:url(../../images/background.jpg);
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #00008B;
	scrollbar-face-color: #add8e6;
	scrollbar-highlight-color: #339999;
	scrollbar-3dlight-color: #CCFFFF;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #CCFFFF;
	scrollbar-arrow-color: #660000;
	scrollbar-track-color: #E9F1F3
}
/*link property*/
a
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
	color: #483D8B; 
	text-decoration: underline
}
/*link hover*/
a:hover
{
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px; 
	color: #FF2E12; 
	/*background-color: #FFFFFF*/
}
/*h1 font*/
h1
{
	font-family: Arial; 
	font-size: 36px; 
	color: #00008B
}
/*h2 font*/
h2
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 24px; 
	color: #00008B 
}
/*h3 font*/
h3
{ 
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #00008B
}
/*h4 font*/
h4
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 18px; 
	color: #00008B 
}
/*h5 font*/
h5
{ 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #00008B 
}
/*h6 font*/
h6
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 8px; 
	color: #00008B 
}
/*horizontal line*/
hr
{
	color:brown;
	background-color:tan;
	width:90%;
	height:2px
}
/*table*/
table 
{ 
	/*background: #FFFFFF;*/
	background:url(../../images/background.jpg);
	table-layout: automatic;
	margin: auto;
	border: 1px #660000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px; 
	color: #00008B; 
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px
}
/*table header*/
TH 
{
	background: #660000;
	color: #FFFFFF; 
}
/*odd number table row*/
.odd
{
	background: #fffacd;
	vertical-align: top;
}
/*even number table row*/
.even 
{
	background: #add8e6; 
	vertical-align: top;
}
/*caption*/
caption 
{
	text-align: center;
	/*horizontal-align: center;
	border: ridge 5pt;
	border-top: ridge 10pt blue;*/
}
/*icon*/
.Img
{
	width: 10px;
	height: 10px
}
/*icon link*/
.ImgLink
{
	width: 30px;
	height: 30px;
	border: 0
}
/*text box*/
 .Txt 
 {
	background-color:#FFFFFF;
	color: #00008B;
	font-family: arial, verdana,  sans-serif;
	font-weight: bold;
	font-size: 12px;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid
}
/*text box for readonly(display data)*/
.TxtLabel 
{
	background-color: #add8e6;
	color: #00008B;
	border-style:none;
	font-family: arial, verdana,  sans-serif;
	font-weight: bold;
	font-size: 12px;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid
}
/*text area*/
.Txtarea 
{
	background-color: #FFFFFF;
	color: #00008B;
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal
}
/*radio button*/
.radioStyle 
{
	background-color: #FF0000;
	border: #000000 solid 1px;
	font-family: verdana;
	font-size: 12px;
	color: #000000
}
/*combo box*/
.comboStyle 
{
	background-color: #FFFFFF;
	border: #000000 solid 1px;
	font-family: arial, verdana,  sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00008B
}
/*button*/
.Btn
{
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	border-color: #FF0000;
	border-width: 1px;
	width: 17ex;
	cursor: hand;
	margin: 1px 1px 1px 1px;
	padding: 1px;
	filter: progid: dximagetransform. microsoft. gradient(gradienttype = 0, startcolorstr = white, endcolorstr = #aecbe9);
	background-position: center;
	border-style: solid;
	background-color: #000066
}
/*note*/
.note 
{ 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 13px; 
	color: #FF0909;
	/*color: #990033;*/
	font-weight: bold
}
/*text border*/
.txtbdr
{ 
	border:2px solid;
	border-color:red
}
-->
</style>
