/* CSS Document */

/* Style for body */

body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
/* Header style goes here */

.tdleft {
	background-image:url(images/top_bar_01.jpg);
	background-repeat:no-repeat;
	vertical-align: top;
	width: 650px;
	height: 84px;

	}
	
.tdmid {
	background-image:url(images/top_bar_02.jpg);
	background-repeat:repeat;
	vertical-align: top;
	}
	
/* Company Information & date & time */

.dat_tim {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#FFFFFF;
	text-align:left;
	padding-left:10px;
	text-decoration:none;
	}
	
/* Top left bar buttons */


.clsButton A {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: tahoma;
	TEXT-DECORATION: none
}
.clsButton:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: tahoma; 
	TEXT-DECORATION: none
}
.clsButton:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: tahoma; 
	TEXT-DECORATION: none
}
.clsButton:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: tahoma; 
	TEXT-DECORATION: underline
}
.clsButton:active {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: tahoma; 
	TEXT-DECORATION: none
}

.texthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
	}
	
/* For Grid Heading */

.lftcorner1 {
	background-image:url(images/grid_head_lft.jpg);
	background-repeat:no-repeat;
	width: 14px;
	height: 42px;
	}
	
.lftcorner2 {
	background-image:url(images/grid_head_lft2.jpg);
	background-repeat:no-repeat;
	width: 37px;
	height: 42px;
	}
	
.lftcorner3 {
	background-image:url(images/grid_head_lft3.jpg);
	background-repeat:repeat;
	}
	
.rhtcorner {
	background-image:url(images/grid_head_rht.jpg);
	background-repeat:no-repeat;
	width: 15px;
	height: 42px;
	}
	
.textstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	}
	
.tim {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:xx-small;
color:RED;
text-align:left;
padding-left:10px;
text-decoration:none;
}
	
/* For Grid content */

.gridHeadr {
	background-color:#c1dcff;
	width: 976px;
	height: 37px;
	}
	
.gridRow {
	background-color:#e4f1fb;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:normal;
	color:#000000;
	}
	
.gridAltRow {
	background-color:#FFFFFF;
	height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:normal;
	color:#000000;
	}
	
.gridFotr {
	background-color:#c1dcff;
	width: 976px;
	height: 24px;
	}

/* For Login Page */

.textbox200 { 
	background-color: #FFFFFF;
	border-style:solid; 
	border-width:1px;
	border-color:#91A7BD;
	font-weight: normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align:left;
	color: #000000; 
	width:200px;
	height:18px;
	}
	
.textmainblack{
	font-family: Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	line-height:17px;
	text-align:justify;
}

.textmainorange{
	font-family: Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#F5821F;
}

.Intenalotherlink a {
	font-size: 11px;
	font-family: tahoma;
	font-weight: Normal;
	color: #0567B6;
	text-decoration: none;
}
.Intenalotherlink:Link{
	font-size: 11px;
	font-family: tahoma;
	font-weight: Normal;
	color: #0567B6;
	text-decoration: none;
}
.Intenalotherlink:Visited{
	font-size: 11px;
	font-family: tahoma;
	font-weight: Normal;
	color: #0567B6;
	text-decoration: none;
}
.Intenalotherlink:hover {
	font-size: 11px;
	font-family: tahoma;
	font-weight: Normal;
	color: #0567B6;
	text-decoration: underline;
}
.Intenalotherlink:Active{
	font-size: 11px;
	font-family: tahoma;
	font-weight: Normal;
	color: #0567B6;
	text-decoration: none;
} 

INPUT.clsLinkButton 
{
 cursor: hand;
}