/*-- *Note: Menu, Navigation and Footer are styled in "menu.css" --*/


/*******************************************************************/
/************** BASIC HTML ELEMENTS ********************************/
/*******************************************************************/	


* {/*all html elements default to no padding, borders, etc. */
	border-collapse:collapse;
	margin:0;
	padding:0;
	border:;
}
body {
	background-color:#666;
	border-top:none;
	outline-style:none;
	outline-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.6px;
	font-style: normal;
	line-height:150%;
}
p {
	margin-top:0px;
	margin-bottom:11px;
}

/* links */
a:link, a:visited {
	color: #4F1B55;
	text-decoration: none;
	outline:none;
	font-weight:bold;
}

a:hover, a:active {
	color: #666;
	text-decoration: underline;
	outline:none;
	font-weight:bold;
}
		
/* headlines */
h1 {
	color:#4F1B55;
	margin:0 0 16px 0;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
}
h2 {
	color:#333333;
	margin:7px 0 0 0;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
}
h3 {
	color:#4F1B55;
	margin:20px 0 5px 0;
	padding:2px 10px 1px 10px;
	font-size:12px;
	text-transform:uppercase;
	display:block;
	background-image:url(/images/gray_bar_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	line-height:normal;
}
h4 {
	color:#FFF;
	margin:20px 0 5px 0;
	padding:1px 10px 1px 10px;
	font-size:12px;
	text-transform:uppercase;
	display:block;
	background:#4F1B55;
	line-height:normal;
}
/* links must be white on purple bg - specify both nesting possibilities to be safe (link inside headline AND headline inside link) */
h4 a:link, h4 a:visited, a:link h4, a:visited h4 {
	color:#FFF;
}
h4 a:hover, h4 a:active, a:hover h4, a:active h4 {
	color:#CCC;
}
h5 {
	color:#333333;
	margin:18px 0 1px 0;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}
h6 {
	color:#000;
	margin:18px 0 1px 0;
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}
/* links must be black - specify both nesting possibilities to be safe (link inside headline AND headline inside link) */
h6 a:link, h6 a:visited, a:link h6, a:visited h6 {
	color:#000;
}

div {font-size:12px; line-height:150%;}
span {font-size:12px; line-height:150%;}

/* images */
img {
	
	/* 'behavior" allows IE6 to properly display transparent .png files - requires 2 files in /css folder 'iepngfix.htc', and 'blank.gif'*/
	behavior:url('/css/iepngfix.htc');
	border:0 none;
} 



.float_image_left {
	float:left;
	margin:4px 10px 7px 0;
	text-align:left;
}

.float_image_left_with_border {
	float:left;
	margin:4px  10px 7px 0;
	text-align:left;
	border:solid 1px #777;
}
.float_image_right {
	float:right;
	margin:4px  0 10px 7px;
	text-align:right;
}
.float_image_right_with_border {
	float:right;
	margin:4px  0 10px 7px;
	text-align:right;
	border:solid 1px #777;
}
.image_with_border {
	border:solid 1px #777;
}

/* horizontal rule */
hr {
	height:1px;
	font-size:0;
	line-height:0;
	width:98%;
	/*margin:10px auto 11px auto;*/
	margin:10px 0 11px 0;
	border-bottom:none;
	color:#EEE;
	background-color:#E2E2E2;
}


/* lists */
ol, ul {
	margin:4px 10px 15px 37px;
}
ol ol, ol ul, ul ol, ul ul {
	margin:2px 10px 2px 28px;
}
ol ol {
	list-style:lower-alpha;
}
ol ol ol {
	list-style: square;
}
ul ul ul {
	list-style: square;
}

/* form elements*/
input, select, checkbox, radio, {
	border:solid 1px #AAAAAA;
	height:20px;
	margin:2px;
	padding:2px;
}

loginTableColumnInput {
	border:solid 1px #AAAAAA;
	height:20px;
	margin:2px;
	padding:2px;
}

/* buttons - wrap buttons in '<div class="button">' rather than apply class directly to button - this allows hover state in IE */
#button  {
	background-color:#D9D9D9;
}
#button:hover {
	background-color:#666;
}
#button input {
	border:solid 1px #AAAAAA;
	height:20px;
	margin:2px;
	padding:2px;
}


/*******************************************************************/
/************** COMMON COLORS/TEXT STYLES **************************/
/*******************************************************************/


/* note - these styles are available in the admin tools (see "FCKeditor/editor/fckstyles.xml") - if you remove one here, remove it there */
/* black */
.dark_gray, a.dark_gray a:visited.dark_gray {
	color:#000000;
}
a:hover.dark_gray {
	color:#999999;
}
/* dark gray */
.dark_gray, a.dark_gray a:visited.dark_gray {
	color:#666666;
}
a:hover.dark_gray {
	color:#FFFFFF;
}
/* light gray */
.light_gray, a.light_gray a:visited.light_gray {
	color:#CCCCCC;
}
a:hover.light_gray {
	color:#4F1B55;
}
/* purple */
.purple, a.purple a:visited.purple {
	color:#4F1B55;
}
a:hover.purple {
	color:#FFFFFF;
}
/* white */
.white, a.white a:visited.white {
	color:#FFFFFF;
}
a:hover.white {
	color:#4F1B55;
}

.designerNote {
	color: #0066FF;
	font-weight:bold;
	font-style:italic;
}
/* star at right end */
.purple_star_at_end {
	margin:0 0 12px 0;
	padding:0 16px 1px 0;
	background-image:url(../images/star_purple.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.white_star_at_end {
	margin:0 0 12px 0;
	padding:0 16px 1px 0;
	background-image:url(../images/star_white.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/* pluse sign in front - must be wrapped within tags */
.plus_sign_in_front {
	margin:0 0 12px 0;
	padding:1px 0 1px 15px;
	background-image:url(../images/plus_sign_white.gif);
	background-position:left;
	background-repeat:no-repeat;
}


/*******************************************************************/
/************** BODY CONTENT ***************************************/
/*******************************************************************/


/************** CONTAINER ******************************************/
#wrapper {
	width:1180px;
	/* cross-browser hack to center div */
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:900px;
	text-align:left;
	background-color: #FFFFFF;
	border:solid 1px #444;
}
#container_table {
	width:900px;
	margin-top:15px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}
#container_table td {
	vertical-align:top;

}
#page_content_td {
	width:900px;
	height:300px; /* sets minimun height site-wide for all pages */
}
#page_content_td_narrow {/* makes left column narrow when right column is there */
	width:593px;
	height:300px; /* sets minimun height site-wide for all pages */
}
#pageBody {
	margin:10px 35px 20px 35px;
}

#pageBody table {
	width:100%;
	margin:6px 0 0 0;
}
#pageBody th {
	text-align:center;
	vertical-align:bottom;
	background-color:#CCCCCC;
}
#pageBody td {
	text-align:left;
	vertical-align:top;
	padding:1px;	
}

#adminContainer table {border:0; margin:0;}
#adminContainer th {background-color:#FFFFFF;}
#adminContainer td {}

#adminContainer .AdcenterTable th {text-align:left;}


.adminDetailLabelTD {color:#4F1B55;font-size:12px;font-weight:bold;}

#adminContainer input {height:18px; border:solid 1px #AAAAAA;}
#adminContainer textarea {border:solid 1px #AAAAAA;}
#adminContainer select {border:solid 1px #AAAAAA;}

.configureNewsType {width:250px;}
.configureNewsType .configureNewsTypeChoice {display:inline-block;}


/************** HEADER *********************************************/
#header {
	height:195px;

	border-bottom:solid 1px #444;
	background-color: #A2A2A2;
	background-image: url(/images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header_ad {
	width:	 520px;
	height: 90px;
	position: relative;
	float: right;
	top: 5px;
	right: 10px;
}

#signin_join {
	float:left;
	position:absolute;
	margin:164px 15px 0 719px;
	padding:2px;
	color:#4F1B55;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	letter-spacing:.2px;
	line-height:normal;
}
#signin_join a:hover {
	color:#666;
}
#signin_join a.black, #signin_join a:visited.black {
	color:#000;
}
#signin_join a:hover.black {
	color:#666;
}
#search {
	float:right;
	height:25px;
	width:160px;
}
#search_input_div {
	float:left;
	height:25px;
}
#search_input_div input {
	position:absolute;
	width:120px;
	height:12px;
	background:#FFF;
	margin:3px 0 0 0;
	padding:2px 2px 3px 2px;
	border:solid 1px #999;
	line-height:normal;
	font-size:11px;
	color:#494949;
}
#search_button_div {
	float:right;
	background:#4F1B55;
	text-align:center;
}
#search_button_div input {
	width:32px;
	height:26px;
	background:none;
	margin:0;
	padding:2px 0 8px 0;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 180%;
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer;
}
#search_button_div:hover {
	background:#666;
}

/************** RIGHT COLUMN ***************************************/
#page_right_column_td {
	width:307px;
	border-left:1px solid #CCC;
}
#right_column {
	margin-left:23px;
	width:260px;
}
#right_column table {
	width:260px;
}

/* Fighter Profile  */
#rc_fighter_profile {
	width:260px;
	background:#000;
	line-height:normal;
	margin:-20px 0 0 -1px;
	border-right:solid 1px #B9B9B9;
	border-bottom:solid 1px #B9B9B9;
	border-left:solid 1px #B9B9B9;
}
#rc_fighter_profile h3 {
	margin-bottom:0;
}
#rc_fighter_link {
	height:310px;
}
#rc_fighter_link a {
	height:310px;
	text-decoration:none;
}
#rc_fighter_link:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
#rc_purple_bar {
	width:260px;
	height:67px;
	background:#4F1B55;
	margin-top:-95px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
#rc_fighter_name {
	float:left;
	position:absolute;
	width:250px;
	margin:-67px 0 0 12px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	line-height:105%;
}
#rc_visit_profile {
	width:110px;
	margin-top:4px;
	padding:1px 2px 1px 6px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:normal;
	color:#4F1B55;
	background:#AAA;
	line-height:normal;
	text-transform:uppercase;
}

/* Fighter Profile  */
#rc_rankings {
	margin-top:16px;
	background-color:#FFF;
	line-height:normal;
}
#rc_rankings img {
	margin:3px 0 3px 0;
}
#rc_rankings a:link, #rc_rankings a:visited  {
	text-decoration:none;
}
#rc_rankings a:hover {
	text-decoration:none;
	color:#4F1B55;
	background-color:#EAEAEA;
}
#rc_rankings:hover {
	background-color:#EAEAEA;
}
#rc_rankings_class {
	color:#4F1B55;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
#rc_rankings_name, #rc_rankings_name a:link, #rc_rankings_name a:visited, #rc_rankings_name a:hover  {
	color:#777;
	font-weight:bold;
	font-size:12px;
	margin-top:4px;
}
#rc_rankings_more, #rc_rankings_more a:link, #rc_rankings_more a:visited, #rc_rankings_more a:hover  {
	float:right;
	width:50px;
	margin-top:-19px;
	padding:1px 6px 1px 6px;
	color:#4F1B55;
	background:#CCC;
	font-size:11px;
	cursor: pointer;
	text-transform:uppercase;
}

/* Prediction Challange  */
#rc_prediction {
	margin-top:16px;
	padding-top:10px;
	border-top:solid 2px #D9D9D9;
}
#rc_prediction:hover {
	background-color:#E9E9E9;
}

/* Partner Promotions  */
#rc_partner {
	width:260px;
	margin:16px 0 0 -1px;
	border:solid 1px #B9B9B9;
	background-color:#E9E9E9;
}
#rc_partner table {
	width:260px;
	line-height:normal;
}
#rc_partner td {
	border-right:solid 1px #CCC;
	border-top:solid 1px #CCC;
}
#rc_partner td a, rc_partner td a:visited {
	display:block;
	padding:2px 0 2px 0;
	color:#FFFFFF;
	background-color:#4F1B55;
	font-size:9px;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:normal;
}
#rc_partner td a:hover {
	color:#FFF;
	background-color:#666;
	text-decoration:none;
}

#rc_partner td a.noHover:hover {
	color:#FFF;
	background-color:#4F1B55;
	text-decoration:none;
	cursor:default;
}

/* Wamma Blogs  */
#rc_blogs {
	/*margin-top:20px;
	padding:10px 0 10px 0;
	border-top:solid 2px #D9D9D9;
	border-bottom:solid 2px #D9D9D9;*/
	width:260px;
	margin:16px 0 0 -1px;
	background-color:#fff;
}


#rc_blogs table {
	width:260px;
	margin-top:4px;
	line-height:normal;
}
#rc_blogs td {
	border-right:solid 1px #CCC;
	border-top:solid 1px #CCC;
}
#rc_blogs td a, rc_blogs td a:visited {
	/*display:block;
	padding:2px 0 2px 0;
	color:#4F1B55;
	background-color:#FFF;
	font-size:10px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:bold;*/
	display:block;
	padding:2px 0 2px 0;
	color:#FFFFFF;
	background-color:#4F1B55;
	font-size:9px;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:normal;
}
#rc_blogs td a:hover {
	color:#FFF;
	background-color:#666;
	text-decoration:none;
}
#rc_blogs_bottom_link:hover {
	background-color:#EEE;
}
#rc_blog_text {
	color:#666;
	font-size:11px;
	line-height:130%;
}
#rc_blog_time {
	color:#4F1B55;
	font-size:11px;
	line-height:150%;
	font-weight:bold;
	letter-spacing:.6px;
}
#rc_blog_more, #rc_blog_more a:link, #rc_blog_more a:visited  {
	float:right;
	width:44px;
	margin-top:-19px;
	padding:1px 13px 1px 6px;
	color:#FFF;
	background:#4F1B55;
	font-size:11px;
	cursor: pointer;
	line-height:normal;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.6px;
}
#rc_blog_more:hover  {
	background:#666;
}
/* Store */

#rc_store {
	/*margin-top:20px;
	padding:10px 0 10px 0;
	border-top:solid 2px #D9D9D9;
	border-bottom:solid 2px #D9D9D9;*/
	width:260px;
	margin:16px 0 0 -1px;
	background-color:#fff;
}


/* E-News Sign Up  */
#rc_enews_form {
	height:60px;
	width:260px;
	margin-top:16px;
	background-color:#E9E9E9;
	margin-left:-1px;
	border:solid 1px #B9B9B9;
}
#rc_enews_form h3 {
	margin:0;
}
#rc_enews_form table {
	width:230px;
	margin:12px 0 0 15px;
}
#rc_enews_form td {
	vertical-align:middle;
	border:solid 1px #E9E9E9;
}
.rc_enews_input  {
	width:160px;
	height:13px;
	margin:0;
	padding:1px 2px 2px 2px;
	border:none;
	font-size:11px;
	color:#494949;
	background:#FFF;
	border:solid 1px #999;
	line-height:130%;
}
.rc_enews_button_td {
	background-color:#4F1B55;
	border:solid 1px #E9E9E9;
	width:40px;
	height:18px;
}
.rc_enews_button_td:hover {
	background-color:#666;
}
.rc_enews_button { /*IE Fix*/
	width:100%;
	background:none;
	margin:-1px 0 -1px 0;
	padding:0 0 1px 0;
	border:solid 1px #E9E9E9;
	color:#FFFFFF;
	font-weight:bold;
	line-height:130%;
	font-size:11px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
}
#rc_enews_button:hover {
	background:#666;
}
.rc_enews_button input {
	font-weight:bold;
}

/************** RIGHT AD BAR (floating outside container) **********/
#right_ad_bar {
	float:right;
	position:absolute;
	margin:0px 0 0 940px;
}
.right_ad_bucket {
	width: 220px;
	background-color:;
	margin-top:-1px;
	padding:1px;
	min-height:150px;
	height:auto !important;
	height:300px;
}
/*.right_ad_bucket:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}*/


/*******************************************************************/
/************** INDIVIDUAL PAGES ***********************************/
/*******************************************************************/


/************** Home Page ******************************************/
/* Home Flash  */
#home_flash {
	width:570px;
	height:350px;
	margin:-7px -35px 0 -35px;
	border:solid 1px #888;
	border-left:none;
	overflow:hidden;
}

/* Home News  */
/*#home_news {
	margin:40px -14px 0 -15px ;
}
#home_news_content {
	border:solid 1px #CCC;
	padding:12px 15px 0 15px;
}*/
#home_news {
	margin-top:40px;
}

/* Home News Tabs (styles not here - but in "spryHomeNewsTabs.css") */

/* Home 4 "Bucket" Features  */
#home_news_content{
	border:none;
	margin:0;
	width: 555px;
	margin-left:-20px;
}

/*#home_news_buckets {
	clear:both;
}
#home_news_buckets a {
	display:block;
	text-decoration:none;
}
#home_news_content table {
	width:auto;
	border:none;
}
#home_news_content table img {
	float:left;
	margin:-10px 5px 0 0 ;
	border:solid 1px #CCC;
}
#home_news_content table a:hover img  {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}
#home_news_content td {
	padding:25px 0 0 0;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	letter-spacing:0;
	width:250px;
}
#home_news_content td.home_news_bucket_spacer {
	width:30px;
}*/
#home_news_footer {
	height:18px;
	margin:20px -15px 0 -15px;
	background-image:url(/images/home_news_footer_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	overflow:hidden;
}
#home_news_more a:link, #home_news_more a:visited  {
	float:right;
	height:20px;
	padding:2px 3px 1px 4px;
	color:#FFF;
	background:#4F1B55;
	font-size:11px;
	cursor: pointer;
	line-height:normal;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:.6px;
}
#home_news_more a:hover  {
	background:#666;
	text-decoration:none;
}

/* Home Bottom 2 Features  */
#home_bottom_features {
	margin:25px -14px -0px -15px ;
	height:300px;
	padding: 0;

}
#home_bottom_left {
	float:left;
	width:310px;
	padding: 0;
	margin: 0;
}
#home_bottom_left_ads {
	float: left;
	width: 310px; 
	clear: left;
}
#home_bottom_right_ads {
	float:right;
	width:220px;
	height:300px;
	/*border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;*/
}

#home_bottom_ads {
	float: left;
	clear: both;
	padding-top: 20px;
	width: 530px;
}

#homePage_adSpot_topClear {
	clear:both;
	line-height: 0;
	font-size: 0;
	height: 0;
}



/* Home 3 Bottom Banner Ads  */
#page_bottom_banner_td {
	border-top:22px solid #FFF;
}
#bottom_banner table {
	width:900px; margin-bottom:-20px;
}
#bottom_banner th {
	padding:2px 2px 2px 15px;
	color:#FFFFFF;
	background:#4F1B55;
	text-align:left;
	font-size:11px;
	font-weight:normal;
}
#bottom_banner td {
	padding:15px 10px 0 10px;
	vertical-align:top;
	width:296px;
	border-right:dotted 1px #AAA;
	text-align:center;
}
#bottom_banner td.bottom_banner_right {
	width:307px;
	border-right: none;
}

/* ******** News Detail ******** */
.news_detail_vidimg {float:right; margin-left:10px; padding-right:2px;}
.news_detail_vidimg img{border:solid 1px #999999;}

/************** News List  *****************************************/
.news_list_video_icon {float:left; border:none; margin-right:1px;}

.news_list_item {
	margin:0 0 30px 70px;
	clear:both;
}
.news_list_item a {
	color:#000000;
	text-decoration:none;
	display:block;
}
.news_list_item a:hover  {
	color:#1A1A1A;
}
.photo_list_item {
	margin:0 0 30px 70px;
	clear:both;
	height:91px;
	height:auto; !Important
	min-height:91px;
}
.photo_list_item a {
	color:#000000;
	text-decoration:none;
	display:block;
}
.photo_list_item a:hover  {
	color:#1A1A1A;
}

.news_list_date {
	float:left;
	width:58px;
	height:14px;
	margin:3px 0 0 -70px;
	color:#4F1B55;
	text-align:center;
	font-weight:bold;
	font-size:11px;	
	padding:0;
	line-height:normal;
	
}
.news_list_video {
	position:absolute;
	bottom:2px;
	right:2px;
	margin-top:0px;
	margin-left:0px;
	clear:both;
	border:0px;
}
.news_list_thumbnail {
	float:left;
	text-align:center;
	width:56px;
}
.news_list_thumbnail img {
	width:54px;
}
.news_list_item a:hover .news_list_date {
	color:#1A1A1A;
}
.news_list_title {
	font-weight:bold;
	color:#4F1B55;
	font-size:14px;
	letter-spacing:normal;
}
.news_list_item a:hover .news_list_title {
	color:#1A1A1A;
	
}
.news_list_author {
	font-style:italic;
	display:inline;
	font-weight:normal;
	font-size:12px;
}
.news_list_summary {
	display:inline;
	font-weight:normal;
	font-size:12px;
}
.news_list_link {
	font-size:12px;
	display:inline;
}

.news_list_item a:hover .news_list_link {
	color:#999;

}


/************** Video List & Detail Page *****************************************/

.video_list_video_icon {float:left; border:none; margin-right:1px;}

.video_list_item {
	margin:0 0 30px 70px;
	clear:both;
}
.video_list_item a {
	color:#333;
	text-decoration:none;
	display:block;
}
.video_list_item a:hover  {
	color:#4F1B55;
}
.video_list_date {
	float:left;
	width:58px;
	height:14px;
	background-color:#666;
	margin:3px 0 0 -70px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:11px;	
	padding:0;
	line-height:normal;
}
.video_list_video {
	position:absolute;
	bottom:2px;
	right:2px;
	margin-top:0px;
	margin-left:0px;
	clear:both;
	border:0px;
}
.video_list_thumbnail {
	float:left;
	text-align:center;
	
	
	width:56px;
}
.video_list_thumbnail img {
	width:54px;
}
.video_list_item a:hover .video_list_date {
	color:#4F1B55;
	background-color:#CCC;
}
.video_list_title {
	font-weight:bold;
	color:#000;
	font-size:14px;
	letter-spacing:normal;
}
.video_list_item a:hover .video_list_title {
	color:#4F1B55;

}
.video_list_author {
	font-style:italic;
	display:inline;
	
}
.video_list_summary {
	display:inline;
}
.video_list_link {
	font-weight:bold;
	display:inline;
}

.video_list_item a:hover .video_list_link {
	color:#4F1B55;

}




/************** Login Page *****************************************/
.loginBtn {
	background-image: url(/images/icons/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:65px;
	margin:0 10px 0 0;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.loginBtn:hover {
	background-color:#ECEFF2;
}
.forgotBtn {
	background-image: url(/images/icons/forgot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:175px;
	margin:0 10px 0 0;
	padding:0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.forgotBtn:hover {
	background-color:#ECEFF2;
}
.findPasswordBtn {
	background-image: url(/images/icons/forgot.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:160px;
	margin:0 10px 0 0;
	padding:0 24px 0 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.findPasswordBtn:hover {
	background-color:#ECEFF2;
}
.returnLoginBtn {
	background-image: url(/images/icons/login.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:none;
	height:23px;
	width:140px;
	margin:0 10px 0 0;
	padding:0 24px 0 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.returnLoginBtn:hover {
	background-color:#ECEFF2;
}

/************** Bio Detail Page *****************************************/

div.bioDetail_topBar {display:inline-block;}
div.bioDetail_topBar span {display:inline-block;}
div.bioDetail_topBar span.left_edit {text-align:left; float:left;}
div.bioDetail_topBar span.right_list {text-align:right; float:right; width:200px;}

div#bio_container {width:100%; padding:0 3px 3px 3px;}

div#bio_container div.titleBar {margin-left:-3px; margin-right:-3px;}
div#bio_container div.titleBar h4 {margin-top:0px; font-size:14px; line-height:140%;}

div#bio_container div.content span.bioImage {float:left; padding-left:5px; margin:5px 8px 5px 0; }

div#bio_container div.fighterStats {display:inline-block; width:520px;}
div#bio_container div.fighterStats span.statTitle {display:inline-block; width:120px; font-weight:bold; text-align:left;}
div#bio_container div.fighterStats span.statTitleSmall {display:inline-block; width:120px;}

div#bio_container div.fighterStats span.statStat {display:inline-block; width:400px; text-align:left;}

div#bio_container a.mini:link, div#bio_container a.mini:hover, div#bio_container a.mini:visited {vertical-align:super; font-size:8px;}

