*{margin: 0px; padding: 0px;}

body
{
	background: #2B4161;
	margin: 20px auto;
	font: .9em "Arial", "Helvetica", sans-serif;
}

#wrapper
{
	width: 700px;
	position: relative;
	background: repeat-x #F5F5F4;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #999;
	padding: 0px 10px 10px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.intro
{
	padding: 5px 10px 10px 10px;
	background: #fff;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 680px;
	margin-top: 10px;
	float: left;
}

.intro h1
{
	margin: 0px 0px 5px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	padding: 0px;
	font-size: 1.25em;
}

.intro p
{
	font-size: .9em;
}

.intro dl
{
	margin-top: 10px;
	overflow: hidden;
}

.intro dt
{
	float: left;
	text-align: left;
	padding-right: 20px;
	font-size: .9em;
	width: 60px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #E4E4E4;
	font-weight: bold;
}

.intro dt a:link, .intro dt a:visited
{
	color: #994F07;
	text-decoration: none;
}

.intro dd
{
	float: left;
	width: 280px;
	font-size: .9em;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 3px;
	padding-top: 3px;
}

.user-name{color: #C76607;}


#recent-ballots-table, #open-ballots-table, #documents-table
{
	width: 100%;
}

#recent-ballots-table th, #open-ballots-table th, #documents-table th
{
	text-align: left;
	text-indent: 10px;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #ECF1F3;
	color: #333;
	font-size: .9em;
	font-weight: bold;
}

#recent-ballots-table td, #open-ballots-table td, #documents-table td
{
	padding: 5px;
	font-size: .9em;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
}
.recent-ballots, .open-ballots, .available-documents
{
	padding: 5px 10px 10px 10px;
	border: 1px solid #DDD;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 680px;
	margin-top: 20px;
	background: #fff;
}

.recent-ballots h2, .open-ballots h2, .available-documents h2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 1.2em;
	margin-bottom: 10px;
	width: 100%;
	color: #666;
}

#recent-ballots-table th:first-child, #open-ballots-table th:first-child, #documents-table th:first-child
{
	border-left: 1px solid #ddd;
	text-align: right;
}
#documents-table th:first-child
{
	text-align: left;
}

#recent-ballots-table th:last-child, #open-ballots-table th:last-child, #documents-table th:last-child
{
	border-right: 1px solid #ddd;
}

.date
{
	width: 50px;
	text-align: right;
}

.title
{
	
}

#documents-table td.title
{
	width: 280px;
}
#documents-table td.date
{
	width: 80px;
	text-align: left;
}

#documents-table td.size
{
	width: 70px;
}

#documents-table td.type
{
	width: 70px;
}

.page-row a:link, .page-row a:visited
{
	color: #0090FF;
	text-decoration: none;
}

.page-row:hover
{
	cursor: pointer;
	background: #FCFAD4;
}

#login-info
{
	padding: 20px;
	border: 0px;
	width: 500px;
	margin: 0 auto;
}

#login-info label
{
	clear: both;
	width: 100px;
	float: left; text-align: right;
	margin-right: 15px;
	margin-bottom: 5px;
}

#login-info .textbox
{
	width: 300px;
	margin-bottom: 5px;
	float: left;
}

#login-button
{
	float: left;
	clear: both;
	padding: 3px 5px;
	margin-left: 115px;
	cursor: pointer;
}

#login-error
{
	padding: 5px;
	width: 405px;
	margin-bottom: 15px;
	overflow: auto;
	display: none;
}

#info-text
{
	display: block;
	float: left;
	width: 360px;
	margin-left: 10px;
}

#survey-title
{
	padding: 10px 15px;
	font: 24px "Lucida Sans Unicode", "Lucida Grande";
	border-bottom: 1px solid #E4E4E4;
}

.question
{
	font: 18px "Lucida Sans Unicode", "Lucida Grande";
	margin-bottom: 10px;
}

.question-box label
{
	font: 14px Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 5px;
	margin-top: -1px;
}

.question-box input
{
	clear: both;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.question-box
{
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #e4e4e4;
}

#submit-ballot-button
{
	padding: 5px;
	margin-top: 15px;
	float: right;
}