/* This document should be used to construct the basic skeleton of the site. */

/*--------------HEAD AREA --------------------------------------*/
div#Head {
	padding: 20px 10px;
	}
	
div#Head h1 {
	margin: 0;
	padding: 0;
	}
	
div#Head img {
	margin-right: 12px;
	}
	

/*--------------NAVIGATION--------------------------------------*/
div#Nav {
	background-color: #660000;
	background-color: #314b7a;
	color: #fff;
	font-size: 11px;
	padding: 0;
}

div#Nav a {
	color: inherit;
}

div#navMenuItems a {
	display: block;
	float: left;
}
	
div#navMenuItems a.Item {
	color: #fff;
	padding: 2px 10px;
}

div#navMenuItems a.lateResponse	{
	color: #000;
	background: #E6CAC9;  
}
	
	
div#navMenuItems  a.Item:hover {
	background-color: #98A5bc;
	text-decoration: none;
}
	
div#Nav img {
	vertical-align: top;
}
	
div#Nav form {
	font-size: inherit;
}

form#projectChooser {
	text-align: right;
	white-space: nowrap;
	padding: 3px 5px;
}


/*-------------- COMMON CONTAINERS ---------------*/
#container
		{
		width: 900px;
		background: #fff;
		padding-bottom: 20px;
		}

#loadingBox {
		position: absolute;
		top: 30%;
		left: 30%;
		width: 300px;
		height: 60px;
		border: solid 3px #ccc;
		background: #fff url(../images/loading.gif) center center no-repeat;
		display: none;
		z-index: 10;
		}
		
#loadingBox h5 
		{
		text-align: center;
		padding: 10px 100px 0 0;
		}		
		
#errorBox {
		background-color: #fff;
		padding: 8px;
		position: absolute;
		top: 30%;
		left: 30%;
		width: 300px;
		border: solid 3px #7B1E23;
		z-index: 10;
	}
	
#errorBox h5 
		{
		}
		
#errorBox ul {
	margin-left: 15px;
	}

/* ########################### HELP CSS #################################### */
#helpBox
		{
		position: absolute;
		margin-top: 15px;
		margin-left: 15px;
		width: 250px;
		padding: 5px;
		font-size: 10px;
		text-align: left;
		font-weight: normal;
		color: #666;
		background: #fff;
		border: double 5px #ccc;
		display: none;
		z-index: 10;
		}
		
a.plainLink, 
a:hover.plainLink		
		{
		text-decoration: none;
		border: none;
		}



