@CHARSET "ISO-8859-1";

* {
	color: #999;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
	text-transform: none;
	text-decoration: none;
}

A:LINK, A:ACTIVE, A:VISITED {
	color: #F90;
	font-weight: bold;
}

A:HOVER {
	color: #FF0;
	font-weight: bold;
}

B {
	font-weight: bold;
}

.tiny {
	font-size: 9px;
}

.tiny:LINK, .tiny:ACTIVE, .tiny:VISITED {
	color: #F90;
	font-size: 9px;
	font-weight: bold;
}

.tiny:HOVER {
	color: #FF0;
	font-size: 9px;
	font-weight: bold;
}

I {
	color: #CCC;
	font-weight: bold;
	font-style: italic;
}

.images {
	border: 1px solid #999;
}

HTML {
	height: 100%;
	margin-bottom: 1px;
}

BODY {
	margin: 0px;
	background-color: #000;
}

DIV#main_body {
	position: relative;
	top: 30px;
	width: 800px;
	height: 500px;
	text-align: left;
}

DIV#main_header {
	width: 800px;
	height: 55px;
	background: transparent url(../images/psycos_logo_50x50.png) no-repeat scroll 0%;
	background-position: left;
}

DIV#main_header H1 {
	margin: 0px;
	margin-left: 55px;
	padding-top: 4px;
	font-size: 40px;
	text-align: left;
}

DIV#main_menu {
	width: 100%;
	margin-bottom: 1px;
}

DIV#main_menu_item {
	float: left;
	margin-right: 1px;
	width: 70px;
	height: 23px;
	padding-top: 3px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}

.menu_item * {
	color: #000;
	background: transparent url(../images/button_g.png) repeat-x scroll center top;
}

.menu_item:HOVER * {
	color: #000;
	background: transparent url(../images/button_go.png) repeat-x scroll center top;
	cursor: pointer;
}

.menu_item_active * {
	color: #000;
	background: transparent url(../images/button_h.png) repeat-x scroll center top;
}

.menu_item_active:HOVER * {
	color: #000;
	background: transparent url(../images/button_ho.png) repeat-x scroll center top;
	cursor: pointer;
}

DIV#main_menu_subs {
}

DIV#main_menu_item_subs {
	float: left;
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-transform: none;
}

.menu_item_subs * {
	color: #000;
	background: transparent url(../images/button_15_g.png) repeat-x scroll center top;
}

.menu_item_subs:HOVER * {
	color: #000;
	background: transparent url(../images/button_15_go.png) repeat-x scroll center top;
	cursor: pointer;
}

.menu_item_subs_active * {
	color: #000;
	background: transparent url(../images/button_15_h.png) repeat-x scroll center top;
}

.menu_item_subs_active:HOVER * {
	color: #000;
	background: transparent url(../images/button_15_ho.png) repeat-x scroll center top;
	cursor: pointer;
}

DIV#content {
	clear: both;
	margin-top: 5px;
	padding-top: 5px
}

DIV#main_page {
	padding-top: 5px;
	float: left;
	width: 460px;
	height: 500px;
}

DIV#main_right {
	float: left;
	width: 333px;
	height: 525px;
	background: transparent url(../images/psycos_door_333x515.png) no-repeat scroll 0%;
	background-position: top right;
}

DIV#copyrights {
	text-align: right;
	top: 515px;
	position: relative;
}

DIV#copyrights A {
	color: #999;
	font-size: 9px;
}

DIV#copyrights A:HOVER {
	color: #F90;
	font-size: 9px;
}

DIV#main_footer {
	width: 800px;
	text-align: center;
}

DIV#main_footer A {
	color: #999;
	font-size: 9px;
}

DIV#main_footer A:HOVER {
	color: #F90;
	font-size: 9px;
}

#error_message {
	padding: 5px;
	border: 1px solid #F00;
	color: #F00;
	background-color: #900;
	font-weight: bold;
}

DIV#module_box {
	margin-bottom: 10px;
}

DIV#module_subject {
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

DIV#module_content {
	padding: 2px;
}

DIV#module_footer {
	padding: 2px;
	font-size: 9px;
	text-align: right;
	border-top: 1px solid #333;
}

.form_field {
	width: 100%;
	color: #000;
	border: 1px solid #CCC;
	background-color: #EEE;
}

.form_field_err {
	width: 100%;
	color: #000;
	border: 1px solid #F00;
	background-color: #FCC;
}

.form_option {
	color: #000;
}

.form_button {
	width: 75px;
	color: #000;
	border: 0px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	background: transparent url(../images/submit_g.png) no-repeat scroll center top;
}

.submit:HOVER {
	background: transparent url(../images/submit_go.png) no-repeat scroll center top;
}

