body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/left-back.jpg);
	background-repeat: repeat-y;
}

/**
	Layer designs
**/

#banner {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #005DBE;
	width: 100%;
	height: 94px;
}

	#banner img {
		padding-left: 200px;
		padding-top: 15px;
	}

#menu {
	position: absolute;
	width: 186px;
	font-size: 11pt;
	z-index: 3;
}

	#menu img {
		padding-bottom: 5px;
	}

	#menu #login {
		border: 1px solid #000;
		margin-left: 13px;
		width: 150px;
		background-image: url(images/lock.jpg);
		background-repeat: no-repeat;
		font-size: 9pt;
	}
	
	#menu #login p {
		margin: 0;
		padding-left: 25px;
		width: 100px;
	}
	
	#menu ul {
		list-style: none;
		padding-left: 15px;
		margin-left: 0;
	}
	
	#menu ul .empty {
		height: 5px;
	}
	
	#menu ul a:hover {
		color: #005DBE;
	}
	
	#menu form {
		padding-left: 14px;
		margin: 0;
	}
	
	#menu #credits {
		margin-top: 30px;
		padding-left: 15px;		
		color: #777;
		font-size: 8pt;
	}
	
	#menu #credits p {
		border-top: 1px solid #777;
		padding-top: 3px;
		width: 150px;
	}
	
	#menu #credits a {
		color: #333;
	}

#main {
	position: absolute;
	top: 94px;
	left: 0px;
	width: 100%;
	min-height: 200px;
	background-image: url(images/content-back.jpg);
	background-repeat: repeat-x;
}

	#main #content {
		margin-top: 10px;
		margin-left: 202px;
	}

/**
	General design elements
**/

h1 {
	color: #005DBE;
	text-transform: capitalize;
	font-size: 14pt;
}

	h1 a {
		color: #005DBE;
		/*text-decoration: underline;*/
		border-bottom: 1px dotted #666;
	}
	
	h1 a:hover {
		color: #000;
	}


h2 {
	color: #005DBE;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}

ul.menu {
	clear: both;
	margin: 0; 
	padding: 0;
	padding-bottom: 10px;
	font-size: 11pt;
	color: #000;
}

	ul.menu li {
		list-style: none;
		display: inline;
		margin-right: 10px;
	}

	ul.menu a {
		color: #005DBE;
	}
	
	ul.menu a:hover {
		color: #000;
	}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #005DBE;
}

.directions {
	color: #005DBE;
	font-size: 9pt;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	/*margin: 5px 0;
	padding: 5px;*/
	/*background-color: #FF3300;*/
	color : #F30;
	font-weight: bold;
}

.statistics {
	font-size: 8pt;
	color: #666;
	font-weight: normal;
}

a img {
	border: 1px none #000;
}

#content {
	width: 515px;
}

	p.message {
		color: #000;
		font-size: 10pt;
		margin-top: 5px;
		margin-bottom: 5px;
		width: auto;
	}
	
	p.stats {
		color: #666;
		border-bottom: 1px solid #666;
		padding: 0;
		margin: 0;
		width: auto;
	}
	
	p.stats strong {
		color: #333;
	}

#imgs {
	position: absolute;
	left: 750px;
}
	
#notice {
	width: 300px;
	border: 1px solid black;
	padding: 1px 5px 2px;
	font-weight: bold;
	background-color: #FEF5CA;
}

/**
	Table design
**/

table {
	border-collapse: collapse;
	width: 515px;
	margin-bottom: 15px;
	border: 1px solid #000;
}

	table thead, table tr th {
		background-image: url(images/table-head-back.jpg);
	}
	
		table thead tr, table tr th {
			height: 30px;
		}
		
		table thead th, table tr th {
			text-align: left;
			color: #fff;
			padding-left: 5px;
			font-size: 14pt;
			font-weight: normal;
			border-bottom: 1px solid #000;
		}

	table tr {
	}
	
		table tr.odd {
			background-color: #ddd;
		}
		
		table tr.even {
			background-color: #f4f4f4;
		}
	
	table td {
		height: 18px;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 5px;
		font-size: 8pt;
		/* border-bottom: 1px solid #000; */
	}
	
		table td.icon {
			width: 20px;
		}
	
		table td.name {
			font-size: 10pt;
			font-weight: bold;
		}

		table td.right {
			text-align: right;
			padding-right: 5px;
		}
		
		table form {
			display: inline;
			margin: 5px;
		}
