/* Main Elements */
body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

body td {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

form {margin:0;}

a, a:visited, a:active {text-decoration: underline; color: #0f91cb;}

hr {border:0; color:#a8cefa; background:#a8cefa; border-top:1px dashed #a8cefa; height: 1px; margin-top:10px; margin-bottom:10px;}

p  {font-size:12px;}
li {font-size:12px; margin-top:7px;}
ul {margin:5px; list-style-position:inside; list-style-type:square;}

.deleted {color:dimgray;background-color:#e0e0e0}

/* Containers */
#container 
{
	background: #ffffff;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content 
{
	width: 100%;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
}

#header 
{
	width: 100%;
	height: 70px;
	text-align: left;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 5px;
}

#top-line
{
	padding: 2 0 2 10px;	
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	background: #efefef;
	border-bottom: 2px solid #dfdfdf;
}

#top-line a, #top-line a:visited {color:#000000;}

/* Navigation */
.nav-top 
{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding: 4 0 4 0;
	background: #efefef;
	border: 1px solid #959595;
}
.nav-top a#current {color: #666666;}
.nav-top a, .nav-top a:link, .nav-top a:visited, .nav-top a:active {text-decoration: underline; color: #0f91cb; padding: 2px 0 2px 0; }
.nav-top a:hover {background-color: #ffffcc;}


#footer
{
	width: 100%;
	padding-top: 5px;
	text-align: center;
	background: #efefef;
	font-size: 10px;
	border: 1px solid #959595;
}

#footer a, #footer a:visited {
	color: #0f91cb;
}

.main-center
{
	height: 400px;
	vertical-align: top;
	width: 100%;
	font-size: 12px;
	padding: 10 5 0 5px;
}

span.left {float: left;}
span.right {float: right;}

.tablebox 
{
	width: 780px;
	height: 360px;
}

.tableheader
{
		background-color: #84AADE;
		color: White;
		font-weight: bold;
		height: 25px;
		margin-left:100px;
		font-size: 12px;
		font-family: Arial;
		padding: 5px;
}

.normal {
	border-right: 1px solid #527DA5;
	border-bottom: 1px solid #527DA5;
	border-left: 1px solid #527DA5;
	text-align: left;
	vertical-align: top;
}

/* Signup */
.signup input, .signup select {width:250px;}
.signup input#chkTerms {width:15px;}
.signup input#btnSubmit {width:150px;}


/* Survey */
.survey-edit input, .survey-edit textarea, .survey-edit select {width:320px;}
.survey-edit textarea {height:40px; font-size:12px;}
.survey-edit input#btnSubmit {width:150px;}
.survey-edit input#chkShowFreeText {width:15px;}