/* Global Styles */

body {
	margin:0px;
	}

td {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: none;
	}


h1 {
	font:20px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:.1em;
	line-height:32px;
	}

h2 {
	color: #000000;
	letter-spacing:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	}
	
	
/* Class Styles */

.logo {
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	color: #26354A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
.bodyText {
	line-height:20px;
	color:#26354A;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.bodyText a {
	color:#26354A;
	font-weight: normal;
	text-decoration: underline;
	}

.bodyText a:hover {
	color:#FF6600;
	text-decoration: underline;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:20px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:.2em;
	line-height:32px;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	font:Arial, Helvetica, sans-serif;
	color: #FFBA00;
	letter-spacing:0.1em;
	line-height:18px;
	font-size: 11px;
	}
	
.sidebarText a {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}

.sidebarText a:Hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.BottomText {
	font:11px Arial, Helvetica, sans-serif;
	color: #26354A;
	font-size: 12px;
	line-height:18px;
	}
	
.BottomText a {
	color: #26354A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

.BottomText a:Hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	}

.LinkTitle {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	}

/*Outline */

.outlineBox {
	width:200px;
	padding:3px;
	background-repeat:no-repeat;
	background-position: center;
	margin:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	}

.outlineText {
	color: #000000;
	letter-spacing:normal;
	line-height:18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}


	.poller{	/* The poller box */
	width:120px;
	height: 300px;
	padding:3px;
	background-repeat:no-repeat;
	background-position: center;
	margin:10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	}
	/* Poller title above radio buttons */
	.pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
	text-align: center;
	}
	/* Label for each radio button */
	.pollerOption{
		margin:0px;
	}
	/* Label for each option above graph - i.e. results */
	.result_pollerOption{
		margin:0px;
		font-size:0.8em;
	}
	/* Title of poller - when ajax shows the results */
	.result_pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
	font-size:1em;
	text-align: center;
	}
	/* 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:1em;
		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.8em;
		margin-top:10px;
		font-style:italic;
	}

