* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: .85em;
	text-align: center;
	margin-top: 2em;
	background: url('../img/wallpaper287.png') #333333;
}

/****************** 
    GENERAL STYLES
******************/
img {
	border: none;
}

.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.clearer {
	clear: both;
}
.down {
	margin-top: 1em;
}
.down_slight {
	margin-top: .5em;	
}
.hidden {
	display: none;
}

/****************** 
    TEXT STYLES
******************/
h1 {
	font-size: 1.2em;
}
h1 a {
	color: #991B44;
}
h2 {
	color: #fff;
	font-size: 1em;
	font-style: italic;
	margin: .5em 0;
}
p {
	margin: .5em 0;
}
a {
	color: #fff;
	text-decoration: none;
}
.body p a, .body li a {
	border-bottom: 1px dotted #fff;
}
a:hover, p a:hover, li a:hover {
	color: #fff;
	border-bottom: 0;
}
ul, ol {
	margin-left: 1em;
}
/* Custom */
.emphasis {
	color: #991B44;
	font-weight: bold;
}
.required {
	color: #991B44;
}
.note {
	font-size: .85em;
}
.subtle {
	color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.nobreak {
	white-space: nowrap;
}
.quote {
	font-style: italic;
	margin-bottom: .75em;
}
.quote_attrib {
	margin-left: 1em;
}
.error_message {
	color: #9C0B44;
	font-style: italic;
}

/****************** 
    FORM STYLES
******************/
fieldset {
	padding: .5em;
	margin: 1em 0;
	border: 1px dashed #333;
}
legend {
	color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	padding: 0 .25em;
}
option {
	padding: 0 .25em;
}

/* Custom */
input.text, textarea.text, select.text {
	opacity: .5;
	filter: alpha(opacity=50);
	margin: .1em 0;
	border: 1px solid #333;
}
input.text, textarea.text {
	padding: 0 3px;
}
input.robust, textarea.robust, select.robust {
	width: 95%;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	opacity: .8;
	filter: alpha(opacity=80);
}
/* Buttons */
a.button_delete, a.button_edit, a.button_go, a.button_cancel {
	float: left;
	cursor: pointer;
	display: block;
	height: 18px;
	margin: .1em .25em .1em 0;
	border: 0;
}
p a.button_delete, p a.button_edit, p a.button_go, p a.button_cancel {
	border-bottom: 0;
}
a.button_go {
	width: 28px;
	background: url('../img/button_go.png') no-repeat;
}
a.button_cancel {
	width: 53px;
	background: url('../img/button_cancel.png') no-repeat;
}
a.button_delete{
	width: 50px;
	background: url('../img/button_delete.png') no-repeat;
}
a.button_edit {
	width: 35px;
	background: url('../img/button_edit.png') no-repeat;
}
a.button_delete span, a.button_edit span, a.button_go span, a.button_cancel span {
	display: none;
}
a.button_delete:hover, a.button_edit:hover, a.button_go:hover, a.button_cancel:hover {
	background-position: 0 -18px;
}

/****************** 
    TABLE STYLES
******************/
td {
	vertical-align: top;
}
/* Custom */
table.collapse {
	border-collapse: collapse;
}
table.subtable {
	width: 95%;
	font-size: .8em;
	border-collapse: collapse;
}
table.subtable input {
	font-size: .9em;
}
table.fancy {
	width: 100%;
	border-collapse: collapse;
}
table.fancy .odd .response {
	background: url('../img/trans_15.png');
}
table.fancy .prompt {
	color: #000;
	text-align: right;
	font-weight: bold;
	padding: .1em .5em;
	border-right: 1px solid #333;
}
table.fancy .subtable {
	margin: .5em 0;
}
table.fancy .subtable .even .response {
	background: none;
}
table.fancy .subtable .prompt {
	color: #333;
}
td.response {
	padding: 0 0 0 .5em;
}

/****************** 
    SITE STRUCTURE
******************/
#container {
	width: 500px;
	text-align: left;
	margin: 0 auto;
}
#header {
	margin-bottom: 10px;
}
#hdr_logo {
	height: 100px;
	background: #000;
}
#hdr_menu {
	height: 25px;
	background: url('../img/hdr_menu.jpg') no-repeat;
}
#hdr_menu li {
	display: inline-block;
	color: white;
}
#hdr_menu li:after,
#hdr_menu li:after {
	content: '+';
	color: #9C980B;
	display: inline-block;
	margin: 5px 5px 0 0;
}
#hdr_menu li:last-child:after {
	display: none;
}
#hdr_menu a, #hdr_menu li span {
	display: inline-block;
	height: 20px;
	padding: 5px 5px 0 5px;
	margin-right: 5px
}
#hdr_menu li span {
	font-weight: bold;
}
#hdr_menu a:hover {
	text-decoration: none;
}
#hdr_tank {
	height: 40px;
	color: #fff;
	font-size: 1.3em;
	text-decoration: blink;
	padding: 20px 0 0 12px;
	background: url('../img/hdr_tank.jpg') no-repeat;
}
.body {
	position: relative;
	background: #9C980B;
}
#body_projects {
	background: #9C570B;	
}
#body_title {
	height: 25px;
	padding: 25px 12px 0 12px;
	background: url('../img/body_top.jpg') no-repeat;
}
#login_status {
	float: right;
	font-size: .8em;
}
#login_status a {
	color: #991B44;
}
#body_title .space {
	width: .3em;
}
#body_pane_top {
	height: 10px;
	background: url('../img/body_pane_top.png') no-repeat;
}
#body_pane {
	color: #fff;
	padding: 7px 12px 10px 12px;
	background: url('../img/body_pane.png') repeat-y;
}
#body_pane > p:first-child {
	margin: 0 0 .5em 0;
}
#body_bottom {
	clear: both;
	height: 18px;
	font-size: .8em;
	text-align: center;
	padding-top: 20px;
	background: url('../img/body_bottom.jpg') no-repeat;
}
#footer {
	height: 35px;
	padding-top: 15px;
	background: url('../img/ftr.jpg') no-repeat;
}
#spot_colors {
	float: right;
	margin-right: 5px;
}
#spot_colors a {
	display: block;
	float: left;
	margin-right: 1px;
}