/*	FORM STYLES
 *************************************/
body{
	background: #800000; 
	}
div,td,th,li{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	}
#body_container{
 	background: white;
	}

form{
	padding: 0;
	margin: 0;
	}
	
input, textarea{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 10px;
	border: 1px solid #990000;
	padding: 1px;
	margin: 2px;
	}

input:focus {
	background: #E1ECFB;
	border: 1px solid blue;
	}

input#level, input#slots, input#enh_level{
	text-align: center;
	}

input.button{
	width: 100px;
	margin: 1px;
	}
	
input.backl{
	background: red;
	color: white;
	}
input.backs{
	background: #990000;
	color: white;
	}

select{
	font-family:"Trebuchet MS", sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 2px;
	}
/*	LAYOUT STYLES
 *************************************/
.menu{
	xfloat:left;
	text-align:left;
	margin: 5px 0 0 0;
	padding: 0;
	}

#export{
	border: 1px solid #990000;
	background: #FFFF99;
	padding: 3px;
	text-align:center; 
	width: 145px;
	}
	
#atbg{
	height: 24;
	width: 175px;
	margin: 0;
	}	
	
/*	COLUMN STYLES
 *************************************/
 
#left_col{
	float: left;
	text-align: left;
	margin-left: 0px;
	}

#col1, #col2, #col3{}

#col3 {
	width: 200px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 584px;
	max-height: 576px;
	}
	
#col1 div ul, 
#col2 div ul, 
#col3 div ul{
	list-style: none;
	padding: 0;
	margin: 1px 0 0 0;
	}
#col1 div ul li, 
#col2 div ul li, 
#col3 div ul li{
	display: inline;
	width: 28px;
	height: 28px;
	margin: 0 0 0 1px;
	}

#col1 div, 
#col2 div, 
#col3 div{
	margin: 0 3px 3px 3px;
	background: transparent url('img/pow_villain.png') no-repeat;
	height: 46px;
	width: 175px;
	vertical-align: top;
	text-align: left;
	color: white;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	overflow: hidden;
	}
	#col1 div.choose,
	#col2 div.choose,
	#col3 div.choose {
		background: transparent url('img/pow_villain_choose.png') no-repeat;
		}
	#col1 div.lock,
	#col2 div.lock,
	#col3 div.lock{
        background: transparent url('img/pow_lock.png') no-repeat;
        }

/* POWER LIST STYLES
******************************************************/

ul.icons {
	float: left;
	margin: 0;
	padding: 0;
	width: 10px;
	clear: none;
	}
	ul.icons li{
		list-style: none;
		background: white;
		margin: 1px;
		padding: 0;
		width: 10px;
		height: 17px;
		border: 1px solid white;
		}
	ul.icons li img{
		margin-top: 4px;
		cursor: pointer;
		}

ul.powers {
	margin: 0;
	padding: 0;
	width: 130px;
	float: right;
	}
	
	ul.powers li{
		list-style: none;
		border: 1px solid #999999;
		background: #E9E9E9;
		color: black;
		margin: 1px;
		padding: 1px 1px 1px 3px;
		}
	ul.powers li.available{
		border: 1px solid #FFCC00;
		background: #FFFF99;
		cursor: pointer;
		display: block;
		}
	ul.powers li.selected{
		border: 1px solid #990000;
		background: #990000;
		color: #FFFF99;
		}

/* LIGHTBOX STYLES
******************************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

.lightbox{
	display: none;
    background: white;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0;
	}
	.lightbox h1{
		margin: 0px;
        background:url("img/v_tabright_long.gif") no-repeat right top;
		background-position: 100% -42px;
        font-size: 16px;
		height: 24px;
        color: #FFFF99;
		}
	.lightbox h1 span{
		height: 24px;
		background:url("img/v_tableft.gif") no-repeat left top;
		background-position: 0% -42px;
		}
	.lightbox div.border{
		border: 1px solid black;
		padding: 2px;
		}

#login{
    width: 180px;
    }

#regbox{
    width: 250px;
    }

#enh{
	width: 300px;
	}
	#enh #enh_images{
		padding: 5px;
		font-size: 12px;
		font-weight: normal;
		color: black;
		}

#exportbox{
	text-align: center;
	width: 600px;
	height: 550px;
	}

#export_text{
	font-family: "Trebuchet MS" sans-serif;
	border: 1px solid black;
	background: #990000;
	color: white;
	text-align: left;
	font-size: 10px;
	}

#details{
	width: 400px;
	}

	#details #details_span2{
		color: blue;
		font-weight: bold;
		margin-bottom: 5px;
		}
		
#loading, #saving, #saving_done{
	text-align:center;
	width: 400px;
	height: 150px;
	border: 3px solid black;
	}

#savecheck{
	width: 350px;
	font-weight: normal;
	}
	#savecheck th{
		color: #000066;
		}
		
#donate{
	width: 400px;
	font-size: 12px;
	}
		
/* NON-PLANNER STYLES
******************************************************/

#wrapper{
	border: 2px solid black;
	background: white;	
	}
	#wrapper pre{
		color: black;
		font-size: 12px;
		font-weight: normal;
		width: auto;		
		}
		
.half{
	text-align: left;
	margin: 10px 0 0 15px;
	}
	
	.half th{
		background: #990000;
		color: white;
		font-size: 10px;
		text-align:left;
		}
	.half th a{
		color: white;
		font-size: 10px;
		}
	.half td{
		font-size: 11px;
		font-weight: normal;
		border-bottom: 1px dotted #999999;
		}
	.half tr:hover {
		background: #FFFFCC;
		}
	.half input{
		border: 0;
		}
		
	#body h1{
		margin: 3px;
		padding: 0 0 5px 0;
		color: blue;
		}

#search{
	width: 98%;
	border: 1px solid #990000;
	background: #F2F2F2;
	margin-bottom: 10px;
	}
	
	#search ul{
		list-style: none;
		display:inline;
		}
	#search li{
		list-style: none;
		display:inline;
		}

#filtered{
	display: none;
	}
	
	#filtered h1{
		margin: 15px 0px 10px 0;
		font-size: 14px;
		color: red;
		}
		
	#filtered th{
		background: #990000;
		color: white;
		font-size: 10px;
		text-align:left;
		}
	#filtered th a{
		color: white;
		font-size: 10px;
		}
	#filtered td{
		font-size: 11px;
		font-weight: normal;
		border-bottom: 1px dotted #999999;
		}
	#filtered input{
		border: 0;
		}
.odd {
  background-color: #ddd;
}
.even {
  background-color: #fff;
}		

/* MANAGE STYLES
************************************/
.message2{
	font-size: 14px;
	font-weight: bold;
	color: blue;
	width: 400px;
	border: 1px solid #999999;
	background: #DDDDDD;
	}

.error{
	font-size: 14px;
	font-weight: bold;
	color: red;
	width: 400px;
	border: 1px solid red;
	background: #FFFF99;
	}

#body_builds{}

#body_builds h1{
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	#body_builds h1.hero{
		color: blue;
		}
	#body_builds h1.vill{
		color: red;
		}

#body_builds .tblHero th{
	background: #990000;
	color: white;
	font-size: 10px;
	}
#body_builds .tblVill th{	
	background: #990000;
	color: white;
	font-size: 10px;
	}


/* SFORM STYLES
*******************************/
form.sform fieldset{
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	border-top: 2px solid #CCCCCC;
	}
form.sform legend{
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	font-weight: bold;
	color: red;
	font-size: 12px;
	}
form.sform label{
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: black;
	}
form.sform ol{
	margin: 0;
	padding: 0;
	}
form.sform ol li{
	list-style: none;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #DDDDDD;
	}
form.sform ol li.last_li{
	border: 0;
	text-align: center;
	}
form.sform em{
	font-weight: bold;
	font-style: normal;
	color: red;
	}
form.sform label{
	width: 90px;
	}


/* RATING STYLES
*********************************/
.stars{
	float: left;
	width: 125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	border: 0;
	}
.stars li{
	display: inline;
	float:left;
	padding: 0;
	margin: 0;
	width: 25px;
	height: 25px;
	border: 0;
	}
.stars a{
	float:left;
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	background: url('/img/star.gif') top left;
	}
	.stars a:hover {
		background: url('/img/star.gif') center center;
		}
	.stars a.starred {
		background: url('/img/star.gif') bottom center;
	}

/* COMMENT STYLES
*****************************/
#badges{
	overflow:scroll;
	height:200px;
	width:100%;
	margin-left:5px;
	}
#bComm{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	width:100%;
	margin-left: 5px;
	}
.starred{
	height: 25px;
	width: 125px;
	margin: 0;
	padding: 0;
	background: url('/img/star.gif') repeat-x top center;
	text-align:left;
	}

.starred2{
	height: 25px;
	margin: 0;
	padding: 0;
	background: url('/img/star.gif') repeat-x bottom left;
	}
.sm_starred{
	height: 15px;
	width: 75px;
	margin: 0;
	padding: 0;
	background: url('/img/small_star.gif') repeat-x top center;
	text-align:left;
	}

.sm_starred2{
	height: 15px;
	margin: 0;
	padding: 0;
	background: url('/img/small_star.gif') repeat-x bottom left;
	}
.c_container{
	display:block;
	position:static;
	width:99%;
	text-align:left;
	}
	.c_container a:link, .c_container a:visited {
		color: white;
		text-decoration: underline;
		}
		
	.c_container .date{
		color: #FFCC66;
		padding: 2px 0 2px 5px;
		}
	.c_container .rate{
		font-weight: bold;
		border-top:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		margin: 5px 0 5px 0;
		}

/* BUILD VIEW STYLES
*****************************/
h6#charname{
	padding: 2px 0 0 5px;
	margin: 0;
	color: red;
	font-size: 20px;
	}

#buildDetail{
	float: left;
	text-align: left;
	}

h5#primary, h5#secondary, h5#globalID {
	color: red;
	padding: 0px 0 5px 15px;
	margin: 0;
	font-size: 16px;
	}

.hr{
	color: #999999;
	background: #999999;
	height: 1px;
	width: 95%;
	border: 0;
	clear: both;
	}
#imgFloat{
	float: left;
	padding: 0px 5px 5px 15px;
	width: 122px;	
	}

/* MENU STYLES
*****************************/
#tabs2 {
	float:right;
	font-size: 10px;
	line-height:normal;
	border-bottom:1px solid #CCCCCC;
	width: auto;
	overflow: hidden;
	margin: 0;
	}
#tabs2 ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#tabs2 li {
	display:inline;
	margin:0px;
	padding:0;
	}
#tabs2 a {
	float:left;
	background:url("img/v_tableft.gif") no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
	}
#tabs2 a span {
	float:left;
	display:block;
	background:url("img/v_tabright.gif") no-repeat right top;
	padding: 2px 8px 2px 3px;
	color:#800000;
	font-weight: bold;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}
/* End IE5-Mac hack */
#tabs2 a:hover span, #tabs2 span.sel {
	color:#FFF;
	}
#tabs2 a:hover, #tabs2 a.sel {
	background-position:0% -42px;
	}
#tabs2 a:hover span, #tabs2 span.sel {
	background-position:100% -42px;
	}
#tabs2 #current a {
	background-position:0% -42px;
	}
#tabs2 #current a span {
	background-position:100% -42px;
	color:#FFF;
	}
li#linkme{
	float: left;
	padding: 0 5px 0 0;
	}
#tabs2 #linkme{
	color:black;
	font-size: 10px;
	font-weight: normal;
	float:left;
	padding: 3px 5px 0 0;
	display:inline;
	}

	 #linkme a:link, #linkme a:visited {
		float: none;
		display:inline;
		background: transparent;
		padding: 0;
		color: red;
		}
	#linkme a:hover {
		color: #990000;
		}
