@import "global.css";
@import "main.css";

.Hide {
	display: none;
}
.ImageButton {
	vertical-align: middle;
}
.Ad img {
	padding: 0;
	margin: 0;
}
.Message p {
	color: red;
}

.BodyOnly {
	background-image:none;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

body {
	background-image: url(/images/layout/background.gif);
	background-color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:1.6em;
	margin: 0 0 10px 0;
	color: #505050;
}

.Wrapper {
	width: 985px;
	margin: 0 auto;
	padding-top: 5px;
}

#page {
	background-color: #FFF;
	width: 979px;
	margin: 0;
	padding: 3px;
}

#utilityBar{
	background: transparent url(/images/utilitybar/background.gif) no-repeat top;
}
	#utilityBar .ExternalLinks{
		float: right;
		border: none;
	}
	#utilityBar .FindFighter{
		float: right;
		height: 26px;
		padding: 0 5px 0 0;
		margin: 0;
	}
	#utilityBar .BubbleInput{
		display: block;
		float: left;
		background: transparent url(/images/utilitybar/search/leftBorder.gif) no-repeat 0 4px;
		padding: 4px 0 0px 5px;
		width: 150px;
	}
	#utilityBar .FindFighter .Button{
		cursor: pointer;
		margin-top: 4px;
	}
	#utilityBar .Background{
		display: block;
		background: transparent url(/images/utilitybar/search/input-bg.gif) repeat-x top;
	}
	#utilityBar .BubbleInput input{
		background: transparent;
		border: none;
		color: #FFF;
		padding: 3px 0 2px 0;
	}

.GradientBox{
	background: #FFF url(/images/gradientBox/background.jpg) repeat-x top;
	border: 1px solid #dcdad7;
	padding: 5px;
	margin: 5px 0;
}
	.GradientBox h2{
		background: transparent none;
		border: none;
		font-family: Arial,sans-serif;
		font-style: normal;
		font-size: 14px;
		color: #000;
		padding: 0;
		margin: 0;
	}
	.GradientBox h3{
		background: transparent none;
		font-family: Arial,sans-serif;
		font-style: normal;
		font-size: 14px;
		color: #000;
		padding: 0;
		margin: 0;
	}
	#page .GradientBox .Footer{
		background: transparent none;
		height: auto;
		padding: 0;
		margin: 0;
	}
	.GradientBox .Detail p{
		color: #FFF;
	}
.Video.GradientBox h3{
	background: transparent url(/images/icon/dwnCarrot_red.gif) no-repeat 262px 5px;
}
	.Video.GradientBox a:hover h3 {
		text-decoration: none;
	}
	.GradientBox.Video .ArticleImage{
		border: 1px solid #FFF;
		max-width: 282px;
	}
	.GradientBox.Video .Content{
		position: relative;
		width: 284px;
		margin: 0 auto;
	}
	.GradientBox.Video .Detail{
		position: absolute;
		bottom: 0;
		left: 0;
		background: transparent url(/images/layout/darkGreyTransparent_10x10.png) repeat top right;
		line-height: normal;
		color: #FFF;
		height: 66px;
		width: 282px;
		margin: 0 1px 1px 1px;
	}
	.GradientBox.Video .PlayBtn{
		position: absolute;
		top: 75px;
		left: 117px;
		background: transparent none;
		filter:alpha(opacity=60);
	}
.GradientBox .Forum {
	background: transparent none;
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #000;
	width: 285px;
	padding: 0;
	margin: 0;
}
	.GradientBox .Forum th{
		font-family: Arial,sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		padding: 5px 0 8px 0;
	}
	.GradientBox .Forum th.LastUpdated{
		font-size: 8px;
		color: #4C4C4C;
	}
	.GradientBox .Forum tr td{
		border-bottom: 1px solid #E6E5E3;
		padding: 0 0 10px 0;
	}
	.GradientBox .Forum tr.Header{
		border-bottom: none;
		padding: 5px 0;
	}
	.GradientBox .Forum a{
		color: #000;
	}
.GradientBox.Buzz h2{
	background: transparent url(/images/icon/dwnCarrot_red.gif) no-repeat 262px 5px;
}
	.GradientBox.Buzz table{
		width: 100%;
		margin: 5px 0;
	}
	.GradientBox.Buzz tr td{
		vertical-align: middle;
		border-bottom: 1px solid #E6E5E3;
		padding-bottom: 2px;
	}
	.GradientBox.Buzz tr.Last{
		border-bottom: none;
	}
	.GradientBox.Buzz tr .NameCol{
		font-family: Arial,sans-serif;
		font-size: 11px;
		padding: 5px 0;
	}
	.GradientBox.Buzz tr .MovementIconCol{
		text-align: center;
	}
	.GradientBox.Buzz tr .MovementCol{
		font-family: Arial,sans-serif;
		font-size: 9px;
		font-weight: bold;
	}
	.GradientBox.Buzz tr a{
		color: #000;
	}

/* Main Event Section */
.MainEvent{
	background: #000 url(/images/mainEvent/background.jpg) no-repeat bottom;
	padding: 0 5px;
	margin: 0 0 5px 0;
}
.MainEvent .Event{
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #3a3d42;
	color: #FFF;
	padding: 10px;
	margin: 0;
}
.MainEvent .Event:hover{
	text-decoration: none;
}
.MainEvent h2{
	border: none;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 0;
	margin: 0;
}
.MainEvent .Date{
	display: block;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7d7a58;
	padding: 0 0 5px 0;
}
.MainEvent FighterAHeadshot,
.MainEvent FighterBHeadshot{
	float: left;
}
.MainEvent .CenterCol{
	display: block;
	float: left;
	width: 102px;
	padding: 0 5px;
}
.MainEvent .FighterAHeadshot{
	float: left;
	border: 1px solid #c6c6c6;
}
.MainEvent .FighterBHeadshot{
	float: left;
	border: 1px solid #c6c6c6;
}
.MainEvent .FighterA{
	display: block;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6c6;
}
.MainEvent .Versus{
	display: block;
	text-align: center;
	padding: 4px 0;
}
.MainEvent .FighterB{
	display: block;
	text-align: right;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6c6;
}
.MainEvent .Clear{
	display: block;
	clear: left;
	line-height: 1px;
	height: 1px;
}

h2.PollHeader{
	margin-top: 11px;
}
.data_table.NewsPoll{
	width: 299px;
	margin-left: 1px;
	margin-bottom: 0;
}
	.data_table.NewsPoll th{
		padding-top: 0px;
		
	}
	.data_table.NewsPoll td{
		padding-top: 4px;
		padding-bottom: 4px;
	}
.data_table.NewsPollResults{
	width: 299px;
	margin-left: 1px;
	margin-bottom: 0;
}
	.data_table.NewsPollResults th{
		padding-top: 0px;
	}
	.data_table.NewsPollResults td{
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.data_table.NewsPollResults .ArticleSource{
		color: #ADB5BD;
	}
.data_table.NewsPollError{
	margin-bottom: 0;
}
	.data_table.NewsPollError th{
		padding-top: 0px;
	}
	.data_table.NewsPollError td{
		padding-top: 1px;
		padding-bottom: 0;
	}
	.data_table.NewsPollError .PollSubmitFailLink{
		color: #B70000;
	}
	.data_table.NewsPollError .PollSubmitFailLink:hover{
		color: #000;
	}

#header {
	padding-bottom: 0;
	margin-bottom: 0;
}

#giantAd{
	position: absolute;
	top: 126px;
	left: 1px;
	z-index: 90000;
}
#giantAd img{
	margin: 0;
}

#banner {
	background: transparent url(/images/layout/header-bannerBackground.gif) repeat-x left;
	vertical-align: middle;
	text-align: center;
	width: 732px;
	height: 92px;
	padding: 1px 0 0 0;
}

#menuBar {
	background: transparent url(/images/layout/menuBar-background.gif) no-repeat top;
	height: 32px;
	padding: 1px 0 5px 1px;
	margin: 0;
}
	#menuBar img {
		border: none;
	}
	#menuBar .Sponsors {
		background-color: #000;
		padding: 0;
	}
	#menuBar .Sponsors ul {
		background-color: #000;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#menuBar .Sponsors ul li {
		float: left;
		background-image: none;
		height: 30px;
		padding: 0;
		margin: 0;
	}
	#menuBar .Sponsors ul .First {
		padding: 0 0 0 5px;
	}
	#menuBar .Sponsors ul .Divider {
		padding: 0 2px;
	}
	#menuBar .Sponsors ul li img {
		height: 30px;
		padding: 0;
		margin: 0;
	}

#menuBar .MenuPlaceHolder {
	position: absolute;
}
	#page .Footer {
		background-image: url(/images/layout/footer-topBackground.gif);
		background-repeat: repeat-x;
		background-position: top center;
		text-align: center;
		font-size: 11px;
		color: #CBCBCB;
		height: 85px;
		padding: 0px 0 30px 0;
	}
	#page .Footer ul {
		background-image: none;}	
	#page .Footer li {
		float:right;
		background-image: none;
		border-left:1px solid #61666c;
		padding:0px 20px 0px 20px;
	}		
	#page .Footer li a {
		color:#ffc600;
		font-size:8pt;
	}	
	#page .Footer .RSS {
		vertical-align: middle;
	}
	#page .Footer a {
		color: #CBCBCB;
		text-decoration: underline;
	}

#footer {
	font-size: 11px;
	color: #CBCBCB;
	padding: 0 0 20px 10px;
}
	#footer ul {
		color: #910000;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#footer ul li {
		background-image: none;
		float: left;
		padding: 0 2px 0 2px;
	}
	#footer ul li a {
		color: #910000;
		text-decoration: none;
	}
#content {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#contentPage {
	background-color: #E6E5E3;
	/*color: #494949;*/
	color: #000;
	padding: 0;
	margin: 0;
}
.OneCol, .FramedForum, .StandardForum {
	background-color: #FFF;
	min-height: 400px;
}
.Training {
	background-color: #E6E5E3;
}

.ColumnWrapper {
	padding: 0;
	margin: 0;
}
	.ColumnWrapper td.LeftCol,
	.ColumnWrapper td.CenterCol,
	.ColumnWrapper td.RightCol {
		vertical-align: top;
		height: 400px;
		padding: 0;
		margin: 0;
	}
	.ColumnWrapper td.LeftCol table td,
	.ColumnWrapper td.CenterCol table td,
	.ColumnWrapper td.RightCol table td {
		height: auto;
	}
	.ColumnWrapper.FlyerPage .LeftCol {
		width: 579px;
	}
	
.LeftCol {
	background-color: #FFF;
	width: 679px;
	min-height: 400px;
	padding-bottom: 15px;
}
	.BannerAdRight .LeftCol {
		width: 818px;
		min-height: 590px;
	}
	.FighterResume .LeftCol {
		background-color: transparent;
		width: 482px;
		min-height: 590px;
		padding: 0 3px 0 0;
	}
	.FlyerPage .LeftCol {
		width: 578px;
		min-height: 590px;
	}
	.StandardForum .LeftCol {
		width: 631px;
	}
	.StandardForum .BannerLeftCol {
		width: 817px;
	}
	.FramedForum .LeftCol {
		width: 540px;
	}
	.ProfilePage .LeftCol {
		background-color: transparent;
		border-right: 4px solid #000;
		width: 611px;
		min-height: 590px;
		padding: 0;
	}
	.Stats .LeftCol {
		/*width: 600px;*/
		width: 678px;
	}
	.TrainingHome .LeftCol {
		width: 679px;
		padding: 0;
		margin: 0;
	}
	.Training .LeftCol {
		background-color: #E6E5E3;
		width: 300px;
		min-height: 590px;
	}

.CenterCol {
	background-color: transparent;
}

.RightCol {
	background-color: transparent;
	text-align: left;
	width: 300px;
	padding: 0;
	margin: 0;
}
	.BannerAdRight .RightCol {
		width: 160px;
	}
	.FighterResume .RightCol {
		width: 484px;
	}
	.FlyerPage .RightCol {
		width: 400px;
	}
	.StandardForum .RightCol {
		border-left: 1px dotted #7F7F7F;
		background-color: #D9D8D4;
		width: 346px;
		min-height: 500px;
		padding: 0;
		margin: 0 0 0 1px;
	}
	.StandardForum .BannerRightCol {
		border-left: 1px dotted #7F7F7F;
		background-color: #D9D8D4;
		width: 160px;
		min-height: 500px;
		padding: 0;
		margin: 0 0 0 1px;
	}
	.FramedForum .RightCol {
		border-left: 1px dotted #7F7F7F;
		background-color: #D9D8D4;
		width: 186px;
		min-height: 500px;
		padding: 0;
		margin: 0 0 0 1px;
	}
	.ProfilePage .RightCol {
		width: 358px;
	}
	.Stats .RightCol {
		/*width: 347px;*/
		width: 300px;
	}
	.TrainingHome .RightCol {
		width: 300px;
		min-height: 590px;
		padding: 0;
		margin: 0;
	}
	.Training .RightCol {
		background-color: #FFF;
		width: 679px;
		min-height: 800px;
		padding: 0;
		margin: 0;
	}

.OutsideAd {
	position: absolute;
	top: 0;
	left: 981px;
}

.GenericText {
	margin: 10px;
}
.smallWhiteText {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}

.tiny {
	font-size: 10px;
	color: #878787;
}

.checkoutContent {
	padding: 0px 20px 20px 20px;
	width: 760px;
	background-color: #fff;
}

.LatestVideo h1.Header {
	background-color: transparent;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	padding: 9px 14px 4px 29px;
	margin: 0;
}
.LatestVideo img {
	border: 2px solid #FFF;
}
.LatestVideo .Content {
	position: relative;
	border-right: 2px solid #000;
	border-left: 1px solid #000;
	line-height: 15px;
	min-height: 60px;
}
.LatestVideo .Content .Detail {
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 310px;
	height: 60px;
	padding: 3px 5px 3px 5px;
}
.LatestVideo .Content .Detail h2 {
	border-bottom: none;
	background-image: none;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #FA0;
	margin: 3px 0 3px 0;
	padding: 0;
}
.LatestVideo .Content .Detail h2 a {
	font-size: 11px;
	font-weight: bold;
	color: #FA0;
}
.LatestVideo .Content .Detail p {
	font-size: 11px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.SearchArea {
	background-color: #000;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 5px 0 5px 0;
}
	.SearchArea form {
		padding: 0 0 8px 0;
	}
	.SearchArea label {
		margin: 0 0 0 12px;
	}
	.SearchArea input.Box {
		background-image: url(/images/layout/home/searchArea-input-bg.gif);
		border: 1px solid #909090;
		color: #FFF;
		height: 19px;
		margin: 0 0 0 13px;
		padding: 1px 3px 1px 3px;
	}
	.SearchArea em {
		color: #FFAA00;
		margin: 0 0 0 12px;
	}
	.SearchArea .HotSearch {
		background-image: url(/images/layout/home/searchArea-HotSearch-bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		width: 275px;
		height: 18px;
		padding: 3px 10px 3px 10px;
		margin: 0 0 0 5px;
	}
	.SearchArea .HotSearch a {
		text-decoration: none;
		font-size: 9px;
		font-style: normal;
		color: #FFF;
	}
	.SearchArea .HotSearch a:hover {
		text-decoration: underline;
		color: #FFAA00;
	}
	.SearchArea .HotSearch .HotSearchLinks {
		font-size: 10px;
		margin-left: 10px;
	}

.SearchArea.Official {
	background-image: url(/images/layout/home/OfficalSearchBar-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #333333;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 5px 0 2px 0;
}
		.SearchArea.Official.Width400 {
			background-image: url(/images/layout/home/OfficalSearchBar-bg_400w.jpg);
			width: 400px;
		}
	.SearchArea.Official h3 {
		font-size: 13px;
		color: #FFF;
	}
	.SearchArea.Official h4 {
		background-image: none;
		background-color: transparent;
		background-color: #1A1A1A;
		font-size: 13px;
		color: #FFF;
		padding: 3px 10px 3px 5px;
		margin: 2px 0 0 0;
	}
	.SearchArea.Official h4 a {
		color: #FFB400;
	}
	.SearchArea.Official h4 a:hover {
		text-decoration: underline;
	}
	.SearchArea.Official form {
		padding: 0 0 8px 0;
	}
	.SearchArea.Official label {
		margin: 0 0 0 12px;
	}
	.SearchArea.Official input.Box {
		background-image: url(/images/layout/home/searchArea-input-bg.gif);
		border: 1px solid #909090;
		color: #FFF;
		height: 19px;
		width:125px;
		margin: 0 0 0 13px;
		padding: 1px 3px 1px 3px;
	}
	.SearchArea.Official em {
		color: #FFAA00;
		margin: 0 0 0 6px;
	}
	.SearchArea.Official .HotSearch {
		background-image: none;
		width: 275px;
		height: 18px;
		padding: 0px 5px 3px 10px;
		margin: 0 0 0 0px;
	}
	.SearchArea.Official .HotSearch a {
		text-decoration: none;
		font-size: 9px;
		font-style: normal;
		color: #FFF;
	}
	.SearchArea.Official .HotSearch a:hover {
		text-decoration: underline;
		color: #FFAA00;
	}
	.SearchArea.Official .HotSearch .HotSearchLinks {
		font-size: 10px;
		margin-left: 10px;
	}

.LoginForm {
	width: 390px;
	margin: 0 auto 0 auto;
}
	.LoginForm .CenterAlgin {
		text-align: center;
	}
	.LoginForm .RightAlign {
		text-align: right;
		padding-right: 5px;
	}
	.LoginForm .RadioButtons {
		vertical-align: top;
	}
	.LoginForm .RadioButtons ul {
		padding-top: 0;
		margin: 0;
	}
	.LoginForm .RadioButtons ul li {
		background-image: none;
	}

.ListingArea {
	margin: 2px 10px 10px 10px;
}
	.ListingArea .Listing.Even {
		background-color: transparent;
	}
	.ListingArea .Listing {
		background-image: url(/images/layout/icons/divider-WhiteGrey.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #e6e5e3;
		color: #000;
		width: 644px;
		padding: 10px 0 10px 0;
	}
	.ListingArea .Listing .Image img {
		border: 1px solid #CBCAE5;
		background-color: #FFF;
		padding: 2px;
	}
	.ListingArea .Listing .Image {
		float: left;
		text-align: right;
		width: 166px;
		padding: 0 7px 0 7px;
		margin: 0;
		border: none;
	}
		.ListingArea.SetImage .Listing .Image {
			width: 106px;
		}
		.ListingArea.NoImage .Listing .Image {
			width: 0px;
		}
	.ListingArea .Listing .Content {
		float: left;
		position: relative;
		width: 443px;
	}
	.ListingArea.SetImage .Listing .Content {
		width: 523px;
	}
	.ListingArea.NoImage .Listing .Content {
		width: 629px;
	}
	.ListingArea .Listing .Content .RightHeaderText {
		position: absolute;
		top: 3px;
		right: 10px;
		font-size: 12px;
	}
	.ListingArea .Listing h3 {
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #940000;
		width: 360px;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.ListingArea .Listing a:hover h3 {
		text-decoration: underline;
		color: #000;
	}
	.ListingArea .Listing p {
		color: #000;
		padding: 0;
		margin: 0;
	}
	.ListingArea .Listing .AltList a {
		color: #000;
	}
	.ListingArea .Listing .Clearing {
		clear: left;
	}
.FeturedListing {
	background-image: url(/images/layout/featuredVideo-background.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0 10px 0 5px;
}
	.FeturedListing h1 {
		background-image: url('/images/layout/bgh1Alt.gif');
		background-color: transparent;
		margin: 0;
	}
	.FeturedListing .ListingArea {
		background-color: transparent;
	}
.FavoritesListing {
	width: 588px;
}
	.FavoritesListing .ListingArea {
		width: 100%;
		padding: 0 8px 5px 8px;
		margin: 0;
	}
	.FavoritesListing .ListingArea .Listing {
		width: 100%;
		padding: 5px 0 5px 0;
		margin: 0;
	}
	.FavoritesListing .ListingArea .Listing .Content {
		width: 179px;
	}
		.FavoritesListing .ListingArea.SetImage .Listing .Image {
			width: 140px;
		}
		.FavoritesListing .ListingArea.SetImage .Listing .Content {
			width: 425px;
		}
		.FavoritesListing .ListingArea.NoImage .Listing .Content {
			width: 345px;
		}
	.FavoritesListing .ListingArea .Listing .Content h3 {
		width: 100%;
	}
.FighterFeaturedListing {
	width: 300px;
}
	.FighterFeaturedListing .ListingArea {
		width: 284px;
		padding: 0 8px 0 8px;
		margin: 0;
	}
	.FighterFeaturedListing .ListingArea .Listing {
		width: 284px;
		padding: 5px 0 5px 0;
		margin: 0;
	}
	.FighterFeaturedListing .ListingArea .Listing .Image {
		width: 140px;
	}
		.FighterFeaturedListing .ListingArea.SetImage .Listing .Image {
			width: 106px;
		}
		.FighterFeaturedListing .ListingArea.NoImage .Listing .Image {
			width: 0px;
		}
	.FighterFeaturedListing .ListingArea .Listing .Content {
		position: static;
		width: 160px;
	}
		.FighterFeaturedListing .ListingArea.SetImage .Listing .Content {
			width: 153px;
		}
		.FighterFeaturedListing .ListingArea.NoImage .Listing .Content {
			width: 284px;
		}
	.FighterFeaturedListing .ListingArea .Listing .Content h3 {
		width: auto;
	}

.RssCallout {
	background-color: #000;
	vertical-align: middle;
	padding: 10px;
}
	.RssCallout img {
		vertical-align: middle;
	}
	.RssCallout a:hover {
		color: #FFAA00;
	}

.CommentListing {
	background-color: #BFC0C0;
	width: 420px;
	margin: 0 0 10px 5px;
	text-align: left;
}
	.CommentListing form {
		padding: 10px 0 0 0;
	}
		.CommentListing form .TextBox {
			width: 250px;
			height: 35px;
		}
	.CommentListing .PageANation {
		background-image: none;
	}
	.CommentListing .LeftBorder {
		background-image: url(/images/layout/comments-leftShadow.gif);
		background-repeat: repeat-y;
		background-position: left;
		background-color: transparent;
		width: 413px;
		padding: 0 0 0 10px;
		margin: 0;
	}
	.CommentListing .RightBorder {
		background-image: url(/images/layout/comments-rightShadow.gif);
		background-repeat: repeat-y;
		background-position: right;
		width: 400px;
		padding: 0 10px 0 0;
		margin: 0;
	}
	.CommentListing .ListingArea {
		background-color: transparent;
		width: 100%;
		margin: 0;
	}
	.CommentListing .ListingArea h1 {
		background-color: #FFFFFF;
		padding: 0;
		margin: 0;
	}
	.CommentListing .ListingArea .Listing {
		background-image: none;
		background-color: transparent;
		width: 100%;
		padding: 0;
		margin: 10px 0 0 0;
	}
	.CommentListing .ListingArea .Listing .Image {
		width: 48px;
		padding: 0;
		margin: 0 5px 0 0;
	}
	.CommentListing .ListingArea .Listing .Content { 
		background-color: transparent;
		width: 330px;
		padding: 0 0 0 10px;
	}
	.CommentListing .ListingArea .Listing .Content .RightHeaderText {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
	}
	.CommentListing .ListingArea .Listing .Content h3 {
		border-bottom: 1px dotted #A6A6A6;
		font-size: 12px;
		font-weight: normal;
		color: #000;
		width: 320px;
		padding-left: 0;
		margin-left: 0;
	}
	.CommentListing .ListingArea .Listing .Content p {
		padding: 0;
		margin: 0;
	}
	.CommentListing .CommentFooter {
		background-image: url(/images/layout/comments-bottomShadow.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
		padding-right: 10px;
		width: 410px;
	}
	.CommentListing .CommentFooter .LeftBorder {
		background-image: url(/images/layout/comments-bottomShadow.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 10px;
		height: 10px;
		padding: 0;
		margin: 0;
	}

.FramedForum a, .StandardForum a {
	color: #1B3453;
}

.FramedForum a:visited, .StandardForum a:visited {
	color: #5c7996;
}

.FramedForum .ForumMiniMenu {
	position: fixed;
	background-color: #000;
	width: 235px;
}
.FramedForum .ForumMiniMenu h1 {
	background-image: url(/images/layout/forum/h1-underGround.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	padding: 5px 0 2px 0;
	margin: 0;
}
	.FramedForum .ForumMiniMenu ul li {
		border-left: 1px solid #35383D;
		background-position: 3px center;
		line-height: 12px;
		height: 15px;
		padding: 0 3px 0 13px;
		margin: 2px 0 3px 0;
	}
	.FramedForum .ForumMiniMenu ul li.First {
		border-left: none;
	}
	.FramedForum .FramedForum .ForumMiniMenu p {
		font-weight: bold;
		color: #fff;
		margin: 0;
		padding: 0 0 0 10px;
	}
	.FramedForum .ForumMiniMenu a {
		font-size: 10px;
		color: #FFB400;
	}

.FramedForum .ForumMenuList {
	background-image: url('/images/layout/forum/forumListFade.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #EBEBEB;
	width: 215px;
	padding-top: 48px;
}
	.FramedForum .ForumMenuList li {
		background-image: none;
		padding-left: 5px;
	}
	.FramedForum .ForumMenuList li.NonExpandable {
		padding-left: 20px;
	}
	.FramedForum .ForumMenuList li.Submenu {
		padding: 0;
		margin: 0;
	}
	.FramedForum .ForumMenuList li.Submenu ul {
		padding: 0 0 0 5px;
		margin: 0;
	}
	.FramedForum .ForumMenuList li.Submenu ul li {
		background-image: url('/images/layout/icons/minus_blue.gif');
		background-repeat: no-repeat;
		background-position: 10px center;
		font-weight: normal;
		line-height: 13px;
	}
	.FramedForum .ForumMenuList li.Submenu ul li a {
		font-weight: normal;
	}
	.FramedForum .ForumMenuList li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
	}
	.FramedForum .ForumMenuList li a:visited {
		color: #1B3453;
	}

.FramedForum .Actions {
	background-color: #111214;
	font-size: 11px;
	width: 236px;
}
	.FramedForum .Actions h2 {
		background-image: url('/images/layout/forum/h2-bg.gif');
		background-color: #4B4B4B;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		height: 24px;
		padding: 0;
		margin: 0;
	}
	.FramedForum .Actions ul {
		background-color: #111214;
		width: 116px;
		padding: 0;
		margin: 3px 0 3px 0;
	}
		.FramedForum .Actions ul.SecondCol {
			border-left: 1px solid #FFFFFF;
			padding-left: 2px;
		}
	.FramedForum .Actions ul li {
		background-image: url('/images/icon/whiteUlArrow.gif');
		background-repeat: no-repeat;
		font-size: 12px;
		margin: 0 0 0 3px;
	}
	.FramedForum .Actions ul li a {
		color: #FECB00;
	}
	.FramedForum .Actions form {
		padding: 3px;
		vertical-align: middle;
		height: 28px;
	}
	.FramedForum .Actions .Button {
		margin-top: 5px;
	}
.StandardForum .BusinessMembers {
	width: 186px;
}
.Forum {
	background-image: url(/images/layout/forum/standard/page-grad.gif);
	background-repeat: repeat-x;
	padding-top: 0;
}
.PostContent p img {
	color: #000;
	max-width:575px;
}

.Account {
	padding: 0;
	margin: 0;
}
.ForumPostPaging {
	text-align: right;
}
.ForumPostPaging a.Selected {
	color: #000;
}
.StandardForum .AccountNav {
	margin: 0 0 10px 0;
}
.StandardForum .AccountNav li {
	float: right;
	background-image: url(/images/layout/forum/standard/accountNav-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	height: 19px;
	padding: 8px 10px 8px 10px;
	margin: 0;
}
	.StandardForum .AccountNav li.First {
		background-image: url(/images/layout/forum/standard/accountNav-leftBorder.gif);
		background-repeat: no-repeat;
		width: 7px;
		background-position: top right;
		padding-right: 0;
	}
	.StandardForum .AccountNav li.Divider {
		background-image: url(/images/layout/forum/standard/accountNav-divider.gif);
		background-repeat: no-repeat;
		background-position: top;
		width: 2px;
		padding-left: 0;
		padding-right: 0;
	}
	.StandardForum .AccountNav li.Last {
		background-image: url(/images/layout/forum/standard/accountNav-rightBorder.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 0;
		padding-right: 0;
	}
	.StandardForum .AccountNav li a {
		height: 35px;
		color: #FFF;
	}
.StandardForum .SearchForm {
	float: right;
	padding: 8px 20px 0 3px;
}
	.StandardForum .SearchForm label {
		font-size: 12px;
		font-weight: bold;
		color: #505151;
		vertical-align: middle;
	}
.StandardForum  .ForumNav {
	position: relative;
	border-bottom: 6px solid #616467;
	margin: 0 8px 10px 8px;
}
	.ForumNav .Tab .Nav {
		float: left;
		display: block;
		background-image: url(/images/layout/forum/standard/forumNav-bg.jpg);
		background-repeat: no-repeat;
		background-position: top;
		font-weight: bold;
		color: #FFF;
		width: 132px;
		padding: 6px 0 5px 10px;
		margin: 20px 0 0 0;
	}
	.ForumNav .Tab .First.Nav {
		background-image: url(/images/layout/forum/standard/forumNav-left.jpg);
		width: 132px;
	}
	.ForumNav .Tab .Last.Nav {
		background-image: url(/images/layout/forum/standard/forumNav-right.jpg);
		width: 133px;
	}
		.ForumNav .Tab .Nav.Selected {
			background-image: url(/images/layout/forum/standard/forumNav-bg-selected.jpg);
		}
		.ForumNav .Tab .First.Nav.Selected {
			background-image: url(/images/layout/forum/standard/forumNav-left-selected.gif);
		}
		.ForumNav .Tab .Last.Nav.Selected {
			background-image: url(/images/layout/forum/standard/forumNav-right-selected.gif);
		}
		.ForumNav .Tab .SubNav {
			position: absolute;
			left: 0;
			top: 52px;
			border: 6px solid #616467;
			background-color: #64676A;
			width: 951px;
		}
		.ForumNav .Tab .SubNav a {
			color: #FFF;
		}
		.ForumNav .Tab .SubNav ul.First {
			border-left: none;
		}
		.ForumNav .Tab .SubNav ul {
			border-left: 1px solid #7F8284;
			padding: 0 0 0 20px;
			margin: 5px 0 15px 0;
		}
		.ForumNav .Tab .SubNav li {
			background-image: url(/images/icon/subNav-Arrow-Grey.gif);
			width: 200px;
		}
.StandardForum .Paging {
	background-image: url(/images/layout/forum/standard/paging-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	height: 19px;
	padding: 0 0 0 0;
	margin: 0 65px 0 0;
}
	.StandardForum .Paging img {
		padding: 0;
		margin: 0;
	}
	.StandardForum .Paging a {
		padding: 0;
		margin: 0;
	}
.StandardForum .ThreadList.data_table {
	border: 1px solid #D8D9DA;
}
	.StandardForum .ThreadList.data_table td {
		border-top: 1px solid #D8D9DA;
		border-left: 1px solid #D8D9DA;
	}
	.StandardForum .ThreadList.data_table td.First {
		border-left: none;
	}
.StandardForum .PostList {
	border: 1px solid #D8D9DA;
	width: 789px;
}
	.StandardForum .PostList .HeaderRow {
		border: 1px solid #D8D9DA;
		background-color: #B9B9B0;
	}
	.StandardForum .PostList .Title {
		background-color: #F0F0EE;
		vertical-align: top;
		width: 175px;
	}
	.StandardForum .PostContent {
		vertical-align: top;
		color:black;
	}
.FramedForum .Forum {
	min-width: 788px;
}
	.Forum .data_table {
		border:none;
		width: 574px;
		margin: 0 14px 0 12px;
	}
	.Forum .data_table .data_row {
		background-color: #e6e5e0;
	}
	.Forum .data_table td {
		border: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
	}
	.Forum .data_table td.DateCell {
		color: #000;
		font-weight:bold;
	}
	
	.RecentNews {
		background-image: url(/images/layout/forum/recentNews-bg-fade.gif);
		background-repeat: repeat-x;
		background-position:top;
		padding: 0 0 10px 0;
	}
	.RecentNews .Content{
		padding-left: 10px;
	}
	.RecentNews .Ad img {
		margin-top: 1px;
	}
	.RecentNews ul {
		padding: 0;
		margin:0;
	}
	.RecentNews ul li {
		background-image: url('/images/layout/icons/minus_blue.gif');
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		padding: 0 0 0 10px;
		margin:0;
	}
	.PremierEvent strong {
		color: #000;
	}
	.PremierEvent ul {
		padding: 0;
		margin: 10px 5px 0 5px;
	}
	.PremierEvent ul li {
		border-top: 1px solid #CECECE;
		background-color: #ffffff;
		background-image: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #426CA3;
		padding: 5px 10px 5px 10px;
		margin:0;
	}
	.PremierEvent ul li.OddRow {
		background-color: transparent;
	}
	.PremierEvent ul li.LastRow {
		border-bottom: 1px solid #CECECE;
	}
	
	.Forum .RightCol h1 {
		background-image: url(/images/layout/h1-greyOnDarkGrey.gif);
		background-repeat: repeat;font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		padding: 0 3px 3px 3px;
		margin: 0;
	}
	.Forum .RightCol h2 {
		margin-top: 0;
	}
	.Forum .RightCol ul li {
		background-image: url('/images/icon/arrow_black.gif');
		background-repeat: no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #1D3B57;
		padding: 0 0 0 10px;
		margin:0;
	}

.ThreadListWrapper {
	background-color: #FFF;
}
.ThreadListWrapper .CurrentPage {
	color: #000;
}
.ForumThreadList {
	padding: 10px 2px 3px 2px;
	margin: 0;
}
.ForumThreadList li {
	background-image: none;
	line-height: 15px;
	padding:0;
	margin: 0;
}

.UserPosting {
	color:#000000;
	padding: 0 0 10px 0;
	margin: 5px 0 0 0;
}
	.UserPosting p 	{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

.PageANation {
	background-image: url(/images/layout/PageANation-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 30px;
	padding-top: 10px;
}
	.PageANation a {
		font-size: 12px;
		color: #6A6A6A;
	}
	.PageANation a.Back {
		background-image: url('/images/layout/icons/smallRedLeft.gif');
		background-repeat: no-repeat;
		background-position: center right;
		font-size: 8px;
		color: #940000;
		padding: 2px 10px 0 0;
		margin-right: 5px;
	}
	.PageANation a.Next {
		background-image: url('/images/layout/icons/smallRedRight.gif');
		background-repeat: no-repeat;
		background-position: center left;
		font-size: 8px;
		color: #940000;
		padding: 2px 0 0 10px;
		margin-left: 5px;
	}
	.PageANation a.Selected {
		font-weight: bold;
		color: #940000;
	}
.Mail .PageANation {
	background-image: none;
	text-align: right;
	height: auto;
	padding-top: 10px;
}
	.Mail .PageANation a {
		font-size: 12px;
		color: #0d4fac;
	}
	.Mail .PageANation a.Back {
		background-image: none;
		font-size: 12px;
		color: #0d4fac;
		margin-right: 0;
	}
	.Mail .PageANation a.Next {
		background-image: none;
		font-size: 12px;
		color: #0d4fac;
		margin-left: 0;
	}
		.Mail .PageANation a:hover, .Mail .PageANation a.Back:hover, .Mail .PageANation a.Next:hover {
			text-decoration: underline;
			color: #000000;
		}
	.Mail .PageANation a.Selected {
		font-weight: bold;
		color: #000000;
	}

.TagLinks {
	width: 500px;
	padding: 0;
	margin: 0 auto 0 auto;
}

.VideoContainer {
}
	#videoContent .VideoContainer .Header {
		height: 38px;
	}
		#videoContent .VideoContainer .Header .LeftCol {
			background-image: url(/images/layout/videoContainer/headerLeft.jpg);
			background-repeat: no-repeat;
		}
		#videoContent .VideoContainer .Header .CenterCol {
			background-image: url(/images/layout/videoContainer/headerBg.gif);
			background-repeat: repeat-x;
			vertical-align: middle;
			font-size: 14px;
			font-weight: bold;
			color: #FA0;
		}
		#videoContent .VideoContainer .Header .RightCol {
			background-image: url(/images/layout/videoContainer/headerRight.jpg);
			background-repeat: no-repeat;
		}
	#videoContent .VideoContainer .Footer {
		background-image: none;
		height: 15px;
	}
		#videoContent .VideoContainer .Footer .LeftCol {
			background-image: url(/images/layout/videoContainer/footerLeft.jpg);
			background-repeat: no-repeat;
		}
		#videoContent .VideoContainer .Footer .CenterCol {
			background-image: url(/images/layout/videoContainer/footerBg.gif);
			background-repeat: repeat-x;
			text-align: center;
		}
		#videoContent .VideoContainer .Footer .RightCol {
			background-image: url(/images/layout/videoContainer/footerRight.jpg);
			background-repeat: no-repeat;
		}
	.VideoContainer .LeftCol,.VideoContainer .RightCol {
		width: 34px;
	}
	.VideoContainer .Body .LeftCol {
		background-image: url(/images/layout/videoContainer/borderLeft.jpg);
		background-repeat: repeat-y;
		vertical-align: middle;
	}
	.VideoContainer .Body .CenterCol {
		background-color: #000;
	}
	.VideoContainer .Body .RightCol {
		background-image: url(/images/layout/videoContainer/borderRight.jpg);
		background-repeat: repeat-y;
		vertical-align: middle;
	}

.UserForm {
	padding: 0 15px 0 15px;
}

.Event {
	border-top: 1px dotted #C8C8C8;
	border-bottom: 3px solid #C8C8C8;
	padding-bottom: 1px;
	margin: 0 3px 1px 3px;
}
	.Event .Row {
		padding: 13px 5px 13px 5px;
	}
	.Event .Odd {
		background-color: #E9E9E9;
	}
	.Event .Row .Even {
		background-color: #FFF;
	}
	.Event .Row .Versus {
		position: absolute;
		top: 50%;
		left: 49%;
		width: 17px;
		height: 13px;
	}
	
	.Event .Fighters {
		position: relative;
		padding: 13px 10px 10px 10px;
	}
	
	.Event .Fighter {
		border: 1px solid #5A5E66;
		width: 45%;
		margin: 5px 3px 0 0;
		padding: 1px;
	}
	.Event .Fighter .ImageHolder {
		background-color: #B2B2B2;
		text-align: center;
		padding: 0 6px 0 0;
		width: 100px;
	}
	.Event .Fighter .Info {
	}
	.Event .Fighter .Info table {
		font-family: Arial, Verdana, sans-serif;
		font-size: 12px;
		background-color: #5A5E66;
		color: #ECE4D2;
		width: 100%;
	}
		.Event .Fighter .Info a {
			color: #fff;	
		}
		.Event .Fighter .Info table .Title {
			font-weight: bold;
			color: #FFAD00;
			height: 26px;
			width: 20px;
		}
		.Event .Fighter .Info table td {
			border-top: 1px solid #E6E5E0;
			padding-left: 8px;
		}
		.Event .Fighter .Info table td.FirstRow {
			border-top: none;
		}
		.FightCardNavLink {
			position: absolute;
			margin-top: -20px;
			right: 20px;
		}
		
		.FightTitle {
			padding: 5px;
			background-color: #425460;
			color: white;
			font-weight: bold;
		}
		.FightRoundsTitle {
			padding: 5px;
			background-color: #6B7078;
			color: white;
		}
		.FightResult {
			padding: 5px;
			font-weight: bold;
		}
.FightCard .Content {
	background-image: url(/images/layout/home/FightCard-bg.gif);
	background-repeat: repeat-x;
	background-color: #22272E;
}
.LeftCol .FightCard .Content {
	width: 350px;
}
.FightCard .FighterInfo {
	height: 100px;
	width: 158px;
	padding: 5px 5px 0 7px;
}
.FightCard .FighterInfo img.Headshot {
	border: 2px solid #2f3239;
	width: 60px;
	height: 80px;
}
.FightCard .FighterInfo img.Vs {
	border: none;
	padding: 30px 0 30px 0;
}
.FightCard .FightInfo {
	background-image: url(/images/layout/home/FightCard-bg-watermark.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 110px;
	width: 180px;
	padding: 0 0 5px 0;
	margin: 0 0 3px 0;
}
.FightCard .FightInfo h2 {
	border-bottom: none;
	background-image: none;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 0;
	margin: 2px 0 0 0;
}
.FightCard .FightInfo table {
	margin: 0 0 5px 0;
}
.FightCard .FightInfo table td {
	background-image: url(/images/layout/home/FightCard-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #6F92B3;
	border: none;
	height: 8px;
	padding: 0px;
}
.FightCard .FightInfo table td.Title {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	width: 43px;
}
#EventsPage .FightCard .Header {
	background-color: #22272E;
	height: 31px;
	margin: 0;
	padding: 0;
}
#EventsPage .FightCard .Header a {
	background-image: url(/images/layout/home/FightCard-header.jpg);
	background-repeat: no-repeat;
	display: block;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
	height: 11px;
	width: 45px;
	margin: 0;
	padding: 7px 0 13px 23px;
}
#EventsPage .FightCard .Header a.Selected {
	background-image: url(/images/layout/home/FightCard-header-selected.jpg);
}
#EventsPage .FightCard .Footer {
	background-image: url(/images/layout/home/FightCard-footer.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	height: 31px;
	padding: 5px 0 0 0;
}
#EventsPage .FightCard .Content {
	width: 407px;
}
	#EventsPage .FightCard .Content .FighterInfo {
		width: auto;
	}
.FightCard .Footer p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
.FightCard .Footer strong {
	font-weight: normal;
	color: #FFA200;
}
	
html>body {font-size:small;}

#pageSubNav {
	float:left;
	width:100%;
	background-image:url('/images/layout/bgSubNav.gif');
	font-size:93%;
	line-height:normal;
	color:#FFFFFF;
	margin-bottom: 0;
	font:x-small/1.5em arial;
	font-style:oblique;
	font-size:small;
}
#pageSubNav ul {
	width:100%;
	margin: 0;
	padding:10px 10px 0 10px;
	list-style:none;
}
#pageSubNav li {
	float:left;
	background:url("/images/layout/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 0;
}
#pageSubNav a {
	float:left;
	display:block;
	background-image: url("/images/layout/right.gif");
	background-repeat: no-repeat;
	background-position: 9px 0;
	padding:5px 15px 4px 15px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#pageSubNav a {
	float:none;
}
/* End IE5-Mac hack */
#pageSubNav a:hover {
	color:#ffcc00;
}
#pageSubNav .Current {
	background-image:url("/images/layout/left_on.gif");
	border-right: 1px solid #c5c5c5;
}
#pageSubNav .Current a {
	background-image:url("/images/layout/right_on.gif");
	color:#333;
	padding-bottom:5px;
}

/* 
	Profile page 
*/
.ProfilePage {
	background-color: #FFF;
	border: 3px solid black;
}
.ProfilePage h1 {
	background-image: url("/images/layout/profile/h1-bg-profilePage.gif");
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	font-size: 13px;
	color: #FFB400;
	height: 21px;
	padding: 3px 0 4px 30px;
	margin: 0;
}
.ProfilePage h2 {
	background-image: url("/images/layout/profile/h2-bg-profilePage.gif");
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 1px solid #000;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px 0 3px 10px;
	margin: 0 0 2px 0;
}
.ProfilePage h3 {
	background-image: url("/images/layout/profile/h3-bg-profilePage.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	margin: 0 0 2px 0;
}

	.ProfilePage .Info {
		padding: 0 0 0 10px;
	}
	.ProfilePage .Info .ProfileImage {
		margin: 10px 0 10px 0;
	}
	.ProfilePage .Info .Messengers {
		background-color: #E5E5E5;
		padding: 3px;
		margin: 3px 0 0 0;
	}
	.ProfilePage .Info .data_table {
/*
		background-color: #F2F2F2;
*/
		background-color: transparent; 
		border: none;
		font-size: 11px;
		width: 384px;
	}
	.ProfilePage .Info .data_table td {
		padding: 2px 5px 2px 10px;
	}
	.ProfilePage .Info .data_table .data_row_field_title {
		background-color: #EEEEEE;
		text-align: left;
		font-size: 12px;
		width: 113px;
	}
	.ProfilePage .Comment {
		background-image: url("/images/layout/profile/h3-bg-profilePage.gif");
		background-repeat: no-repeat;
		background-position: center top;
		width: 331px;
		padding: 7px 5px 5px 8px;
		margin: 5px 5px 0 8px;
	} 
		.ProfilePage .Comment ul {
			padding: 0 2px 0 2px;
			margin: 2px 3px 0 0;
		}
		.ProfilePage .Comment ul li {
			background-image: none;
			padding: 0 0 0 3px;
			margin: 0;
		}	
		.ProfilePage .Comment .CommentText {
			font-size: 11px;
			line-height: 14px;
			margin: 4px 0 0 0;
		}
		.ProfilePage .Comment .ProfileImage {
			margin: 0 10px 0 0;
		}

.SectionNav {
	background-image: url("/images/layout/profile/favNav-ul-bg.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #000;
	height: 27px;
	padding: 0;
	margin: 0;
}
	.SectionNav li {
		float: left;
		background-image: url("/images/layout/profile/favNav-bg.gif");
		background-repeat: repeat-x;
		background-position: center top;
		font-size: 12px;
		color: #686868;
		height: 24px;
		padding: 0px 5px 0 5px;
		margin: 0;
	}
	.SectionNav li.Title {
		background-image: none;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
	}
	.SectionNav li a {
		color: #686868;
	}
		.SectionNav li a:hover {
			text-decoration: none;
		}
	.SectionNav li.Selected {
		background-image: url("/images/layout/profile/favNav-bg-selected.gif");
	}
	.SectionNav li.Selected a {
		color: #FFFFFF;
	}
	.SectionNav li.First {
		background-image: url("/images/layout/profile/favNav-first.gif");
		background-repeat: no-repeat;
		background-position: top right;
		width: 18px;
		padding: 0 5px 0 5px;
	}
	.SectionNav li.First.SelectedLeft {
		background-image: url("/images/layout/profile/favNav-first-selected.gif");
		width: 18px;
	}
	.SectionNav li.Last {
		background-image: url("/images/layout/profile/favNav-last.gif");
		background-repeat: no-repeat;
		background-position: top left;
		width: 18px;
		padding: 0 5px 0 5px;
	}
	.SectionNav li.Last.SelectedRight {
		background-image: url("/images/layout/profile/favNav-last-selected.gif");
	}
	.SectionNav li.Divider {
		background-image: url("/images/layout/profile/favNav-leftRight.gif");
		background-repeat: no-repeat;
		width: 22px;
		padding: 0;
	}
	.SectionNav li.Divider.SelectedLeft {
		background-image: url("/images/layout/profile/favNav-left-selected.gif");
	}
	.SectionNav li.Divider.SelectedRight {
		background-image: url("/images/layout/profile/favNav-right-selected.gif");
	}

.ForumBusinessSettings {
	width: 625px;
}

.ContentBlock {
	background-color: #FFFFFF;
	border: none;
}
	.ContentBlock.SpacingBorder {
		border-top: 3px solid #000;
	}
	.ContentBlock.SpacingBorder.Tall {
		border-top: 10px solid #000;
	}
.ContentBlock .ContentLinks {
	background-image: url("/images/layout/profile/contentNav-bg.gif");
	background-position: top left;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.ContentBlock .ContentLinks li {
	display: block;
	background-image: none;
	color: #CBCBCB;
	height: 23px;
	padding: 0 5px 0 0;
	margin: 0;
}
.ContentBlock .ContentLinks li.FirstItem {
	background-image: url("/images/layout/profile/contentNav-leftSide.gif");
	background-position: top left;
	padding-left: 20px;
}
.ContentBlock .ContentLinks li a {
	color: #CBCBCB;
	text-decoration: underline;
}
	.IFrame {
		border-top: none;
		border-right: 3px solid #2F353E;
		border-bottom: 3px solid #2F353E;
		border-left: 3px solid #2F353E;
		padding: 0;
		margin: 0;
	}
	.ContentBlock.ProfileBlog .BlogEntries {
		color: #600007;
		padding-top: 0;
		margin-bottom: 0;
	}
	.ContentBlock.ProfileBlog .BlogEntries li {
		background-image: url("/images/icon/page.gif");
		background-position: center left;
		border-bottom: 1px dashed #9F9F9F;
		height: 24px;
		padding-left: 20px;
	}
	.ContentBlock.ProfileBlog .BlogEntries li a {
		color: #600007;
	}
		.ContentBlock .SectionBlock {
			margin: 0 10px 0 0;
		}

.LinkFighterProfile {
	background-image: url(/Images/layout/fighterResume/resume-h1-bg.gif);
	background-repeat: repeat-x;
	border-left: 4px solid #000;
	height: 29px;
	padding: 0;
	margin: 0;
}
	.LinkFighterProfile a.AddToFavorites {
		background-image: none;
		font-size: 10px;
		letter-spacing: .25px;
		color: #8B9098;
	}
	.LinkFighterProfile img {
		background-repeat: repeat-x;
	}
	.LinkFighterProfile a {
		display: block;
		background-image: url(/images/layout/linkFighterProfile-a-bg.gif);
		background-position: center left;
		background-repeat: repeat-x;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
		letter-spacing: 1px;
		vertical-align: middle;
		color: #FFB400;
		height: 19px;
		padding: 5px 16px 5px 17px;
		margin: 0 0 0 0;
	}
	.LinkFighterProfile .LinkText {
		display: block;
		background-image: url(/images/layout/linkFighterProfile-a-bg.gif);
		background-position: center left;
		background-repeat: repeat-x;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		letter-spacing: 1px;
		color: #FFB400;
		height: 19px;
		padding: 5px 16px 5px 17px;
		margin: 0 0 0 0;
	}

.StoreSearchArea{
	position: absolute;
	top: 0;
	left: 740px;
	background-image: url(/images/layout/store/searchArea.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 175px;
	padding: 0 0 0 65px;
}
.StoreSearchArea input.Text{
	float: left;
	background-color: #212429;
	border: 1px solid #333333;
	font-size: 10px;
	color: #fff;
	margin: 5px 5px 0 10px;
}
.StoreSearchArea input.Image{
	float: left;
	border: none;
	margin: 2px 0;
}
