@import url(fonts-min.css);

body
{
	background: #fff url(img/outside_app_bg.jpg) repeat-x;
	color: #666;
	font-size:11px;
}
a
{
	color: #2952A4;
}
a:hover
{
	text-decoration: underline;
	color: #6B6C6E;
}

table
{
	width: 200px;
}

/* poll form =====================-========================= */
h3
{
	background: url(img/poll_title.gif) no-repeat;
	text-indent: -9999px;
	width: 200px !important;
	color: #2952A4;
	height: 27px;
	margin: 0;
}
form, #wrapper
{
	margin: 0 13px;
}
h4
{
	display: block;
	font-weight: bold;
	color: #2952A4;
	font-size: 13px;
	margin: 5px 0;
	width: 210px;
	z-index: 999;
	position: relative;
}
td 
{
	border: 0;
	width: auto;
	padding-bottom: 4px;
}
#poll input
{
	margin-right: 5px !important;
}



div#submit
{
	position: absolute;
	top: 212px;
	left: 194px;
}
div#submit a:link, 
div#submit a:visited 
{
	display: block;
	background: url(img/button_vote.gif) no-repeat left;
	text-indent: -9999px;
	width: 44px;
	height: 19px;
	outline: none;
}
div#submit a:hover, 
div#submit a:active 
{
	background-image: url(img/button_vote_f2.gif);
}





.errMsg
{
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: .75em;
}






/* poll results ===================-========================= */
.marker
{
	display: block;
	width: 15px;
	height: 11px;
	float: left;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	margin-right: 5px;
}
img
{
	display: block;
	margin: 5px auto;
	margin-top: 0px;
	z-index: 1;
}
table.results td
{
	font-size: 11px;
	padding: 0;
}
table td.pct
{
	font-size: 11px;
	text-align: right;
	padding-left: 1em;
}











/* highlights =====================-================== */

#highlights h3
{
	background: url(img/highlights_title.gif) no-repeat;
	text-indent: -9999px;
}
#highlights h4,
#highlights p,
#highlights img,
#highlights a.highlightURL
{
	margin: 5px 11px;
}





#highlightnav
{
	width: 228px;
	position: absolute;
	top: 212px;
	left: 11px;
}


/* previous highlight */
#highlightnav p.prev,
#highlightnav p.prev a
{
	background: url(img/button_previous_f2.gif);
	display: block;
	text-indent: -9999px;
	width: 65px;
	height: 15px;
	outline: none;
	float: left;
	margin: 0;
}
#highlightnav p.prev a:link,
#highlightnav p.prev a:visited,
#highlightnav p.prev a:active
{
	background: url(img/button_previous.gif);
	outline: none;
}
#highlightnav p.prev a:hover
{
	background: url(img/button_previous_f2.gif);
}


/* next highlight */
#highlightnav p.next,
#highlightnav p.next a
{
	background: url(img/button_next_f2.gif);
	display: block;
	text-indent: -9999px;
	width: 46px;
	height: 15px;
	outline: none;
	float: right;
	margin: 0;
}
#highlightnav p.next a:link,
#highlightnav p.next a:visited,
#highlightnav p.next a:active
{
	background: url(img/button_next.gif);
	outline: none;
}
#highlightnav p.next a:hover
{
	background: url(img/button_next_f2.gif);
}
