/* CSS Document */
/*----Adding hindi font---------*/
@font-face {
    font-family: "YogeshMedium";
    src: url(../YOGMED.TTF);
}
.hindi {
    font-family: "YogeshMedium";
    font-size:14px;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
.font1{font-family: Georgia, "Times New Roman", Times, serif;}
.font2{font-family: Arial,Georgia, "Times New Roman", Times, serif;}

.tal{text-align:left;}
.tam{text-align:center;}
.tar{text-align:right;}
.tac{text-align:center;}
.fwb{font-weight:bold;}
.fs9{font-size:9px;}
.fs10{font-size:10px;}
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs16{font-size:20px;}
.fs20{font-size:20px;}
.vat{vertical-align:top;}
.vam{vertical-align:middle;}
.vab{vertical-align:bottom;}
.pt{padding-top:0;}
.cw{color:#FFFFFF;}
.bi3a{background-image:url(../images/lay_03a.jpg);}
.bi6{background-image:url(../images/lay_06.jpg);}
.bi7a{background-image:url(../images/lay_07a.jpg);}
.bi8{background-image:url(../images/lay_08.jpg);}
.bi11{background-image:url(../images/lay_11.jpg);}
.bi13{background-image:url(../images/lay_13.jpg);}
.bi15{background-image:url(../images/lay_15.jpg);}
.bi33a{background-image:url(../images/lay_033a.jpg);}
.brx{background-repeat:repeat-x;}
.bry{background-repeat:repeat-y;}
.h25{height:20px;}
.h25{height:25px;}
.h30{height:30px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.tbb{border-bottom:solid 1px #ccc;}
.tbr{border-right:solid 1px #ccc;}
.tbl{border-left:solid 1px #ccc;}
.tbt{border-top:solid 1px #ccc;}
.pt10{padding-top:10px}
.Error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color:Red;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:550px;
}

/* Grid style */
.tablestyle{
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	border-color: #CDCDCD;
	width:850px;
	color: #3D3D3D;
}
.tablestyle td, .tablestyle th{
	border-color: #CDCDCD;
}
.alternatingrowstyle{
    background-color:#F0F0F6;
}
.headerstyle {
    background-color:#F0F0F6;   
    background-repeat: no-repeat;
    background-position: center left;     
    padding-left: 20px;
}  
.headerstyle a{
	text-decoration:none;
    color:black;
	display:block;
}    
.rowstyle{
	background-color: #FFF;
}
.rowstyle td, .alternatingrowstyle td {
	padding: 4px;
}

.input1
{
    background: #FBFBFB;
    border: 1px solid #183046;
    padding-left: 2px;
    padding-top: 1px;
    width: 150px;
    height: 17px;
    color: #000000;
}
.dropdown1{
    
    background: #FBFBFB;
    border: 1px solid #183046;
    padding-left:2px;
    padding-top: 1px;
    width: 150px;
    height:20px;
    color:#000000;
  
    
}

.homeLink
{
	text-decoration:none;
	border:none o;
	
}

.denotes
{
    color:Red;
    font-size:11px;
    font-weight:bold;
}