@charset "utf-8";
/* CSS Document */

/* sidebar styles start */

#portals {
	float:right;	
}

#portalBtn {
	text-align:left;
	width: 208px;
	margin-left: 1px;;
	margin-right: auto;
}

#portalBtn ul {
	margin: 0px;
	padding: 0px;
}

#portalBtn li {
	background-image:url(../images/bg_21.png); 
	background-repeat:repeat-x;
	list-style-type: none;
}

#portalBtn a {
	height: 38px;
	line-height:2.6em;	
	font-size: 13px;
	font-weight:bold;
	width: auto;
	display: block;	
	border-bottom: 1px dotted #FFF;
	border-bottom-width:190;
	color: #336699;
	text-decoration: none;
	padding-left: 20px;	
}
#portalBtn a:hover {
	background-color: #CCC;
	border-bottom: 1px dotted #FFF;
	border-bottom-width:50%;
	height: 38px;
	font-size: 13px;
	font-weight: bold;	
	background: -moz-linear-gradient( top, #FFF, #ADD9FF);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,  left top, left bottom, from(#FFF), to(#ADD9FF));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(  StartColorStr='#FFFFFF', EndColorStr='#ADD9FF', GradientType=0);

}

/* sidebar styles end */

/* main content styles start */

div.newsBox {
	min-height:350px;
	background-color:#e6edf2;
	font-size:12px;
	padding:10px;
}

div.newsBoxRSS {
	background-color:#e6edf2;
	font-size:12px;
	padding:10px;
}

h2.newsBox {
	font-size:14px; 
	color:#336699;
}

li.newsBox {
	margin-left:-18px;
	margin-bottom:13px;
}

div.date {
	text-align:center;
	font-weight:bold;
	float:left; 	
	margin:0px 7px 5px 0px;

}

div.month {
	width:40px;	
	text-align:center; 
	background-color:#336699; 
	color:#FFF; 
}

div.details {
	display:block;
	margin-left:34px;
	margin:0px;
	padding:0px 3px;
}
	
div.gray {
	width:265px;;
	float:left;
	font-size:12px;
	padding:5px;
	background-color:#f2f2f2;
	border: #CCC solid 3px;
	margin-right:17px;
	margin-bottom:5px;
	height:auto;
}

li.gray {
	list-style-type:none;
	margin-left:-25px;
}

h2.gray {
	font-size:14px; 
	color:#336699;
}

img.gray {
	margin-top:10px;
	margin-bottom:8px;
}
	
	
/* main content styles end */

