@charset "utf-8";
/* CSS Document */

a.calendar-month:link { font-size:12px; color:#DC1013; text-decoration:none; font-weight:bold; }
a.calendar-month:visited {font-size:12px; color:#DC1013; text-decoration: none; font-weight:bold; }
a.calendar-month:hover { font-size:12px; color:#DC1013; text-decoration:underline; font-weight:bold; }

.calendar2 {
	background-color:#0A0A0A;
}

.calendar2-month a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DC1013;
	font-weight:bold;
}

.calendar2-day {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545E5D;
	text-align:center;
	padding:2px;	
}

.calendar2-selected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
}

.calendar2-name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9C9C9A;
	text-align:center;
	font-weight:bold;
}

.calendar2-selected a {
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}

.calendar2-selected a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}
.calendar2-selected a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	text-align:center;
}

.calendar3 {
	background-color:#D1D1D1;
}

.calendar3-month a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DC1013;
	font-weight:bold;
}

.calendar3-day {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	padding:2px;
}

.calendar3-selected {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#000000;
	text-align:center;
	padding:2px;
}

.calendar3-name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}

.calendar3-selected a {
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}

.calendar3-selected a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}

.calendar3-selected a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	text-align:center;
}

/* Poller title above radio buttons */
.pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
}
/* Label for each radio button */
.pollerOption{
	margin:0px;
	font-size:12px;
}
/* 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:0.9em;
}
/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
.result_pollGraph img{
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}
/* The <div> tag where the percentage result is shown */
.result_percentage_bar {
	float:left;
	height:16px;
	background-color:#333;
	color:#FFF;
	font-size:0.9em;
	line-height:16px;
	margin:0px;
	padding:0px;
	border:0px;
}
.result_percentage {
	float:left;
	height:16px;
	color:#000;
	font-size:0.9em;
	line-height:16px;
	margin:0px;
	padding:0px;
	border:0px;
}
/* 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;
}

input.noBorder{
	border:0px;
}