html {
height: 100%;
background: #000;
}

body {
	margin:0;
	padding:0;
	font-family:helvetica, arial,geneva, sans-serif;
	font-size:12px;
	color: #fff;
	width:100%;
	height:100%;
	text-align:center;
	background-color: #000000;
}

a:visited,a:active,a:link 
{ 
	color: white;text-decoration: none; 
}

a:hover 
{ 
	color: #C02105; 
	text-decoration: none; 
}

table,tr,td 
{ 

	font-family:helvetica, arial, geneva, sans-serif;
	font-size: 12px; 
	border-collapse: collapse; 
	margin: auto; 
}

h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 2px;
}

h2 {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 2px;
}

h3 {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 2px;
}

h4 {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 2px;
}

.content{
	width:99%;
	background:black;
	padding:5px;
	margin:5px;
}

img 
{ 
	border:none; 
}

/*This is for the default table headers*/
th
{
	background: #333399;
	font-weight: strong;
	font-family:helvetica, arial,geneva, sans-serif;
	font-size:12;
	color:white;
white-space:normal;
}

.input{
border: 1px solid #555555;
background: #999999;
cursor: pointer;
}

.input:hover{
background: #cccccc;
border: 1px solid #555555;
}

.error{
	background: #e8bbbb;
	border: 2px solid #eb2727;
	color: #000000;
	font-weight: bolder;
	font-size: 16px;
	padding: 10px 15px;
	margin: 10px 50px;
}

.info{
	background: #e1e1e1;
	border: 2px solid #4444ff;
	color: #000000;
	font-size: 13px;
	padding: 10px 15px;
	margin: 10px 50px;
}

.info a {
	color: #000;
}


/*Inventory Page*/
.inventory{
	width: 100%;
	margin:0px auto;
	padding:0px;
	border-collapse: collapse;
}

.inventory td{
	text-align: center;
	border: 1px solid #555;
}

.inventory td.inventory2 {
	text-align: center;
	border: none;
}


/*Item Market*/
#imarket {
	width:75%;
	border-collapse: collapse;
	margin:0px auto;
}

#imarket td{
	text-align: center;
	border: 1px solid #555;
}

/*Shops*/

#shopIndex{
	width: 85%;
}

#shopIndex td{
	padding: 10px;
	border: 1px solid #555;
}

#shopsmain {
	width:80%;
	text-align:center;
}

.shops {
	width:100%;
	border-collapse: collapse;
	margin:auto;
}

.shops td{
	text-align: center;
	border: 1px solid #555;
}

.shops td.shops2 {
	text-align: center;
	border: none;
}

.attack_won {
	margin: 0 auto;
	width: 400px;
	padding: 15px;
	border-bottom: 2px solid #999999;
}

#attack {
	margin:auto;
	text-align:center;
}

/*Forums*/

#forummain{
	width:99%;
	border: 2px solid #555;
	background-color: #333;
	color: #fff;
	border-collapse:collapse;
}

#forummain th{
	height:40px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-family:helvetica, arial,geneva, sans-serif;
	color:#fff;
	font-size:13px;
	padding:5px;
	background:none;
	background-color: #333;
}

#forummain td{
	border: 2px solid #555;
	padding:0px;
	height:50px;
	margin:0px;
	background-color: #333;
}

#forummain a:hover { 
	color: darkred; 
	text-decoration: underline; 
}

.ftopicmain{
	width:99%;
	border: 2px solid #555;
	background-color: #333;
	color: #fff;
	border-collapse:collapse;
	overflow:hidden;
}

.ftopicreply{
	vertical-align: bottom;
	background-color: #333;
	overflow:hidden;
}

.up{
	position:relative;
	bottom:0px;
	_bottom:0px;
}

.postbody{
	text-align:left;
	width:100%;
	color: #fff;
	background-color: #333;
}

.postbody td{
	background-color: #333;
}

.ftopictopmenu{
	width:99%;
	background-color:#222;
	border-left: 2px solid #555;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
}

.ftopicseperator{
	background-color: #000;
	color: #000;
}

.ftopicsig{
	width:700px;
	text-align:center;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #999;
	border-collapse: separate;
	background-color: #444;
	margin: 10px;
	max-height:125px;
	overflow:hidden;
	height:expression(
    this.scrollHeight > 125? "125px" : "auto" );
}

.quote{
	width:98%;
	text-align:left;
	border-width: 2px;
	border-spacing: 2px;
	border-style: inset;
	border-color: #999;
	border-collapse: separate;
	background-color: #222;
	margin: 10px;
	padding: 2px 10px;
}

.forumlinks{
font-size:12; 
font-weight: bold; 
color: orange;
}

.cth
{
}

tr.gtd td
{
	background-color: darkslateblue;
}

.gradtd
{
	background:url(../../images/tdback.jpg) left top repeat-y;
    text-align:center;
}

#fullheight{height:100%
	font-size:20;
}

#tournament{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#tournament hr {
	width: 75%;
	color: #f00;
	background-color: #f00;
	height:1px;
	border:none;
}

.tlinks{
	font-weight: bolder;
	font-family:helvetica, arial,geneva, sans-serif;
	font-size:16;
	color:white;
}

.tsublinks {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.tsublinks td{
	color:white;
	width: 33%;
}

/*BBCode Style*/
.bold {
   font-weight: bold;
}

.italics {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.sized {
   text-size:
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

.codebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
   background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
   border: 1px solid #BFBFBF;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}


#homeMenu{
	padding: 0px;
	margin: 0px;
	width: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

#homeMenu ul{
	display: block;
	list-style-type: none;
}

#homeMenu li{
	text-align: center;
	border: 1px solid #555555;
	list-style-type: none;
	background: #000;
	padding: 4px 0px;
	display: block;
}

#homeMenu li:hover {background: #aaa;}

#homeMenu a{display: block;}

#homeMenu a:hover {background: #aaa;}

#slaves {
	width: 100%;
	text-align: left;
}

#slaves th {
	text-align: left;
	background: darkblue;
	padding: 2px 10px;
}

#slaves td {
	margin: 2px;
	padding: 5px;
}



#profileMainInfo{
	width: 250px
}

#profilePic{
	width:150px;
}

#profileLinks{
	border: 1px solid #808080;
	width:250px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

.profileHeader{
	background: #333399;
	text-align: left;
	font-weight: bold;
	padding: 1px 0px 1px 10px;
}

.profileBox{
	padding: 1px 0px 1px 10px;
}

#profileDetails{
	border: 1px solid #808080;
	width: 250px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#profilePersonalInfo{
	border: 1px solid #808080;
	width: 250px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#profileStaffPanel{
	border: 1px solid #808080;
	width: 705px;
	background: #000000;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#profileSignature{
	width: 705px;
	margin: 0px 0px 0px 0px;
}

#profileFriends{
	width: 705px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#profileFriends td{
	width: 175px;
}

#profileStats{
	width: 705px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#profileSlaves{
	width: 705px;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

#comments {
	width: 100%;
}

#comments td{
	border-bottom: 1px solid #555;
}

.comment{
	width:600px;
	overflow:hidden;
}

#wrapper{
	width: 980px;
	margin:0px auto 10px auto;
	padding-bottom:20px;
	background-color: #222;
}

#wrapper2{
	width: 980px;
	margin:0px auto;
	padding-bottom:20px;
	background-color: #222;
}

#header{
	background: #000;
	border: 5px solid #0066ff;
}

#header2{
	background: #000;
	border: 5px solid #0066ff;
}

#subHeader{
	padding-top:2px;
	margin:0px auto;
	font-size: 14px;
	font-weight: bolder;
	background: url(../../images/mainMenuBack.gif) left center repeat-x;
}

/*Escort Page*/
#escort{
	width: 90%;
	border: 1px solid #555;
	border-collapse: collapse;
}

#escort th{
	width: 20%;
}

#escort td{
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.homeLargeHeader{
height: 20px; 
background: #333399; 
text-align: center;
 font-family: 
verdana; 
font-size: 12px;
}

.homeLargeWrapper{
border: 1px solid #cccccc; 
margin: 0px 0px 15px 0px;
padding: 10px;
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #cccccc;
color: #ffffff;
background: #333399;
}


.shadetabs li a:hover{
text-decoration: none;
background-color: #efefef;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #121212;
border-top: 1px solid gray ;
border-left: 1px solid gray ;
border-right: 1px solid gray ;
border-bottom: 0px ;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: white;
background-color: #121212;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



/*Help Turtorial Table*/
#helptutorial{
	width:800px;
	text-align:center;
	border-width: 4px 4px 4px 4px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: #003399;
	border-collapse: separate;
	background-color: #333;
	margin: 10px auto;
}
