/*** blue ***/
a:link, a:visited {
	color: #3A78AD;
}

a:hover {
	color: #3A78AD;
	text-decoration:underline;
}

#page_bg {
	background: #9DD8E5 url(../images/blue/bg_page.png) top repeat-x;
}
#main_bg{
	background: url(../images/blue/bg_main.png) left repeat-y;
}
#logo_bg{
	background: #FFFFFF url(../images/blue/bg_logo.png) top repeat-x;
}

.search{
	background:url(../images/blue/search_ico.png) right top no-repeat;
}

#banner{
	background: #FFFFFF url(../images/blue/banner.png) center top no-repeat;
}

/*div.module_menu h3, div.module h3, #rightcolumn h3{
	background:  url(../images/blue/bg_h3.png) top left no-repeat;
}*/

#f_area{
	background: #E4E4E4 url(../images/blue/bg_f_area.png) left repeat-y;
}
#f_area h3{
	background:  url(../images/blue/f_area_h3.png) top left no-repeat;
}

a.readon, a.readon:hover, a.readon:visited{
	display:block;
	height:23px;
	width:109px;
	color:#FFFFFF;
	text-decoration:underline;
	padding-left: 23px;
	line-height:23px;
	background:  url(../images/blue/bg_read_more.png) top left no-repeat;
	margin:10px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
	color:#3A78AD;
	height:50px;
	background:  url(../images/blue/bg_f_area.png) top left no-repeat;
}
ul.menu li{
	list-style:none;
	color:#933333;
	background:url(../images/blue/dotted_grey.gif) repeat-x left bottom;
}
ul.menu li a{
	list-style:none;
	background:url(../images/blue/sidebar_li.gif) no-repeat 0px 5px;
	padding-left:10px;
}
ul.mostread li{
	list-style:none;
	background:url(../images/blue/menu_arrow.png) top left no-repeat;
}
ul.latestnews li{
	list-style:none;
	background:url(../images/blue/menu_arrow.png) top left no-repeat;
}
.moduletable ul li {
	list-style:none;
	background:url(../images/blue/menu_arrow.png) top left no-repeat;
}
div.componentheading{
	color:#0389D3;
}


/*pagination */
.pagination {
	/*height: 1%;  IE tweak (holly hack) */
	/*width: auto;
	text-align: left;
	margin-top: 5px;
	float: right;*/
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #79b8e5;
	border: 1px solid #79b8e5;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

