body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #FFFFCE;
	margin: 0;
	font-size: small;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.header {
	background-color: #B03060;
	margin: 0px;
	text-align: center;
}
.header a,
.header a:link,
.header a:visited {
	text-decoration:none;
	color:white;
}
td#headerTitle {
	font-size: 36px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Trajan, "Times New Roman", Times, serif;
}	
#budgetCapTable {
	border: none;
	padding:3px;
	margin:auto;
	margin-bottom: 10px;
}

.reviewList {
	margin:auto;
	display:block;
	width:70%;
}
.reviewListItem {
	background-color:#CCCCCC;
}
.reviewListItemAlt {
	background-color:#AAAAAA;
}
.listReview a {
	text-decoration:none;
}
.reviewListDetail {
	list-style-image: none;
	list-style-type: none;
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	clear:both;
}
.contactBlock {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.boardContactBlock {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
.contactBlock label {
	float:right;
	font-weight:bold;
	margin-right: 10px;
}
.listReview .listCaption {
	text-align: center;
	margin-bottom: 6px;
}
.listReview caption,
.assignments caption,
.reports caption {
	font-size: 16px;
	color: #500E29;
	background-color: #B2D6F0;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.listReview th,
.assignments th {
	text-align: left;
	vertical-align: bottom;
	line-height:normal;
	padding:5px;
}
.reports th {
	vertical-align:bottom;
	border-bottom: 1px solid black;
}
.assignments .complete {
	text-align: center;
}

.assignments #content tr {
	line-height: 24px;
}
.reviewerName {
	font-weight: bold;
	text-transform: uppercase;
}


.reviewListExpansion {
	display: none;
}
.instName, .score {
	text-align:left;
	vertical-align:top;
}
.scoreOverride {
	font-size: 80%;
	vertical-align: top; 
}
.listReview .requestReview {
	text-align: center;
}

.previewSectionHeader {
	margin-top: 25px;
	text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight:bold;
	font-size:18px;
}
.boardPreviewSectionHeader {
	margin-top: 25px;
	text-align:center;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight:bold;
	font-size:18px;
}	
.previewSectionHeader .previewEdit {
	font-size: 14px;
	font-weight:normal;
}
.previewSubHeading {
	border: 1px solid black;
	font-weight:bold;
	text-align:center;
	padding-top:4px;
	margin:auto;
	width:600px;
}	
#budgetTable {
	border: none;
	margin:10px auto 10px auto;;
	padding: 4px;
	width:80%;
}
#scoreTable {
	border: none;
	margin:10px auto 10px auto;;
	padding: 4px;
	width:40%;
}
#scoreDetailTable {
	border: 1px solid black;
	margin:10px auto 10px auto;;
	padding: 4px;
	width:50%;
	border-spacing:8px;
}
#scoreDetailTable td input {
	text-align: right;
}
#budgetTable td,
#budgetCapTable td{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 4px;
}
#scoreTable td, 
#scoreDetailTable td {
	text-align:center;
}	
#scoreTable td.label,
#scoreDetailTable td.label{
	text-align:right;
	padding-right: 10px;
}
#scoreTable td.totalRow,
#scoreDetailTable td.totalRow {
	font-weight: bold;
	padding-top:15px;
}
#scoreDetailTable td.number {
	text-align: right;
}
#scoreDetailTable td.avg {
	font-weight:bold;
}
#budgetTable td.spacer {
	border:none;
}	
#budgetTable td.lastColumn,
#budgetCapTable td.lastColumn,
#scoreTable td.lastColumn  {
	border-right: solid 2px black;
}
#budgetTable td.firstColumn,
#budgetCapTable td.firstColumn,
#scoreTable td.firstColumn  {
	border-left: solid 2px black;
}
#budgetTable td.lastRow,
#budgetCapTable td.lastRow {
	border-bottom: solid 2px black;
}
#budgetTable th,
#budgetCapTable th,
#scoreTable th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 15px;
}
.currency {
	text-align: right;
	width: 60px;
	color: black;
}
#previewTable tr.lastRow {
	margin-bottom: 20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

#footer {
	font-size: x-small;
	text-align: center;
	color: #500E29;
}


th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.largeTextBox {
	text-align: center;
}

.loginRow {
	line-height: 30px;
}

#enclose {
	width: 770px;
}
#content {
		padding: 0px 10px 0px 10px;
}	
.label {
	text-align: right;
	font-weight: bold;
}
a:link,
a:visited {
	color: #DA2970;
	text-decoration: none;
}
#signatureForm {
	text-align: center;
}

div.box {
	width:660px;
	background-color:#EEE;
	border:1px solid;
	padding:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	
div.box.wide {
	width:730px;
}
div.row {
  clear: both;
  padding-top: 10px;
}
div#signatureBlock br,
div#contactBlock br,
div#reviewBlock br {
	clear:both;
}
.signatureLine {
	border-bottom: 2px solid black;
}
form label,
div#signatureBlock label,
div#contactBlock label {
	display:block;
	float:left;
	width:150px;
	padding-right: 5px;
	margin: 5px 0 0;
	text-align:right;
	font-weight:bold;
}
div#reviewBlock label {
	display:block;
	float:left;
	width:150px;
	padding-right: 5px;
	text-align:right;
	font-weight:bold;
	font-size: larger;
}
#projectTitleLabel {
	display:block;
	float:left;
	width:150px;
	padding-right: 5px;
	text-align:right;
	font-weight:bold;
	font-size:normal;
}	
div#reviewBlock .candidateName, 
div#reviewBlock .sponsoringOrg {
	font-size: larger;
}
div#contactBlock label {
	text-transform:uppercase;
}
form#abstractForm label,
form#supportForm label,
form#contactForm label,
form#previewForm label,
form#reviewForm label,
form#usersForm label,
form#participationForm label,
form#questionForm label  {
	width:180px;
}
form#significanceForm label
 {
	width:600px;
}
form#careerForm label {
	width:400px;
}
form#usersForm #usersInfo {
	margin-top: 16px;
}
.attachmentLabel {
	padding-right: 5px;
	margin: 5px 0 0;
	text-align:right;
	font-weight:bold;
	width:250px;
}	
form fieldset {
	border: solid 1px #999;
	padding-left: 10px;
	margin-top: 15px;
}	
form fieldset legend {
	color:#500E29;
}
#submitArea {
	margin-top: 10px;
	text-align:center;
}
#loginTable {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 10px 2px;
	float: right;
	margin: 30px;
	width: 260px;
}
#timelineTable {
	border: 1px solid #CCCCCC;
	margin: 10px auto 20px auto;
	padding: 5px;
}
#timelineTable td.event {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#timelineTable td.date {
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
}
h4 {
 	margin-bottom: 5px;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #500E29;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #500E29;
	background-color: #B2D6F0;
	text-align: center;
}
.contactBlock h2 {
	color: black;
	background-color: #FFFFCE;
	text-align: left;
}	
.headerRow {
	background-color: #B2D6EE;
	font-weight: bold;
}

.checks ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
.checks ul li {
	background-repeat:no-repeat;
	background-position: 0;
	padding-left: 20px;
	height: 20px;
}
.checks li.notComplete {
	background-image: none;
}

.checks li.completed {
	background-image: url(../img/check.gif);
}

body.guidelines #navbar li#guidelines a, 
body.faq #navbar li#faq a,
body.checks #navbar li#checks a,
body.application #navbar li#application a,
body.listReview #navbar li#listReview a,
body.staffHome #navbar li#staffHome a, 
body.userManagement #navbar li#userManagement a,
body.reports #navbar li#reports a, 
body.assignments #navbar li#assignments a,
body.listReview #navbar li#listReview a,
body.attachments #navbar li#attachments a,
body.review #navbar li#review a {
   background: #B2D6F0;
   border-top: 1px solid #B2D6F0;
   font-weight: bold;
   color: #500E29;
}

#navbar h5 {
	display: none;	
}
#navbar ul {
   padding: 3px 0px;
   margin: 0;
   border-top: 1px solid #363;
   font: 14px Verdana, Arial, sans-serif; 
   width:770px;
}

#navbar ul li {
   list-style: none;
   margin: 0;
   display: inline;
   padding-left: 60px;
}
#navbar ul li a {
   padding: 3px 0.5em;
   margin-left: 5px;
   border: 1px solid #363;
   border-top: none;
   background: #6262FB;
   text-decoration: none;
   font-weight:bold;
}
#navbar ul li a:link, #navbar  li a:visited{
   color: #DDDDDD;
}
#navbar ul li a:link:hover, #navbar ul li a:visited:hover, #navbar ul li a:visited:hover {
   color: white;
   background: #6666FF;
   border-color: #500E29;
}

#topNav {
	background-color: #B2D6F0;
    border-top: 1px solid #363;
	margin: 0px;
	padding: 5px 0px;
	width:770px;
}

#topNav .left {
	text-align: left;
	padding-left: 5px;	
}

#topNav .center {
	font-weight: bold;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}

#topNav .right {
	text-align: right;
	padding-right: 5px;	
}
.headerStyle1 {color: #B2D6F0}
.headerStyle3 {
	font-size: 20px;
	color: #B2D6F0; 
	letter-spacing: 0.2em; 
	padding-right:0px;
}
.headerStyle4 {
	color: #B2D6F0; 
}
.headerStyle5 {
	color: #B2D6F0; 
	font-size: 30px; 
	line-height:20px;
}
.headerStyle6 {
	font-size: 18px; 
	line-height: 28px; 
	letter-spacing:0.15em;
}
.redText {color:#FF0000; font-weight:bold;}
#reviewForm ol {
	margin-bottom: 5px;
	margin-top: 0px;
}
.applicationPrintHeader{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.applicationPrintHeaderLineOne {
	font-size: larger;
	font-weight: bold;
}

.submission {
	text-align:center;
}
.staffHome .statusNumber,
.reportTitle {
	font-weight: bold;
}
#statusBlock {
	text-align: left;
	margin-left: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 150px;
}
.staffHome .statusIndent,
.reportIndent {
	padding-left: 40px;
}
.reportMenu {
	margin-left: 100px;
}
.reports .score {
	text-align:center;
}

.registration .applicationPageTitle,
.application .applicationPageTitle {
	font-weight: bold;
}
.signaturePageTitle {
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}	
.textLimitInfo {
	float:right;
	width:50%;
	border: 1px dotted #000000;
}
div.error, div.message {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: #FFD0D0;
    border: 1px solid green;
    color: black;
    font-weight: normal;
    margin: 20px 20px 0 20px;
    padding: 5px;
    padding-left: 20px;
    text-align: left;
    vertical-align: bottom;
}
div.error {
    border: 2px solid red;
}
div.message {
	background: #E0F0E0;
}	
div.inlineWarn {
padding: 5px;
background: #FFD0D0;
margin:5px 10px 0 10px;
   border: 2px solid grey;
}
div.inlineError {
padding: 5px;
background: #FFD0D0;
margin:5px 10px 0 10px;
   border: 2px solid red;
}
body.faq li {
padding-top: 4px;
}
.printOnly {
display: none;
}
.candidateIndependent {
	margin-left: 185px;
}

.btn {
  border: solid 1px #666;
  padding: 3px 4px;
  background-color: #B2D6F0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom; 
  display: inline;
  height: 20px;
}


table.list {
    border: 1px solid #808080;
    border-collapse: collapse;
    margin: 10px;
    width: 100%;
    background: white;
    font-size: 9pt;
}

table.list td {
    padding-left: 3px;
}

table.list th {
    background-color: #B2D6F0;
    padding: 2px;
    padding-left: 3px;
    border-bottom: 1px solid black;
    text-align: left;
    color: black;
    font-weight: normal;
}

table.list th table td {
    text-align: left;
}

table.list tr.even {
    background: #eee;
    border-top: 1px solid silver;
}

table.list tr.odd {
    background: white;
    border-top: 1px solid silver;
}
.seniorReviewer {
	font-weight: bold;
}
.smaller {
	font-size: 70%;
	font-weight:normal;
}
.small {
	font-size: 85%;
	font-weight:normal;
}
div.reviewQuestionCandReminderBox {
	width: 150px;
	float: right;
	border: 1px solid silver;
	margin-left:20px;
	background-color: white;
	padding:4px;
	text-align: center;
}
div.reviewQuestionCandReminderBox {
	width: 150px;
	float: right;
}
span.reviewQuestionCandReminderName {
	color: #500E29;
	font-weight: bold;
}
#project.list td {
	vertical-align:top;
}
img.pdficon { 
	border: 0;
	vertical-align: bottom;
}
.clear{
	clear:both;
}
.reminder {
	font-weight: bold;
	margin-bottom:0;
	padding:4px;
	text-align:center;
	border: 1px solid black;
}
form#restrictedUserForm {
	display:inline;
	margin-left:120px;
}