/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a img {border: 0;}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.khung {
	border-left:1px solid #DD740B;
	border-right:1px solid #DD740B;
	background-color:#FFFFFF;
}
.left_menu {
	background-image:url(images/bul_left_menu_09.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
}
.form_search {
	border: 1px solid #999999;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #003366;
}
#classifieds a, #classifieds a:visited, #cities a, #cities a:visited { font: normal 12px Tahoma, Times, serif; color: #06c; line-height: 135%; }
#cities a, #cities a:visited { line-height: 160%; font-size: 11px; }
#classifieds a:visited, #cities a:visited, table.events a:visited { color: #306; }
li { list-style-type: none; }
#cities li { float: left; padding: 0 10px 0 0; }

a.news:link {
	color: #0066FF;
	text-decoration: none;
}
a.news:visited {
	color: #0066FF;
	text-decoration: none;
}
a.news:hover {
	color: #0066FF;
	text-decoration: underline;
}
a.news:active {
	color: #0066FF;
	text-decoration: none;
}

.list_item {
	width:247px;
	overflow:visible;
	float:left;
	border-bottom:#999999 solid 1px;
	padding-bottom:5px;
	margin-bottom:10px;
	height:90px;
}
.list_item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list_item li {
	display: block;
	line-height:1.5em;
}

.poller{	/* The poller box */
	float:right;		
	width:133px;
	height:100%;		
	padding:2px;	
	border:1px double #317082;
	background-image:url(images/question.gif);
	background-repeat:no-repeat;
	background-position: center center;
	margin:0px;
}
/* Poller title above radio buttons */
.pollerTitle{
	margin-bottom:2px;
	font-weight:bold;
}
/* Label for each radio button */
.pollerOption{
	margin:0px;
}
/* Label for each option above graph - i.e. results */
.result_pollerOption{
	margin:0px;
	font-size:0.7em;
}
/* Title of poller - when ajax shows the results */
.result_pollerTitle{
	margin-bottom:2px;
	font-weight:bold;
	font-size:1em;
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
}
/* The <div> tag where the percentage result is shown */
.result_pollGraph div{
	float:left;
	height:16px;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:0.9em;
	line-height:16px;
}
/* Graph div - parent of both the corner images and the div displaying percentage votes */
.result_pollGraph{	
	height:16px;
}

/* Message when Ajax is working getting restults fromt the server */
.poller_waitMessage{
	display:none;	
}	

.result_totalVotes{
	clear:both;
	font-size:0.9em;
	margin-top:6px;
	font-weight:bold;
}
