@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background:#eeeeee url(../images/body_bg.gif) top center repeat-y;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#5aadc0;
}
.container{
	width:960px;
	height:100%;
	margin:0px auto;
	text-align:left;
	border:0px solid red;
}
.header{
	height:110px;
	vertical-align:top;
}

.header .searchBox{
	float:right;
	position:relative;
	top:46px;
	right:18px;
	background:#f6f6f6;
	padding:7px;
}

.header .searchInput{
	width:268px;
	height:18px;
	border:1px solid #ededed;
	border-top:2px solid #ededed;
	background:url(../images/input_bg.gif) top repeat-x;
}

/** Button **/
.button{
	/*background:url(../images/button-bg.gif) repeat-x;*/
	background:#5aadc0;
	border:1px solid #5aadc0;
	font-size:12px;
	font-weight:normal;
	
	color:#FFFFFF;
	width:76px;
	height:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
}

.button:hover{
	/*background:url(../images/menu-bg-hover.gif) repeat-x;*/
	background:#5aadc0;
	border:1px solid #5aadc0;
	font-size:12px;
	font-weight:normal;
	
	color:#FFFFFF;
	width:76px;
	height:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
}
/** End Button **/

.menu{
	background:url(../images/menu_bg.gif) top repeat-x;
	height:26px;
	padding:0px 8px;	
}
.menu ul{	
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	height:36px;
}

.menu li{	
	float:left;	
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.menu li a{
	background:url(../images/menu_bg.gif) top repeat-x;
	float:left;
	display:block;	
	margin:0px 1px;
	text-decoration:none;
	padding:10px 15px 11px 15px;
	*padding:10px 15px 11px 15px;
	color:#FFFFFF;		
}

.menu li a:hover{
	background:url(../images/menu_bg_hover.gif) top repeat-x;
	font-weight:normal;
	float:left;
	display:block;	
	margin:0px 1px;
	text-decoration:underline;
	padding:10px 15px 11px 15px;
	*padding:10px 15px 11px 15px;
	color:#5aadc0;	
}

.menu li .act{
	background:url(../images/menu_bg_hover.gif) top repeat-x;
	float:left;
	font-weight:normal;
	display:block;
	margin:0px 1px;	
	text-decoration:none;
	padding:10px 15px 11px 15px;
	*padding:10px 15px 11px 15px;	
	color:#5aadc0;
}

/** Menu **/
.MenuItem {
	position:absolute;
	visibility: hidden;
	border:1px solid #5aadc0;
	border-top:0px solid #5aadc0;
	padding:5px;
	/*border-bottom-width: 0;*/
	font-family:Arial;
	font-size:12px;
	line-height: 15px;
	z-index: 100;
	background:#FFFFFF;
	width: 200px;
	text-align:left;
}

.MenuItem a{
	/*width: 100%;*/
	display: block;
	border-bottom:1px dashed #898989;
	padding: 5px 10px;
	text-indent:3px;
	text-decoration: none;
	background:#FFFFFF;
	color:#898989;
	font-size:12px;
	font-family:arial;
	text-align:left;
}

.MenuItem a:hover
{
	border:2px solid #5aadc0;
	border-bottom:1px dashed #f26cb2;
	/*width: 100%;*/
	background:#5aadc0;
	padding: 4px 10px;
	color:#FFFFFF;
	font-size:12px;
	font-family:arial;
}
/**End Menu **/

.news{
	padding:5px 7px;
}
.news div{
	background:#f6f6f6;
	height:131px;
}
.news .newsDetails{
	background:#ffffff;
	color:#363636;
	float:left;
	width:260px;
	height:111px;
	margin:5px 4px;
	padding:3px;
	border:1px solid #e8e8e8;
	overflow:hidden;
	line-height:18px;
}
.news .newsDetails img{
	margin-right:5px;
}
.newsDetails a{
	color:#5aadc0;
	font-size:13px;
	font-weight:bold;
	border:0px solid red;
	padding:2px 3px 2px 0px;
	clear:right;
	display:block;
}
.newsDetails a{
	text-decoration:none;
}
.newsDetails a:hover{
	text-decoration:underline;
}

.newsDetails img{
	float:left;
}

.content{
	padding:5px 40px;
}

.contentDetail{
	margin:0px 0px 10px 0px;
}
.content img{
	margin:5px 0px;
}
.content p{
	color:#363636;
	line-height:20px;
	text-align:justify;
}

.content hr{
	border:1px solid #eeeeee;
	width:520px; 
	text-align:left; 
	background:#eeeeee;
	margin:5px 0px;
	*margin:0px 0px;
}

.headPink{
	color:#5aadc0; 
	font-size:20px;	
}
.contentDetail p img{
	text-align:left;
	float:left;
	margin-right:5px;
	color:#555555;		
}

.contentDetail table{
	color:#555555;			
}
.contentDetail table a{
	color:#5aadc0;
	font-size:12px;
	border:0px solid red;
	padding:5px 0px;	
}
.contentDetail a{
	text-decoration:none;
}
.contentDetail a:hover{
	text-decoration:underline;
}

.contentDetail td{
	font-size:12px;
	line-height:20px;
}
.contentDetail .j img{
	border:1px solid red;
	display:none; 
}

.readMore{
	background:#5aadc0;
	border:1px solid #5aadc0;
	margin:5px 0px;
	padding:2px;
}

.readMore:hover{
	background:#555555;
	border:1px solid #555555;
	margin:5px 0px;
	padding:2px;
}

.sponsoredContent{
	background:#f6f6f6;
	width:320px;
	text-align:right;
	margin:0px 0px 10px 0px;
	border:0px solid red;	
}

.sponsoredContent .head{
	background:#5aadc0;
	color:#ffffff;
	padding:5px;
	text-align:left;
}

.sponsoredContent td{
	padding:10px 5px;
	text-align:center;
}
.content fieldset{
	margin:5px 0px;
	border:2px solid #eeeeee;
}

.content fieldset legend{
	color:#898989;
	font-size:21px;
}

.whatsmoreFieldset div{
	float:left;
	color:#898989;
	margin:0px 10px;
	padding:5px;
	line-height:18px;
}

.whatsmoreFieldset div h2{
	color:#40c2f4;
	font-size:21px;
	margin:0px;
	
}
 
.updateFieldset div{
	float:left;
	color:#898989;
	margin:3px 5px 5px 5px;
	padding:5px;
	line-height:18px;
}

.footer{
	padding:5px 40px;
}

.footer div{
	background:#eeeeee;
	color:#898989;
	padding:5px;
}

.footer a{
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

/*Css For Pagination Starts*/
.currentStyle {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background:url(../images/1.jpg);
	width:17px;
	height:18px;
	text-align:center;
	font-weight:bold;
	float:left;
	vertical-align:middle;
	line-height:18px;	
}

.currentStyleLink {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background:url(../images/2.jpg);
	width:17px;
	height:18px;
	text-align:center;
	float:left;
	line-height:18px;
}

.currentStyleLink:hover {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	background:url(../images/1.jpg);
	width:17px;
	height:18px;
	text-align:center;
	float:left;
	line-height:18px;
	font-weight:bold;
}


.LeftArrow {
	width:17px;
	height:18px;
	float:left;
}

.RightArrow {
	width:17px;
	height:18px;
	float:left;
}

.SaparatorDiv{
	color:#FFFFFF;
	width:4px;
	height:18px;
	float:left;
}
/*Css For Pagination Ends*/
