/* Main Page Structure 

This section handles the main layout of the webpage */
body {
	margin: 0px;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.page {
	margin: 2px auto;
	width: 85%;
	padding: 0px;
	height: 100%;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 75px;
	background-color: #FFFFFF;
}
.menu {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 5px 2px 5px 2px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	border-radius: 0px 0px 3px 3px ;
}
.submenu {
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 5px 2px 5px 2px;
	background-color: #B9B9B9;
	border: 1px solid #999999;
	border-radius: 3px;
}
.content {
	clear: both;
	padding: 0px;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
}
.footer {
	margin: 2px 0px;
	background-color: #FFFFFF;
	clear: both;
	padding: 2px;
	width: 100%;
	font-size: 10px;
	border: 1px solid #999999;
	border-radius: 3px;
}

/*Header Div

This section handles the header section of the website */

.header .logo_holder {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.header .logo_holder img {
	max-width: 990px;
}
.header .login_menu {
	color: #FFFFFF;
	margin: 5px;
	padding: 7px 5px 5px 10px;
	width: 45%;
	float: right;
	font-size: 10px;
	height: 50px;
	background-color: #666666;
	border: 1px solid #333333;
	border-radius: 7px;
}
.header .login_menu input {
	font-size: 11px;
	background-color: #E8E8E8;
	margin: 3px;
	padding: 2px;
	border: 1px solid #333333;
	border-radius: 5px;
}
.header .login_menu input:focus {
	background-color: #F5F5F5;
}
.header .login_menu a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.header .login_menu a:hover {
	color: #FFFF00;
}

/*Menu Div

This section handles the main menu section of the website */
.menu a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding: 4px 12px;
	margin: 2px 5px 0px 5px;
	border-radius: 3px 3px 0px 0px;
	background-color: #EEEEEE;
}
.menu a:hover {
	color: #660000;
	background-color: white;
}



/*Submenu Div */
.submenu a {
	color: #333333;
	text-decoration: none;
}
.submenu a:hover {
	color: #990000;
	text-decoration: underline;
}
.submenu ul {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.submenu li {
	margin: 0px 2px;
	display: inline;
	list-style-type: none;
	vertical-align: middle;
}
.submenu li.textheader {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #666666;;
	border-radius: 5px;
}
.submenu li a {
	padding: 3px 8px;
	margin: 0px 0px 0px 5px;
	font-size: 11px;
	border-radius: 3px 3px 0px 0px;
	background-color: #EEEEEE;	
}

/*Content Div */

/*Content structural*/
.content .main_left {
	float: left;
	width: 64%;
	padding: 1px;
}
.content .small_left {
	float: left;
	width: 34%;
	padding: 1px;
}
.content .v_small_left {
	float: left;
	width: 12%;
	padding: 1px;
}
.content .big_right {
	float: right;
	width: 85%;
	padding: 1px;
}
.content .main_right {
	float: right;
	width: 65%;
	padding: 1px;
}
.content .small_right {
	float: right;
	width: 34%;
	padding: 1px;
}
.content .split_middle {
	float: left;
	width: 49%;
	margin: 0px;
	padding: 2px;
}

/*Content Section - the standard divider between content sections*/

.content .section {
	clear: both;
	float: left;
	width: 99%;
	background-color: #FFFFFF;
	margin: 2px 0px 10px 0px;
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}

.content .section img {
	margin: 2px;
}

.content a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #660000;
	text-decoration: underline;
}

/*Content Headers*/

.content h1 {
	margin: 4px 2px 2px 2px;
	padding: 2px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.content h2 {
	margin: 3px 2px 2px 2px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.content h3 {
	margin: 2px;
	padding: 2px;
	line-height: 20px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.content h4 {
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	border-radius: 5px 5px 0px 0px;
	color: #FFFFFF;
	background-color: #660000;
}
.content h4 a {
	color: #FFFFFF;
	font-size: 8px;
}
.content h4 a:hover {
	color: #FFFFCC;
}

/*Content Lists*/

.content .display-list {
	padding: 0px;
	margin: 0px;
}
.content .display-list li {
	list-style-type: none;
	margin: 1px 0px 1px 0px;
	line-height: 20px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #999999;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC; 
	border-radius: 5px;
}
.content .display-list label {
	width: 25%;
	margin: 0px;
	float:left;
}

.content .display-list-2 {
	padding: 5px 0px 5px 25px;
	margin: 0px;
	
}
.content .display-list-2 li {
	list-style-type: none;
	margin: 1px 0px 1px 0px;
	line-height: 20px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #999999;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	border-radius: 5px;
}
.content .display-list-2 label {
	width: 32%;
	margin: 0px;
}


.content .inline-list {
	float: left;
	padding: 0px;
	margin: 2px;
}
.content .inline-list li {
	list-style-type: none;
	margin: 2px 2px 2px 0px;
	line-height: 20px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #999999;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-left-color: #CCCCCC; 
	border-radius: 5px;
	display: inline-block;
}
.content .controlpanel {
	border: 1px;
	border-style: solid;
	border-color: black;
	border-radius: 5px;
	background: #660000;
	margin: 0px;
	padding: 3px;
	color: #E6E6E6;
}
.content .controlpanel a {
	color: #E6E6E6;
	text-decoration: underline;
	margin: 0px 0px 0px 5px;
}
.content .controlpanel a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.content label {
	width: 15%;
	height: 23px;
	display: inline-block;
}

.content input, select, textarea {
	color: #333333;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	font-size: 12px;
	border-radius: 3px
}
.content table {
	width: 100%;
	margin: 5px 3px 5px 3px;
	padding: 2px;
	border-spacing: 0px;
}
.content table img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.content th {
	background-color: #660000;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
}
.content tr:hover {
	background-color: #DADADA;
	}
.content td {
	margin: 0px;
	padding: 3px 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content td.td_right {
	text-align: right;	
}
.content td.td_center {
	text-align: center;	
}
.content th a {
	color: #FFFFFF;
	text-decoration: underline;
}
.content th a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.content .smalltext {
	font-size: 9px;	
}
.content .quotebox {
	background-color: #E8E8E8;
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
}
.content .quotehead {
	background-color: #CCCCCC;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.content .ubb_input tr td {
	background-image: none;	
}

.content .message {
	clear: both;
	margin: 0px 0px 2px 0px;
	padding: 2px;
	font-size: 10px;
	background-color: #FFB3B3;
	border: 1px solid #666666;
	border-radius: 5px;
}

.content .button {
	padding: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EFEFEF;
}

.content .button:hover {
	background: #990000;
	color:#FFFFFF;
	border: none;
}


/*Footer Div */
.footer table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
}
.footer th {
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
}
.footer td {
	margin: 0px;
	padding: 3px 1px;
}
.footer a {
	color: #660000;
	text-decoration: none;
}
.footer a:hover {
	color: #0000CC;
	text-decoration: underline;
}
/* Elite stuff */
.elite_powers li {
	margin: 5px 2px;
	width: 80%;
	list-style-type: none;
}
.elite_powers li a {
	width: 100%;
	padding: 5px;
	background-color:#FFC4C4;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	display: block;
	
}
.elite_powers li a:hover {
	text-decoration: none;
	background-color:#FF8080;
}


/*Misc Extras*/
.ubbimg {
	max-width: 95%;
	margin: 2px;
}
.clearfloat {
	clear: both;
}
.filemanager_body {
	margin: 2px;
	padding: 2px;
	background-color: #FFFFFF;
	width: 98%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #666666;
}
