body
{
    font-family: Arial, sans-serif;
    background: url(/iresults/images/footer.gif) no-repeat bottom left;
}
A
{
	text-decoration: none;
}
.MainPageHeading
{
	font-weight: bold;
	font-size: 16pt;
	color: #000;
	font-family: Arial;
	background-color: #ededed;
}

.MainPageFooter
{
	color: ghostwhite;
	font-family: Arial;
	font-size: 10pt;
	background-color: #d2b48c;
}
.OptionSubsectionTitle
{
	font-weight: bold;
	font-size: 12pt;
}
.DataGridSelectedRow
{
	background-color: lemonchiffon;
}
.Menu
{
	background-color: #d2b48c;
}
#navigationItems .MenuItem
{
	background-image: url(/iResults/images/tab_1.gif) ;
	background-repeat: no-repeat;
}

#navigationItems .MenuItem2
{
	background-image: url(/iResults/images/tab_2.gif) ;
	background-repeat: no-repeat;
}
#navigationItems .MenuItem3
{
	background-image: url(/iResults/images/tab_3.gif) ;
	background-repeat: no-repeat;
}
#navigationItems .MenuItem4
{
	background-image: url(/iResults/images/tab_4.gif) ;
	background-repeat: no-repeat;
}
#navigationItems .MenuItem5
{
	background-image: url(/iResults/images/tab_5.gif) ;
	background-repeat: no-repeat;
}
#navigationItems .MenuItem6
{
	background-image: url(/iResults/images/tab_6.gif) ;
	background-repeat: no-repeat;
}
A.MenuItem
{
	text-decoration:none;
}
A.MenuItem:hover
{
	text-decoration:underline;
}
.SelectedMenuItem
{
	background-image: url(/iResults/images/tab_1_over.gif) ;
	background-repeat: no-repeat;
}

.SelectedMenuItem2
{
	background-image: url(/iResults/images/tab_2_over.gif) ;
	background-repeat: no-repeat;
}
.SelectedMenuItem3
{
	background-image: url(/iResults/images/tab_3_over.gif) ;
	background-repeat: no-repeat;
}
.SelectedMenuItem4
{
	background-image: url(/iResults/images/tab_4_over.gif) ;
	background-repeat: no-repeat;
}
.SelectedMenuItem5
{
	background-image: url(/iResults/images/tab_5_over.gif) ;
	background-repeat: no-repeat;
}
.SelectedMenuItem6
{
	background-image: url(/iResults/images/tab_6_over.gif) ;
	background-repeat: no-repeat;
}
A.SelectedMenuItem
{
	text-decoration:none;
}
A.SelectedMenuItem:hover
{
	text-decoration:underline;
}
.EditCommandColumnHeader
{
	width: 65px;
	font-weight: bold;
	background-color: gainsboro;
}
.DeleteColumnHeader
{
	width: 45px;
	font-weight: bold;
	background-color: gainsboro;
}
A.DisplayedField:hover
{
	text-decoration:underline;
}
.EditedField
{
	text-align: left;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
.EditDropDownListTime
{
	width: 40px;
	background-color: buttonface;
}



/*
Styles used in results display
*/
.RightAlignElectedCandidate
{
	font-weight: bold;
	text-align: right;
}
.RightAlignNonElectedCandidate
{
	text-align: right;
}

.ResultsPageHeading
{
	font-weight: bold;
	font-size: 20pt;
	font-family: Arial;
}

.ResultsPageSubHeading
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
}
.ResultsPageSmallerHeading
{
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
}
/*
Projector
*/
.Instructions
{
	font-weight: bold;
	color: #000;
}
.CentreInstructions
{
	text-align: center;
	font-weight: bold;
	color: #000;
}
#ContestDetailsHeader
{
	margin-top: 20px;
	height: 30px;
}


/* Definitive list of styles */
.pageHeading
{
    color: #000;
	font-size: 175%;
	font-weight: bold;
}
.pageFooting
{
    color: ivory;
	font-size: 80%;
	font-weight: bold;
}


/* Global Styles*/
div#hlp
{
	font-size: 0.8em;
	color: #000;
}

div#hlp .bold
{
	font-weight: bold ;
}

div#hlp img
{
	border: solid 1px silver;
}
div#hlp .noborder
{
border: 0px;
}

div#hlp a:link
{
	color: #0000FF;
	text-decoration: none;
	text-transform: none; 
	background: #FFFFFF;
}

div#hlp a:visited {color: #C0C0C0; text-decoration: none; text-transform: none; background: ; }
div#hlp a:active {color: #FF0000; text-decoration: none; text-transform: none; background: ; }
div#hlp a:hover {color: #FF0000; text-decoration: none; text-transform: none; }
div#hlp li 
{
	list-style-image: url(/iResults/images/bullet.gif)
}

div#pageHeader /*Page Top Header*/
{
	width: 975px;
	background-color: #fff;
	text-align: left;
}

div#pageHeaderProjector
{
	width: 100%;
	background-color: #fff;
	text-align: center;
}

div#pageContent
{
	width: 100%;
	margin-bottom: 15px;
}

div#pageFooter
{
	padding-top: 20px;
	width: 100%;
	background-color: #c8c8c8;
	text-align: right;
}

div#container
{
	text-align:center;
	margin: 0 auto;
}

.ErrorMessage
{
	color: #ff0033;
	font-weight: bold;
}

.instructions
{
	font-size: 0.8em;
	font-weight: bold;
	color: #ff9900;
}

.AnyImage
{
	vertical-align : baseline; 
}

.leftText
{
	text-align: left;
}
.underlinedLink
{
	text-decoration: underline;
}

.centerText
{
	text-align: center;
}
.rightText
{
	padding-right: 5px;
	text-align: right;
}
.boldText
{
	font-weight: bold;
}

.optionPageTitle
{
	font-weight: bold;
	font-size: 1.1em;
}

.optionPageTitleReturningOfficer
{
	font-weight: bold;
	font-size: 1.1em;
	color: #5aa4ec;
}

.electedCandidate
{
	font-weight: bold;
}

.doNotDisplay
{
	display: none;
}

.button
{
	font-size: 0.8em;
	font-weight:normal;
}

.buttonReturningOfficer
{
	font-size: 120%;
	font-weight:bold;
}

.label
{
	font-size: 80%;
	font-weight: bold;
}

.labelReturningOfficer
{
	font-size: 1em;
	font-family:Arial,verdana;
	font-weight: bold;
}

.dropDownList
{
	font-size: 80%;
}

.dropDownListReturningOfficer
{
	font-size: 0.9em;
}

/* End Global Styles */

/* Navigation Bar */
div#navigationItems
{
	background-color: #fff;
	width: 100%;	
	
}


div#navigationItems #inner
{
	background-color: #c8c8c8;
	width: 100%;
	padding: 0px 0px 0px 0px;
	
}
div#navigationItems p:not(:target) 
{
	display: none;
}
div#navigationItems p:target 
{
	display: block;
}
/* End Navigation Bar */

/* Login Page */
div#login
{
	border-left: #ccc outset;
	border-right: #ccc outset;
	border-top: #ccc outset;
	border-bottom: #ccc outset;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 400px;
	color: #5aa4ec;
	padding-top: 20px;
	background-color: #ededed;
	text-align: center;
	margin: 0 auto;
	
}
.loginTable
{
	background-color: #ededed;
	color: 5aa4ec;
	font-weight: bold;
	text-align: center;
}
/*End Login Page*/

/* DataGrids */
.dataGrid
{
	font-family: Arial,verdana;
	border-color:#ededed;
	border-width:thin;
	border-style:solid;
	width: 100%;
}
.repeater
{
	font-family: Arial,verdana;
	border-color:#ededed;
	border-width:thin;
	border-style:solid;
	font-weight:bold;
	font-size: 0.9em;
}
.dataGridReturningOfficer
{
	border-color:#ededed;
	border-width:thin;
	border-style:solid;
	width: 100%;
}

.gridHeader
{
	font-size: 0.8em;
	font-weight: bold;
	background-color: #ededed;
}

.gridHeaderReturningOfficer
{
	font-size: 0.9em;
	font-weight: bold;
	background-color:#ededed;
}

.editUpdateCancelColumn
{
	width: 65px;
}

.deleteColumn
{
	width: 65px;
}

.displayedField
{
	font-size: 0.8em;
}

.displayedFieldReturningOfficer
{
	font-size: 0.9em;
	text-align: left;
}

.inputField
{
	background-color: #fff;
	font-family:Arial,verdana;
}

.wElectorate
{
	width:60px;
}

.wSpoiledPapers
{
	width:60px;
}

.wTurnout
{
	width:60px;
}
.inputFieldCenter
{
  text-align:center;
}
/* End DataGrids */

/* Projector */
#projectorChooseElection
{
	border-left: #ccc outset;
	border-right: #ccc outset;
	border-top: #ccc outset;
	border-bottom: #ccc outset;
	margin-top: 100px;
	padding-bottom: 20px;
	width: 400px;
	color: #000;
	font-weight:bold;
	padding-top: 20px;
	background-color: #ededed;
	text-align: center;
	margin: 0 auto;
}

div#projectorContent
{
	width: 100%;
	text-align: center;
}
.projectorDataGrid
{
	font-family: Arial,verdana;
	border-color:#ededed;
	border-width:thin;
	border-style:solid;
}

.projectorText
{
	font-weight: bold;
	font-size: 1.2em;
}

.resultsHeader
{
	font-weight: bold;
	background-color: #ededed;
}
.resultsHeaderLeftText
{
	font-weight: bold;
	text-align: left;
}
.resultsHeaderRightText
{
	padding-right: 5px;
	font-weight: bold;
	text-align:right;
}

.resultsText
{
	font-weight: bold;
	font-size: 1.2em;
}

/* End Projector */

/*Rounded Corners*/

.roundcont {
	width: 100%;
	background-color: #5aa4ec;
	color: #fff;
}

.roundcont  {
	margin: 0px 10px;	
}

.roundtop { 
	background: url(/iResults/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/iResults/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

#logout {
	position: absolute;
	top: 40px;
	left: 915px;
}
#footer
{
 display: none;

}
.alternateRow
{
	background-color: #F5F9F9;	
}
