body {
	background-color: white;
	color: black;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

body, td, p, input, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0px;
}

a {
	color: #758b0f;
	text-decoration: none;
}

a.active {
	color: #009acc;
	text-decoration: none;
}

a:hover {
	color: #009acc;
	text-decoration: none;
}

p.errors {
	background-color: #ffcccc;
	padding: 10px;
	border-color: red;
	border-style: solid;
	border-width: 1px;
}

p.succes {
	background-color: #ccffcc;
	padding: 10px;
	border-color: green;
	border-style: solid;
	border-width: 1px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.search {
	width: 120px;
}

td.menu_title {
	background-color: transparent;
	background-image: url(../images/bg_menu_title.gif);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-right: 8px;
}

td.right_menu_title {
	background-color: transparent;
	background-image: url(../images/bg_right_menu_title.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-left: 8px;
}

td.white_title {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

td.main_title {
	background-color: #e4e6bf;
	color: #758b0f;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-left: 6px;
}

td.menu_right {
	padding-left: 4px;
}

td.search_form {
	background-color: #e4e6bf;
	color: Black;
	font-size: 11px;
	font-weight: bold;
	height: 150px;
	padding-left: 6px;
}

#form_search {
}

a.bottom_menu {
	color: black;
	font-size: 9px;
	text-decoration: none;
}

a.bottom_menu:hover {
	color: #758b0f;
	font-size: 9px;
	text-decoration: none;
}

a.menu {
	background-color: transparent;
	color: black;
	display: block;
	/*height: 20px;*/
	line-height: 15px;
	padding-left: 2px;
/*	padding-top: 4px;
	padding-bottom: 4px;*/
	padding-right: 8px;
	text-decoration: none;
}

a.menu:hover {
	background-color: #bfd0e6;
}

a.right_menu {
	background-color: transparent;
	background-image: url(../images/right_menu_bullet.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: black;
	display: block;
	/*height: 20px;*/
	line-height: 15px;
	padding-left: 17px;
/*	padding-top: 4px;
	padding-bottom: 4px;*/
	padding-right: 2px;
	text-decoration: none;
}

a.right_menu:hover {
	background-color: #bfd0e6;
	background-image: url(../images/right_menu_bullet.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.gray {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}

.green {
	color: green;
	font-size: 11px;
	font-weight: bold;
}

.green_site {
	color: #758b0f;
	font-size: 11px;
	font-weight: bold;
}

.red {
	color: red;
	font-size: 11px;
	font-weight: bold;
}

/* POLLS */
div.pollContent {
	width: auto;
	height: auto;
}
div.pollTitle {
	vertical-align: top;
	width: 126px;
	font-weight: bold;
	line-height: 15px;
}
div.pollData {
	vertical-align: top;
	line-height: 15px;
	padding-top: 5px;
	width: 126px;
}
div.result {
	background-image: url(../images/result_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 10px;
	float: left;
	text-align: left;
	width: 85px;
}

div.percent {
	background-image: url(../images/result_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 10px;
	float: left;
	font-size: 9px;
	margin-left: 3px;
	text-align: center;
	width: 25px;
}

div.sign {
	height: 10px;
	float: left;
	font-size: 9px;
	margin-left: 2px;
}

td.topLogin {
	color: #009acc;
	font-weight: bold;
	height: 25px;
}

td.topLogin a {
	color: #009acc;
	font-weight: bold;
	text-decoration: none;
}

td.topLogin a:hover {
	color: #758b0f;
	font-weight: bold;
	text-decoration: none;
}

a.country {
	color: white;
	background-color: #009acc;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	margin: 2px;
	text-align: left;
	text-decoration: none;
}

a.country:hover {
	color: white;
	background-color: #758b0f;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	margin: 2px;
	text-align: left;
	text-decoration: none;
}

/* BANNERS */
div.bannerContent {
	padding-left: 3px;
	width: auto;
	height: auto;
}
div.banner {
	padding-top: 5px;
	width: 120px;
	height: auto;
}
