a {
color: blue;
font-weight: bold;
}

a:hover {
color: purple;
}

body {
background: #FAFAFA;
font-family: tahoma, sans-serif;
font-size: 86%;
margin: 2em;
}

/* IDS */

#banner {
float: left;
margin-bottom: 10px;
width: 750px;
display: none;
}

#content {
float: left;
position: relative;
width: 589px;
}

	#content h1 { font-size: 1.1em; }
	#content h2 { font-size: 1em; }
	#content p, #content ul { font-size: .9em; }

	#content div {
	margin: 10px;
	}

form.palForm {
}

form.palForm dl dt {
font-weight: bold;
}

form.palForm dl dd {
margin: 0;
padding: 0;
}

#frame {
margin: auto;
width: 990px;
}

#errors {
font-size: .9em;
left: 0px;
margin: 0;
padding: 0;
position: absolute;
top: 0px;
width: 100%;
z-index: 500;
}

	#errors p {
	float: right;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	top: 4px;
	}
	
		#errors a {
		color: gold;
		}
	
	#errors ol {
	background: #cc0000;
	color: white;
	margin: 0;
	padding: 5px;
	text-align: left;
	}
	
		#errors ol li {
		margin-left: 50px;
		}
		
#logos {
display: none;
font-size: .8em;
float: left;
margin-top: 10px;
}
		
#nav {
background: #e1e1e1;
float: left;
font-size: .8em;
padding-bottom: 10px;
width: 100%
}

	#nav dl {
	float: left;
	height: 20px;
	margin: 10px 5px 0 12px;
	padding: 0;
	}
	
		#nav dl dt {
		float: left;
		vertical-align: middle;
		width: 18px;
		}
		
		#nav dl dt img {
		border: none;
		}
		
		#nav dl dd {
		float: left;
		margin: 2px 0 0 5px;
		padding: 0;
		}
		
		#nav dl dd a {
		color: #444;
		font-weight: normal;
		}
		
		#nav dl dd a:hover {
		color: #999;
		}
		
			#nav dl.selected dd a {
			color: black;
			font-weight: bold;
			}

#wrapper {
border: 1px solid #e1e1e1;
float: left;
position: relative;
width: 100%;
}


/* palTable */

	table.palTable {
	background: white;
	border-collapse: collapse;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	font-size: .9em;
	margin-bottom: 15px;
	width: 970px;
	}
	
		table.palTable tr td a {
		font-weight: bold;
		}
				
		table.palTable caption {
		background: black;
		color: white;
		padding: .5em;
		text-align: left;
		}
		
			table.palTable caption a {
			color: gold;
			}
		
		table.palTable img {
		border: none;
		}
	
		table.palTable td {
		border-bottom: 1px solid #888;
		border-left: 1px solid #888;
		color: #333;
		padding: .5em;
		text-align: left;
		vertical-align: top;
		}

		
		table.palTable th {
		background: #333;
		border-left: 1px solid #888;
		border-bottom: 1px solid #888;
		color: white;
		padding: .5em;
		text-align: left;
		vertical-align: top;
		}

		.odd {
		background: #f4f4f4;
		}
		
		table.palTable td.smaller, table.palTable th.smaller {
		color: #666;
		font-size: 80%;
		}

.subnav {
background: #777;
clear: both;
display: inline-block;
font-size: .8em;
float: left;
list-style: none;
margin: -10px 0 15px -10px;
padding: 0 0 0 15px;
position: relative;
width: 975px;
}

	.subnav.lite {
	background: #888;
	color: white;
	font-size: .7em;
	}

	.subnav li {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	padding: 7px 2px 8px 0px;
	}
	
		.subnav li a {
		color: white;
		text-decoration: none;
		}

		.subnav.light li a {
		
		}
				
		.subnav li a:hover {
		color: gold;
		text-decoration: underline;
		}
		
		
		
		.adminLock { float: right; }
		
		.warning {
		background: gold; color: black; padding: 2px 4px;
		}
