/* Races */


.h_indent {
	height: 36px;
	}

.active {
	cursor: default;
	padding-bottom: 1px;
	}

.active span {
	text-decoration: none;
	color: #b1b1b1;
	}

.normal {
	cursor: pointer;
	padding-bottom: 1px;
	}

.normal span {
	color: #037890;
	border-bottom: 1px dashed #037890;
	}
	
.normal span:hover{
	border-bottom: 1px dashed #000;
	color: #000;
	}
	
.classes {
	vertical-align: top;
	padding-top: 36px;
	}


.indent {
	margin-left: 47px;
	}

.tree_classes_two, .tree_classes_three {
	width: 100%;
	}

.tree_classes_two td {
	width: 50%;
	text-align: center;
	vertical-align: top;
	}

.tree_classes_three td {
	width: 33.33%;
	text-align: center;
	vertical-align: top;
	}
	
.one {
	width: 90px;
	}
	
.two {
	width: 180px;
	}

.three {
	width: 270px;
	text-align: center;
	}

.three td {
	width: 33.33%;
	}

.three table, .two table, .one td {
	width: 100%;
	}

.two .divider_up, .three .divider_up {
	height: 21px;
	text-align: center;
	}

.two .divider_down, .three .divider_down {
	height: 12px;
	text-align: center;
	}

.two_line {
	text-align: center;
	margin-left: 74px;
	}
	
.three_one {
	margin-left: 74px;
	}
	
.three_one td {
	width: 33.33%;
	}

.three_one table {
	width: 270px;
	text-align: center;
	}

.weapons_role {
	width: 100%;
	}

.top {
	vertical-align: top;
	width: 200px;
	text-align: left;
	}

.top img {
	margin-top: 30px;
	margin-left: 10px;
	height: 202px;
	width: 150px; 
	}

.bott {
	vertical-align: bottom;
	}

.decoration {
	text-decoration: underline;
	}
		
.weapons_role .image {
	width: 46px;
	}

.weapons_role p {
	vertical-align: middle;
	}





/* Cheat */

.zebra_table  {
	width: 100%;
	}
	
.zebra_table  .nick {
	width: 30%;
	}

.zebra_table td{
	color: #7f7f7f;
	padding: 3px;
}

.zebra_table .table_head td{
	font-size: 13px;
	padding-bottom: 10px;
}

.zebra_table .bg{
	background-color: #f4ede6;
}

.selectserver {
	background: url('/content/images/select.gif') no-repeat;
	color: #7f7f7f;
	width: 171px;
	height: 23px;
	cursor: pointer;
	position: relative;
	}

.selectserver span {
	color: #7f7f7f;
	position: absolute;
	left: 15px;
	top: 5px;
	}

.divserver {
	color: #7f7f7f;
	width: 171px;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.divserverall {
	background: url('/content/images/select_all.gif') repeat-y;
	}
	
.server {
	height: 18px;
	padding-left: 15px;
	padding-top: 3px;
	}

.server:hover {
	background: #75c2ea;
}

.divserverbottom {
	background: url('/content/images/select_all_bottom.gif') no-repeat;
	height: 9px;
	font-size: 1px;
	}
	
.divservertop {
	background: url('/content/images/select_all_top.gif') no-repeat;
	height: 24px;
	font-size: 1px;
	}

.divserverbottom {
	background: url('/content/images/select_all_bottom.gif') no-repeat;
	height: 9px;
	font-size: 1px;
	}
	
	
	/* Subclasses */
	
td.sclass {
	text-align: center;
	vertical-align: top;
}

a.sclass {
	text-decoration: none;
}

.sclass_name a{
	color: #037890;
	border-bottom: 1px dashed #037890;
	margin-bottom: 3px;
}

.sclass_name{
	padding-bottom: 5px;
}

.sclass_name span{
	margin-bottom: 3px;

}

a.nosclass {
	text-decoration: none;
	color: #5A5A5A;
	cursor: default;
	border-bottom: 0px;
}