/* Noel-Levitz CSS */

body {
	margin: 0;
	padding: 0;
	font: 13px Calibri, Helvetica, Arial, sans-serif;
	background: #999 url(/images/background.png) repeat;
	color: #333;
}

.right{
	text-align:right!important;
}

.bgbutton {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/green_button.png) no-repeat scroll 0 0;
border:medium none;
color:white;
cursor:pointer;
vertical-align:middle;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
height:20px;
line-height:14px;
text-decoration:none;
width:91px;
}

.na{
	background:#B3B3B3!important;
}

.hovers{

}

.hoversna{

}

.highlight{
	border:medium double #2B8BE9;
}

a {	color: #333; }

#container {
	margin: 0 auto;
	width: 852px;
	padding: 0 15px;
	background: url(/images/content_background.png) repeat-y;
}

#header {
	width: 822px;
	color: #fff;
	padding: 8px 15px 0 15px;
	background: #000 url(/images/header_background.png) repeat-x;
	height: 62px;
	border-bottom: 6px solid #000;
}

#header a {
	color: #ff9;
}

#header h1 {
	margin: 0;
	margin-right: 200px;
	font-size: 1.1em;
}

body.summary #header { border-bottom-color: #4d5d2a; }
body.customize #header { border-bottom-color: #877f20; }
body.takers #header { border-bottom-color: #2d3768; }
body.emails #header { border-bottom-color: #331e0d; }

#main_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

#main_tabs li {
	float: left;
	width: 117px;
	height: 25px;
	margin: 0;
	margin-left: 1px;
	padding-top: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

body.summary #main_tabs #tab_summary {
	background-position: 0 0;
	padding-top: 7px;
	height: 32px;
}
body.customize #main_tabs #tab_customize {
	background-position: 0 0;
	padding-top: 7px;
	height: 32px;
}
body.takers #main_tabs #tab_takers {
	background-position: 0 0;
	padding-top: 7px;
	height: 32px;
}
body.emails #main_tabs #tab_emails {
	background-position: 0 0;
	padding-top: 7px;
	height: 32px;
}

#tab_summary { background-image: url(/images/tab_green.png); }
#tab_customize { background-image: url(/images/tab_gold.png); }
#tab_takers { background-image: url(/images/tab_blue.png); }
#tab_emails { background-image: url(/images/tab_red.png); }

#main_tabs li a {
	color: #fff;
	text-decoration: none;
}

#content {
	padding: 30px;
}

#instructions {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #e8e8e8;
}

#instructions p { margin: 0; }

#instructions a { color: #006;}

div.std_box {
	margin: 20px 0;
	border: 1px solid #dcdcdc;
}

div.std_box>p {
	width: 745px;
	margin: 10px auto;
}

div.std_box h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: normal;
	background: #dcdcdc url(/images/section_background.png) repeat-x;
}

div.std_box table {
	margin: 10px auto;
	width: 745px;
	border-collapse: collapse;
}

div.std_box td.summary_data { margin: 0; padding: 0; }

div.std_box td.summary_data table {
	width: 325px;
	margin: 0;
	font-size: 14px;
}

div.std_box td.summary_data table td {
	padding: 15px 10px;
	border: none;
}

#recipients_row td { border-bottom: 1px solid #dcdcdc; }
#download_cell { padding: 15px; }
#download_cell h3 { margin-top: 0; display: inline; }
#download_cell p.download_links { display: inline; margin-left: 20px; }

div#stats { width: 325px; }

div#stats table { width: 325px; margin: 0; }

div#stats table td {
	border: none;
	border-bottom: 1px solid #dcdcdc;
	padding: 12px;
}

div#stats table tr.last td { border-bottom: none; }

#graph {
	padding: 13px;
	margin-left: 8px;
}

#download_cell p {
	margin-bottom: 0;
}

div.std_box table th, div.std_box table td {
	padding: 5px;
	border: 1px solid #dcdcdc;
}

.special{
	border: none !important;
	background-color:#FFFFFF !important;
}

div.std_box table th {
	text-align: left;
	background-color: #dcdcdc;
}

body.customize div.std_box table td input { width: 456px;}

td.error { color: #f00; }

p.more {
	width: 745px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: right;
}

#footer {
	width: 882px;
	margin: 0 auto;
	padding-top: 15px;
	font-size:8pt;
	background-image: url(/images/footer_background.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

#email_edit th, #email_edit td {
	border: none;
}

#email_edit th {
	background-color: #fff;
	text-align: right;
	font-size: 14px;
}

tr.edit_active td {
	background-color: #9cf;
	font-weight: bold;
	border-left: 1px solid #9cf !important;
	border-right: 1px solid #9cf !important;
}

.med { color: #f60; }
.ok { color: #063; }
.urg { color: #f00; }

/*---- Survey Page Styles ----*/
#photobar {
	background: #690 url(/images/photobar_background.png) repeat-x;
	height: 200px;
}

#photobar table {
	width: 100%;
	margin-top: 0px;
}

#photobar table td {
	text-align: center;
}

body.surveyintro #content table td {
	padding: 0 20px;
}

body.surveyintro #content table td.instructions {
	border-left: 1px solid #dcdcdc;
	padding-left: 30px;
	width: 300px;
}

body.surveyintro #content p, li {
	font-size: 1.2em;
}

body.surveyintro #content strong, b, body.surveyintro h2 {
	color: #E31836;
}

p.survey_btn { text-align: center; }

#progress_bar {
	background: #690 url(/images/progress_bar_background.png) repeat-x;
	height: 40px;
}

#progress_bar ul {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	list-style: none;
}

#progress_bar li {
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 100%;
	display: inline;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 25px;
	text-align: center;
}

#progress_bar li.last {
	background: none;
}

#progress_bar li span.active {
	background-color: #2B8BE9;
	padding: 5px 15px;
}

body.questionpage #content {
	padding-top: 15px;
}

body.questionpage #content p {
	font-size: 14px;
	margin: 0;
}

table.questiontable {
	width: 100%;
	border-collapse: collapse;
	margin-top:0px;
}

table.questiontable td {
	border: 1px solid #dcdcdc;
	padding: 2px;
}

.none{
	border: none!important;
	padding: none!important;
	vertical-align:top!important;
}

table.questiontable th {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #e8e8e8;
}

table.questiontable td.centercell { border: none; padding: 0; }

table.questiontable td.radiocell, table.questiontable td.na_cell {
	background-color: #e8e8e8;
	padding: 5px 1px;
	text-align: center;
}

table.keytable td, table.questiontable td.keycell { border: none; padding: 0; margin: 0;}

table.keytable { margin-top: 20px; margin-bottom: 0px; width: 100%; border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; }
table.keytableL { margin-top: 10px; margin-bottom: 0px; width: 100%; border-left: none; border-right: none; }
table.keytableR { margin-top: 10px; margin-bottom: 0px; width: 100%; border-left: none; border-right: none; }

div.radiokey {
	width: 375px;
	background-color: #e8e8e8;
}

div.radiokey h2 {
	background-color: #174A7C;
	margin-bottom:0!important;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
}

div.radiokey table {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

table.keytable h2 {
	margin: 0;
}

body.questionpage #content table.buttons { width: 100%; margin-top: 20px; }

body.questionpage #questions li {
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

body.questionpage #content #questions p.answer {
	margin: 10px 0;
}

/*---- Form Controls ----*/

input.text_field {
	width: 340px;
	padding: 3px;
	font: 14px Calibri, Helvetica, Arial, sans-serif;
}

input.text_field_long {
	width: 540px;
	padding: 3px;
	font: 14px Calibri, Helvetica, Arial, sans-serif;
}

input.text_field_short {
	width: 85px;
	padding: 3px;
	font: 14px Calibri, Helvetica, Arial, sans-serif;
}

textarea.textarea_large {
	width: 725px;
	height: 280px;
	font: 14px Calibri, Helvetica, Arial, sans-serif;
}

/*---- Image Links ----*/

a.close_link, a.view_link, a.dl_link, a.deact_link, a.more_link, a.remove_link, a.edit_link, a.file_link, a.date_link {
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	color: #333;
}

a.close_link { background-image: url(/images/icn_close.png); }
a.view_link { background-image: url(/images/icn_glass.png); }
a.dl_link { background-image: url(/images/icn_download.png); }
a.deact_link { background-image: url(/images/icn_cancel.png); }
a.more_link { background-image: url(/images/icn_add.png); }
a.remove_link { background-image: url(/images/icn_delete.png); }
a.edit_link { background-image: url(/images/icn_edit.png); }
a.file_link { background-image: url(/images/icn_file.png); }
a.date_link { background-image: url(/images/icn_calendar.png); }