/********************************/
/******                    ******/
/******   STYLE ELEMENTS   ******/
/******                    ******/
/********************************/

/* CALENDAR APPLICATION */
/* calendar table */
.calendartable {
	background: #FFFFFF;
	border: #FFFFFF 0px solid;
}

/* CALENDAR APPLICATION */
/* calendar month/year heading table cell */
.monthcell {
	color: #FFFFFF;
	font-weight: bold;
	border: #993300 1px solid;
	background-color: #993300;
}

/* CALENDAR APPLICATION */
/* prev/next calendar month/year links */
.monthyearlink:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.monthyearlink:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.monthyearlink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.monthyearlink:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* CALENDAR APPLICATION */
/* calendar weekday heading table cell */
.weekdaycell {
	color: #FFFFFF;
	border: #CC6600 1px solid;
	background-color: #CC6600;
}

/* CALENDAR APPLICATION */
/* calendar day table cell */
.daycell {
	cursor: hand;
	color: #666666;
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
}

/* CALENDAR APPLICATION */
/* calendar day table cell */
.daycell.hover {
	cursor: hand;
	color: #993300;
	background-color: #FFCC99;
	border-right: #CC6600 0px solid;
	border-top: #CC6600 1px solid;
	border-left: #CC6600 1px solid;
	border-bottom: #CC6600 0px solid;
}

/* CALENDAR APPLICATION */
/* calendar selected day table cell */
.selecteddaycell {
	cursor: hand;
	color: #993300;
	background-color: #FFCC99;
	border-right: #CC6600 1px solid;
	border-top: #CC6600 0px solid;
	border-left: #CC6600 0px solid;
	border-bottom: #CC6600 1px solid;
}


TABLE.poll-table {
	width: 175px;
}

TABLE.results-table {
	width: 175px;
}

TD.question-cell {
	vertical-align: top;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

TD.answer-cell {
	vertical-align: top;
	padding: 0px 2px;
	font-size: 11px;
	line-height: 14px;
	font-size: 11px;
	line-height: 14px;
}

TD.results-question-cell {
	vertical-align: top;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

TD.results-answer-cell1 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image1 {
	background: url(/poll/images/cyan.gif) #00FFFF;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell2 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image2 {
	background: url(/poll/images/green.gif) #00CC00;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell3 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image3 {
	background: url(/poll/images/lime.gif) #99FF00;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell4 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image4 {
	background: url(/poll/images/yellow.gif) #FFFF00;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell5 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image5 {
	background: url(/poll/images/orange.gif) #FF9900;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell6 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image6 {
	background: url(/poll/images/red.gif) #FF0000;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell7 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image7 {
	background: url(/poll/images/pink.gif) #FF00CC;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell8 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image8 {
	background: url(/poll/images/purple.gif) #990099;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell9 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image9 {
	background: url(/poll/images/blue.gif) #0000FF;
	height: 9px;
	margin-right: 4px;
}

TD.results-answer-cell10 {
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}

IMG.results-answer-image10 {
	background: url(/poll/images/grey.gif) #CCCCCC;
	height: 9px;
	margin-right: 4px;
}

TD.results-total-cell {
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}

DIV.results-answer-votes {
	display: none;
}

DIV.results-answer-scale {
	font-size: 10px;
}

TD.votebutton-cell {
	padding-top: 5px;
}
