@charset "utf-8";
/*General*/
body{
	background:#182B49;
	margin:0;
	padding:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
a{text-decoration:none;}
a img{border:none;}
a:visited  {color: black; text-decoration: none}
a:link  {color: black; text-decoration: none}
a:active  {color: black; text-decoration: none}
a:hover   {color: #9d9d9d; text-decoration: none}
div.wrapper{
	background:#ddd;
}
ul.inline{
	margin:0;
	padding:0;
}
ul.inline li{
	display:inline-block;
	zoom:1;
	line-height:.9;
	height:0;
	margin:0;padding:0;
	list-style:none;
	*display: inline;
}

/*
 *	TOP HEADER 
 */
div.header{display:block;clear:both;}
div.top_header{
	position: relative;
/*	background:#4e4e4e; original color */
	background:#0A1932;
	height:55px;
	display:block;
}
div.top_nav_align{
	height:100%;
	width:1005px;
	margin:0 auto;
}
div.top_nav{
	position:absolute;
	bottom: 0px;
	width:1005px;
	margin:0 auto;
	text-align:right;
}
ul.top_navigation.inline{
	position:relative;
	padding: 0 6px;
}
ul.top_navigation.inline li.username{
	left:20px;
	position: absolute;
	width:120px;
}
ul.top_navigation.inline li.username:hover{
	background:none;
}
ul.top_navigation.inline li.username a{
	left:0;
	position:absolute;
	color:#41A3C2;
	text-decoration:underline;
}
ul.top_navigation li{
	height:12px;
	padding:9px 14px;
	text-shadow:0px -1px 0px #000;
	color: #e9e9e9;
}
ul.top_navigation a{
	color:#FFF;
	font-size:11px;
}
ul.top_navigation li.emph a{
	color:#FFF;
}
ul.top_navigation li:hover, ul.top_navigation li.active{background:#2D6FB0;}
ul.top_navigation li:hover a, ul.top_navigation li.active a{color:#EEE;}


/*
 *	PRIMARY HEADER 
 */
div.logoseach{
	width:1005px;
	height:60px;
}
div.main_header{
	width:1005px;
	display:block;
	height:50px;
	margin:0px auto;
}
h1{margin:0;padding:10px 0 0px 0;}

div.logo{
	padding:0px;
	float:left;
	height:50px;
}
div.logo h1 span{
	background:url(../images/redesign/header/logo.png);
	width:334px;
	height:40px;
	display:block;
}
div.logo span.invis{display:none;}
span.invis{display:none;}

/*
 *	SEARCH 
 */
div.search{
	position:relative;
	top:20px;
	right:20px;
	padding:0px;
	float:right;
}
input.mini_search{
	border: 1px solid #A0A0A0;
	outline: none;
	height:13px;
	padding: 7px 17px;	
	width:185px;
	background:#F1F1F1;
	color:#8A8A8A;
	font-size:11px;
	font-style:italic;
}
li.search button, .search button{
	background-position:0 2px;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	display: block;
	float: right;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	background-color:#225D99;
	background-image:url(../images/header/minisearch.png);
	height: 22px;
	color:#225D99;
	width: 27px;
}
.search button{
	background-color:transparent;
	background-image:url(../images/redesign/misc/searchMag.png);
	background-position:13px 10px;
	height:80px;
	color:#dddddd;
	width: 77px;
	border-left:0px solid #CCC;
	background-position: 0px 0px;
	border: 0px solid #ddd;
	text-align:center;
	margin-top:-5px;
	
}

/*
 *	MAIN NAVIGATION 
 */
div.main_nav{
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	padding:1px;
	width:1005px;
	height:45px;
}
ul.main_navigation{
	margin: 0px auto;
	background-image:url(../images/redesign/header/navmainbg.png);
	background-repeat: repeat-x;
	background-color:#f0eeee;
	height:45px;
	width:714px;
}
ul.main_navigation li{
	float:left;
	height:45px;
	padding:0 25px;
	line-height:45px;
}
ul.main_navigation li.spacer{
	background-image:url(../images/redesign/header/navmaindiv.png);
	height:45px;
	width:2px;
	padding:0;
	margin:0 8px;
}
ul.main_navigation li.left{
	background-image:url(../images/redesign/header/navmainbgl.png);
	height:45px;
	width:2px;
	padding:0;
	margin:0;
}
ul.main_navigation li.right{
	background-image:url(../images/redesign/header/navmainbgr.png);
	height:45px;
	width:2px;
	padding:0;
	margin:0;
}
ul.main_navigation li a{
	color:#666;
	font-size:14px;
}
ul.main_navigation li.search{
	height:35px;
	padding:0 0 0 20px;
	margin-right:10px;
	position:relative;
}
/*ul.main_navigation li:hover, ul.main_navigation li.active{background:#bbd2d9;}*/
ul.main_navigation li:hover, ul.main_navigation li.active{background:none;}
ul.main_navigation li.search:hover{background:none;}

div.main{
	width:1005px;
	margin:0 auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	display:block;
	clear:both;
	
}
div.main .wrap{
	background:#FFF;
	float:left;
	background-color:#dddddd;
}
div.cta{
	height:271px;
	width:1005px;
	float:left;
	position:relative;
	background:url(../images/redesign/misc/playerHeader.png);
}
div.main_cta{
	width:1005px;
	margin:0px auto;
	text-align:center;
}
h2{
	margin-top:66;
	margin-bottom
	color:#000000;
	font-size:22px;
	font-weight:bold;
	
}


/*
 *	SCOUTFEED 
 */

div.scoutfeed_top_words{
	height:22px;
	float:left;
	width:1005px;
	padding-top:65px;
	padding-bottom:28px;
	color:white;
	font-size:22px;
	font-weight:bolder;
}

div.scoutfeed_bottom_words{
	height:22px;
	padding-top:28px;
	width:1005px;
	float:left;
	color:white;
	font-size:22px;
	font-weight:bolder;
	
}

div.main_cta div.search{
	margin-left:267px;
	margin-right:267px;
	position:relative;
	top:0px;
	right: 0px;;
	border: 2px solid #c2c2c2;
	width:465px;
	padding:0px;
	background:url(../images/misc/semitransparent.png);
	height:67px;
	text-align:left;
}
input.main_search{
	width:444px;
	height:42px;
	padding:13px 10px 12px 10px;
	font-size:24px;
	border:none;
	border-right:1px solid #CCC;
}
/*.content{
 float:left;
 background-color:#dddddd;
 }*/


div.scoutfeed_title{
	height:22px;
	font-size:22px;
	padding-bottom:14px;
	padding-top:24px;
	padding-left:25px;
	float:left;
	width:980px;
	color:#000000;
	font-size:22px;
	font-weight:bolder;
	border-bottom: 1px solid #9a9a9a;
}


.contentWidth{
	float:left;
	width:1005px;
}
div.full.col{
	width:900px;
	float:left;
	
}
div.big.col{
	width:650px;
	float:left;
	
}
div.big.col_scoutfeed{
	width:735px;
	float:left;
	padding-top:0px;
	background-color:#dddddd;
	
}

/*
 *	DIVIDER 
 */
div.divider{
	float:left;
	width:600px;
	height:50px;
}
div.divider img{
	width: 600px;
	height:50px;
}


/*
 *	PROFILE STATUS 
 */
div.status{
	width: 422px;
	height: 38px;
	margin-bottom: 9px;
	background:url(../images/redesign/misc/status.png);
}
div.updateStatus{
	float: left;
	width: 23px;
	height: 38px;
}
div.statusText{
	float: left;
	width: 377px;
	height: 16px;
	font-style:italic;
	color:#ca595b;	
	font-size:14px;
	padding: 11px;
	overflow:hidden;
	white-space:nowrap;
}
div.status input{
	width: 380px;
	height: 18px;
	font-size:14px;
	padding: 5px;
	margin:3px;
}
span.status{
	width: 422px;
	height: 38px;
	font-style:italic;
	color:#2b2b2b;	
	font-size:14px;
	margin: 11px;
}

div.side.col{
	width:205px;
	float:left;
	background:#EEE;
	padding-bottom:10px;
	background-color:#dddddd;
}

div.side.col_scoutfeed{
	width:270px;
	float:left;
	background:#EEE;
	border:0px solid #CCC;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	padding-bottom:10px;
	background-color:#dddddd;
}

.inner{
	padding:10px;
	background:#dddddd;
	background-color:#dddddd;
}

.innerScoutFeed{
	padding:5px;
	background:#dddddd;
	background-color:#dddddd;
}

.innerSPC{
	padding:0px;
	padding-left:20px;
	background:#dddddd;
	background-color:#dddddd;
}
div.table_header{
	float:left;
	width:600px;
	height:25px;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	width:980px;	
}
div.table_header  h3{
	color:#000;
	font-size:14px;
	font-weight:normal;
	float:left;
	width:400px;
	font-size:18px;
	font-weight:bold;
}
div.table_header2{
	height:44px;
	padding:12px 15px;
	border:0px solid #000;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
div.bigbox{
	margin-top:-1px;
	border:0px solid #000;
	
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	color:#333;
	
	margin-bottom:10px;
}

div.bigbox.draftboard{
	margin-top:-1px;
	border: 0px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	background:#dddddd;
	color:#333;
	margin-bottom:10px;
}
div.bigbox.draftboard_left{
	margin-top:-1px;
	border: 0px solid #9a9a9a;
	background:#dddddd;
	color:#333;
	margin-bottom:10px;
}

div.bigboxspc{
	margin-top:-1px;
	border:1px solid #000;
	background:#F1F2F2;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	color:#333;
	
	margin-bottom:0px;
}

div.bigboxspc_draftboard{
	margin-top:-1px;
	border:0px solid #000;
	background-color:#dddddd;
	color:#333;
	border-bottom:0px solid #9a9a9a;
	margin-bottom:0px;
}

div.bigboxsmall{
	margin-top:-1px;
	border:1px solid #000;
	background:#F1F2F2;
    vertical-align:center;
    -moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	color:#333;
	
    margin-right:-1px;
    margin-left:-1px;
	margin-bottom:-1px;
    height:50px;
}

div.bigboxsmall_draftboard{
	margin-top:0px;
	border:0px solid #000;
	
    vertical-align:center;
    margin-right:0px;
    margin-left:0px;
    height:50px;
}

.grey{
	
}
h3{
	padding:0;
	margin:0;
	font-size:19px;
	color:#333;
	
}
h10{
	padding:0;
	margin:0;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

div.mydraftboardtitle{
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:18px;
	font-weight:bold;
	font-style:bold;
	color:#333;
}

div.bigbox ul{
	list-style:none;
	padding:0;
	margin:0;
}
.scoutfeed{
	background-color: #dddddd;
	padding:0px 0px;
	border: 0px solid black;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
div.scoutfeed li{
	padding:0px 0 0px 0;
	border-bottom:1px solid #CCC;
	background-color:#d3d3d3;
	height:61px;
	margin-top:4px;
}
div.thumb{
	float:left;
	text-align:center;
	width:160px;
	height:160px;
	margin-left: 13px;
	background-color:#dddddd;
}
div.thumb_scoutfeed{
	float:left;
	text-align:center;
	width:48px;
	height:48px;
	margin-left: 12px;
	margin-right: 19px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color:#d3d3d3;
}
div.team_thumb div.thumb{
	width:48px;
	height:48px;
	margin-left: 12px;
	margin-right: 19px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color:#d3d3d3;
	margin:0px auto;
	float: none;
}
div.thumb img{
	width:160px;
	height:160px;
}
div.settings{
	float:left;
	text-align:center;
	height:27px;
	width:151px;
	margin-left:18px;
	margin-top: 11px;
	margin-bottom: 6px;
	background-color:#dddddd;
}
div.rightsideProfileLink{
	float:left;
	text-align:left;
	color: black;
	font-size: 12px;
	font-weight: bold;
	width:163px;
	margin-left: 8px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #bcbcbc;
	background-color:#dddddd;
	padding-top: 19px;
	padding-bottom: 19px;
}

/*
 *	FAVORITES 
 */
div.favorites{
	float:left;
}
div.favoriteLine{
	float:left;
	width:560px;
	height:122px;
	padding:9px 13px;
	padding-bottom:20px;
	/*	border-bottom-color: #bcbcbc;
	 border-bottom-style: solid;
	 border-bottom-width: 1px;*/
}
div.favoriteLine.border{
	border-top-color: #bcbcbc;
	border-top-style: solid;
	border-top-width: 1px;
}
div.favoriteTitle{
	float:left;
	width:560px;
	height:30px;
	font-size:14px;
	font-weight:bold;
}
div.favoriteItem{
	float:left;
	width:66px;
	height:80px;
}
div.favoriteItemSpacer{
	float:left;
	width:37px;
	height:80px;
}

/*
 * Scouting Style Display Only
 */

.sectionwoBKG{
	height:40px;
	
}

div.scoutingStyle{
	padding:0px;
	
	float:left;
	width:560px;
	height:40px;
}
div.scoutingStyletitle{
	padding:0px;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	float:left;
	width:40px;
	height:40px;
}

div.scoutingStyleContent{
	padding:0px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	float:left;
	width:470px;
	height:40px;
}

div.scoutingStyleBar{
	padding:0px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	float:left;
	width:470px;
	height:40px;
}

div.scoutingStyleLabels{
	padding:0px;
	font-size:12px;
	text-align:left;
	vertical-align:bottom;
	float:left;
	width:390px;
	height:22px;
}
div.scoutingStyleLabelsInnerLeft{
	padding:0px;
	font-size:12px;
	text-align:left;
	vertical-align:bottom;
	float:left;
	width:195px;
	height:22px;
}
div.scoutingStyleLabelsInnerRight{
	padding:0px;
	font-size:12px;
	text-align:right;
	vertical-align:bottom;
	float:left;
	width:195px;
	height:22px;
}

.slider_container_display{
	padding:4px 20px 4px 20px;
	width:420px;
	height:20px;
}


.friends{
	width:148px;
	border:0px solid #666;
	font-size:11px;
	font-weight:normal;
	margin-bottom:10px;
	background:#F1F1F1;
	color:black;
	line-height:.8;
	background-color:#d3d3d3;
	float:left;
	margin-left:12px;
	margin-top:40px;
	padding: 10px 6px;
	
}

.friends .friendstitle{
	font-size:12px;
	line-height:1;
	text-align:center;
	color:#4e4d4d;
	font-weight:normal;
	margin: 10px 0;
	margin-bottom:10px;
}

div.friendsline{
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:black;
	width:152px;
	height:45px;
	font-weight:normal;
	margin-bottom:8px;
	margin:10px 0px;
}

div.friendsName{
	position:relative;
	left:40px;
	top:-25px;
	vertical-align:middle;
	font-size:12px;
	padding-left:8px;
	line-height:1;
	text-align:left;
	color:black;
	height:12px;
	font-weight:normal;
}

div.friendsct{
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:#4e4d4d;
	height:10px;
	font-weight:normal;
	margin-left:3px;
	padding:0;
	padding-bottom:18px;
}

/*
 *	DRAFTSMASH 
 */
/*
 div.draft{
 border-top: 1px solid #bcbcbc;
 padding-top: 20px;
 width: 560px;
 height: 270px;
 clear:both;
 }
 
 div.draftblue{
 background-color: #bbd2d9;
 border: 2px solid #6b7072;
 width: 558px;
 height:257px;
 float: left;
 }
 
 .draftsmash{
 border:0px solid #666;
 -webkit-border-radius:3px;
 -mox-border-radius:3px;
 padding: 0px 0px;
 font-size:40px;
 font-weight:bold;
 margin-bottom:10px;
 background:#F1F1F1;
 color:#666;
 line-height:.8;
 float: left;
 width:333px;
 height: 257px;
 background-color:#bbd2d9;
 }
 .draftsmash .draftsmashtitle{
 position:absolute;
 font-size:20px;
 line-height:1;
 text-align:center;
 color:black;
 width:332px;
 height: 44px;
 font-weight:bold;
 margin-right:0px;
 margin-top:-3px;
 z-index:5;
 }
 div.draftsmashline{
 font-size:12px;
 line-height:1;
 text-align:center;
 color:#ca595b;
 width:333px;
 padding-top:10px;
 height: 21px;
 font-weight:bold;
 margin-right:0px;
 
 }
 div.draftsmashprospect{
 overflow: hidden;
 position: relative;
 width: 123px;
 height: 149px;
 float: left;
 margin: 0px 0px;
 text-align: center;
 font-weight:normal;
 padding-top: 76px;	
 }
 div.draftsmashprospectright{
 border: 1px solid grey;
 border-top-width: 0px;
 background-color:#afced8;
 }
 div.draftsmashprospectvs{
 width:83px;
 text-align:center;
 float: left;
 padding-top: 78px;
 }
 div.draftsmashprospectleft{
 width: 124px;
 border-bottom: 1px solid grey;
 border-right: 1px solid grey;
 background-color:#afced8;
 }
 
 div.draftsmashimage{
 padding: 0px;
 width: 85px;
 height: 85px;
 width: 100%;
 }
 div.draftsmashimage img{
 width:50px;
 height:60px;
 border-style: none;
 }
 div.draftsmashname{
 float:left;
 padding: 0px 0px 0px;
 padding-top: 10px;
 width: 124px;
 color:black;
 font-size:12px;
 line-height:1;
 }
 div.draftsmashcol{
 float:left;
 padding: 5px;
 width: 114px;
 color:black;
 font-size:9px;
 line-height:1;
 }
 */

/*
 * Draftsmash Top Ten
 */

div.toptentitle{
	font-size:25px;
	line-height:1;
	text-align:center;
	color:#ca595b;
	width:224px;
	height: 30px;
	font-weight:bold;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:3px;
	
}

div.draftsmashtopplayers{
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 190 px;
	float: left;
	margin: 10px 0px;
	text-align: center;
	font-weight:normal;
}

div.draftsmashtoptenimage{
	width:20px;
	height:23px;
}

div.draftsmashnametopten{
	float:left;
	padding: 0px 5px 5px;
	width: 100%;
	color:black;
	font-size:14px;
}

div.TopTen{
	border:0px solid #666;
	-webkit-border-radius:0px;
	-mox-border-radius:0px;
	padding:0px 0px;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	background:#F1F1F1;
	color:black;
	line-height:.8;
	float:left;
	width: 224px;
	height: 257px;
	background-color:#bbd2d9;
	
}

div.dsTopTenline{
	border:0px solid #909090;
	-webkit-border-radius:2px;
	-mox-border-radius:2px;
	padding:0px;
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:black;
	width:179px;
	height:12px;
	font-weight:normal;
	margin: 0 6px;
	padding: 5px 0 5px 33px;
}
div.dsHighlight{
	background-color:#cadce1;
}

div.dsTopTenPicture{
	
	padding:3px;
	vertical-align:middle;
	font-size:12px;
	float: left;
	line-height:1;
	text-align:center;
	color:black;
	width:35px;
	height:35px;
	font-weight:normal;
	margin-right:0px;
}

div.dsTopTenRank{
	padding:0px;
	vertical-align:middle;
	font-size:12px;
	float: left;
	line-height:1;
	text-align:center;
	color:black;
	width:30px;
	height:22px;
	font-weight:bold;
	margin-left:10px;
}

div.dsTopTenTextline{
	vertical-align:middle;
	float:left;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:black;
	width:175px;
	height:20px;
	font-weight:normal;
	margin-right:0px;
}


/* 
 * Consolidated Notes
 */
div.conslidatedNotesTitle{
    padding:3px;
    vertical-align:middle;
	float:left;
	font-size:18px;
	line-height:1;
	vertical-align: middle;
    text-align:left;
    color:white;
	width:600px;
    height:15px;
	font-weight:bold;
	margin-right:0px;
	margin-bottom: 15px;
}


div.consolidatedNotes{
	font-size:10px;
	width:166px;
	float: left;
	border-left: 1px solid #bcbcbc;
}


div.conslidatedNotesLegend{
	padding:0px;
	vertical-align:middle;
	float:left;
	font-size:12px;
	line-height:1;
	vertical-align: middle;
	text-align:center;
	color:black;
	width:166px;
	height:15px;
	font-weight:normal;
	font-style:italic;
	margin-right:0px;
	border-left: 1px solid #bcbcbc;
}

div.conslidatedNotesDate{
	padding:0px;
	padding-left:5px;
	vertical-align:middle;
	float:left;
	font-size:12px;
	line-height:1;
	vertical-align: middle;
	text-align:left;
	color:black;
	width:75px;
	height:15px;
	font-weight:normal;
	font-style:italic;
	margin-right:0px;
	border-left: 1px solid #bcbcbc;
}


div.details{
	margin-left:0px;
	float:left;
}

div.details p{
	margin:4px 0;
	font-size:12px;
	width:120px;
}
.edit_profile div.details p{
	width:690px;
}
div.scoutfeed li div.details p{width:540px;	height:26px;}
div.scoutfeed li div.details p.timestamp{
	font-size:10px;
	color:#999;
	height:14px;
}
a.person{color:#e51937;font-weight:bold;}
a.person:hover{color:black;}

div.side div.details{
	width:110px;
	margin-left:10px;
	float:left;
}
h4{color:#333;margin:5px 0 0 0;}
div.side p{
	margin:5px 0 0 0;
	font-size:12px;
}

/* 
 * Profile
 */

div.profile{
	clear:both;
	float:left;
	margin-bottom:20px;
}
div.profile div.details{
	width:558px;
	padding-top:15px;
	border-top: 1px solid #bcbcbc;
	margin-bottom:20px;
	float:left;
	clear:both;
}
div.profile div.item{
	font-size:12px;
	margin-bottom: 20px;
}
div.profile div.item{
	font-size:12px;
	margin-bottom: 20px;
}
div.profile div.styleTitle{
	float:left;
}
div.profile .slider_container{
	width: 420px;
	padding: 0;
	padding-left: 40px;
}
div.profile .section_summary .slider_container{
	width: 420px;
	padding:36px 20px 15px 20px;
}

/* 
 * Edit Profile
 */
div.edit_profile{
	clear:both;
	float:left;
}
div.edit_profile .favorite_section{
	background:url(../images/table_bgs/rgrey.png);
	background-repeat: repeat-x;
	height:120px;
	border-bottom:1px solid #666;
	border-top:1px solid #FFF;
}
div.edit_profile .put_container{
	width:750px;
	padding-right:10px;
	float:left;
}
div.edit_profile div.favorite_list{
	float:left;
	width:490px;
	margin-bottom:20px;
	margin-left:10px;
	margin-top:10px;
}
div.edit_profile ul.favorite_list{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	color: #333333;
	text-shadow: 0 1px 0 #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	background: none repeat scroll 0 0 #F1F2F2;
	height: 100px;
	border: 1px solid black;
}
div.edit_profile ul.favorite_list li.item{
	width: 65px;
	padding: 10px 0;
	margin: 0px 25px;
	position: relative;
	float: left;
	font-size:12px;
	text-align: center;
}
div.player_statistics{
	float:left;
	display:block;
	width:100%;
}
.player_statistics div.table_header{
	background-position:top;
	height:14px;
	padding:10px;
	font-size:12px;
	font-weight:bold;
}
.player_statistics table{
	font-size:11px;
	border-collapse:collapse;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom: 1px solid #000;
	display:block;
}
.player_statistics td.label{
	color:#666;
	padding:4px 10px 3px 15px;
	border-right:1px solid #999;
	background-position:bottom;
	width:120px;
}
.player_statistics td.warlabel{
	color:#000;
	padding:4px 10px 3px 15px;
	border-right:1px solid #999;
	background-position:bottom;
	width:120px;
}
.player_statistics td.sectionsplit{
	color:#666;
	padding:4px 5px 3px 5px;
	
	background-position:bottom;
}

.player_statistics  td.output{
	padding:4px 10px 3px 8px;
	width:65px;
}
.player_statistics tr{
	border-top:1px solid #FFF;
	border-bottom:1px solid #666;
}
div.team_thumb{
	width:158px;
	height:68px;
	margin:15px 10px;
	float:left;
	text-align:center;
}
.box{
	float:left;
	width:100%;
}
.school{
	font-size:12px;
	font-weight:bold;
	color:#036;
}
.red{
	background:url(../images/table_bgs/red.png);
}
.red h3{
	color:#FFF;
	text-shadow:0 -1px #000;
	float:left;
	width:400px;
}

}
.scoutfeed{
	background-color:#dddddd;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
}
.scoutfeed h3{
	color:#FFF;
	text-shadow:0 -1px #000;
	float:left;
	width:400px;
}

.count{
	float:right;
	text-align:left;
	font-size:10px;
	margin-top:-9px;
	margin-left:-50px;
}
.count p{
	margin:3px 0;
	color:#000;
}
.section_header{
	width:550px;
	background: #f1ebeb;
	font-weight:normal;
	padding:3px 4px;
	color:#000;
	font-size:10px;
	clear:both;
}
.section{
	height:50px;
}
.section_summary{
	width:630px;
}

.section_label{
	height:14px;
	width:115px;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#31576c;
	text-align:left;
	padding:36px 0 0 10px;
}
.section_label_coach{
	height:25px;
	width:100px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#31576c;
	text-align:left;
	padding:15px 0 0 25px;
}
.alt_section_label{
	height:14px;
	width:115px;
	float:left;
	font-size:10px;
	font-weight:bold;
	color:#31576c;
	text-align:left;
	padding:20px 0 0 10px;
}
.section_label.active{
	background:url(../images/table_bgs/dark.png);
	color:#FFF;
	text-shadow:0 -1px 0 #000;
}
.slider{
	background:url(../images/misc/mbar.png);
	height:9px;
	width:390px;
	float:left;
	position:relative;
}
.number{
	font-size:24px;
	text-align:center;
	padding:11px 0;
	height:32px;
	width:40px;
	float:left;
	color:#333;
	text-shadow:0 1px 0 #EEE;
}
.slider_container, .put_container{
	width:470px;
	float:left;
}
.slider_container{
	padding:24px 20px 15px 20px;
	padding:36px 20px 7px 20px;
	width:410px;
	height:12px;
}
.slider_container.output{
	width:460px;
}
.slider_container img{float:left;}
.output_container{
	background:url(../images/misc/mbarb.png);
	background:url(../images/redesign/misc/mbarb.png);
	width:390px;
	height:15px;
	position:relative;
}
.data_output{
	width:40%; /*Put as range percentage*/
	left:20%; /*Put as lower bound percentage*/
	/*These two must MAX add up to 100%*/
	position:absolute;
	background:url(../images/misc/insidembar.png);
	background:url(../images/redesign/misc/insidembar.png);
	height:12px;
	margin:1px 0;
}
.data_output .lowerbound{
	background:url(../images/misc/insidelbar.png);
	background:url(../images/redesign/misc/average.png);
	height:12px;
	width:13px;
	position:absolute;
	left:-6px;
}
.data_output .upperbound{
	background:url(../images/misc/insiderbar.png);
	background:url(../images/redesign/misc/average.png);
	height:12px;
	width:13px;
	position:absolute;
	right:-6px;
}
.average{
	left:36%; /*This is the average percentage*/
	position:absolute;
	background:url(../images/misc/average.png);
	background:url(../images/redesign/misc/average.png);
	width:14px;
	height:12px;
	margin:1px 0;
	margin-left:-12px;
	z-index:98;
}
.average_solo{
	left:36%; /*This is the average percentage*/
	position:absolute;
	background:url(../images/misc/average_solo.png);
	background:url(../images/redesign/misc/average_solo.png);
	width:25px;
	height:12px;
	margin:2px 0;
	margin-left:-5px;
	z-index:98;
}
tr.output_percentages{
	font-size:18px;
	color:#333;
}
.put_container table{
	width:100%;
	text-align:center;
	font-size:10px;
}
.put_container tr.output_percentages{
	font-size:10px;
}
.put_container td{
	width:120px;
}
.put_container td.highlight{
	background:#cdcdcd;
}
div.data_report{
	float:left;
	padding:16px 0 17px 0;
	font-weight:bold;
	min-width:135px;
	text-align:center;
	color:#333;
	border-right:1px solid #666;
}
div.data{
	padding:13px 18px;
	float:left;
	font-weight:bold;
	text-align:center;
	/*	border-right:1px solid #666;*/
}
input.data{
	font-size:16px;
}
div.knob{
	position:absolute;
	top:-12px;
	cursor:e-resize;
}
div.lastupdate{
	float:left;
	width:160px;
	font-size:12px;
}

li.submit{
	padding:13px 10px 4px 10px;
	height:30px;
}
div.save_but{
	float:right;
	text-align:right;
	width:100px;
	margin-top:-5px;
}

div.save_but_draftboard_top{
	float:left;
	text-align:right;
	width:100px;
	margin-top:17px;
	padding-left:22px;
}

.logo.login{
	margin:20px 320px;
	width:262px;
}
.loginbox{
	margin:20px auto;
	width:360px;
}
li.bluesection{
	/*	background:url(../images/table_bgs/blue.png);*/
	height:26px;
	padding:12px 0;
	/*	position:relative;*/
	float:left;
}
li.bluesectionother{
/*	background:url(../images/table_bgs/blue.png);
	background-repeat: repeat-x;
	background-color: #1c4468;*/
	height:150px;
/*	padding:0;
	position:relative;
	color:#3e3e3e;*/
	float:left;
}
li.bluesectionother div{
	padding:12px 0;
	position:relative;
	width:100%;
}

.loginbox .instructions{
	padding:5px 10px;
	font-size:11px;
}
.loginbox label{
	font-size:16px;
	color:#FFF;
	width:100px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	color:#bcbcbc;
	color:#858585;
}
.loginbox .pitch{
	font-size:15px;
	color:#FFF;
	display:inline-block;
	text-align:right;
	text-shadow:0 1px 0 #000;
	font-weight:bold;
}
.loginbox input{
	height:26px;
	display:inline-block;
	border:1px solid #bcbcbc;
	font-size:15px;
	margin-left:10px;
	padding:0 5px;
	width:225px;
}
.loginbox .question{
	font-size:15px;
	text-align:left;
	padding:5px 20px;
	padding-left: 0px;
	color:#FFF;
	/*	text-shadow:0 1px 0 #000;*/
}
.loginbox select{
	width:235px;
	margin-left:10px;
	height:28px;
	border:1px solid #bcbcbc;
}
.searchsection{position:relative;width:360px;height:55px;padding:10px 0;}
.loginbox .searchsection input.main_search{
	width:259px;
	height:24px;
	padding:13px 10px 12px 10px;
	font-size:24px;
	border:1px solid #000;
}
.loginbox .searchsection button{
	border:1px solid #000;
	right:11px;
	top:10px;
}
.selecteduser{
	/*	padding:5px 10px;*/
}
.research{
	float:right;
	padding:10px;
}
.error{
	position:absolute;
	left:370px;
	background:#003;
	border: 1px solid #FF0;
	color:#FFF;
	font-size:11px;
	text-shadow:0 1px 0 #000;
	padding:5px 7px;
	top:14px;
	width:170px;
	display:none;
}
.tablelabels{
	background:url(../images/table_bgs/red.png) bottom;
	color:#FFF;
	text-shadow:0 1px 0 #000;
	font-size:12px;
	border-bottom:1px solid #333;
}


.proprankbox{
	width:444px;
	padding-left: 40px;
	padding-right: 0px;
	float:left;
	background-color:#dddddd;
}
.proprankbox.right{
	padding-left: 0px;
	padding-right: 40px;
	float:left;
	background-color:#dddddd;
}

.proprankbox.middle{
	float:left;
	background-color:#dddddd;
}
.ranking{
	position:relative;
	width:880px;
}
div.ranking_draftBoard{
	width:969px;
	padding-left:18px;
	padding-right:18px;
	height: 2244px;
}

.proprankbox td{
	padding:0px 0px;
	font-size:13px;
	border:0;
}
.proprankbox table{
	width:100%;
	border-collapse:collapse;
}

.proprankbox .section{
	margin-top:0px;
	padding-top:7px;
	padding-bottom:0px;
	height:66px;
	background:#dddddd;
	border:none;
}
.proprankbox .thumb{
	cursor:move;
}


.rankbox{
	width:400px;
}
.rankbox.right{
	position:absolute;
	right:10px;
	top:10px;
}

.rankbox.middle{
	position:absolute;
	right:315px;
	top:10px;
}

.ranking{
	position:relative;
	width:880px;
}
.rankbox td{
	padding:5px 10px;
	font-size:13px;
	border:0;
}
.rankbox table{
	width:100%;
	border-collapse:collapse;
}

.rankbox .section{
	height:56px;
	background:#E1E1E1;
}
.rankbox .thumb{
	cursor:move;
}
td.rank{
	background:url(../images/table_bgs/rgrey.png) bottom;
	border-left:1px solid #777;
	text-align:center;
	font-weight:bold;
	cursor:move;
}

td.proprank{
	background:url(../images/table_bgs/rgrey.png) bottom;
	border-left:1px solid #777;
	text-align:center;
	font-weight:bold;
	cursor:move;
    width:40;
}

div.table_header .instructions{
	position:absolute;
	right:10px;
	top:12px;
	padding:5px 8px;
	background:#FFFF80;
	border:1px solid #333;
	color:#000;
	font-size:11px;
	font-weight:normal;
}

div.instructions_container{
	height:45px;
	
}

div.instructions_draftBoard{
	float:left;
	right:10px;
	top:12px;
	background-color:#e7dddd;
	border:1px solid #cfc7c7;
	color:#000;
	font-size:11px;
	margin-top:20px;
	margin-left:8px;
	
}
div.instructions_excul{
	width:20px;
	padding-top:5px;
	padding-bottom:1px;
	padding-left:5px;
	float:left;
}
div.instructions_text{
	float:left;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:10px;
	font-size:11px;
	color:#000;
}


div.table_header.grey{
	position:relative;
	background-color:#dddddd;
	padding-top: 38px;
	padding-left: 26px;
	padding-bottom:16px;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #9a9a9a;
}

div.table_header_draftboard{
	height:85px;
	padding-top:20px;
	padding-left:25px;
	position:relative;
	background-color:#dddddd;
}

div.table_header_prospects{
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding-bottom:10px;
	padding-top:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	background-color:#dddddd;
}

div.table_header_prospects_right{
	border-bottom: 1px solid #9a9a9a;
	padding-bottom:10px;
	padding-top:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	background-color:#dddddd;
}

.bigbox.questionnaire{
	width:900px;
	position:relative;
	background:#FFF;
	font-size:13px;
	line-height:1.6;
}
.questionnaire .inner{padding:20px;}
.questionnaire h2{
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#222;
	font-size:19px;
	font-weight:bold;
	padding:0;
	margin:5px 0;
	display:block;
	background:none;
}
.questionnaire h3{
	font-size:15px;
	font-weight:normal;
	margin:10px;
}
.big{
	width:650px;
}
.pagenavigation{
	position:fixed;
	top:190px;
	left:50%;
	margin-left:210px;
	width:210px;
	background:#F1F2F2;
}
.pagenavigation li{
	padding:10px;
	font-size:12px;
	border-top:1px solid #F1F2F2; border-bottom:1px solid #F1F2F2;
}
.pagenavigation li:hover, .pagenavigation li.active{background:#D5D7D8; border-top:1px solid #FFF; border-bottom:1px solid #FFF;}
.pagenavigation li a{color:#BCBEC0;}
.pagenavigation li:hover a, .pagenavigation li.active a{color:#000;}
.questionnaire label{
	width:100px;
	text-align:right;
	font-weight:bold;
	color:#999;
	font-size:11px;
	display:inline-block;
	padding:10px 0;
	margin-right:10px;
	height:20px;
	
}
.questionnaire input, .questionnaire select, .questionnaire textfield{
	width:180px;
	margin:10px 0;
	padding:5px 0px;
}
.questionnaire select{
	width:184px;
}
span.tiny{
	font-size:9px;
}
.questionnaire select.dob{
	width:60px;
}
hr{
	margin:20px 0;
}
.q_section hr{
	border:1px dotted #CCC;
	display: block;
	margin:5px 0;
}
.radioquestion{
	font-weight:bold;
	color:#999;
	font-size:11px;
	display:inline-block;
	padding:10px 0;
	margin-right:10px;
	height:20px;
	width:100%;
}
.radiocontainer{
	float:right;
	width:360px;
}
.radiocontainer label{
	width:50px;
	height:14px;
	padding:0;
	text-align:left;
	margin-left:5px;
}
.radiocontainer input.radio{
	width:10px;
	height:14px;
	padding:0;
	margin-top:4px;
}
.q_section textarea{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.q_section p{
	color:#666;
}
.q_section .checkbox{
	width:50px;
}
.searchdrop li{
	cursor:pointer;
}
.peer_notes{
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	width:200px;
	width:400px;
	font-size:11px;
	margin-top:-6px;
	margin-bottom:0px;
}
.tool_small{
	font-size:10px;
	color:#F00;
}
/*
 div.footer{
 width:900px;
 font-size:12px;
 color:#9d9d9d;
 
 margin:15px auto;
 height:20px;
 }*/
.featured_header.table_header{
	font-size:12px;
	font-weight:bold;
	color:black;
	text-shadow:0px 0 0 #000;
	padding:5px 7px;
	height:14px;
}
.featuredbox{
	border:0px solid #333;
	border-top: 1px solid #bcbcbc;
	padding:5px;
	width:216px;
	clear:both;
	margin-bottom:10px;
	display:inline-block;
	
}
.featuredbox hr{
	display:block;
	clear:both;
	margin:5px 0 10px 0;
}
.featuredbox .profile{
	margin-bottom:5px;
}
h3 a.person{
	font-size:13px;
}


table.mlbteams img{
	margin:0 auto;
	width:80px;
	margin-bottom:10px;
}
table.mlbteams input{
	width:10px;
	margin: 5px 10px 0 5px;
	padding-bottom:14px;
	display:inline;
	float:left;
}
table.mlbteams label{
	display:inline;
	width:inherit;
	text-align:left;
	float:left;
	width:70px;
	padding:0;
	margin:0;
}
table.mlbteams tr td{
	width:102px;
	vertical-align:text-top;
	padding:0;
	height:50px;
}
table.mlbteams tr.pictures td{
	height:85px;
}

table.mlbteams tr.pictures td label{
	width:95px;
	text-align:center;
}
.notes{
	font-size:12px;
	padding:0px 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nummarker{
	background:url(../images/redesign/misc/blackKnob.png);
	position:absolute;
	top:-28px;
	left:50%;
	width:34px;
	height:20px;
	margin-left:-16px;
	padding-top: 6px;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	color:#FFF;
}

div.tab{
	padding-left:65px;
	color: black;
}

div.tabsmall{
	padding-left:35px;
	color: black;
}

div.tabsmall_smallFont{
	padding-left:35px;
	font-size: 14px;
	color: black;
}
div.tabsmall_SPC_smallFont{
	padding-left:55px;
	font-size: 14px;
	color: black;
}

div.tabExtraSmall{
	padding-left:22px;
	font-size: 14px;
	color: black;
}
div.tabExtraSmall_smallFont{
	padding-left:22px;
	font-size: 14px;
	color: black;
}

div.tabExtraSmall_bold_italics{
	padding-left:22px;
	font-style:italic;
	font-weight:bold;
	color: black;
}


/*
 * Player Start Page
 */

div.main_info{
	width:1005px;
	height:300px;
	margin-top:35px;
	background:url(../images/redesign/misc/landingHeader.png);
}

div.main_info_text{
	width:485px;
	height:165px;
	padding-top:85px;
	padding-bottom:50px;
	padding-left:150px;
	font-size: 14px;
	float:left;
	color: #595757;
}
div.main_info_getStarted{
	width:295px;
	height:170px;
	padding-top:100px;
	padding-left:75px;
	font-size: 14px;
	float:left;
	color: #595757;
}

div.whatitis{
	width:910px;
	height:40px;
	padding-top:20px;
	padding-left:95px;
}
div.whatitis_text{
	width:900px;
	height:100px;
	padding-top:25px;
	padding-left:105px;
	font-size: 18px;
	color: #595757;
}

div.why_block{
	width:1005px;
	height:570px;
}
div.why_left_block{
	width:405px;
	height:570px;
	padding-left: 105px;
	float:left;
}
div.why_right_block{
	width:410px;
	height:570px;
	padding-right: 85px;
	float: left;
}
div.why_blockSPC{
	width:1005px;
	height:300px;
	float:left;
}
div.why_left_blockSPC{
	width:405px;
	height:300px;
	padding-left: 105px;
	float:left;
}
div.why_right_blockSPC{
	width:410px;
	height:300px;
	padding-right: 85px;
	float: left;
	margin-top: -30px;
}

div.why_left_block_why{
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin-top:47px;
	height:16px;
	padding-bottom:15px;
	width:405px;
}
div.why_left_block_whySPC{
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	margin-top:-5px;
	height:16px;
	padding-bottom:15px;
	width:405px;
}
div.why_left_block_divider{
	height:5px;
	padding-bottom:15px;
	width:405px;
	text-align: center;
	float:left;
}
div.why_left_block_dividerSPC{
	height:5px;
	padding-bottom:15px;
	padding-left:85px;
	width:320px;
	float:left;
}
div.why_left_block_bullet{
	height:20px;
	padding-bottom:45px;
	padding-top: 5px;
	width:25px;
	float:left;
}
div.why_left_block_bullet_text{
	float:left;
	height:45px;
	padding-bottom:25px;
	width:380px;
	float:left;
	font-size: 14px;
	font-weight:normal;
	font-style:italic;
	color: #595757;
}


div.why_left_block_bullet_short{
	height:20px;
	padding-top: 5px;
	padding-bottom:25px;
	width:25px;
	float:left;
}
div.why_left_block_bullet_text_short{
	float:left;
	height:25px;
	padding-bottom:25px;
	width:380px;
	float:left;
	font-size: 14px;
	font-weight:normal;
	font-style:italic;
	color: #595757;
}

div.why_left_block_college{
	float:left;
	font-size: 16px;
	font-weight:bold;
	padding-top:20px;
	height:14px;
	padding-bottom:16px;
	width:385px;
	padding-left:20px;
}
div.why_left_block_college_text{
	float:left;
	font-size: 14px;
	font-weight:normal;
	padding-top:15;
	height:100px;
	width:385px;
	padding-left:20px;
	color: #595757;
}
div.why_right_block_draftsmash{
	width:390px;
	height:228px;
	padding-top:78px;
	padding-left:20px;
}
div.why_right_block_tutorial{
	width:390px;
	height:206px;
	padding-top:58px;
	padding-left:20px;
}


div.why_right_block_comments{
	width:385px;
	height:505px;
	padding-top:65px;
	padding-left:25px;
}

div.theGameChanger{
	width:865px;
	height:50px;
	padding-top:25px;
	padding-left:140px;
	float:left;
}
div.splashDivider{
	width:1005px;
	text-align:center;
	height:50px;
	padding-top:25px;
	float:left;
}
div.splashDividerSPC{
	width:1005px;
	text-align:center;
	height:50px;
	padding-top:0px;
	padding-bottom:100px;
	float:left;
}

/*
 * Coaches Start Page
 * Uses many elements from Players Start Page
 */
div.main_info{
	width:1005px;
	height:300px;
	margin-top:35px;
	background:url(../images/redesign/misc/landingHeader.png);
}

div.main_info_text_coach{
	width:578px;
	height:180px;
	padding-top:70px;
	padding-bottom:50px;
	padding-left:57px;
	font-size: 14px;
	float:left;
	color: #595757;
}
div.main_info_getStarted_coach{
	width:295px;
	height:210px;
	padding-top:110px;
	padding-left:75px;
	font-size: 14px;
	float:left;
	color: #595757;
}
div.startScoutingComp{
	width:875px;
	height:30px;
	padding-top: 33px;
	padding-left:130px;
}
div.startScoutingComp_left{
	width:360px;
	height:107px;
	padding-top: 50px;
	padding-left:145px;
	float:left;
}
div.startScoutingComp_right{
	width:500px;
	height:130px;
	padding-top: 25px;
	float:left;
}
div.startScoutingComp_left_username{
	width:360px;
	height:18px;
	float:left;
	font-size: 16px;
	font-weight: bold;
}
div.startScoutingComp_left_password{
	width:360px;
	height:18px;
	padding-top: 32px;
	float:left;
	font-size: 16px;
	font-weight: bold;
}

div.startScoutingComp_right_example{
	color:#41a3c2;
	width:500px;
	height:15px;
	float:left;
	font-size: 15px;
	font-weight: bold;
}
div.startScoutingComp_right_bullet{
	width:18px;
	height:18px;
	padding-top: 12px;
	float:left;
}
div.startScoutingComp_right_text{
	width:482px;
	height:20px;
	padding-top: 10px;
	float:left;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	color: #595757;
}
div.startScoutingComp_bigText{
	width:825px;
	padding-left:180px;
	padding-top:20px;
	height: 228px;
	font-size: 17px;
	color:#4d4d4d;
	float:left;
	font-weight:narrow;
	padding-bottom:90px;
}



div.coach_block{
	width:1005px;
	height:260px;
	float:left;
}
div.coach_left_block{
	width:340px;
	height:260px;
	padding-left: 110px;
	float:left;
}
div.coach_right_block{
	width:490px;
	height:220px;
	padding-left: 65px;
	padding-top:40px;
	float: left;
}
div.coach_block_bullet{
	height:20px;
	padding-bottom:45px;
	padding-top: 5px;
	width:25px;
	float:left;
}
div.coach_block_why_bullet{
	height:20px;
	padding-bottom:15px;
	padding-top: 5px;
	width:25px;
	float:left;
}

div.coach_block_why{
	font-size: 16px;
	font-weight:bold;
	
	height:20px;
	padding-bottom:20px;
	width:315px;
	float:left;
}

div.coach_block_bullet_text{
	float:left;
	height:45px;
	padding-bottom:25px;
	width:315px;
	float:left;
	font-size: 14px;
	font-weight:normal;
	color: #595757;
}

div.why_left_block_coach_text{
	float:left;
	font-size: 14px;
	font-weight:normal;
	padding-top:15;
	height:100px;
	width:335px;
	padding-left:70px;
	color: #595757;
}

div.coachSPC_left_block{
	width:420px;
	height:300px;
	padding-left: 80px;
	float:left;
}
div.coachSPC_right_block{
	width:475px;
	height:300px;
	padding-left:0px;
	float: left;
}

/*
 * Win 25k
 */

div.win_main{
	
	width:345px;
	height:429px;
	float:left;
	padding-left:660px;
	background:url(../images/redesign/misc/win25kMain.png);
	margin-top:40px;
	padding-top:28px
}


div.winMain_bullet{
	width:18px;
	height:10px;
	padding-bottom: 49px;
	padding-top: 5px;
	float:left;
}
div.winMain_text{
	width:327px;
	height:36px;
	padding-bottom: 28px;
	float:left;
	font-size: 14px;
	font-weight:normal;
	color: #393937;
}

div.winMain_bulletLong{
	width:18px;
	height:10px;
	padding-bottom: 149px;
	padding-top: 5px;
	float:left;
}
div.winMain_textLong{
	width:327px;
	height:136px;
	padding-bottom: 28px;
	float:left;
	font-size: 14px;
	font-weight:normal;
	color: #393937;
}
div.win_getStarted{
	height:55px;
	margin-left:-30px;
	width:345px;
	float:left;
}
div.draftBoardDemo{
	width:1005px;
	height:450px;
	padding-left: 1px;
	text-align:center;
	float:left;
}
div.redLogoButtom{
	width:1005px;
	height:450px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 20px;
	text-align:center;
	float:left;
}

/*
 *Rank Team 
 */

div.rankteam_leftbox{
	width:490px;
	float:left;
}
div.rankteam_rightbox{
	background-color:#dddddd;
	width:490px;
	float:left;
}

.rankTeamrankbox{
	width:480px;
	float:left;
	background-color:#dddddd;
}
.rankTeambox.right{
	float:left;
	background-color:#dddddd;
}

/*
 * Conference List Page
 */
div.divisiontitle{
	padding-top:30px;
	padding-bottom:10px;
	width:877px;
	height:20px;
	font-size:16px;
	font-weight:bold;
	float: left;
}
div.conferences{
	width: 941px;
	padding: 0 32px;
	margin-bottom: 160px;
}
div.conference{
	padding: 16px 5px;
	height:32px;
	width:303px;
	float:left;
}
div.conference a{
	font-size: 14px;
	font-weight: bold;
	color:#688891;
}
div.table_header_ranking{
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding-bottom:10px;
	padding-top:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	background-color:#dddddd;
}

div.table_header_ranking_right{
	border-bottom: 1px solid #9a9a9a;
	padding-bottom:10px;
	padding-top:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	background-color:#dddddd;
}
/*
 * Scout Reports
 */
div.iconlist{
	width: 941px;
	padding: 0 32px;
	margin-bottom: 160px;
}
div.iconlist div.details{
	float:none;
	width:100%;
	margin: 0 auto;
}
div.iconlist div.details p{
	width:100%;
}
div.ranking_rankTeam{
	width:980px;
	background-color: #dddddd;
	margin: 0 auto;
}
/*
 *Coach My Profile
 */
div.trackrecord{
	padding-left:10px;
	height:160px;
	width:550px;
}
div.mytrackrecord{
	padding-top:36px;
	height:18px;
	width:560px;
	font-size:18px;
}
div.mytrackdetail{
	padding-top:15px;
	padding-left:22px;
	height:18px;
	width:538px;
	font-size:14px;
}
/*
 *Privacy
 */
div.privacyIndent{
	padding-left:40px;
}
































/**********************************************************************************************
 
 Title: CSS
 Author: Cenobil LLC
 Date: 2012
 
 ***********************************************************************************************
 
 1. Global Reset
 
 2. General Elements
 
 3. Layout
 3.1 Header
 3.2 Footer		
 
 ***********************************************************************************************/

/* 1. Global Reset
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate; 
	border-spacing: 0;
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}


/* 2. General Elements
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/
html
{
	margin:0;
	padding:0;
	height:100%; /* Important to push footer to bottom */
}

body
{
	margin: 0;
	padding: 0;
	height:100%; /* Important to push footer to bottom */
	color: #000000;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #182B49;
/*	background: #e9ebec; original design*/
	/*	font-size: 100%;
	 font-size: 0.8125em;*/
}
/*
 h1 {
 font-size: 2em;
 font-weight: bold;
 margin: 20px 0 18px;
 }
 
 h2 {
 font-size: 1.5em;
 font-weight: bold;
 }
 
 h3 {
 font-size: 1.25em;
 font-weight: bold;
 margin: 15px 0;
 }
 
 p{
 margin: 15px 0;
 }*/

a{
	color: black; 
	text-decoration:none;
	outline: none;
}
/*
 a img{
 border:none;
 }
 
 a:hover img{
 border: none;
 }*/

a:visited  {
	color: black; 
	text-decoration: none;
}

a:link  {
	color: black; 
	text-decoration: none;
}

a:active  {
	color: black;
	text-decoration: none;
}

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


/*
 ul{
 margin: 12px 0;
 }
 
 tr, td{
 vertical-align: middle;
 }
 
 #image a{
 border: none;
 }
 
 #image a:hover{
 border: none;
 }
 
 a.image{
 border: none;
 }
 
 a.image:hover{
 border: none;
 }
 */


/* 3. LAYOUT
 -----------------------------------------------------------------------------------------------
 ===============================================================================================*/

/* 3.1 ORGANIZATIONAL ELEMENTS (allow footer to push to the bottom)
 ------------------------------------------------------------------------------------------------ */

div.background {
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	bottom: 0;
}

div.backgroundalign {
	width:1005px;
	height:100%;
	margin:0 auto;
	background-color:#dddddd;
}

div.container {
	min-height:100%;
	position:relative;
}

div.header {
	display:block;
	height:55px;
	background:#0A1932;
/*	background:#4e4e4e; original color */
}

div.content {
	padding:0px;
	padding-bottom:80px;   /* Height of the footer */
	width:1005px;
	margin:0 auto;
	background-color:#dddddd;
	overflow:hidden;
}

div.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;   /* Height of the footer */
	font-size:12px;
	color:#9d9d9d;
	padding-top: 50px;
	padding-bottom: 10px;
}

div.footeralign {
	width:900px;
	margin:0 auto;
	background-color:#dddddd;
}

div.columnfull{
	width:1005px;
	float:left;
	padding:10px;
}

div.columnside{
	width:205px;
	float:left;
	background:#EEE;
	padding:10px;
	background-color:#dddddd;
	overflow:hidden;
}

div.columnbig{
	width:650px;
	float:left;
	padding:10px;
}

/* 3.2 COMMON ELEMENTS
 ------------------------------------------------------------------------------------------------ */


/* 3.2.1 TOP BAR */

div.topbaralign{
	position:relative;
	height:100%;
	width:1005px;
	margin:0 auto;
}
div.topbar{
	position:absolute;
	bottom: 0px;
	width:1005px;
	margin:0 auto;
	text-align:right;
}
div.topbar ul{
	position:relative;
	padding: 0 6px;
	margin: 0;
}
div.topbar ul li{
	display:inline-block;
	height:12px;
	padding:9px 14px;
	margin:0;
	text-shadow:0px -1px 0px #000;
	color: #e9e9e9;
}
div.topbar ul li.username{
	left:20px;
	position: absolute;
	width:120px;
}
div.topbar ul li.username:hover{
	background:none;
}
div.topbar ul li.username a{
	left:0;
	position:absolute;
	color:#92A5C4;
/*	color:#41A3C2; original color */
	text-decoration:underline;
}
div.topbar ul a{
	color:#FFF;
	font-size:11px;
}
div.topbar ul li.emph a{
	color:#FFF;
}
div.topbar ul li:hover, div.topbar ul li.active{background:#2D6FB0;}
div.topbar ul li:hover a, div.topbar ul li.active a{color:#EEE;}


/* 3.2.2 LOGO AND SEARCH */

div.logosearch{
	width:1005px;
	height:60px;
}

div.logo{
	padding:0px;
	margin-top:15px;
	margin-left:40px;
	float:left;
	height:50px;
}

div.logo img{
	width:334px;
	height:40px;
	width:295px;
	height:35px;
	display:block;
}

div.search{
	position:relative;
	top:20px;
	right:20px;
	padding:0px;
	float:right;
}


/* 3.2.3 NAVIGATION */

div.navigation{
	margin-top:20px;
	margin-bottom:30px;
	width:1005px;
	height:45px;
}
div.navigation ul{
	margin: 0px auto;
	padding:0;
	background-image:url(../images/redesign/header/navmainbg.png);
	background-repeat: repeat-x;
	background-color:#f0eeee;
	height:45px;
	width:714px;
}
div.navigation ul li{
	display:inline-block;
	float:left;
	list-style:none;
	height:45px;
	margin:0;
	padding:0 25px;
	line-height:45px;
}
div.navigation ul li.spacer{
	background-image:url(../images/redesign/header/navmaindiv.png);
	height:45px;
	width:2px;
	padding:0;
	margin:0 8px;
}
div.navigation ul li.left{
	background-image:url(../images/redesign/header/navmainbgl.png);
	height:45px;
	width:2px;
	padding:0;
	margin:0;
}
div.navigation ul li.right{
	background-image:url(../images/redesign/header/navmainbgr.png);
	height:45px;
	width:2px;
	padding:0;
	margin:0;
}
div.navigation ul li a{
	color:#666;
	font-size:14px;
}
div.navigation ul li:hover{background:none;}
div.navigation ul li.active{background:none;}


/* 3.2.4 THUMB NAILS */

div.thumblarge{
	width:160px;
	height:160px;
	margin-left:13px;
}
div.thumblarge img{
	width:160px;
	height:160px;
}


/* 3.2.4 SIDE COLUMN LINKS */

div.columnsidelink{
	float:left;
	text-align:left;
	color: black;
	font-size: 12px;
	font-weight: bold;
	width:163px;
	margin-left: 8px;
	padding-top: 19px;
	padding-bottom: 19px;
	border-bottom:1px solid #bcbcbc;
}


/* 3.2.5 FRIENDS LIST */

div.friends{
	width:148px;
	border:0px solid #666;
	font-size:11px;
	font-weight:normal;
	margin-bottom:10px;
	background:#F1F1F1;
	color:black;
	line-height:.8;
	background-color:#d3d3d3;
	float:left;
	margin-left:12px;
	margin-top:40px;
	padding: 10px 6px;
}

.friends .friendstitle{
	font-size:12px;
	line-height:1;
	text-align:center;
	color:#4e4d4d;
	font-weight:normal;
	margin: 10px 0;
	margin-bottom:10px;
}

div.friendsline{
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:black;
	width:152px;
	height:45px;
	font-weight:normal;
	margin-bottom:8px;
	margin:10px 0px;
}

div.friendsName{
	position:relative;
	left:40px;
	top:-25px;
	vertical-align:middle;
	font-size:12px;
	padding-left:8px;
	line-height:1;
	text-align:left;
	color:black;
	height:12px;
	font-weight:normal;
}

div.friendsct{
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:#4e4d4d;
	height:10px;
	font-weight:normal;
	margin-left:3px;
	padding:0;
	padding-bottom:18px;
}


/* 3.2.6 DRAFTSMASH */

div.dscontainer{
	border-top: 1px solid #bcbcbc;
	padding-top: 20px;
	width: 560px;
	height: 270px;
	clear:both;
}

div.draftsmash{
	background-color: #bbd2d9;
	border: 2px solid #6b7072;
	width: 558px;
	height:257px;
	float: left;
}

div.dsmatch{
	border:0px solid #666;
	-webkit-border-radius:3px;
	-mox-border-radius:3px;
	padding: 0px 0px;
	font-size:40px;
	font-weight:bold;
	margin-bottom:10px;
	background:#F1F1F1;
	color:#666;
	line-height:.8;
	float: left;
	width:283px;
	height: 257px;
	background-color:#bbd2d9;
	position: relative;
}

div.dsmatch div.dstitle{
	position:absolute;
	font-size:20px;
	line-height:1;
	text-align:center;
	color:black;
	width:283px;
	height: 44px;
	font-weight:bold;
	margin-right:0px;
	margin-top:-3px;
	z-index:5;
}
div.dsprospect{
	overflow: hidden;
	width: 123px;
	height: 149px;
	float: left;
	margin: 0px 0px;
	text-align: center;
	font-weight:normal;
	padding-top: 76px;
}

div.dsprospectleft{
	position:absolute;
	top:0px;
	left:0px;
	width: 120px;
	border-bottom: 1px solid grey;
	border-right: 1px solid grey;
	background-color:#afced8;
}

div.dsprospectvs{
	position:absolute;
	top:0px;
	left:122px;
	width:40px;
	text-align:center;
	padding-top: 100px;
}

div.dsprospectright{
	position:absolute;
	top:0px;
	left:162px;
	width: 120px;
	border: 1px solid grey;
	border-top-width: 0px;
	background-color:#afced8;
}

div.dsmatchresults{
	position:absolute;
	left:122px;
	top:0px;
	width: 160px;
	padding-top:50px;
	padding-left:10px;
	font-size:12px;
	font-weight:normal;
	display:none;
}

div.dsmatchresults div.dselo{
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
}

div.dsmatchresults div.dsresults{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

div.dsmatchresults div.dswins{
	margin:5px 0;
}

div.dsmatchresults div.dslosses{
	margin:5px 0;
}

div.dsline{
	position:absolute;
	top:225px;
	left:0px;	
	font-size:15px;
	line-height:1;
	text-align:center;
	color:#d33738;
	width:283px;
	padding-top:10px;
	height: 21px;
	font-weight:bold;
	margin-right:0px;
}

div.dsimage{
	padding: 0px;
	width: 85px;
	height: 85px;
	width: 100%;
}

div.dsimage img{
	width:85px;
	height:85px;
	border-style: none;
	cursor: pointer;
}

div.dsname{
	float:left;
	padding: 0px 0px 0px;
	padding-top: 10px;
	width: 124px;
	color:black;
	font-size:12px;
	line-height:1;
}

div.dscol{
	float:left;
	padding: 5px;
	width: 114px;
	color:black;
	font-size:9px;
	line-height:1;
}

div.toptentitle{
	font-size:15px;
	line-height:1;
	text-align:center;
	color:#c6403d;
	width:246px;
	height: 15px;
	font-weight:bold;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:3px;	
}

div.topbyall{
	font-size:12px;
	line-height:1;
	color:#ca595b;
	width:116px;
	height: 15px;
	font-weight:bold;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:3px;
	padding-left: 20px;
	float: left;
}

div.toppersonal{
	font-size:12px;
	line-height:1;
	color:#ca595b;
	width:116px;
	height: 15px;
	font-weight:bold;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:3px;
	padding-left: 12px;
	float: left;
}

div.dstopten{
	border:0px solid #666;
	-webkit-border-radius:0px;
	-mox-border-radius:0px;
	padding:0px 0px;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	background:#F1F1F1;
	color:black;
	line-height:.8;
	float:left;
	width: 275px;
	height: 257px;
	background-color:#bbd2d9;	
}
div.dstoptenleft{
	width: 140px;
	float: left;
}
div.dstoptenright{
	width: 135px;
	float: left;
}


div.dstoptenline{
	border:0px solid #909090;
	-webkit-border-radius:2px;
	-mox-border-radius:2px;
	padding:0px;
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:black;
	width:125px;
	height:12px;
	font-weight:normal;
	margin-left:6px;
	margin-right:-12px;
	padding: 5px 0 5px 5px;
}

div.dstoptenhighlight{
	background-color:#cadce1;
}

div.dstoptenlineR{
	border:0px solid #909090;
	-webkit-border-radius:2px;
	-mox-border-radius:2px;
	padding:0px;
	vertical-align:middle;
	font-size:12px;
	line-height:1;
	text-align:left;
	color:black;
	width:135px;
	height:12px;
	font-weight:normal;
	margin-left:-6px;
	margin-right:0px;
	padding: 5px 0 5px 0px;
}

div.dstoptenhighlightR{
	background-color:#cadce1;
}

/* 3.2.6 PAGE SECTIONS */

div.divider{
	float:left;
	width:600px;
	height:50px;
}

div.divider img{
	width: 600px;
	height:50px;
}

div.sectionheader{
	float:left;
	height:25px;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	width:555px;
}

div.sectionheader h3{
	font-weight:normal;
	float:left;
	font-size:18px;
	font-weight:bold;
}

/* 3.2.7 REPORT SLIDERS */

div.slidercontainer, .putcontainer{
	width:470px;
	float:left;
}

div.slidercontainer{
	padding:36px 20px 7px 20px;
	width:410px;
	height:12px;
}
div.slidercontainer.output{
	width:460px;
}

div.slidercontainer img{float:left;}

/* 3.2.8 SCOUT STYLE REPORT SLIDERS */

div.scouttitle{
	float:left;
}

div.slidercontainer.scoutstyle.output{
	width:420px;
	height:30px; 
	padding: 0;
	padding-left: 40px;
}

/* 3.2.8 SCOUT REPORTS */

div.count{
	float:right;
	text-align:left;
	font-size:10px;
	margin-top:-9px;
	margin-left:-50px;
}

div.count p{
	margin:3px 0;
	color:#000;
}

div.summarybox{
	clear:both;
	float:left;
	margin-bottom:10px;
}

div.summarybox ul{
	list-style:none;
	padding:0;
	margin:0;
}

div.pdraftoutput{
	float:left;
	width:470px;
}

div.pdraftoutput table{
	border-spacing:1px;
}

div.pdraftoutput td{
	width:120px;
	font-size:10px;
	text-align:center;
	padding:1px;
}

div.pdraftoutput td.highlight{
	background:#cdcdcd;
}

li.summaryheader{
	background-color:#f1ebeb;
	clear:both;
	color:#000000;
	font-size:10px;
	font-weight:normal;
	padding:3px 4px;
	width:550px;
}

li.summaryitem{
	width:630px;
	height:50px;
}

div.summarylabel{
	color: #31576C;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
	padding: 36px 0 0 10px;
	text-align: left;
	width: 115px;
}

div.summarycontentslider{
	width:460px;
	height:12px;
	padding:36px 20px 7px;
	float:left;
}

div.summarycontentslider img{
	float:left;
}

div.summaryslider{
	background:url("../images/redesign/misc/mbarb.png");
	height:15px;
	position:relative;
	width:390px;
	float:left;
}

div.summaryslideraverage{
	background:url("../images/redesign/misc/average.png");
	height:12px;
	margin:1px 0 1px -12px;
	position:absolute;
	width:14px;
	z-index:98;
	left:36%;
}

div.summarysliderrange{ 
	background:url("../images/redesign/misc/insidembar.png");
	height:12px;
	margin:1px 0;
	position:absolute;
	left:20%;
	width:40%;
}

div.summarysliderrange div.lowerbound{
	background:url("../images/redesign/misc/average.png");
	height:12px;
	left:-6px;
	position:absolute;
	width:13px;
} 

div.summarysliderrange div.upperbound{
	background:url("../images/redesign/misc/average.png");
	height:12px;
	right:-6px;
	position:absolute;
	width:13px;
} 


/* 3.2.8 PLAYER LINKS */

a.person{
	color:#e51937;
	font-weight:bold;
}

a.person:hover{
	color:black;
}

/* 3.3 MY PROFILE AND PLAYER PROFILE
 ------------------------------------------------------------------------------------------------ */

div.profilesettings{
	height:27px;
	width:151px;
	margin-left:18px;
	margin-top: 11px;
	margin-bottom: 6px;
	background-color:#dddddd;
}

div.profilename{
	font-weight: bold;
	margin-bottom: 11px;
	padding-left: 0;
}

div.profileitem{
	font-size:12px;
	margin-bottom: 20px;
}

div.status{
	width: 422px;
	height: 38px;
	margin-bottom: 9px;
	background:url(../images/redesign/misc/status.png);
}

div.updateStatus{
	float: left;
	width: 23px;
	height: 38px;
}

div.statusText{
	float: left;
	width: 377px;
	height: 16px;
	font-style:italic;
	color:#ca595b;	
	font-size:14px;
	padding: 11px;
	overflow:hidden;
	white-space:nowrap;
}

div.status input{
	width: 380px;
	height: 18px;
	font-size:14px;
	padding: 5px;
	margin:3px;
}

span.status{
	width: 422px;
	height: 38px;
	font-style:italic;
	color:#2b2b2b;	
	font-size:14px;
	margin: 11px;
}


div.peergrade{
	margin-top: 22px;
	margin-bottom: 10px;
	clear:both;
}

div.peergrade .title{
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	padding: 8px 5px;
}

div.peergrade .titlesmall{
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	font-style:italic;	
}

.peergrades{
	border:2px solid #bcbcbc;
	padding:6px 25px;
	background:#ccc8c8;
	width: 535px;
	height: 50px;
}

div.peergrades .text{
	font-size:12px;
	line-height:1;
	width:120px;
	font-weight:bold;
	color:black;
	height: 12px;
	padding: 19px 0;
	float:left;
}

div.peergrades .value{
	background:url(../images/redesign/misc/peergradeCircle.png);
	width:68px;
	height:22px;
	font-size:25px;
	font-weight:bold;
	color:#fefefe;
	text-align:center;
	line-height:1;
	padding: 14px 0;
	margin: 0 12px;
	float:left;
}

div.peergrades .spacer{
	width:70px;
	height:22px;
	float:left;
}

/* 3.4 SCOUTFEED
 ------------------------------------------------------------------------------------------------ */

div.scoutfeed{
	width:715px;
	float:left;
	padding-left:10px;
	margin-bottom: 10px;
}

div.scoutfeed ul{
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

div.featuredcolumn{
	float:left;
	padding-bottom:10px;
	width:260px;
	padding:5px;
}

div.featuredheader{
	width: 240px;
	float:left;
	color: black;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	padding: 5px 7px;
}

div.featuredplayer{
	clear:both;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
}

div.featuredplayer div.thumb{
	padding:3px;
	background:#FFF;
	-webkit-box-shadow: 0 0 3px #000;
	-moz-box-shadow: 0 0 3px #000;
	float:left;
	width:40px;
	height:40px;
}

div.featuredplayer div.thumb img{
	width:40px;
	height:40px;
}

div.featuredplayer div.details{
	margin-left:10px;
	float:left;
}

div.featuredplayer  div.details p{
	margin:4px 0;
	font-size:12px;
	width:120px;
}

div.featuredplayer div.trend{
	padding-top:8px;
	float:left;
}

/* 3.5 INDEX (LANDING PAGE)
 ----------------------------------------------------------------------------------------------- */

div.blue_header{
	width: 965px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 23px;
	font-weight: bolder;
	font-stretch: expanded;
	color:#3fa2c4;
}

div.info_block{
	float:left;
	padding-top: 30px;
	width:605px;
	height:350px;
}

div.info_text_block{
	height:180px;
	padding-left:40px;
	width: 565px;
	font-size:16px;
	line-height:28px;
}
div.info_start_left{
	padding-left:40px;
	width: 285px;
	float:left;
}
div.info_start_right{
	width: 280px;
	float:left;
}

div.tutorial_block{
	float:left;
	padding-top: 30px;
	width:400px;
	height:350px;
}

div.allVideos_block{
	float:left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 99px;
	padding-right: 99px;
	width:841px;
	height:390px;
	background-color:#d3d3d3;
}

div.main_video_block{
	float:left;
	width:480px;
	height:388px;
	border: 1px solid #f5eced;
}

div.side_video_block{
	float:left;
	padding-left:40px;
	width:287px;
	height:390px;
}

div.side_videos{
	float:left;
	padding-bottom:15px;
	width:121px;
	height:66px;
}
div.side_videos_comments{
	font-size:12px;
	font-weight:bold;
	color:black;
	float:left;
	padding-bottom:15px;
	padding-left:10px;
	width:156px;
	height:66px;
}

div.side_videolast{
	float:left;
	width:121px;
	height:66px;
}
div.side_videolast_comments{
	font-size:12px;
	font-weight:bold;
	color:black;
	float:left;
	padding-bottom:15px;
	padding-left:10px;
	width:156px;
	height:66px;
}
div.user_comments_block{
	float:left;
	width:968px;
	height:120px;
	padding-top:60px;
	padding-left:37px;
	height:66px;
	padding-bottom:40px;
}

/* 3.3 LOGIN
 ----------------------------------------------------------------------------------------------- */

div.loginbox div.instructions{
	padding:5px 10px;
	font-size:11px;
}


div.loginbox li{
	height:26px;
	padding:12px 0;
	float:left;
	width:351px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	color:#858585;
}

div.loginbox li.bluesectionother{
	height:150px;
	float:left;
}

div.loginbox li.autologin{
	font-size:14px;
	text-align:right;
	font-weight:bold;
	color:#858585;
}

div.loginbox label{
	font-size:16px;
	color:#FFF;
	width:100px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	color:#bcbcbc;
	color:#858585;
}

div.loginbox input{
	height:26px;
	display:inline-block;
	border:1px solid #bcbcbc;
	font-size:15px;
	margin-left:10px;
	padding:0 5px;
	width:225px;
}

div.submit input.submitButton{
	width: 100px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/redesign/misc/submit.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

