/* ~~~ [regular classes/selectors definitions] ~~~ */

BODY, PRE, TD, LI, UL, OL, DL, P, FORM, INPUT, SELECT, TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
	background-color: #f7f7f7;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #7D0000;
}

a:visited {
	color: #505050;
}

td {
	vertical-align: top;
}

form {
	display: inline;
}

div.hr {
	background-color: #9b0002;
	height:1px;
	margin: 1px 0px;
	padding: 0px;
}

input[type="submit"] {
   color:#FFFFFF;
   background-color: #467C40;
   border-left: 3px solid #D4D0C8;
   border-right: 3px solid #D4D0C8;
   border-top: 1px solid #D4D0C8;
   border-bottom: 1px solid #D4D0C8;
}

#leftcolumn {
	vertical-align: top;
	padding: 0px 0px 0px 4px;
}

#newscolumn {
	vertical-align: top;
	border-right: 1px solid #59A851;
	border-bottom: 1px solid #59A851;
	padding: 4px 3px 0px 2px;
	width: 240px;
}

#rightcolumn {
	vertical-align: top;
	margin: 0px;
	padding: 0px 3px 0px 2px;
	width: 280px;
}

/* ~~~ [Menu top definitions] ~~~ */

div#mainmenu {
	background-color: #32572E;
	padding: 1px 18px;
}

div#mainmenu a {
	color: #ffffff;
	line-height: 17px;
	background: url(/media/img/common/mainmenu-bg.gif) no-repeat 4px center;
	padding-left: 12px;
	padding-right: 11px;
	font-size: 9pt;
	text-transform: uppercase;
}

div#mainmenu a:hover {
	color: #32572E;
	line-height: 17px;
	background: #ffffff url(/media/img/common/mainmenu-bg-hover.gif) no-repeat 4px center;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 11px;
	font-size: 9pt;
	text-transform: uppercase;
}

/* ~~~ [Menu right definitions] ~~~ */

div#rightmenu a {
	display: block;
}

/* ~~~ [Main info block] ~~~ */

div.maininfo {
	background-color: #f2f2f2;
	border: 1px solid #909090;
	padding: 1px 2px;
}

div.maininfo hr {
	width: 98%;
}

.infoitem img {
	margin-right: 10px;
}

.infoitem {
	clear: both;
	margin-bottom: 10px;
}

.infoitem a {
	color: #000000;
}

.infoitem em {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}

.infoitem span {
	color: #888888;
	display: block;
	font-size: 10pt;
}


div.maincontent {
	background-color: #f2f2f2;
	border: 1px solid #909090;
	padding: 1px 2px;
}

div.maincontent, div.maincontent p {
	font-size: 11pt;
}

div.maincontent p {
	margin: 12px 12px 12px 8px;
}

div.maincontent em {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
}

div.maincontent span {
	color: #888888;
	display: block;
	font-size: 10pt;
}

div.maincontent img {
	margin: 0px 10px 10px 0px;
}


/* ~~~ [Block header] ~~~ */

div.header {
	background: #59A851 url(/media/img/common/header-left-img.gif) no-repeat left center;
	padding-left: 50px;
	margin: 4px 0px;
}
div.header b, div.header a {
	color: #ffffff;
	white-space: nowrap;
	font-size: 11pt;
	background-color: #467C40;
	width: 97px;
	display: table-cell;
	text-transform: uppercase;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 8px;
	font-weight: bold;
}

div.header a:hover,  div.header a:visited {
	color: #ffffff !important;
}
div.header span {
	display: block;
	float: right;
	padding: 0px 5px;
	height: 18px;
	background-color: #467C40;
	color: #ffffff;
}

/* ~~~ [News items definitions] ~~~ */

div.newscategory {
	margin-top: 10px;
	}

div.newscategory  span {
	display: block;
	line-height: 15px;
	color: #8b8b8b;
	margin: 5px 0px;
}

div.newscategory a {
	color: #000000;
}

div.newsitem span {
	margin: 5px 0px;
}

div.newsitem {
    background: #BDE5CD;
}

.newsitem_date {
	font-weight: bold;
}

div.newsitem span {
	display: block;
	line-height: 15px;
	color: #8b8b8b;
}

div#mainnews span a {
	color: #ffffff;
    font-weight: bold;
}

/* ~~~ [Vote definitions] ~~~ */

div.vote span {
	display: block;
	font-size:8pt;
        margin-top: 5px;
}

div#footer {
	margin-top: 10px;
}

div#footerlinks {
        float:left;
	padding-left: 8px;
}
div#footerlinks a {
	color: #828282;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
}
div#counters{ float:right}
div#copyrights{  
	clear:both;
	text-align:center
}

td.quote {
	font-size: 9pt;
	font-weight: bold;
}

td.quote span {
	margin-top: 5px;
}

.bottom {
	background-color: #59A851;
}

.leftbanner {
	text-align: center;
	margin-top: 5px;
}

.tada, .tada-year, .tada-month, .tada-day {
	height: 20px;
	width: 230px;
	border: 1px solid #59A851;
	padding: 0;
	margin: 0;
}

.masksearch
{
    font-size: 12px;
    color: rgb(208, 208, 208);
}

.tada-year {
	width: 100px;
}
.tada-month {
	width: 60px;
}
.tada-day {
	width: 60px;
}

button {
	display: inline;
	border: none;
	color: transparent;
}

/* ~~~ [regular classes/selectors definitions] ~~~ */

div.comments {
	color: #ffffff;
	width: 150px;
	background-color: #467C40;
	padding: 1px 3px;
	margin: 10px 0px 20px 8px;
	white-space: normal;
	cursor: pointer;
}

div.comments-paginator {
	color: #ffffff;
	width: 150px;
	background-color: #467C40;
	padding: 1px 3px;
	margin: 10px 0px 20px 8px;
	white-space: normal;
}

div.comments span {
	color: #ffffff;
	display: inline;
}

div.comments-paginator span {
	color: #ffffff;
	display: inline;
}

.paginator-comments-previous-next {
	cursor: pointer;
}

div.comments a, div.comments a:hover, div.comments a:visited {
	color: #ffffff !important;
}

div.commentitem {
	margin: 0px 0px 11px 20px;
}

div.commentitem span {
	color: #505050;
	display: inline;
}

#send {
	text-align: right;
	width: 86px;
	margin-top: 10px;
}

#search, #subscribe {
	width: auto;
	text-align: left;
	padding: 0px;
}

.commentform {
	margin: 12px;
}

.commentform textarea {
	width: 100%;
	height: 126px;
	border: 1px solid #59A851;
}

.paginator{
  	color: #ffffff;
	width: 150px;
	background-color: #467C40;
	padding: 1px 3px;
	margin: 10px 0px 20px 8px;
	white-space: normal;
}

.paginator a {
  	color: #ffffff;
}

.paginator a:hover {
  	color: #ffffff;
}

.error_message {
	color: #FFFFFF;
	background-color: #59A851;
	font-weight: bold;
}