@charset "utf-8";
/* CSS Document */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
table, tr, td {margin:0; padding:0; }

form p
{
	margin: 4px;
}


fieldset.answer
{
	margin: 1ex 2ex 0 0;
	padding: 3ex;
	border: 1px solid Gainsboro;
}

fieldset
{
	margin: 1ex 1ex 0 0;
	padding: 1ex;
	border: none;
	border-top: 2px solid #D10000;
}

legend
{
	color: Gainsboro;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #D10000;
	padding: 0.5ex 2ex 0.5ex 2ex;
}

fieldset.answer legend
{
	color: #D10000;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	border: 1px solid Gainsboro;
	padding: 0.5ex 2ex 0.5ex 2ex;
}


* html legend
{
	margin-bottom: 2ex;
}

label
{
	width: 23ex;
	font-weight: bold;
	float: left;
}

.pad, .pad2
{
	float: left;
}
.pad
{
    width: 10ex;
}

.td_text
{
	font-size:13px;
	text-align:right;
	padding-right: 1ex;
}


span.this_error
{
	background-image: url(../images/link/this.gif);
	background-repeat: no-repeat;
	background-position: left;
}
span.error
{
	background-color: Red;
	padding: 2px;
	margin-left: 2ex;
	color: White;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.isempty
{
	background-color: Red;
}

span.warn
{
	color: Red;
}


/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}
.alignleft_margin {
	float:left;
	padding:0 15px 15px 0;
	}
.alignright_margin {
	float:right;
	padding:0 0 15px 15px;
	}

.blank {
	font-size:1px;
	line-height:1px;
	}

.separator13px {
	font-size:1px;
	line-height:1px;
	clear:both;
	height:13px;
	}

.separator2px {
	font-size:1px;
	line-height:1px;
	clear:both;
	height:2px;
	background:#c4cacb;
	margin:12px 0 12px 0;
	}

.btn1 {
	height:27px;
	font-size:12px;
	color:#626262;
	background:url(../images/btn1_bg.gif) repeat-x top;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-decoration:none;
	}
.btn1_text {
	padding:6px 0 0 0;
	}
.btn1 a {
	text-decoration:none;
	color:#626262;
	}
.btn1 a:hover {
	text-decoration:none;
	color:#c00000;
	}

.btn2 {
	height:21px;
	font-size:12px;
	color:#626262;
	background:url(../images/btn2_bg.gif) repeat-x top;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-decoration:none;
	}
.btn2_text {
	padding:3px 0 0 0;
	}
.btn2 a {
	text-decoration:none;
	color:#626262;
	}
.btn2 a:hover {
	text-decoration:none;
	color:#c00000;
	}


body {
	background:url(../images/body_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	}

.bodycontainer {
	background:url(../images/top_bg.gif) top repeat-x;
	min-height: 175px;
	}

.centercontainer {
	width:970px;
	margin:0 auto;
	}

.topcontainer {
	height:175px;
	}

.top_logo {
	float:left;
/*	margin:0px 0 0 18px; */
	}


.login_form {
	width:180px;
	float:right;
	margin-right:5px;
	margin-top:20px;
	font-size:12px;
	color:#ffffff;
	}
.login_form td {
	padding-bottom:4px;
	}
.login_form .name {
	text-align:right;
	padding-right:5px;
	}
.login_form input {
	width:105px;
	}
.login_form a, .login_form a:hover {
	text-decoration:underline;
	color:#ffcda0;
	font-size:11px;
	}
.login_form .login_btn {
	float:right;
	margin-right:5px;
	}

.login {
	color:#ffffff;
	font-size:18px;
	float:right;
	margin:95px 5px 0 0;
	}
.login td {
	padding:0 5px 0 5px;
	}


.menu {
	float:left;
	clear:left;
	margin-top:7px;
	height:33px;
	}


.contentcontainer {
	background:#ffffff;
	padding:35px 17px 0 17px;
	border-bottom: 2px solid #a9a9a9;
	color:#202020;
	}

.contentcontainer h1 {
	font-size:24px;
	color:#c00000;
	padding:0 0 0 0;
	border-bottom:2px solid #c00000;
	}

.contentcontainer h3 {
	font-size:18px;
	color:#6b8e9e;
	font-weight:normal;
	}
.contentcontainer h3.red {
	font-size:18px;
	color:#c00000;
	font-weight:normal;
	}

.contentcontainer h4 {
	font-size:14px;
	color:#d10000;
	font-weight:bold;
	margin-bottom:3px;
	}

.contentcontainer p
{
	font-size:13px;
	text-align: justify;
	line-height: 120%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

ul.bluerect {
	list-style:square;
	color:#559db7;
	margin:0 0 0 14px;
	}
ul.bluerect li div{
	color:#000000;
	padding:10px 0 5px 9px;
	}

.h1_underline {
	border-bottom:2px solid #c00000;
	}

.text13 {
	font-size:13px;
	text-align:justify;
	}
.text12 {
	font-size:12px;
	color:#000000;
	}
.redtext {
	color:#d10000;
	}


.redtext {
	color:#d10000;
	}

.gray {
	height:35px;
	background:#808788;
	font-size:1px;
	line-height:1px;
	}
.gray .graytext {
	margin:2px 0 0 14px;
	}
.gray .graytext2 {
	margin:7px 0 0 14px;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	}

.leftcolomn183 {
	width:183px;
	vertical-align:top;
	background:#eeeeee;
	}
.rightcolomn231 {
	width:231px;
	vertical-align:top;
	}
.centercolomn {
	padding:0 20px 0 20px;
	vertical-align:top;
	}


.videoplayer {
	background:#eeeeee;
	width:320px;
	font-size:13px;
	color:#626262;
	vertical-align:top;
	font-weight:bold;
	}
.videoplayer .active {
	background:#ffffff;
	margin:5px 3px 0 3px;
	padding:3px 0 3px 7px;;
	color:#d10000;
	}
.videoplayer .somediv {
	margin:5px 3px 0 3px;
	padding:3px 0 3px 7px;;
	}
.videoplayer a {
	color:#008cd1;
	text-decoration:none;
	}
.videoplayer a:hover {
	color:#008cd1;
	text-decoration:underline;
	}

.basicinfo {
	padding-left:20px;
	vertical-align:top;
	}
.basicinfo .colomn1 {
	margin-right:250px;
	}
.basicinfo .colomn2 {
	width:230px;
	float:right;
	padding-left:20px;
	}
.basicinfo .stats {
	font-size:12px;
	width:99%;
	margin:0 0 25px 0;
	}
.basicinfo .stats .line1 {
	height:26px;
	background:#eeeeee;
	}
.basicinfo .stats .line2 {
	height:26px;
	}
.basicinfo .stats td {
	padding-left:5px;
	}


.playerstats {
	font-size:12px;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #c00000;
	}
.playerstats .line1 {
	height:24px;
	background:#eeeeee;
	text-align:center;
	}
.playerstats .line2 {
	height:24px;
	text-align:center;
	}
.playerstats .firstline td {
	height:24px;
	border-bottom:2px solid #c00000;
	text-align:center;
	}
.playerstats .firstrow {
	text-align:left;
	width:160px;
	padding-left:10px;
	}

.stats {
	font-size:12px;
	width:99%;
	margin:0 0 10px 0;
	}
.stats .line1 {
	height:26px;
	background:#eeeeee;
	}
.stats .line2 {
	height:26px;
	}
.stats td {
	padding-left:5px;
	}
.stats input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.basicinfo .stats {
	margin:0 0 25px 0;
	}


.schedule {
	font-size:12px;
	margin:0 0 8px 0;
	}
.schedule .firstline td {
	color:#3782c1;
	font-weight:bold;
	padding:5px 0 5px 5px;
	}
.schedule input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.schedule .line1 td {
	background:#eeeeee;
	padding:1px 10px 1px 10px;
	}
.schedule .line2 td {
	padding:0 10px 1px 10px;
	}
.schedule td {
	border-left:2px solid #ffffff;
	}
.schedule .schedule_line1 {
	border-top:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}
.schedule .schedule_line2 {
	border-bottom:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}


.mystats {
	font-size:12px;
	margin:0 0 8px 0;
	}
.mystats .firstline td {
	color:#3782c1;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	text-align:right;
	}
.mystats .firstline select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.mystats input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.mystats .line1 td {
	background:#eeeeee;
	padding:1px 3px 1px 3px;
	text-align:center;
	}
.mystats .line2 td {
	padding:0 3px 1px 3px;
	text-align:center;
	}
.mystats td {
	border-left:2px solid #ffffff;
	}
.mystats .schedule_line1 {
	border-top:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}
.mystats .schedule_line2 {
	border-bottom:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}


.playerstats {
	font-size:12px;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #c00000;
	}
.playerstats .line1 {
	height:24px;
	background:#eeeeee;
	text-align:center;
	}
.playerstats .line2 {
	height:24px;
	text-align:center;
	}
.playerstats .firstline td {
	height:24px;
	border-bottom:2px solid #c00000;
	text-align:center;
	}
.playerstats .firstrow {
	text-align:left;
	width:160px;
	padding-left:10px;
	}


.bookmarks {
	background:#000000;
	font-size:12px;
	text-align:center;
	color:#ffffff;
	}
.bookmarks a, .bookmarks a:hover {
	text-decoration:none;
	color:#ffffff;
	}
.bookmarks table {
	margin:0 auto;
	}
.bookmarks table td {
	border-left:2px solid #000000;
	}
.bookmark {
	background:#6b8e9e url(../images/bookmark.gif) no-repeat top;
	color:#ffffff;
	width:83px;
	/*height:23px;*/
	padding:4px 0 4px 0;
	text-align:center;
	}
.bookmark_a {
	background:#eeeeee url(../images/bookmark_a.gif) no-repeat top;
	color:#1073c6;
	width:83px;
	/*height:23px;*/
	padding:4px 0 4px 0;
	text-align:center;
	}


.leftsidebar_menu {
	font-size:14px;
	font-weight:bold;
	}
.leftsidebar_menu a {
	color:#1073c6;
	text-decoration:none;
	background:#eeeeee;
	width:100%;
	}
.leftsidebar_menu a:hover {
	color:#1073c6;
	text-decoration:none;
	background:#ffffff;
	width:100%;
	}
.leftsidebar_menu .active{
	padding:7px 0 7px 20px;
	background:#ffffff url(../images/arrow2.gif) no-repeat 8px 11px;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	color:#d10000;
	}
.leftsidebar_menu a div {
	padding:7px 0 7px 20px;
	background:#eeeeee url(../images/arrow1.gif) no-repeat 8px 11px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}
.leftsidebar_menu a:hover div {
	padding:7px 0 7px 20px;
	background:#ffffff url(../images/arrow2.gif) no-repeat 8px 11px;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	}

.latestnews{
	background:#d0d0d0;
	font-size:12px;
	color:#202020;
	padding-top:10px;
	margin-bottom:-10px;
	
	}

#newsintro{
	padding-left:10px;
	padding-right:10px;
	}
#roundbtmnews{
	
	background:#FFFFFF;
}	

#newspage{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

#newspage h3{
	text-decoration:underline;
	color:#990000;
}
.searchathletes	{
	background:#eeeeee url(../images/search_bg.gif) top repeat-x;
	font-size:12px;
	color:#202020;
	padding-top:10px;
	}
.searchathletes .form{
	margin-left:5px;
	}
.searchathletes .form td{
	padding:0 0 4px 5px;
	}
.searchathletes .form input {
	font-size:12px;
	width:131px;
	}
.searchathletes .form select {
	font-size:12px;
	width:135px;
	}
.searchathletes #search_btn {
	float:right;
	margin:10px 12px 5px 0;
	}

.contact {
	font-size:12px;
	}
.contact .col1 {
	width:27px;
	background:#d10000;
	}
.contact .col2 {
	width:203px;
	background:#6b8e9e;
	color:#ffffff;
	}
.contact a, .contact a:hover {
	color:#ffffff;
	text-decoration:none;
	}
.contact .text {
	margin:0 10px 0 10px;
	}

.packages {
	width:100%;
	font-size:13px;
	}
.packages .borderright {
	border-right:18px solid #ffffff;
	}
.packages .row1 td {
	background:#000000;
	color:#ffffff;
	height:34px;
	vertical-align:top;
	}
.packages .row2 td {
	background:#eeeeee;
	color:#202020;
	vertical-align:top;
	padding:0 10px 10px 10px;
	}
.packages .row3 td {
	background:#d10000 url(../images/packages_row3_bg.gif) repeat-x top;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	}
.packages .row3 td .big {
	font-weight:bold;
	font-size:28px;
	}

.packages .row1 .launch {
	background:#d10000;
	color:#ffffff;
	}
.packages .row2 .launch {
	background:#f2e9d7;
	color:#000000;
	font-size:14px;
	}
.packages .row2 .launch .big{
	color:#d10000;
	font-size:20px;
	margin-top: 6px;
	margin-bottom: 6px;
	}
.packages .launchtext1 {
	padding:8px 10px 8px 10px;
	}

.packages .plus {
	width:110px;
	vertical-align:middle;
	text-align:center;
	background:none;
	}
.packages .total {
	text-align:left;
	padding:15px 0 15px 20px;
	}
.packages .paddingliketotal {
	padding:15px 0 15px 0;
	}
.packages .packages_checkout {
	padding:25px 25px 0 0;
	float:right;
	}
.packages .additional_1 td {
	text-align:left;
	padding:5px 0 5px 0;
	}
.packages .additional_padding {
	padding:8px 0 8px 0;
	}

/*
.package {
	font-size:13px;
	}
.package .col1 {
	width:27px;
	background:#d10000;
	border-right:1px solid #6c0000;
	color:#ffffff;
	}
.package .col2 {
	background:#eeeeee;
	color:#202020;
	}
.package .col3 {
	width:165px;
	background:#6d6d6d;
	color:#ffffff;
	border-left:1px solid #000000;
	font-size:18px;
	}
.package .col3 .big {
	font-size:36px;
	}
.package a, .package a:hover {
	color:#559db7;
	text-decoration:none;
	}
.package .text {
	margin:0 14px 0 14px;
	}
*/

.featuredprofile {
	font-size:12px;
	color:#000000;
	border-top:2px solid #6b8e9e;
	padding-bottom:10px;
	}
.featuredprofile2 {
	font-size:12px;
	color:#000000;
	clear:both;
	}
.featuredprofile td {
	width:25%;
	padding:10px 0 10px 10px;
	}
.featuredprofile .text, .featuredprofile2 .text {
	padding:3px 0 6px 0;
	}
.featuredprofile .name, .featuredprofile2 .name {
	font-weight:bold;
	color:#000000;
	}
.featuredprofile .sport, .featuredprofile2 .sport {
	font-weight:bold;
	color:#c00000;
	}
.featuredprofile .textgray, .featuredprofile2 .textgray {
	color:#7b7b7b;
	}

.profile_top {
	height:39px;
	background:#c00000;
	color:#ffffff;
	}

.tabbedpanel {
	}
.tabbedpanel .tabs td {
	color:#ffffff;
	background:#808788;
	width:33%;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	}
.tabbedpanel .tabs div {
	color:#ffffff;
	background:#808788;
	padding:10px 0 8px 0;
	border-bottom:2px solid #ffffff;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	}
.tabbedpanel .tabs div.active {
	background:#c00000;
	border-bottom:2px solid #c00000;
	}
.tabbedpanel .tabs div.passive {
	cursor: pointer;
	}
.tabbedpanel .tp_content {
	border:1px solid #c00000;
	border-top:2px solid #c00000;
	padding:18px 8px 18px 8px;
	font-size:12px;
	}
.tabbedpanel a, .tabbedpanel a:hover {
	text-decoration:none;
	}
.tabbedpanel input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


.sometable1 {
	margin:5px 0 0 0;
	}
.sometable1 td {
	padding:0px 6px 3px 6px;
	}
.sometable1 input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:270px;
	}

.sometable2 {
	width:300px;
	font-size:13px;
	color:#626262;
	vertical-align:top;
	font-weight:bold;
	margin-top:15px;
	}
.sometable2 td {
	padding:0 0 15px 0;
	}
.sometable2 .active {
	color:#d10000;
	}
.sometable2 a.link {
	color:#008cd1;
	text-decoration:none;
	}
.sometable2 a.link:hover {
	color:#008cd1;
	text-decoration:underline;
	}

.pagelinks {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	width:100%;
	margin-top:15px;
	}

.pagelinks a.pagelink{
	/*background:#6b8e9e;*/
	text-decoration:none;
	color:#ffffff;
	}

.pagelinks a.pagelink:hover{
	/*background:#b1c7d1;*/
	text-decoration:none;
	color:#ffffff;
	}

.pagelinks a span
{
	padding:3px 6px 0 6px;
	background:#6b8e9e;
	height:17px;
	margin:0 1px 0 1px;
	cursor:pointer;
	vertical-align: top;
	width: 2ex;
	display: inline-block;
}

.pagelinks a:hover span
{
	padding:3px 6px 0 6px;
	background:#b1c7d1;
	height:17px;
	margin:0 1px 0 1px;
	cursor:pointer;
	vertical-align: top;
	width: 2ex;
	display: inline-block;
}

.pagelinks .active
{
	padding:3px 6px 0 6px;
	background:#d10000;
	height:17px;
	margin:0 1px 0 1px;
	cursor:pointer;
	vertical-align: top;
	width: 2ex;
	display: inline-block;
}

.pagelinks .extreme {
	margin:0 2px 0 2px;
	}


.bootom_menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#848484;
	padding:10px 0 10px 0;
	margin-top:10px;
	border-top:2px solid #6b8e9e;
	}
.bootom_menu .links {
	padding:3px;
	margin:0 auto;
	text-align:center;
	}
.bootom_menu a {
	color:#848484;
	text-decoration:none;
	}
.bootom_menu a:hover {
	color:#1073c6;
	text-decoration:none;
	}
.bootom_menu .active {
	color:#c00000;
	}


.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	margin-top:10px;
	}
.copyright a{
	color:#0075af;
	text-decoration:none;
	}
.copyright a{
	color:#0075af;
	text-decoration:underline;
	}

.basicinfo {
	padding-left:20px;
	vertical-align:top;
	}
.basicinfo .colomn1 {
	margin-right:250px;
	}
.basicinfo .colomn2 {
	width:230px;
	float:right;
	padding-left:20px;
	}

.stats {
	font-size:12px;
	width:99%;
	margin:0 0 10px 0;
	}
.stats .line1 {
	height:26px;
	background:#eeeeee;
	}
.stats .line2 {
	height:26px;
	}
.stats td {
	padding-left:5px;
	}
.stats input {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.basicinfo .stats {
	margin:0 0 25px 0;
	}


.schedule {
	font-size:12px;
	margin:0 0 8px 0;
	}
.schedule .firstline td {
	color:#3782c1;
	font-weight:bold;
	padding:5px 0 5px 5px;
	}
.schedule input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.schedule .line1 td {
	background:#eeeeee;
	padding:1px 10px 1px 10px;
	}
.schedule .line2 td {
	padding:0 10px 1px 10px;
	}
.schedule td {
	border-left:2px solid #ffffff;
	}
.schedule .schedule_line1 {
	border-top:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}
.schedule .schedule_line2 {
	border-bottom:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}


.mystats {
	font-size:12px;
	margin:0 0 8px 0;
	}
.mystats .firstline td {
	color:#3782c1;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	text-align:right;
	}
.mystats .firstline select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.mystats input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.mystats .line1 td {
	background:#eeeeee;
	padding:1px 3px 1px 3px;
	text-align:center;
	}
.mystats .line2 td {
	padding:0 3px 1px 3px;
	text-align:center;
	}
.mystats td {
	border-left:2px solid #ffffff;
	}
.mystats .schedule_line1 {
	border-top:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}
.mystats .schedule_line2 {
	border-bottom:2px solid #808788;
	height:7px;
	font-size:1px;
	line-height:1px;
	}


.playerstats {
	font-size:12px;
	font-weight:bold;
	width:100%;
	border-bottom:2px solid #c00000;
	}
.playerstats .line1 {
	height:24px;
	background:#eeeeee;
	text-align:center;
	}
.playerstats .line2 {
	height:24px;
	text-align:center;
	}
.playerstats .firstline td {
	height:24px;
	border-bottom:2px solid #c00000;
	text-align:center;
	}
.playerstats .firstrow {
	text-align:left;
	width:160px;
	padding-left:10px;
	}

.collapsed
{
	display: none;
}

.expanded
{

}

.terms p {
	text-align: left;
}

.tip {
	display: none;
	position: absolute;
	z-index:200;
	background-color: #000000;
	border: 1px solid white;
	color: white;
}

.tip_v {
	display: inline-block;
	position: absolute;
	z-index:200;
	background-color: #000;
	border: 1px solid white;
	color: #FAFAFA;
	padding: 10px;
}