body{
font-family:tahoma, verdana, sans-serif;
font-size: 10pt;
margin:0;
padding:0;
}

a{
color:#FF6600;
}

#page{
min-width:1000px;
}

#cp_header{
background-color:#FF6600;
height:75px;
width:1000px;
}

#cp_footer{
text-align:center;
font-size:9pt;
width:140px;
float:left;
clear:left;
margin: 25px 20px 75px 20px;
}

#cp_nav{
float:left;
background:#04E;
min-height: 600px;
width:140px;
}

#cp_announcement { 
color: #ffffff;
font-size: 16pt;
background: #0044ee;
margin: 0;
padding: 3px 0 3px 3px;
width: 857px;
min-height: 60px;
}

#cp_announcement.home{
	background-color:#ffffff;
	overflow:hidden;
}

#content{
float:left;
width: 840px;
}

#cp_text{
padding: 20px 0 0 20px;
}

#team_listMenuRoot{
border-top:1px dotted #FFF;
padding-top:12px;
margin-top:13px;
}

#mainpagetable{
width:842px;
}

#mainpagetable td{
margin:0;
padding:10px;
border-bottom: 4px solid #0000ff;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0px;
 width: 140px;
 list-style: none;
 background: #04E;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 140px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 border:0;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 color: #FFF;
 text-decoration: none;
 margin: 0;
 line-height:15px;
 padding:5px 0 5px 20px;
}

.listhead{
font-weight:bold;
color:#FFF;
background-color:#FF6600;
}

.menulist li a .menunote{
	color:#ffff00;
	font-size:.8em;
	font-weight:bold;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #FF6600;
 margin: 0;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
/* Player Profile styles */

#profile_container{
color:#fff;
background: #04E;
width:640px;
min-height:540px;
padding:20px;
}

#mainImg_container {
float:left;
width:320px;
height:480px;
margin: 20px 20px 0 0;
}

#profile_title{
font-size:1.5em;
}

#caption{
float:left;
width:280px;
font-size:1.2em;
}

#caption ul{
list-style-image:url(vb_bullet.gif);
margin:0;
padding:0 25px;
}

#caption ul li{
list-style-image:url(vb_bullet.gif);
margin:0;
margin:5px 0;
}

#caption strong{
color:#ff6600;
}

#player_name{
font-size:2em;
font-weight:bold;
}

#player_number{
margin-right: 30px;
color:#ff6600;
font-size:1.1em;
}

/* end of Player Profile styles */

#sizes_form label{
display:block;
font-weight:bold;
}

#sizes_form input, #sizes_form select{
display:block;
margin: 0 0 1em 0;
}

#sizes_form .horiz{
overflow:hidden;
margin: 0 0 1em 0;
}

#sizes_form .horiz input, #sizes_form .horiz select{
display:block;
float:left;
margin:0 2.5em 0 .5em;
height:1.5em;
}

#sizes_form .horiz label{
display:block;
float:left;
margin:0;
font-weight:normal;
}