* {
	padding:0;
	margin:0;
}

body {
	font-family: verdana, helvetica;
	background-color: rgb(248, 248, 248);
	background-image : url(../img/left_title_bg.jpg);
	background-repeat : no-repeat;
}

p{
    line-height: 140%;			
    margin: 15px 0 15px 0px;
}

#banner {
    margin: 15px 10px 35px 10px;
    border-bottom: rgb(38, 127, 48) solid 1px;
    padding: 0 0 3px 3px;
	color: #000;
	font-size: xx-large;
	font-weight: bold;
	padding-right: 10em;
}

#siteinfo {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 9em;
}

#leftpanel {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(38, 127, 48);
	border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(38, 127, 48);
	position: absolute;
    top: 65px;
    left: 10px;
    width: 220px;
	padding: 0px;
}
.panel {
    color: rgb(102, 102, 102);
    font-size: x-small;
    font-weight: normal;
    line-height: 140%;
    margin: 0px 0px 0px 10px;
}	

.panel UL {
	list-style: none;
	padding: 5px 0px 10px 0px;
}

.panel UL LI {
	position: relative;
	left:10px;
}

.paneltitle {
    background-color: rgb(38, 127, 48) ;
    color: rgb(229, 229, 229);
    font-size: x-small;
    font-weight: bold;
    padding: 5px 0px 5px 10px;
}		

#content {
	position: absolute;
	top: 66px;
	left: 250px;
	width: 700px;
	padding: 0px;
}

.mainbody {
    color: #666;
    font-size: small;
    font-weight: normal;
    line-height: 140%;			
}


.player {
    font-size: x-small;
}

.player h4 {
	background-color: rgb(38, 127, 48) ;
	color: rgb(255, 211, 58);
	font-weight: bold;
	width: 60%;
	padding:2px;
}

.player p {
    margin: 2px 0px 0px 2px;
    line-height: 130%;		
}

.player table.PlayerInfo1 {
	margin:10px 0px 10px 2px; 	
	border-collapse:collapse;
	width: 35% ;
}
.player table.PlayerInfo1 td {
	border:0px;	
	padding:0px;
	line-height: 110%;		
}
.player table.PlayerAbilities {
	margin:10px 0px 10px 2px; 	
	width: 60% ;
	padding:0px;
}
.player table.PlayerAbilities td {
    border:0px;
	padding:0px;
	line-height: 110%;		
}

.caption {
    background-color: rgb(38, 127, 48) ;
	color: rgb(255, 211, 58);
	text-align: left;
	padding: 0px 0px 0px 2px;
}

table.tabinfo {
	margin:10px 0px 10px 2px; 	
	width: 90% ;
	font-size: x-small;
	border-collapse:collapse;
}
table.tabinfo th {
	border:1px solid rgb(38, 127, 48);
	background-color:#FFFFFF;	
	color:#000000;	
	padding: 4px;
	text-align: center;
	margin:5px; 
    line-height: 110%;
}

table.tabinfo td {
    border:0px;
	line-height: 110%;		
	margin:5px;
	padding:2px;
	text-align: left;
}
th a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

th a:visited{
    color: rgb(0, 0, 0) ;
}

a{
    color: rgb(42, 101, 173);
    text-decoration: none;
}

a:hover {
    color: rgb(250, 136, 11) !important ;
    text-decoration: underline;
}
.noborder {
    border:none !important;
	background-color:rgb(248, 248, 248) !important;	
	text-align:left !important;
}
.odd {
     background-color: white; 
}
.even { 
     background-color: #eee; 
}

.ruled {
	color: #000;
	background-color: #C6E3FF; 
	border-color: #3292FC;
}
.error_message{
	font-size:x-small;
	color: rgb(209, 39, 16);
	text-align:center !important;
}
.pager{
	font-size:x-small;
}
.pager a{
    margin: 2px;
}

fieldset { 
  padding: 1em;
  font:80%/1 verdana;
  width: 350px ;
  border:1px solid green;
}

fieldset legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
} 

fieldset label {
	float:left;
	text-align:right;
	margin-right:6px;
	width:35%;
}