/* The following tags control the appearance of fonts in the page. 
*/
body {
	margin: 0;
	width: 760px;
	background: #ffffff;
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
}
p {
	margin-left: 10px;
}
a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: underline;
}
table {
	margin: 5px;
	border: #999999 thin solid;
	background: #cccccc;
}
th {
	padding: 5px;
	background: #333366;
	text-align: left;
	vertical-align: top;
	color: #cccccc;
	font-size: 12px;
	font-weight: bold;
}
td {
	text-align: left;
	font-size: 12px;
}

/* The following tags define the general layout of the page sections.
*/
#header {
	position: relative;
	width: 100%;
	height: 115px;
	border-bottom: #cccccc thin dotted;
	background: transparent;
}
#left {
	position: relative;
	float: left;
	width: 200px;
	margin: 0;
}
#menu {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	width: 160px;
	padding: 10px;
	background: #ffcc33;
	border: #cccccc thin solid;
}
#menu a, #login a {
	display: block;
	margin: 2px;
	padding: 2px;
	border: #333333 thin outset;
	background: #ff6600;
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover, #login a:hover {
	background: #ffff00;	
	color: #000000;
}
#menu a:active, #login a:active {
	background: #ffff00;
	color: #000000;
	border: #333333 thin inset;
}
#login {
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	width: 160px;
	padding: 10px;
	background: #ffcc33;
	border: #cccccc thin solid;
}
#login p {
	margin-top: 0;
	margin-left: 0;
}
#login input.button {
	margin-top: 5px;
}
#title {
	position: relative;
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 0;
	margin-bottom: 0;
	width: 530px;
	padding: 5px;
	background: #ffcc33;
	color: #000000;
	border: #cccccc thin solid;
	font-size: 16px;
	font-weight: bold;
}
#error {
	position: relative;
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 0;
	margin-bottom: 0;
	width: 530px;
	padding: 5px;
	background: #ffcccc;
	border: #ff0000 thin solid;
}
#message {
	position: relative;
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 0;
	margin-bottom: 0;
	width: 530px;
	padding: 5px;
	background: #ccffcc;
	border: #cccccc thin solid;
}
#content {
	position: relative;
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 0;
	margin-bottom: 0;
	width: 530px;
	padding: 5px;
	border: #cccccc thin solid;
}
#content table {
	width: 520px;
}
#content table table {
	width: 490px;
}
#footer {
	position: relative;
	margin-top: 10px;
	float: left;
	width: 760px;
	border-top: #cccccc thin dotted;
	font-size: 10px;
	font-style: italic;
}
#footer p {
	margin-top: 10px;
}

/* The following adapt tables for different uses. 
*/
.highlight {
	border: #ff0000 thin dotted;
	background: #ffcccc;
}

/* The following tags control the appearance of form elements.
*/
input.text {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
textarea.text {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
input.checkbox {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
input.file {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
select.select {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
label.label {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}
th label.label {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
input.button {
	font-family: helvetica, verdana, arial, trebuchet ms, sans-serif;
	font-size: 12px;
	color: #333333;
}

