@charset "utf-8";
/*** blue ***/
a:link, a:visited {
	color: #3A78AD;
}

a:hover {
	color: #3A78AD;
	text-decoration:none;
}

a.contentpagetitle:link, a.contentpagetitle:visited
{
    color: #FFFFFF;
    font-weight: bold;
}

a.contentpagetitle:hover {
    color: #FFFFFF;
    text-decoration:none;
    font-weight: bold;
}

#page_bg {
	background: #86b501 url(../images/blue/bg_page.pn) top repeat-x;
}
#main_bg{
	background: url(../images/blue/bg_main.jpg) left repeat-y;
}

#logo_bg{
	background: #FFFFFF url(../images/blue/valami.png) top repeat-x;
}

/*.search{
	background:url(../images/blue/OK_Button_Up.png) right top no-repeat;
         }*/

#banner{
	background: #FFFFFF url(../images/blue/banner.jpg) center top no-repeat;
}

#maincolumn h1{
background:  url(../images/blue/Activity_Box_Top_Green.png)
}

div.module_menu h3, div.module h3 {
        background:  url(../images/blue/bg_h3.png) top left no-repeat;
        font-size:14;
        width:220px;
        height:36px;
        color:white;
        padding-left: 10px;
        padding-top: 10px;
        font-size:12px;
}

#rightcolumn h3 {
        background:  url(../images/blue/bg_h3.png) top left no-repeat;
        font-size:14;
        width:220px;
        height:26px;
        color:white;
        padding-left: 10px;
        padding-top: 10px;
        font-size:12px;
        margin-bottom: 0px;
}

#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;
}


ul.menu li{
	list-style:none;
	/*background:url(../images/blue/menu_arrow.png) top left no-repeat;*/
}
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;
}