
body { width: 100% height: 100%; background: #333; margin: 0; padding: 0; }


a:link  { color: #CC3333; text-decoration: none }
a:active { color: #CCCCCC; text-decoration: none }
.vlink, a:visited { color: #BB2222; text-decoration: none }

img     { border-width: 0px 0px 0px 0px;                }

.text_normal, .text_normal_bold, .text_normal_italic, .text_normal_bold_italic
{
        font-family: verdana, arial, helvetica, sans-serif, serif;
        font-size: 12px;
        color: #aaa;
}
.text_normal_bold	{
        font-family: verdana, arial, helvetica, sans-serif, serif; font-weight: bold;	color: #ccc; }
.text_normal_italic	{	font-style: italic;	}
.text_normal_bold_italic
{
        font-style: italic;
        font-weight: bold;
}

.text_header
{
        font-family: arial, helvetica, sans-serif, serif;
        align: left;
        font-size: 18px;
        color: #FFFFFF;
}

.text_color_bold
{
        font-family: verdana, arial, helvetica, sans-serif, serif;
        font-size: 13px;
        font-weight: bold;
        color: #FF8888;
}

.text_footnote
{
        font-family: arial, helvetica, sans-serif, serif;
        font-size: 10px;
        text-align: center;
        color: #FFFFFF;
}

.warning
{
        font-family: arial, helvetica, sans-serif, serif;
        font-size: 11px;
        color: #FF0000;
}

input.textbox
{
        height: 16px;
}

textarea, input
{
	background-color: #000000;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	font: 10pt/10pt serif, arial, helvetica, sans-serif, serif;
	color: #cccccc;
	border-color: #FF0000;
	scrollbar-3dlight-color: 440000;
	scrollbar-arrow-color: 000000;
	scrollbar-base-color: 550000;
	scrollbar-darkshadow-color: 000000;
	scrollbar-face-color: 550000;
	scrollbar-highlight-color: 000000;
	scrollbar-shadow-color: 000000;
}

input.submit
{
	background-color: #880000;
	color: white;
	font-weight: bold;
        cursor: crosshair;
        padding: 1px;
        width: 100px;
}

.subheader {
	border: 2px;
	border-color: darkred;
	border-style: solid;
	position: relative;
	padding-left: 10px;
	width: 99.5%;
	//width: 100%;
	margin-right: 20px;
	background: #880000;
	color: white;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 12px;
	font-weight: bold;
}

#gradient_right {
	z-index: 0;
	width: 20px;
	height: 150%;
	top: -100px;
	position: fixed;
	display: block;
	//float: left;
	left: 860px;
	text-overflow: hidden;
	background: url(/images/graphics/wumpskate_gradient_right.jpg) repeat-y;
}

#gradient_left{
	z-index: 0;
	width: 20px;
	height: 150%;
	top: -100px;
	position: fixed;
	display: block;
	//float: left;
	left: 148px;
	text-overflow: hidden;
	background: url(/images/graphics/wumpskate_gradient_left.jpg) repeat-y;
}

#body {
	z-index: 2;
	width: 100% height: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	color: red;
	width: 850px;
	border-right: 10px solid darkred;
}

.header {
	position: relative;
	z-index: 2;
	height: 100px;
	
	border-right: 0;
	text-align: left;
	vertical-align: middle;
	background: black;
}

.body_content {
	min-height:100%;
	display: block;
	margin: 0px;
	padding: 0px;
	color: red;
	overflow: ;
	clear: both;
}

.subnav {
	border: 0px;
	position: relative;
	z-index: 2;
	float: left;
	width: 150px;
	padding: 0px;
	display: block;
	overflow: ;
	text-overflow: ellipsis;
	text-align: center;
	color: red;
	background: black;
	border-left: 10px solid darkred;
	border-bottom: 10px solid darkred;
}


.main {
	margin-left: 160px;
	min-height:100%;
//	margin-left: 0;
	padding: 0px;
	overflow: ;
	color: red;
//	float: left;
	display: block;
	position: relative;
	background: black;
	border-left: 10px solid darkred;
	border-bottom: 10px solid darkred;
	padding-bottom: 20px;
}

.content {
	background: black;
	position: relative;
	padding: 15px 0;
	color: silver;
}

.footer {
	width: 100%;
	border-top: 4px solid darkred;
	position: absolute;
	bottom: 0;
	height: 20px;
	font-family: arial, helvetica, sans-serif, serif;
	font-size: 9px;
	color: white;
	color: red;
	background: black;
	vertical-align: middle;
	text-align: center;
}


div.subnav_menu, div.subnav_break {
	border-top: 0px;
	border-bottom: 2px;
	border-right: 0px;
	border-left: 0px;
	border-color: darkred;
	border-style: solid;
	position: relative;
	width: 150px;
	color: silver;
	font-family: arial, helvetica;
	font-size: 12;
	font-style: bold;
	font-weight: bold;
	overflow: ;
	text-overflow: ellipsis;
	text-align: right;
	cursor: crosshair;
}

div.subnav_break {
        background: #880000;
        height: 7px;
	}

div.subnav_menu {
        background: black;
        height: 15px;
	}

div.subnav_menu_selected {
        border-top: 0px;
        border-bottom: 2px;
        border-right: 0px;
        border-left: 0px;
        border-color: darkred;
        border-style: solid;
        background: #880000;
        position: relative;
        width: 150px;
        height: 15px;
        color: white;
        font-family: arial;
        font-size: 12;
        font-style: bold;
        font-weight: bold;
        overflow: ;
        text-overflow: ellipsis;
        text-align: right;
        pointer: hand;
        cursor: crosshair;
        }

div.subnavmodule {
        width: 144px;
        padding: 3px;
        }

.skyscraper { position: absolute;  left: 407px; top: 30px; width: 200px; }