@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------
			Basic HTML overides 
--------------------------------------------------*/

body {
	font-size:1.0em;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.8em;
	margin:0px;
	padding:0px;
	text-align:center;
	min-width:950px;
	background:#cfdeef;
}

/* -------------------------------------------------
			Main Container
--------------------------------------------------*/
#masterContainer {
	background:white;
	margin:0px auto;
	text-align:left;
	margin-left:2em;
	margin-right:2em;
	min-width:1000px;
}

#mainContent {
	margin-top:20px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:4px;
	overflow:hidden;
}

/* -------------------------------------------------
					Header
--------------------------------------------------*/

#titleBar {
	background:url('../../images/grant_banner.gif') no-repeat #3b5ba6;
	height:107px;
	position:relative;
	z-index:1;
	margin:0px auto;
}

#titleBar h1 {
	display:none;
}

#identityBox {
	font-size:0.9em;
	font-weight:bold;
	color:white;
	position:absolute;
	right:16px;
	top:12px;
}

#identityBox a {
	color:white;
}

#identityBox a:hover {
	color:#999;
}

/* -------------------------------------------------
					Login Page
--------------------------------------------------*/

#welcomeBox {
	 margin-right:1.5em;
	 width: 45%;
 	float: left;
	padding: 0 2em 0 1em;
	border-right: 1px dashed #c4b2a4;
}

.registrationBox {
	background:#82a8ff;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
	width:400px;
}

a.button {
	display: block; 
	padding: .5em;
	font-size: 1.3em;
	border: 1px solid #c4b2a4;
	color:blue;
	margin: .5em 0; 
	text-align: center;
}

#welcomeBox a:hover.button {
	background-color: #ffd570;
	color:#009933; 
}


#loginBox {
	float: left;
}

#loginBox ol {
	list-style-type:none;
}

#loginBox fieldset {
	border:0px;
}
/* -------------------------------------------------
				DisplayStatus Elements
--------------------------------------------------*/
#errorBox {
	border:red 1px solid;
	padding:12px;
	margin-top:20px;
	margin-bottom:20px;
}

#errorBox span {
	color:red;
}	

#successBox {
	border:green 1px solid;
	padding:12px;
	margin-top:20px;
	margin-bottom:20px;		
}

#successBox span {
	color:green;
}		

#noticeBox {
	border:orange 1px solid;
	padding:12px;
	margin-top:20px;
	margin-bottom:20px;
}

#noticeBox span {
	color:orange;
}
	
/* -------------------------------------------------
				Registration Area
--------------------------------------------------*/	
	
.registration {
	padding: 0; 
	list-style: none; 

	margin: 0 auto;
}

.registration label {
	display: block; 
	width: auto; 
	padding: .25em .5em; 
	margin: 0  -.5em .5em;
	border-bottom: 2px solid #fff; 
	background-color: #F7F1E3; 
}

.registration li {
	background-color: #F3F3F3; 
	padding: 0 .5em .5em .5em; 
	margin-bottom: 1em;
	list-style:none;
}

.registration li .instructions {
	margin: 0;
	margin-bottom:0.6em;
}

/* IMPORTANT MARKER */

.importantField {
	color:red;
}	
	
/* ****************************************************
				 	Menu System
**************************************************** */


#menuSystem {
	text-align:right;
	margin:0px;
	padding-left:8px;
	padding-right:8px;
}

#menuSystem ul {
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin:2px;
}

#menuSystem ul li {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:8px;
	padding-right:8px;
	list-style:none;
	display:inline;
	font-size:0.8em;
}

#menuSystem a {
	font-weight:bold;
	color:#00235a;
	text-decoration:none;
}

#menuSystem a:hover {
	font-weight:bold;
	color:#588ec7;
	text-decoration:none;	
}	

/* ****************************************************
				Home Menu System
**************************************************** */

#defaultViewMenu {
	width:150px;
	font-size:0.9em;
	float:left;
}

#defaultViewMenu ul {
	margin-left:0px;
	padding-left:0px;	
}

#defaultViewMenu ul li {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:12px;
}

.homeAlignedBox {
	margin-left:165px;
}

.defaultHome {
	margin-top:0px;
	padding-top:0px;
}

/* ****************************************************
				Overview Table
***************************************************** */

.overviewTable {

}

.overviewTable th {
		background:#CCC;
		padding:4px;
}

.overviewTable td {
		border:1px solid #CCC;
		padding:4px;
}

.overviewTable td ul {
	margin-left:0px;
	padding-left:0px;
}

.overviewTable td ul li {
	list-style:none;
	margin-bottom:2px;
}

.overviewDetails {
	font-size:0.9em;
	color:#333;
}

.startNewGrant {
	display:block;
	background:#09F;
	width:400px;
	padding:4px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	color:white;
	font-weight:bolder;
	text-decoration:none;
}

.startNewGrant:hover {
	text-decoration:underline;
}

	
/* ****************************************************
				 Front Area Box Formatting
**************************************************** */

.boxHeader {
	margin:0px auto;
	font-size:1.1em;
	color:#8099b2;

	text-align:left;
}

.boxTitle {
	color:#1e457a;
	background:#d9d9d9;
	padding:8px;
	padding-left:12px;
	font-weight:bolder;

	text-align:left;
	margin:0px auto;
}

.boxContent {
	background:#f3f3f3;
	padding:8px;
	padding-left:12px;
	font-size:0.8em;

	text-align:left;
	margin:0px auto;
	margin-bottom:36px;
	margin-top:2px;
}

.boxContent a {
	text-decoration:none;
	padding-right:12px;
}

.boxContent ul li {
	font-weight:bolder;
	margin-bottom:6px;
}	

.rightLink {
	text-align:right;
}

/* ****************************************************
				Error Checking
**************************************************** */

.errorHighlight {
	background:#FF9;
}

#definitionList {

}

#definitionList dt {
	font-weight:bolder;
}

#definitionList dd {
	padding-bottom:1.4em;
}

.glossaryTerm {
	color:green;
	font-weight:bold;
	text-decoration:none;
}

.printButton {
	background-color: #71d571;
	padding:0.4em;
	display:block;
	width:10.0em;
	margin:0.4em;
}

.printButton {
	font-size:1.1em;
	color:black;
	text-decoration:none;
}

#reviewerAccess {
	color:blue;
	float:right;
	background:#CF9;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:16px;
}

.done {
	background:url('../../images/Check-icon.png') no-repeat;
	width:32px;
	height:32px;
}

.done span {
	display:none;
}

.notDone {
	background:url('../../images/Delete-icon.png') no-repeat;
	width:32px;
	height:32px;
}

.notDone span {
	display:none;
}
