@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
	text-align:justify;
	z-index:1;
}	

/* text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #00344c;
	text-decoration: none;
}
.copytext {
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: normal;
	color: #bababa;
	text-decoration: none;
}
.bluetext {
	font-family: Tahoma; 
	font-size: 11px;
	color: #6cb7d9;
	line-height:16px;
	text-decoration: none;
}
.bluetextdark
{
	font-family: Tahoma; 
	font-size: 11px;
	color: #00344C;
	line-height:16px;
	text-decoration: none;
	
}
.whitetext {
	font-family: Tahoma; 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00344c;
	text-decoration: none;
	border-bottom:1px solid #cad3d6;
}

/* link */
.whitelinktop {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinktop:hover {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.sitemaplink {
	font-family: Tahoma;
	font-size: 12px;
	color: #256196;
	text-decoration: none;
}
.sitemaplink:hover {
	font-family: Tahoma; 
	font-size: 12px;
	font-weight: normal;
	color: #112B42;
	text-decoration: none;
}

.bottomlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #6cb7d9;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: normal;
	color: #6cb7d9;
	text-decoration: none;
}
.whitelink {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.whitelink:hover {
	font-family: Tahoma; 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.addlink, .addlink:hover {
	font-family: Tahoma; 
	font-size: 11px;
	color: #bababa;
	text-decoration: none;
}
.darkbluelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00344c;
	font-weight:bold;
	text-decoration: none;
}
.darkbluelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #00344c;
	text-decoration: none;
}
/* added by vaibhav */
.error
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.greetextnormal
{
	font-family: Tahoma;
	font-size: 11px;
	color: #0B409C;
	text-decoration: none;
	background: #E9EFF6;
}
.pagertextarea
{
	border: 1px solid #0B409C;
	width: 165px;
	height: 17px;
	font-family: Tahoma;
	font-size: 11px;
	color: #0B409C;
}
/* popoup */
.popupbackGround
{
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	background-color:Silver;
	z-index:1;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
.pupupDivCSS
{
	border: solid 5px gray;
	padding: 10px;
	height: 600px;
	width: 500px;
	position: absolute;
	display: none;
	vertical-align: middle;
	text-align: center;
	z-index: 2;
	background-color: white;
}
.zoomCursor
{
	cursor: url(../images/zoomin.cur), pointer !important;
}
.moveClass
{
	cursor: move;
}
.popupTitle
{
	background-color: #808080;	
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	font-weight: bold;
	margin-bottom: 5px;
	padding:5px;
}
.textfieldnormal
{
	border: 1px solid #c4c4c4;
	width: 188px;
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-left: 3px;
}
.td-caption
{
	background-color: #E9EFF6;
	font-family: Tahoma;
	font-size: 11px;
	color: #00769C;
	text-decoration: none;
	border: solid 1px #ACC7CF;
	text-align: right;
	width: 25%;
}
.td-control
{
	background-color: #F1EFEF;
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	border: solid 1px #DBDBDB;
}
.textarea
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #c4c4c4;
	width: 188px;
	height: 70px;
	padding-left: 3px;
}
/* boxbgimages */

.topbg
{
	background-image: url(../../images/box-topbg.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.bottombg
{
	background:url(../../images/box-bottombg.jpg) repeat-x;
}
.leftbg
{
	background:url(../../images/box-leftbg.jpg) repeat-y;
}
.rightbg
{
	background:url(../../images/box-rightbg.jpg) repeat-y;
}

/* boxbordercolor/bgcolor */

.boxborder
{
	border: solid 1px #acc7cf;
}

.linebg
{
	background-color:#aca899;
}
.text11tahome {
	font-family: Tahoma;
	font-size: 11px;
	line-height:16px;
	color: #00344c;
	text-decoration: none;
}

.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #00344c;
	font-weight:bold;
	text-decoration: none;
}

.titletext11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #624377;
	font-weight:bold;
	text-decoration: none;
}
.drpList
{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#dvload
{
	border: 1px solid #ACC7D0;
	padding:5px;
	width: 100px;
	height: 17px;
	font-family: Tahoma;
	font-size: 11px;
	color: #0B409C;
}

.link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #00587D;
	text-decoration: none;	
}
.link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #001017;
	text-decoration: underline;
}