/*CSS Document*/
/*b2btechnosolutions CSS files - by http://www.b2btechnosolutions.com India*/
/*Comment all css which you are NOT useing in Layout*/
/*Body Link css*/

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: underline;}


/*Body css*/
html, body{
	margin:0px; background:#012f50 url(../image/top_bg1.jpg) repeat-x top;

}

/*Text Link css*/

.link_2 a:link {Font-Family: Arial;color: #fff;text-decoration:none;font-size: 12px;}
.link_2 a:visited {Font-Family: Arial;color: #fff;text-decoration: none;font-size: 12px;}
.link_2 a:active {Font-Family: Arial;color: #fff;text-decoration: none;font-size: 12px;}
.link_2 a:hover {Font-Family: Arial;color: #3399FF;text-decoration: none;font-size: 12px;}


/* Font Color */
.White{color:#FFFFFF;}
.Yellow{ color:#ffba00;}


/* Pad */
.Pad1{ padding-top:3px; padding-left:46px;}

/* logo class*/
.Logo{ font-family:"Aachen BT", Arial, Helvetica, SansSerif; color:#FFFFFF; font-size:40px;}
.Logo1{ font-family: Georgia, "Times New Roman", Times, serif; color:#FFFFFF; font-size:40px; font-weight:bold;}

/* Bg Color */

.BgWhite{background:#FFFFFF}
.MidBg{ background:url(../image/mid_bg.jpg) repeat-x top #FFFFFF; padding:15px 8px 0px 8px;}
.But_M{background:url(../image/m_but.jpg) repeat-x top;}
.botMBg{ background: url(../image/wh_m.jpg) repeat-x top;}


/*Font css */
.Light11{Font-Family: Arial; Font-Size:11px;}
.Light12{Font-Family: Arial; Font-Size:12px;}

.Justified{ text-align:justify;}
.Lineheight{ line-height:16px;}

/*BOLD*/
.Bold{font-weight:bold;}


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
}

.solidblockmenu li{
display: inline;
background: url(../image/but_line.jpg) no-repeat ;
}

.solidblockmenu li a{
float: left;
color: #fff;
padding: 13px 18px;
text-decoration: none;
background: url(../image/but_line.jpg) no-repeat ;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../image/blockactive.jpg) repeat-x;
}


#new td {
	border-bottom: 1px dashed #fff;
	}
	
#new a {
	font:12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:8px 6px 7px 10px;
	}
	
#new a:hover {
	background: #3abbdf;
	color:#026e8e;
	}


