body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px; 
}
/***************************** Poll System *****************************/
.ar_Poll_buttonClose
{
	
	
	BORDER-RIGHT: #833f00 1px solid; 
	BORDER-TOP: #833f00 1px solid;
	 FONT-SIZE: 11px; 
	 BACKGROUND-IMAGE: url(../images/buttonBG.gif);
	 BORDER-LEFT: #833f00 1px solid; 
	 COLOR: #ffffff; 
	 BORDER-BOTTOM: #833f00 1px solid;
	  BACKGROUND-REPEAT: repeat-x; 
	  FONT-FAMILY: Tahoma; 
	 
}

.poll_title
{
padding-right:5px;
padding-bottom:5px;
background-repeat:no-repeat;
height:30px;
font-family:tahoma;
font-size:14px;
color:#5F5A90;
font-weight:bold
}

a.vote
{
	font-family: tahoma;
	font-size: 11px;
	color: #506d84;
	text-decoration: none;
}

a.vote:hover
{
	text-decoration: underline;
}

.Poll_result_white
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 2px;
}
.Poll_result_brown
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.Poll_result_blue
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #004c9a;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Poll_result
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #004c9a;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Poll_percentage
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #004c9a;
	padding-bottom: 5px;
	padding-left: 0px;
}

.Poll_Error
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
}

.fixed_background
{
	background-repeat: no-repeat;
	background-position: right bottom;
}
.options_label
{
	font-size: 12px;
	font-weight: bold;
	color: #4B6078;
	padding: 0px 0px 5px 10px;
}

.poll_subject
{
	font-size: 13px;
	font-weight: bold;
	color: #4B6078;
	padding: 0px 0px 0px 10px;
}
.options_view
{
	font-size: 12px;
	color: #4B6078;
	padding: 0px 0px 0px 0px;
}

A.options_delete
{
	font-size: 12px;
	font-weight: bold;
	color: #4B6078;
	padding: 0px 0px 5px 5px;
	text-decoration: underline;
}

A.options_delete: hover
{
	font-size: 12px;
	font-weight: bold;
	color: #4B6078;
	padding: 0px 0px 5px 5px;
	text-decoration: none;
}
/***************************** End of Poll System *****************************/
