/*
    Copyright (C) 2009  Murad <Murawd>
						Josh L. <Josho192837>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

@charset "utf-8";
/* Elements */

body {
	background: #010101 url(images/back.png) repeat-x fixed center top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul {
	color:#ffffff;
}
table th,
.navtitle {
	background:#545F6F url(images/subtile.png) repeat-x scroll left top;
	border-bottom:1px solid #CAC6C3;
	border-top:1px solid #CAC6C3;
	border-left:1px solid #CAC6C3;
	border-right:1px solid #CAC6C3;
	padding:2px 2px 2px;
	width:145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2e2e2e;
	letter-spacing:1px;
	text-align:center;
}
.menulink {
	border:1px solid #CAC6C3;
	padding:2px 2px 2px;
	width:145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2e2e2e;
	letter-spacing:1px;
	text-align:center;
}
.message{
	border:1px solid #CAC6C3;
	padding:0px 0px 0px 1px;
	width:125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2e2e2e;
}
.regtext{
	border:1px solid #ffffff;
	padding:1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
.menutext{
	border:1px solid #CAC6C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
th {
	text-align:center;
}
h3{
	background-image:url(images/subtile.png) repeat-x;
	color:#ffffff;
	border-bottom:1px solid #2e2e2e;
	border-top:1px solid #2e2e2e;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:normal;
	margin:0;
	text-transform:uppercase;
}
h4{
	color:#ffffff;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	margin:0;
}
legend {
	background:#222222;
	border:1px solid #B6FF00;
	color:#B6FF00;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-left:10px;
	padding:0 15px 0 10px;
	text-transform:uppercase;
}
fieldset{
	border:2px solid #999999;
}
fieldset.inner {
	border:1px solid #999999;
}
td.nav {
	font-size: 12px;
	width: 117px;
}

td.nav a:link, .nav a:visited, .nav a:active {
	color: #ffffff;
	display: block;
	height: 23px;
	line-height:23px;
	font-weight: bold;
	width: 117px;
	text-decoration: none;
	background-image: url(images/nav.jpg);
}

td.nav a:hover {
	color: #ffffff;
	display: block;
	height: 23px;
	width: 117px;
	line-height:23px;
	font-weight: bold;
	text-decoration: none;
 	background-image: url(images/nav2.jpg);
}
td.blo {
color: #ffffff;
	display: block;
	height: 23px;
	width: 117px;
	line-height:23px;
	font-weight: bold;
	text-decoration: none;
 	background-image: url(images/nav2.jpg);
}
img{
	border:0px;
}
IMG.absmiddle{
	vertical-align: middle;
}

TD {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


P {
  	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

DIV {
   font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

SELECT {
	background:#303030;
	border: 0px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #dddddd;
}
SELECT:hover {
	background:#303030;
	border: 0px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #B6FF00;
}
SELECT:focus {
	background:#303030;
	border: 0px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #B6FF00;
}

TEXTAREA, INPUT {
	background:#303030;
	color: #dddddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #dddddd;
}
TEXTAREA:hover, INPUT:hover {
	background:#202020;
	color: #B6FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #B6FF00;
}
TEXTAREA:focus, INPUT:focus {
	background:#202020;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ffffff;
}

#container {
	background:#2A2A2A none repeat scroll 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:960px;
	padding:4px;
	height:auto;
	text-align:left;
	border:0.3em solid #dadada;
}
#line{
	border-bottom:1px dashed #ff0000;
	color:#ffffff;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	text-align:center;
	font-weight:normal;
	margin:0;
}
#footer{
	color:#aaaaaa;
	text-align:center;
	padding:0.4em 0 0;
	font-size:11px;
}
#footer li{
	display:inline;
	margin:0.3em;
}
.logostrip{ 
	background: transparent url(images/logo.png) no-repeat;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	height: 125px;
	margin: 0;
	padding: 0;
}
.spacer{ 
	background: transparent url(images/spacer.png) no-repeat;
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}
#innerbody{
	background:url(images/bodytile.png) repeat-y;
	border-bottom:0.2em solid #303030;
}
#leftMenu {
	float:left;
	width:155px;
	background:url(images/leftmenu.png) no-repeat;
	padding:35px 10px 10px 10px;
	color:#ffffff;
}
#rightMenu {
	float:left;
	width:155px;
	background:url(images/rightmenu.png) no-repeat;
	padding:35px 10px 10px 10px;
	color:#ffffff;
}
#menu {
	margin:0;
	padding:0;
	list-style:none;
}

#menu a {
	display:block;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	padding:10px;
	width:135px;
	height:10px;
	background-image: url(images/back.png);
}
#menu a:hover {
	background-image: url(images/subtile_r.png);
	background-color:#ffffff;
	color:#2e2e2e;
}
#contentArea{
	
	float:left;
	width:59.3%;
	height:100%;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
	color:#ffffff;
	height:100%;
}
.marquee{
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	background-attachment:scroll;
	background-color:#444444;
	background-image: url(images/subtile.png);
	background-position:0 0;
	background-repeat:repeat;
	color:#ffffff;
	border-right:1px solid #B6FF00;
	border-left:1px solid #B6FF00;
	font-weight:bold;
	height:17px;
	width:958px;
}
.clear{
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.page {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.tabs {
	color:#ffffff;
	overflow:auto;
	height: 280px;
}
.tabs ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
	overflow:auto;
	height:280px;
}
.tabs li {
	display:inline; 
	line-height:18px;
	overflow:auto;
}
.tabs li a {
	color:#ffffff; 
	font-size:11px; 
	text-decoration:none;
	overflow:auto;
}
.tabs li a.tabactive {
	color:#ffffff; 
	font-weight:bold;  
	position:relative;
	overflow:auto;
}
#tabcontent1,
#tabcontent2,
#tabcontent3,
#tabcontent4,
#tabcontent5 {
	text-align:left;
	padding:0px; 
	font-size:12px; 
	margin-bottom:0px;
	overflow: auto;
	height: 202px;
}
.Stil1{
	color: #ffffff
}
.Stil2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.Stil3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	text-align: left;
}
.tdbox{
	background:#F3F3F3; 
	padding:6px;
}
/* navBar */
.leftNav,
.rightNav{
	background: transparent url(images/subtile_r.png);
	float: right;
	font-size: 10.3px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	width: auto;
	border-left: 1px solid #c0c0c0;
	line-height: 16px;
}
.leftNav{
	float: left;
	border-left: 0px;
	border-right: 1px solid #c0c0c0;
}
.leftNav a:link, 
.leftNav a:visited,
.rightNav a:link, 
.rightNav a:visited{
	background: transparent url(images/subtile_h.png);
	color: #ffffff;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
.leftNav a:hover, 
.leftNav a:active,
.rightNav a:hover, 
.rightNav a:active{
	color: #ffffff;
}
#navBar{
	background:#141414 url(images/subtile.png) right;
	border: 1px solid #c0c0c0;
	margin: 0;
	height: 30px;
	text-align: right;
}
A:link {
	text-decoration: none; 
	color: #ffffff;
}
A:visited {
	text-decoration: none; 
	color: #ffffff;
}
A:active {
	text-decoration: none; 
	color:#ffffff;
}
A:hover {
	text-decoration: underline; 
	color: #ffffff;
}
A {
	url(hand1.cur), auto;
}
.ranktitle{
	border-right:1px solid #999999; 
	background:#727575;
	color: #FFF;
	padding:10px;
}
#classimage{
	border-right:1px solid #999999;
}
.nebcolor{
	background-color:#656565;
}
.textsubmit {
   border:none;
   background-color:transparent;
   padding:0;
   text-decoration:underline;
   color:#00c;
   font-size:10px;
}
.textsubmit:hover {
	color:#000;
}