.SubNav
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 10px
}
.SubNav A
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.SubNav A:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
BODY
{
    BACKGROUND-COLOR: #cccccc;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 12px
}
TD
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 12px
}
.History
{
    COLOR: #000000
}
.History A
{
    COLOR: #000000;
    TEXT-DECORATION: underline
}
.History A:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.Copyright
{
    BACKGROUND-COLOR: #9ccf9c
}
.Copyright A
{
    COLOR: #000000
}
.Copyright A:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.SubNavSelected
{
    FONT-WEIGHT: bold
}
.NavSelected
{
    COLOR: #ffffff;
    FONT-SIZE: 10px
}
.Nav
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 10px
}
.Nav A
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
.Nav A:hover
{
    COLOR: #9ccf9c;
    TEXT-DECORATION: none
}
P
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    FONT-SIZE: 12px;
    TEXT-ALIGN: justify
}
.NavSelected A
{
    COLOR: #9ccf9c
}
.NavSelected A:hover
{
    COLOR: #9ccf9c
}
.NavSelected A:visited
{
    COLOR: #9ccf9c
}
H1
{
    FONT-SIZE: 18px
}
INPUT
{
    FONT-FAMILY: Monospace
}
TEXTAREA
{
    FONT-FAMILY: Monospace
}
SELECT
{
    FONT-FAMILY: Monospace
}
.skiplink {display:none}

	#electionList{ width:100%}
		#electionList .col1{ width:50%; vertical-align:top}
		#electionList .col2{ width:50%; vertical-align:top}
		#electionList div{ border:1px solid #000000; padding:2px 5px 7px 5px; margin:0px 5px 5px 0px; background:#DCDCDC; font-size:11px; font-weight:bold; vertical-align:middle}
		#electionList input{ float:right; clear:both}

/* PD01 CSS Document "White Plastic Standard" */


/* ----------- Background Box Div styles ----------- */

.pds-box {
	width: 270px; /* for fixed width enter value here, max width 700px */
	color: #333;
	background: #86858a url(images/pdb01-bottom-left.gif) no-repeat left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.pds-box-outer {
	background: url(images/pdb01-bottom-right.gif) no-repeat right bottom;
	}

.pds-box-inner {
	background: url(images/pdb01-top-left.gif) no-repeat left top;
	}
	
.pds-box-top {
	background: url(images/pdb01-top-right.gif) no-repeat right top;
	padding: 20px 20px 20px 20px;
	}
	

/* ----------- Question Box Div styles ----------- */

.pds-question {
	background: url(images/pdq01-bottom-left.gif) no-repeat left bottom;	
	}
	
.pds-question-outer {
	background: url(images/pdq01-bottom-right.gif) no-repeat right bottom;
	padding-bottom: 15px;
	}

.pds-question-inner {
	background: url(images/pdq01-top-left.gif) no-repeat left top;
	}
	
.pds-question-top {
	background: url(images/pdq01-top-right.gif) no-repeat right top;
	padding: 15px 15px 0px 15px;
	font-size: 12px;
	color: #ECBF00;
	}
	
/* ----------- Answer Box Div styles ----------- */

.pds-answer {
	font-size: 10px;
	/*line-height: 20px; */
	color: #555;
	padding: 10px 20px 15px 20px;
	}
	
.pds-answer label{
	/* currently left unstyled to maximise compatibilty */
	}

.pds-radiobutton {
	/* currently left unstyled to maximise compatibilty */
	}
	
.pds-checkbox {
	/* currently left unstyled to maximise compatibilty */
	}
	
.pds-textfield {
	width: 100%;
	font-size: 10px;
	color: #333;
	background-color: #ccc;
	border: 1px;
	border-color: #ccc;
	padding: 1px 1px 1px 1px;
	margin: 5px 0px 0px 0px;
	}
	
.pds-answer-feedback {
	background-color: #ccc;
	padding: 0px 0px 0px 0px;
	height:18px;
	margin: 2px 0px 5px 0px;
	}
	
.pds-answer-feedback-bar {
	background: url(images/pd01-bargif.gif) repeat-x;
	margin: 3px;
	padding: 0px;
	height:12px;
	border: 0px;
	}

.pds-answer-feedback img {
	background: url(images/pd01-bargif.gif) repeat-x;
	margin: 3px;
	padding: 0px;
	height:12px;
	border: 0px;
	}

/* ----------- Vote Box Div styles ----------- */

.pds-vote {
	font-size: 9px;
	color: #c3C4c7;
	line-height: 17px;
	padding: 0px 20px 10px 20px;
	}
	
.pds-votebutton-outer {
	height:61px;
	}

.pds-vote a {
	font-size: 9px;
	color: #666;
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
 	padding: 2px 0px 2px 0px;

	}
	
input.pds-votebutton {
	width: 61px;
	height: 61px;
	background: url(images/pd01-votebutton.gif) no-repeat;
	outline: none;
	float: right;
}
input.pds-votebutton:hover {
	background: #000 no-repeat 0 -60px;
}

.pds-totalvotes-outer {
	
	}
	
.pds-totalvotes-inner {
	font-size: 10px;
	color: #ffb400;
	background-color: #666;
	padding: 3px 6px 3px 3px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

		