/* Document css */
/* Custom css for Mega Popup Login module */
.mega_loginbutton{
	background: none;
	padding-top: 6px;
}
input.logoutbutton{
	margin-right: 10px;
}
.mega_buttontext a{
	background: url(../images/login_icon.png) no-repeat left 4px;
	padding-left: 15px;
	color: #3a76ac;
	font-weight: normal;
}
.mega_buttontext a:hover{
	color: #3a76ac;
	font-weight: normal;
}
/* Custom css for Newletter Subcripber module */
input.modnsbutton{
	background: url(../images/submit_button.png) no-repeat;
	width: 75px;
	height: 26px;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
}
/* Custom css fo Megar Mini News module */
.mega_bots .mega_news .mega_items{
	border: none;
	padding-top: 9px;
	padding-bottom: 0;
}
.mega_bots .mega_news .mega_title{
	background: url(../images/arrow.gif) no-repeat left 5px;
	float: right;
	margin-left: 10px;
	padding-left: 12px;
}
.mega_bots .mega_news p.createddate{
	float: left;
	padding: 0;
	color: #3A76AC;
    font-size: 11px;
}
.mega_bots .mega_news .createddate span.mega_date{
	color: #3A76AC;
}
.mega_bots .mega_news .mega_articles{
	float: left;
}
.mega_bots .mega_news .mega_articles .mega_title a.title{
	color: #343434;
	font-size: 12px;
	font-weight: normal;
}
.mega_bots .mega_news .mega_articles .mega_title a:hover{
	text-decoration: underline;
	color: #3A76AC;
}
.mega_bots .mega_news .spaces{
	height: 3px;
}
/* Custom css for Latestnews module */
li.linksnews{
	width: 100%;
	float: left;
}
div.date{
	width: 28%;
	float: left;
}
span.date{
	color: #3a76ac;
	font-size: 11px;
	float: left;
}
div.titlelinks{
	width: 70%;
	float: left;
}
a.latestnews{
	float: left;
}
li.linksnews a span{
	float: left;
}