/* Department of Human Resource Management
   Standard Template
   
   Developed 5/10/2007
   
   Basic Colors
   ------------
   Dark Gray 1	- #3A4354
   Dark Gray 2 	- #505050
   Medium Gray	- #546078
   Light Gray	- #E6E9EE
   Orange	- #FF8D00
   Orange 2	- #F29900
   
   Revision History
   ----------------
   
   
   Summary
   -------
	
	TAGS -> body, p, td, th, select, input, textarea, a, .body
	CLASSES ->
		.content
		.indented
		.listBullet
		.labelTag
		.disclaimer
		.warn
		.bigWarn
		.gridHeader
		.gridHeader td
		.sectionHeader
		.caption
		.boxed
		.deleteButton
	LINKS ->
		a.hNav, a.hNav:hover, a.hNavSelected
		a.vNav, a.vNav:hover, a.vNavSelected
		a.footerNav, a.footerNav:hover, 
	
	CLASSES ->
		.mainMenuLabel
		.mainMenuHeader	
		.mainMenuRow
	
	TABLES ->
		#nav tr
		#nav tr td
		#grid td
		
*/

body {
	background: #9B8556 url(images/bg.JPG) repeat-y center;
}

body, p, td, th, select, input, textarea, .body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #505050;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #5050AA;
	text-decoration: none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ff8d00;
}

.content {
	border: 1px solid #505050;
}

.indented {
	margin: 0px 10px 10px 15px;
}

.listBullet {
	margin-left:15px; 
	line-height:15px;
}
.labelTag {
	font-weight:bold;
	font-size:95%;
}

.disclaimer {
	color:#000066;
	font-size:110%px;
}

.warn {
	color:#ff0000;
	font-size:110%;
}

.bigWarn {
	color:#ff0000;
	font-size:140%;
	font-weight: bold;
}

.gridHeader {
	background-color:#E6E9EE;
}

.gridHeader td {
	font-weight:bold;
	font-size:110%;
}

.sectionHeader {
	font-weight:bold;
	font-size:140%;
	color: #3A4354;
}

.sectionSubHeader {
	font-weight:bold;
	font-size:110%px;
	color: #3A4354;
}

.caption {
	text-align: center;
	font-weight:bold;
	font-size:240%;
	background-color: #546078;
	color: #ffffff;
}

.boxed {
	border: 1px solid 3A4354;
}

.deleteButton {
	border-color:#ff0000;
}

a.hNav {
	float:left;
	width:70px;
	height:20px;
	color:#E6E9EE;
	font-size:110%;
	text-align:center;
	text-decoration: none;
	border-top:2px solid 3A4354;
	border-bottom:1px solid #ffffff;
}

a.hNav:hover {
	float:left;
	width:70px;
	height:20px;
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
}

a.hNavSelected {
	float:left;
	width:70px;
	height:20px;
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
	border-left:1px solid #eeeeee;
	border-top:2px solid #ffffff;
	border-right:2px solid #444444;
}

a.vNav {
	float:left;
	width:145px;
	height:15px;
	color:#E6E9EE;
	font-size:110%;
	text-align:center;
	text-decoration: underline;
	border-bottom:2px solid #ffffff;
}

a.vNav:hover {
	float:left;
	width:145px;
	height:15px;
	color:#546078;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
}

a.vNavSelected {
	float:left;
	width:145px;
	height:15px;
	color:black;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	border-left:2px solid #eeeeee;
	border-top:2px solid #eeeeee;
	border-right:2px solid #666666;
}

a.footerNav {
	color:#546078;
	font-size:95%;
	text-align:center;
	text-decoration: underline;
	border-bottom:2px solid #ffffff;
}

a.footerNav:hover {
	color:FF8D00;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
}


.mainMenuLabel
{
	background-color:#E6E9EE;
	font-size:140%;
	color:black;
	font-weight:bold;
	text-align:center;
}

.mainMenuHeader
{
	background-color:3A4354;
	font-size:160%;
	color:white;
	font-weight:bold;
	text-align:center;
}

.mainMenuRow {
}
	
#nav tr
{
	background-color:3A4354;
}

#nav tr td
{
	border-right:2px solid #ffffff;
}

#grid td {
	border:1px solid #000000;
}


