/*
 * Author:      Brian Harrington
 * Version:     1.0  22 Jan 2004
 * Description: CSS stylesheet for administration page.
 */

/* Page Layout */
#header {
	float: top;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	border: 2px outset #c0c0c0;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica, sans-serif; 
	font-size: 32px; 
	color: #4477aa;
}
#navigation {
	float: left;
	width: 180px;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #c0c0c0;
	background: #eeeeee;
}
#content {
	margin: 0px 0px 5px 185px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #c0c0c0;
}
#footer {
	clear: both;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #c0c0c0;
	text-align: center;
}

/* Body Properties */
body {
	font-family: Helvetica, sans-serif; 
	font-size: small;
	background: #ffffff;
}
hr {
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 1px;	
}

/* Paragraph Properties */
.first {
	margin-top: 0px;
	padding-top: 0px;	
}
.error {
	color: #ff0000;	
}
ul.nav {
	margin-top: 5px;
	margin-left: 9px;
	padding-left: 9px;	
}
ul {
	margin-left: 9px;
	padding-left: 9px;	
}

/* Header Properties */
h1 {
	font-size: x-large;
	font-weight: normal;
	border-bottom: 1px solid #336699;
}
h2 {
	font-size: medium;
	font-weight: bold;
	border-top: 1px dashed #336699;
	padding-top: 5px;
}
h2.noborder {
	font-size: medium;
	font-weight: bold;
	border-top: none;
	padding-top: 0px;
}
h3 {
	font-size: small;
	font-weight: bold;	
}

/* Link Properties */
a {
	color: #336699; 
	text-decoration: none;
}
a:active { 
	color: #4477aa; 
	text-decoration: underline; 
}
a:hover { 
	color: #4477aa; 
	text-decoration: underline; 
}
a.gen:visited {
	color: #996633; 
	text-decoration: none;
}
a.gen:hover { 
	text-decoration: underline; 
}

/* Image Properties */
img {
	border: 0px 0px 0px 0px;
	vertical-align: middle;	
}
