body {
	margin:0;
	padding:0;
	font: 14px arial, helvetica, sans-serif;
	color:#555555;
	line-height: 22px;
	vertical-align: baseline;
	letter-spacing: normal;
	word-spacing: normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: start;
	text-indent: 0px;
	background-color:#ffffff;
}

a {
	color:#0364a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.hover-non-line:hover {
	text-decoration: none;
	color:#0364a7;
}

a.noborder, a.noborder:hover { border: none; }

input.input {
	border: 1px solid #999999;
	width: 150px;
}

input.input:focus {
	border: 1px solid #000;
	background: #fff;
}

input.inputBig {
	border: 1px solid #999999;
	width: 250px;
}

input.inputBig:focus {
	border: 1px solid #000;
	background: #fff;
}

.textarea {
	border: 1px solid #cccccc;
	width: 500px;
	height: 200px;
}

.textareaSmall {
	border: 1px solid #cccccc;
	width: 300px;
	height: 150px;
}

.textareaComment {
	border: 1px solid #cccccc;
	width: 660px;
	height: 120px;
	float:right;
	margin-top:0px;
	padding-top:0px;
}

.textarea:focus, .textareaSmall:focus, .textareaComment:focus {
	border: 1px solid #000000;
	background: #fff;
}

.textareaSmaller {
	border: 1px solid #999999;
	width: 300px;
	height: 150px;
}

.textareaSmaller:focus {
	border: 1px solid #000;
	background: #fff;
}

img {
    border: none;
}

.clearing {
    clear: both;
    font-size: 1px;
    height:0px;
    line-height:0px;
}

.messageOk, .okmessage {
	font-weight: bold;
	color:#069d7f;
}

.messageError, .errorlist {
	font-size:12px;
	color: #FF2F2F;
}

ul.errorlist {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none;
}

.top {
	width:100%;
	margin-bottom:15px;
}

.top a {
	color:#fff;
}

.topTop {
	width:990px;
	margin:0 auto;
	height:55px;
	padding:0px;
}

.topWidthBlue {
	background-color:#0364a7;
}

.topWidthGreen {
	background-color:#069d7f;		    
}

.topLogin {
	margin-left:15px;
	padding-top:8px;
	float:left;
	width:200px;
}

.topLogin a {
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

.topRight {
	margin-right:15px;
	padding-top:8px;
	float:right;
	width:680px;
	text-align:right;
}

.topRight a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

.topCenter {
	width:990px;
	margin:0 auto;
	height:30px;
	padding:0px;
}

.topMenuLinks {
	margin-left:15px;
	padding-top:5px;
}

.topMenuLinks a {
	color:#ffffff;
	font-size:12px;
}

.topMenuLinks a.active {
	text-decoration: underline;
	color:#fff;
}

.content {
	width:990px;
	margin:0 auto;
	min-height:400px;
	height:auto !important;
	height:450px;
}

.leftColumn {
	float: left;
	width: 670px;
}

.rightColumn {
	float: right;
	width: 300px;
}

h1 {
	margin: 0 0 5px 10px;
	padding-bottom:5px;
	font-size: 23px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #4E463F;
}

a h1 {
	color:#0364a7;
	margin: 0 0 5px 10px;
	padding-bottom:5px;
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: normal;
	border-bottom:1px solid #4e463f
	
}

a h1:hover {
	text-decoration:underline;
}

h2 {
	margin: 0 0 5px 10px;
	padding-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	color: #4E463F;
}

h3 {
	margin: 0 0 5px 10px;
	padding-bottom:5px;
	font-size: 13px;
	color: #4E463F;
}

.margin-left {
	margin-left:10px;
}

.margin-bottom {
	margin-bottom:10px;
}

.margin-top {
	margin-top:10px;
}

label {
	display: block;
	float:left;
	width:140px;
}

.single-field {
	padding:10px;
}

div.curFocus {
	background: #fdecb2;
}

.smallText {
	font-size:10px;
	line-height:12px;
}

.mediumText {
	font-size:12px;
	line-height:14px;
}

.largeText {
	font-size:13px;
	line-height:15px;
}

.date {
	color:#ccc;
}

.border-top {
	border-top:1px solid #4e463f;
	padding-top:10px;
}

.white {
	color:#fff;
}

.single-field ul {
	list-style-type:none;
	margin:0px;
}

.single-field ul li {
	margin:0px;
}

.single-field ul li input {
	height:20px;
}

.voteBlock {
	float:left;
	margin-right:10px;
	width:60px;
}

.voteBlockSmall {
	float:left;
	margin-right:10px;
	width:29px;
	height:30px;
}

.newsOnList .voteBlock div:hover, .newsOnList .voteBlockSmall div:hover {
	cursor:pointer;
}

.voteLink {
	background-color:#0364a7;
	margin-top:1px;
	text-align:center;
	color:#E9FFE6;
	width:57px;
}

.voteLinkSmall {
	background-color:#0364a7;
	text-align:center;
	color:#E9FFE6;
	width:70px;
	float:left;
	height:24px;
	margin-left:0px;
}

.voteLink a {
	color:#E9FFE6;
	padding-top:14px;
}

.voteLinkSmall a {
	color:#E9FFE6;
}

.voteAmount {
	background:url(/site_media/img/vote_bg.png) no-repeat;
	font-size:24px;
	text-align:center;
	width:58px;
	height:48px;
	color:#E9FFE6;
}

.voteAmountSmall {
	background:url(/site_media/img/vote_bg_small.png) no-repeat;
	font-size:12px;
	text-align:center;
	width:29px;
	height:24px;
	color:#E9FFE6;
}

.votePoints {
	padding-top:14px;
}

.votePointsSmall {
	padding-top:2px;
}

.votePoints a {
	color:#E9FFE6;
}

.votePoints a:hover {
	color:#E9FFE6;
	text-decoration:none;
}

.footer {
	width:990px;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:10px;
	border-top:1px solid #cccccc;
}

.footerCopyright {
	font-size:11px;
	float:left;
	width:440px;
	margin-left:5px;
}

.footerLinks {
	font-size:11px;
	float:right;
	width:470px;
	margin-right:5px;
	text-align:right;
}

.newsListMenu {
	float:right;
	width:350px;
	text-align:right;
	font-size:12px;
}

.newsListMenu a.active {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.newsListUpcoming {
	float:left;
	width:300px;
	margin-left:10px;
	font-size:12px;
}

.pagination {
	text-align:center;
	font-size:11px;
}

.leftAdvert {
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	margin-top:20px;
	padding:0px 0 0 20px;
}

.listNewsDescription {
	width:500px;
	float:left;
}

.listNewsScreen {
	float:right;
	width:75px;				 
}

.submitSearch {
	font-size:11px;
}

.all-cats {
	font-weight:bold;
	text-transform:uppercase;
}

.h1Block {
	float:left;
	width:480px;		  
}

.h1Block h1 {
	margin-top:25px;
}

.twRssBlock {
	float:right;
	width:170px;
	text-align:right;
	margin-bottom:20px;
}

.twRssText {
	float:left;
	text-align:left;
	font-size:12px;		    
}

a.twitter-link {
	font-weight:bold;
	margin-bottom:5x;
	padding-bottom:0px;
	line-height:12px;
	margin-top:5px;			    
}

.twitter-followers-rss-readers {
	margin-top:0px;
	padding-top:0px;
	line-height:8px;
	margin-bottom:5px;
}

a.rss-link {
	font-weight:bold;
	color:#f49135;
	margin-bottom:0x;
	padding-bottom:0px;
	line-height:12px;
	margin-top:5px;
}

.topLinksBlockUnactive {
	width:294px;
	height:39px;
	background:url(/site_media/img/block_blue.gif) no-repeat;
	margin-bottom:3px;
	padding-left:10px;
}

.topLinksBlockActive {
	width:294px;
	height:39px;
	background:url(/site_media/img/block_green.gif) no-repeat;
	margin-bottom:3px;
	padding-left:10px;
}

.topLinksBlockUnactive a, .topLinksBlockActive a {
	font-size:12px;
	font-weight:bold;
}

.topLinksBlockUnactive:hover {
	background:url(/site_media/img/block_green.gif) no-repeat;
	cursor:pointer;
}

.topLinksBlockHoverLink {
	color:#069d7f;
	text-decoration:underline;
	text-transform:uppercase;
}

.topLinksBlockNonHoverLink {
	color:#0364a7;
	text-transform:uppercase;
}

ul.mediumText {
	list-style-type:none;
	margin-left:2px;
	padding-left:10px;
}

ul.mediumText li {
	padding-bottom:3px;
}

blockquote {
	margin-bottom:25px;
	margin-top:25px;
	margin-left:40px;
	padding-left:20px;
	font-style:italic;
	border-left:1px solid #aaa; 
	font-size:11px;
}

.AdTaily_Widget_Title, #AdTaily_Widget_Container span {
	margin: 0 0 5px 0px !important;
	padding-bottom:5px !important;
	font-family: arial, helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #4E463F !important;
	font-weight:bold !important;
}

a.descLink {
	color:#555555;
}

a.descLink:hover, .linkDomain a:hover {
	color:#000000;
	text-decoration:none;
}

.linkDomain, .linkDomain a {
	color:#cccccc;
	font-size:12px;
}

