/* Style Sheet Descriptions */

/* Color Schemes */
body		{	background-color:#FFFFFF; margin-width:0px; margin-height:0px; margin-top:0px; margin-left:0px;	}		/*	Body  */
.headerbg	{	background-color:#FFFFFF;	}		/*	Header  */
.menubg		{	background:url(../images/btn_bg_blue.jpg) repeat-x; }		/*	Menu  */
.titlebg	{	background-color:#c2d5e0;	}		/*	Title  */
.subtitlebg	{	background-color:#ebe8e1; 	}
.subtitlebg1{	background-color:#8f9091; color:#ffffff;	}		/*	Subtitle  */
.contentbg	{	background-color:#FFFFFF;	}		/*  Content  */
.tblBorder	{	background-color:#e0dbcb;	}		/*	Table Border  */
.tblHead	{	background-color:#e4dccf; 	}		/*	Table Header Row  */
.tblContent	{	background-color:#FFFFFF;	}		/*	Table Content Row  */
.tblBorder1	{	background-color:#aeaeae;	}		/*	Inner Table Border  */

td		{	font-family:Verdana; font-size:11px; color: #000000;	}		/*  Normal Text  */

.title		{	color: #000000; font-weight:bold;	}		/*  Title  */
.subtitle	{	color: #0285c0; font-weight:bold;	}		/*  Sub Title  */
.session	{	color: #CC0000; font-weight:bold;	}		/*  Session  */

/* Anchor Tag */
a			{	font-family:Verdana; font-size:11px; color:#000000; text-decoration: underline;		}
a:hover		{	font-family:Verdana; font-size:11px; color:#000000; text-decoration: none;			}

/* Menu Anchor Tag */
a.menu			{	font-family:Verdana; font-size:11px; font-weight:bold; color:#ffffff; text-decoration: none;		}
a.menu:hover	{	font-family:Verdana; font-size:11px; font-weight:bold; color:#48b2e1; text-decoration: none;		}

/* Textbox */
.txtbox
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 20px;
	width: 180px;
	border: 1px #C3C3C3 solid;
	background-color:#ffffff;
	}

/* Button */
.butten
			{ background:url(../images/btn_bg_blue.jpg) repeat-x; color:#ffffff; font-weight:bold;
					 border:0px; font-family:Arial; text-align:center;
					   cursor:hand; height:23px;  width:75px;
					  line-height:20px; font-size:12px; padding:0px; margin:0; }	
/* Combobox */
.cmbbox
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 20px;
	width: 180px;
	border: 1px #C3C3C3 solid;
	background-color:white;
	}
	
	.cmbbox_seq
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 20px;
	width: 60px;
	border: 1px #C3C3C3 solid;
	background-color:white;
	}

/* Radio Button */
.radio
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 12px;
	width: 12px;
	}

/* TextArea */
.txtarea
	{
	color : #000000;
	font-family:Verdana;
	font-size:11px;
	height: 72px;
	width: 180px;
	border: 1px #C3C3C3 solid;
	background-color:#FFFFFF;
	}

#TableContents
	{
	position:relative;
	overflow:auto;
	height:350px;
	width: 520px;
	scrollbar-shadow-color : #000000;
	}
