﻿body{
	background: #F9F9F7 url('../../Images/a1.gif') repeat-x;
	color: #525243;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 	1em;
	line-height: 1.2em;
}

#Wrapper{
	margin: 0 auto;
	width: 95%;
	min-width: 600px;
	 background-color: White;
	border: solid 1px gray;
} 

#Header{	
	background-color: #F9F9F7;
}

#TopMenu{
     background-color:#FFCC00;
	 padding: 0 10px;
	 font-size: .8em;
} 

#LogIn{
	background-color:#006600;
	font-size: .8em;
}

#ContentSection{
	padding: 10px;
}

#Footer{
	font-size:.7em;
	margin: 10px auto;
	width: 100%;
	clear:both;
}

.InstructionList
{
	 font-size: .9em;
	 font-weight: bold;
	 line-height: 160%;
	 color: #006600;
} 

.PageTitle{
     font-size:1.8em;
     font-weight:bolder;
     color:#006600;
     line-height: 2em;
     text-align:center;
     margin-top:15px;
     margin-bottom:15px;
     width: 100%;
     border-bottom: dashed 2px #006600;
}

.commandButton{
	font-size: 1em;
	width: 17em;
	color: Red;
	margin: 0 5px;
}


.modalBackground{
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.modalPopup{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.pollLabelTextBox
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 	1em;
	width: 600px;
}