/* reset.css */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*************************************************************************************************
 * application styles
 * @author Fontaine Shu
 *************************************************************************************************/
/*--- GENERAL --------------------*/
body {
	text-align: center;
	font: normal 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #292928;
	background: #292928 url(../img/bg.png) repeat-x center top;
}

h1 { font-size: 22px; }
h2 {}
h2.bar { padding: 5px 10px; background: #292929; color: #fff; }
h3 {}
h4 {}
h5 {}
h6 {}

p {}

a, a:visited, a:hover { text-decoration: none; color: #003c6e; }
a:hover { text-decoration: underline; }

sup { font-size: 0.8em; vertical-align: top; }

/* System Message */
#system-message { margin: -10px 0 10px; padding: 5px 5px 5px; display: none; background: #FFEF3F; font-size: 13px; text-align: center; font-weight: bold; }


/* General Content Text Styles */
h1.general-content,
.general-content h1 { font-size: 16px; }
.general-content p { padding: 10px 20px 10px 0; }
.general-content blockquote { margin-left: 30px; }
.general-content ul { margin-left: 30px; margin-bottom: 12px; list-style: disc; }
.general-content ul li { padding-bottom: 3px; }


#header, #body, #footer, #promo { margin: auto; width: 978px; text-align: left; }

/* Header */
#header { padding-left: 175px; width: 803px; height: 82px; background: transparent url(../img/bg-header-menu.png) repeat-x center top; position: relative; z-index: 100; }
	#header #logo { position: absolute; top: 5px; left: 5px; width: 145px; height: 84px; display: block; }
	#header #main-nav { float: left; width: 800px; }
	#header #main-nav li { margin: 0 17px 0 0px; padding-top: 22px; float: left; height: 28px; }
	#header #main-nav li a { padding: 3px 8px 5px; display: block; color: #fff; }
	#header #main-nav li a:hover { background: #730D16; text-decoration: none; }
	#header #main-nav li#nav-games a { color: #E7D914; }
	#header #main-nav li.dm { margin-right: 13px; position: relative; z-index: 10; }
	#header #main-nav li.dm span.dm-title { padding: 3px 20px 5px 8px; display: block; color: #fff; cursor: pointer; }
	#header #main-nav li.dm .icon { position: absolute; right: 8px; top: 32px; z-index: 11; }
	#header #main-nav li.dm .menu { padding: 10px 5px 5px; display: none; width: 160px; background: #fff; border: 1px solid #1d1d1b; position: absolute; left: 0; top: 49px; z-index: 10; }
	#header #main-nav li.dm:hover .menu { display: block; }
	#header #main-nav li.dm:hover span.dm-title { background: #730D16; text-decoration: none; color: #fff; }
	#header #main-nav li.dm .menu li { margin: 0; padding: 5px 0px 5px 10px; border-bottom: 1px solid #C8C8C8; height: auto; float: none; position: relative; }
	#header #main-nav li.dm .menu li.last { border: 0; }
	#header #main-nav li.dm .menu li .i-li { position: absolute; left: 5px; top: 12px; }
	#header #main-nav li.dm .menu a { padding: 0px 3px; background: 0; color: #1D1D1B; display: inline; }
	#header #main-nav li.dm .menu a:hover { background: #AB0634; text-decoration: none; color: #fff; }
	#header #main-nav li.dm .menu a.social { margin-left: 20px; }
	#header #main-nav li.dm .menu a.social .icon { position: absolute; top: 5px; left: 13px; }
	#header #main-nav li#nav-what .menu { width: 100px; }
	#header #main-nav li#nav-account { float: right; }
	#header #main-nav li#nav-account .menu { left: auto; right: 0; width: 80px; }

/* News Scroller */
#news-scroller { margin-left: 2px; padding-top: 7px; clear: both; color: #fff; font-size: 11px; }
	#news-scroller .icon { margin-top: 6px; margin-left: 5px; float: left; }
	#news-scroller .i-rarrow_sm { margin-right: 12px; }

/* In Game Menu */
#game-nav { margin-left: 2px; padding-top: 5px; clear: both; }
	.game-nav-div { clear: both; float: left; padding:5px 5px; margin-left:-8px; }
	.gwt-MenuBar .gwt-MenuBar-horizontal { overflow: visible; cursor: pointer; }
	.gwt-MenuBarPopup {  margin-top:3px; background-color: white; border: 1px solid #1d1d1b;  text-align: left; z-index: 100; }
	.gwt-MenuItem { padding: 5px 10px; color: black; cursor: pointer; }
	.gwt-MenuItem-selected { background: #ABA74C; }

/* Promo */
#promo { background: #fff; position: relative; border-bottom: 1px solid #bfbebe; }
	#promo .promo-home-text { position: absolute; top: 123px; left: 33px; width: 600px; text-align: center; color: #4D4C46; }
	#promo .promo-home-text h1 { padding-bottom: 10px; font-weight: normal; font-size: 16px; }
	#promo .promo-home-text p { padding-bottom: 13px; }

	#promo #signup-banner { margin-right: 30px; float: right; }
	#promo .promo-signup-text { position: absolute; top: 40px; left: 20px; width: 413px; text-align: center; color: #4D4C46; }
	#promo .promo-signup-text p { line-height: 1.4em; }
	#promo .promo-signup-text p.promo-title { padding-top: 84px; background: transparent url(../img/banner-signup-text.jpg) no-repeat center top; overflow: hidden; height: 0px; letter-spacing: -3px; line-height: 42px; font-size: 46px; font-family: 'Courier New', Courier; text-transform: uppercase; color: #003c6e; }
	#promo .promo-signup-text p.promo-hook { padding: 10px 0 12px; font-size: 16px; }

	#promo #close-ad { position: absolute; right: 15px; bottom: 0px; }
	#promo .promo-triangle { position: absolute; top: 0px; left: 0px; background: transparent url(../img/graphic-yellow_triangle.png) no-repeat center top; width: 180px; height: 180px; }
	#promo .promo-triangle-right { position: absolute; top: 0px; right: 0px; background: transparent url(../img/graphic-yellow_triangle-right.png) no-repeat center top; width: 189px; height: 186px; }
	#promo .promo-conversation { z-index: 10; position: absolute; left: 380px; bottom: -53px; background: transparent url(../img/graphic-join_conversation.png) no-repeat center top; width: 223px; height: 94px; }

/* Main Body */
#body { padding: 20px; width: 938px; min-height: 600px; background: #ECECE4; }

/* Footer */
#footer { padding: 20px; width: 938px; font-size: 10px; color: #ccc; }
	#footer #GL-icon { margin-right: 25px; float: left; }
	#footer a, #footer a:visited, #footer a:hover { color: #ccc; text-decoration: underline; font-weight: normal; }
	#footer ul#footer-links { padding-bottom: 3px; float: left; }
		#footer ul#footer-links li { margin-right: 10px; padding-right: 10px; float: left; border-right: 1px solid #ccc; line-height: 10px; }
		#footer ul#footer-links li.last { border-right: 0; }
	#footer #footer-copy { padding-top: 5px; float: left; line-height: 18px; }

/* Containers */
.container-wide { margin-right: 18px; width: 620px; float: left; }
.container-half { width: 467px; float: left; }
.container-boxes { float: right; width: 300px; }
.container-box { margin-bottom: 20px; width: 300px; float: left; position: relative; }
	.container-box h3 { padding-bottom: 10px; font-size: 14px; font-weight: bold; }

/* Nested inside of a container definition */
.container-content { padding: 0px 10px; background: #fff; clear: both; position: relative; }
.container-content-dark { background: #1E1E1C; } /* usage: class="container-content container-content-dark" */
	.container-content-dark h3 { color: #fff; }
	.container-content-dark a, .container-content-dark a:hover, .container-content-dark a:visited { color: #ecde0d; font-weight: bold; }
.container-content-gray { background: #a4a295; }
	.container-content-gray a, .container-content-gray a:visited, .container-content-gray a:hover { text-decoration: underline; color: #292928; }

/* Corners */
.container-corners { margin-left: 14px; margin-right: 14px; height: 14px; position: relative; background: transparent url(../img/sprite-corners_white.gif) repeat-x 0px -14px; }
	.container-corners .container-top-left-cr { width: 14px; height: 14px; background: transparent url(../img/sprite-corners_white.gif) no-repeat left 0px; position: absolute; top: 0px; left: -14px; }
	.container-corners .container-top-right-cr { width: 14px; height: 14px; background: transparent url(../img/sprite-corners_white.gif) no-repeat right 0px; position: absolute; top: 0px; right: -14px; }
	.container-corners .container-bottom-left-cr { width: 14px; height: 14px; background: transparent url(../img/sprite-corners_white.gif) no-repeat left -28px; position: absolute; top: 0px; left: -14px; }
	.container-corners .container-bottom-right-cr { width: 14px; height: 14px; background: transparent url(../img/sprite-corners_white.gif) no-repeat right -28px; position: absolute; top: 0px; right: -14px; }

	.container-corners .container-top-left-sq { width: 14px; height: 14px; background: #fff; position: absolute; top: 0px; left: -14px; }

.container-corners-dark { background-image: url(../img/sprite-corners_dark.gif); } /* usage: class="container-corners container-corners-dark" */
	.container-corners-dark .container-top-left-cr,
	.container-corners-dark .container-top-right-cr,
	.container-corners-dark .container-bottom-left-cr,
	.container-corners-dark .container-bottom-right-cr {
		background-image: url(../img/sprite-corners_dark.gif);
	}

.container-corners-gray { background-image: url(../img/sprite-corners_gray.gif); } /* usage: class="container-corners container-corners-gray" */
	.container-corners-gray .container-top-left-cr,
	.container-corners-gray .container-top-right-cr,
	.container-corners-gray .container-bottom-left-cr,
	.container-corners-gray .container-bottom-right-cr {
		background-image: url(../img/sprite-corners_gray.gif);
	}

.container-wide .container-corners { width: 592px; float: left; }
.container-half .container-corners { width: 439px; float: left; }

/* Sprites */
.icon { display: block; overflow: hidden; line-height: 1px; font-size: 1px; background: transparent url(../img/sprite-main.png) no-repeat 0px 0px; text-indent: -9999999px; }
.i-larrow_sm { height: 5px; width: 3px; background-position: 0px 0px; }
.i-rarrow_sm { height: 5px; width: 3px; background-position: -5px 0px; }
.i-darrow_sm-red { height: 3px; width: 5px; background-position: -10px 0px; }
.i-li { height: 3px; width: 3px; background-position: -15px 0px; }
.i-close_ad { height: 30px; width: 89px; background-position: 0px -5px; }
.i-signup_button { width: 122px; height: 33px; background-position: 0px -35px; }
.i-fb { width: 16px; height: 16px; background-position: -16px -70px; }
.i-tw { width: 16px; height: 16px; background-position: 0px -70px; }

/* General Forms */
label { margin-right: 5px; float: left; width: 80px; text-align: right; }
label.checkbox-label { margin-left: 5px; margin-right: 0; width: auto; text-align: left; }
input.text, input.password { margin-bottom: 5px; padding: 3px 5px; border: 1px solid #888; width: 160px; }
input.submit { float: right; }
input.checkbox { margin: 0; float: left; }
select { margin-bottom: 5px; }
textarea { font: normal 12px Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #666666; }
p.instruction { padding: 0; padding-bottom: 15px; font-weight: bold; }
p.field-note { margin-left: 85px; margin-bottom: 8px; padding: 0; display: block; float: left; clear: left; color: #292929; font-size: 11px; }

/* Tables */
table.patterned { width: 100%; }
	table.patterned tr.title th, table.patterned tr.title td { padding: 5px 10px; background: #292929; color: #fff; font-weight: bold; }
	table.patterned tr.column-titles th, table.patterned tr.column-titles td { padding: 5px 10px; background: #C8C5C1; font-weight: bold; }
	table.patterned tr.odd td, table.patterned tr.tr0 td { }
	table.patterned tr.even td, table.patterned tr.tr1 td { background: #FCFBFC; }
	table.patterned th, table.patterned td { text-align: left; }
	table.patterned th.aright, table.patterned td.aright { text-align: right; }
	table.patterned td { padding: 10px 10px 7px; }



/*--- TABS --------------------*/
/* Homepage */
ul#home-tabs {}
	ul#home-tabs li { float: left; height: 37px; }
	ul#home-tabs li a { text-indent: -99999em; display: block; height: 37px; }
	ul#home-tabs li.active { text-indent: -99999em; display: block; }
	ul#home-tabs li#home-tabs-recent { width: 165px; background: transparent url(../img/tab-recent-inactive.gif) no-repeat center top; }
	ul#home-tabs li#home-tabs-recent.active { width: 173px; background: transparent url(../img/tab-recent-active.gif) no-repeat center top; }
	ul#home-tabs li#home-tabs-why { width: 154px; background: transparent url(../img/tab-whybbm-inactive.gif) no-repeat center top; }
	ul#home-tabs li#home-tabs-why.active { width: 162px; background: transparent url(../img/tab-whybbm-active.gif) no-repeat center top; }

/* Small Tabs */
ul.small-tabs { margin: 0px -10px 15px; padding: 0px 5px; border-bottom: 1px solid #a9a79a; position: relative; }
	ul.small-tabs li { padding: 4px 0px 0; float: left; text-align: center; height: 19px; background: #8d8b7f url(../img/tab-inactive-middle.gif) no-repeat center top; }
	ul.small-tabs li.first { width: 100px; }
	ul.small-tabs li.middle { width: 99px; }
	ul.small-tabs li.last { width: 90px; }
	ul.small-tabs li a, ul.small-tabs li a:visited, ul.small-tabs li a:hover { color: #fff; text-decoration: none; }
	/* First tab is selected */
	ul.small-tabs.first_active li.first { margin-bottom: -1px; padding-bottom: 1px; z-index: 1; background: transparent url(../img/tab-active-first.gif) no-repeat center top; }
	ul.small-tabs.first_active li.first a, ul.small-tabs.first_active li.first a:hover, ul.small-tabs.first_active li.first a:visited { color: #000; text-decoration: none; }
	ul.small-tabs.first_active li.middle { }
	ul.small-tabs.first_active li.last { background: transparent url(../img/tab-inactive-last.gif) no-repeat center top; }
	/* A middle tab is selected (can be many) */
	ul.small-tabs.middle_active li.first { background: transparent url(../img/tab-inactive-first.gif) no-repeat center top; }
	ul.small-tabs.middle_active li.middle.active { margin-bottom: -1px; padding-bottom: 1px; z-index: 1; background: #fff url(../img/tab-active-middle.gif) no-repeat center top; }
	ul.small-tabs.middle_active li.middle.active a, ul.small-tabs.middle_active li.middle.active a:hover, ul.small-tabs.middle_active li.middle.active a:visited { color: #000; text-decoration: none; }
	ul.small-tabs.middle_active li.last { background: transparent url(../img/tab-inactive-last.gif) no-repeat center top; }
	/* Last tab is selected */
	ul.small-tabs.last_active li.first { background: transparent url(../img/tab-inactive-first.gif) no-repeat center top; }
	ul.small-tabs.last_active li.middle { background: transparent url(../img/tab-inactive-middle-last.gif) no-repeat center top; }
	ul.small-tabs.last_active li.last { margin-bottom: -1px; padding-bottom: 1px; z-index: 1; background: transparent url(../img/tab-active-last.gif) no-repeat center top; }
	ul.small-tabs.last_active li.last a, ul.small-tabs.last_active li.last a:hover, ul.small-tabs.last_active li.last a:visited { color: #000; text-decoration: none; }

.small-tabs-content { clear: both; }



/*--- HOMEPAGE --------------------*/
ul.conversations-list { }
	ul.conversations-list li.convo-item { padding: 10px 0px; border-bottom: 1px solid #d4d4d4; }
	ul.conversations-list a.user-thumb { margin-right: 10px; display: block; float: left; width: 40px; height: 40px; overflow: hidden; border: 1px solid #aeaeab; }
	ul.conversations-list a.user-thumb img { width: 40px; height: 40px; }
	ul.conversations-list .conversation { float: left; width: 547px; }
	ul.conversations-list .speaker { padding-bottom: 3px; font-size: 11px; }
	ul.conversations-list .quote { line-height: 17px; }
	ul.conversations-list .quote a.read-more { font-size: 11px; font-weight: bold; }
	ul.conversations-list .meta { padding-top: 3px; font-size: 10px; }
	ul.conversations-list .meta .from { padding-right: 8px; border-right: 1px solid #9b9b9b; }
	ul.conversations-list .meta .date { padding-left: 5px; padding-right: 8px; border-right: 1px solid #9b9b9b; font-style: italic; }
	ul.conversations-list .meta .num-comments { padding-left: 23px; padding-right: 8px; border-right: 1px solid #9b9b9b; position: relative; }
	ul.conversations-list .meta .num-comments span { padding-right: 12px; line-height: 12px; background: transparent url(../img/sprite-main.png) no-repeat -90px -5px; position: absolute; top: 3px; left: 5px; }
	ul.conversations-list .meta a.respond-link { margin-left: 5px; font-weight: bold; }

/* Nested comments list */
ul.comments-list { margin-top: 15px; margin-left: 50px; clear: both; width: 400px; }
	ul.comments-list li { margin-bottom: 2px; padding: 5px; background: #e9e9e9; }
	ul.comments-list a.user-thumb { width: 32px; height: 32px; background: #fff; }
	ul.comments-list a.user-thumb img { width: 32px; height: 32px; }
	ul.comments-list .meta .speaker { font-size: 10px; }
	ul.comments-list .meta .date { padding: 0; border: 0; }
	ul.comments-list a.more-comments { margin-left: 2px; font-size: 10px; }
	ul.comments-list form.form-add-comment textarea { padding: 5px; background: #fff; border: 0; width: 380px; }

a.view-more {  margin-top: 15px; float: right; }



/*--- SIGN UP INCLUDE --------------------*/
.signup-placeholder { width: 300px; height: 232px; position: relative; }
	.signup-placeholder .signup-graphic { margin-left: -10px; }
	.signup-placeholder .signup-placeholder-text { position: absolute; z-index: 1; top: 30px; left: 110px; color: #fff; width: 180px; }
	.signup-placeholder .signup-placeholder-text p.signup-title { padding-bottom: 7px; font-size: 16px; }
	.signup-placeholder .signup-link { background: transparent url(../img/blank.gif) repeat center top; position: absolute; z-index: 10; bottom: 21px; right: 69px; display: block; text-indent: -99999px; width: 122px; height: 28px; }

.signup-winter-placeholder { width: 300px; height: 150px; position: relative; }
	.signup-winter-placeholder .signup-winter-graphic { margin-left: 20px; }


/*--- SIGN UP PAGE --------------------*/
#signup-choices { width: 447px; float: left; }
	#signup-choices h1 { font-weight: bold; font-size: 14px; }

#signup-choices-bottom { margin-bottom: 40px; }

#upsell-list { margin-top: 15px; }
	#upsell-list li { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #b2b2b2; }
	#upsell-list li.last { border: 0; padding-bottom: 0; }
	#upsell-list .upsell { margin-bottom: 15px; padding: 10px; background: #003c6e; color: #fff; position: relative; }
		#upsell-list .upsell strong { color: #ecde0d; font-size: 20px; }
		#upsell-list .upsell a { color: #fff; position: absolute; top: 10px; right: 10px; }
		#upsell-list .upsell .price { font-size: 16px; }
	#upsell-list p { padding: 0px 10px; line-height: 20px; }

#signup-differences { width: 452px; float: right; }
	#signup-differences h2 { font-weight: bold; font-size: 16px; }
	#signup-differences p.quote { padding: 20px 0px 15px; font-family: Georgia; font-size: 18px; line-height: 24px; text-align: center; }
	#signup-differences p.quote .author { color: #003c6e; font-size: 14px; font-style: italic; }

table#signup-compare { margin-top: 15px; margin-bottom: 30px; }
	table#signup-compare tr.title { color: #fff; }
	table#signup-compare tr.title th { background: #292928; padding: 5px 10px; text-align: center; font-weight: normal; font-size: 11px; }
	table#signup-compare td { padding: 5px 10px; text-align: center; font-size: 11px; }
	table#signup-compare tr.first td { padding-top: 15px; }
	table#signup-compare tr.even td { background: #fbfbfa; }



/*--- MEMBER LOGIN --------------------*/
#form-login { }
	#form-login p { padding-top: 10px; font-size: 11px; float: left; }
	#form-login input.submit { }
	#form-login input.text { width: 143px; clear: both; }
	#form-login input#password { width: 103px; }
	#form-login label { margin-bottom: 5px; text-align: left; }
	#form-login .checkbox_input { margin: 0; padding: 0; float: left; }
	#form-login .lost_credentials { padding-top: 12px; padding-left: 1px; clear: left; font-size: 11px; float: left; }
	#form-login .checkbox_input_label { margin: 0 0 5px 5px; text-align: left; float: left; width: 120px }
	#form-login .form-block { margin-right: 10px; float: left; width: 155px; }
	#form-login .form-block-right { margin-right: 0; float: right; width: 115px; }

/* Dedicated page */
#form-login.page { margin: 20px auto 0; padding-bottom: 20px; width: 395px; }
	#form-login.page p { padding-top: 2px; padding-left: 1px; clear: left; }
	#form-login.page .form-block { width: auto; }
	#form-login.page input.text { float: left; width: 220px; }
	#form-login.page input#password { width: 140px; }
	#form-login.page .form-block-right { float: left; }

#submit-loading { background: transparent url(../img/button-pressed.gif) no-repeat center top; display: none; width: 85px; height: 28px; float: right; text-align: center; }
	#submit-loading span { margin: 8px auto 0; display: block; background: transparent url(../img/graphic-ajaxloader.gif) no-repeat center top; width: 16px; height: 11px; text-indent: -99999em; }


/*--- LOST PASSWORD -------------------*/
#form-lost-password { margin: 20px 0 0; padding-bottom: 20px; text-align: center; }
	#form-lost-password h1 { text-align: left; }
	#form-lost-password p { padding-bottom: 5px; text-align: left; }
	#form-lost-password label { margin-top: 10px; text-align: left; }
	#form-lost-password input.text { margin-top: 3px; float: left; clear: both; width: 230px; }
	#form-lost-password input.submit { clear: both; }
	#form-lost-password .form-block { margin: auto; width: 242px; }



/*--- MY TEAMS BOX --------------------*/
ul#my-teams {}
	ul#my-teams li { padding-bottom: 5px; }



/*--- BASEBALL NEWS INCLUDE --------------------*/
ul.baseball-news {}
	ul.baseball-news li { padding: 5px 0px 10px; clear: both; font-size: 10px; color: #4b4b45; }
	ul.baseball-news li a.news-headline { font-weight: bold; font-size: 14px; }
	ul.baseball-news li span { padding-right: 5px; float: left; margin-top: 3px; }
	ul.baseball-news li span.news-source { color: #9c9c9c; font-style: italic; }
	ul.baseball-news li span.news-date { font-style: italic; }



/*--- LEADERBOARD --------------------*/
#bbm-leaderboard-content { position: relative; }
	#bbm-leaderboard-content h1 { margin-top: 15px; margin-bottom: 3px; }
	#bbm-leaderboard-content h1 span { position: absolute; left: -99999em;}
	#bbm-leaderboard-content h2 { margin-top: 15px; font-size: 14px; }
	#bbm-leaderboard-content h2 span.updated { padding-left: 5px; font-weight: normal; font-size: 12px; }
	#bbm-leaderboard-content p.note { font-size: 11px; }

table#leaderboard { margin-bottom: 25px; width: 100%; font-size: 11px; text-align: left; }
	table#leaderboard tr.title th { padding: 15px 0px 12px; text-align: left;  vertical-align:bottom; }
	table#leaderboard td { padding-right: 5px; padding-bottom: 5px; }

/* LSF definition pop up */
#lsf-defined { margin-left: -265px; padding: 15px 15px 10px; display: none; position: absolute; top: 220px; left: 50%; width: 500px; border: 1px solid #333; background: #fff; }
	#lsf-defined h6 { float: left; font-size: 14px; }
	#lsf-defined .close { float: right; font-weight: bold; display: block; }

/* Leaderboard Box */
#view-full-leaderboard { float: right; }
#small-leaderboard { margin-left: 28px; margin-bottom: 15px; list-style: decimal; }
	#small-leaderboard li.first { font-weight: bold; }



/*--- OFFICIAL RULES --------------------*/
#rules-content {}
	#rules-content h2 { padding-top: 10px; font-size: 12px; }
	#rules-content p { padding-top: 0px; padding-bottom: 15px; }
	#rules-content p.league-calculation { margin-right: 10px; margin-bottom: 15px; padding: 5px 8px; line-height: 17px; font-size: 11px; background: #fff; border: 1px solid #d7d7d7; }



/*--- PRIZES --------------------*/
table#prizes { margin: 10px 0px 20px; width: 100%; }
	table#prizes td { vertical-align: middle; }
	table#prizes td.image { padding: 10px 0px 10px 30px; text-align: center; }
	table#prizes td.description { padding-right: 30px; text-align: right; }
	table#prizes td.description strong.title { font-size: 18px; }

ul#winners-list { margin-left: 0; list-style: none; }
	ul#winners-list a { font-weight: bold; }



/*--- CONTACT US --------------------*/
#contact-content {}
	#contact-content h2 { padding-top: 10px; font-size: 16px; }
	#contact-content a { font-weight: bold; }



/*--- VIDEOS --------------------*/
#video-box { margin: 15px 0 25px; background: #000; text-align: center; }



/*--- GUIDE --------------------*/
#guide-body { background: white; margin: 20px; text-align: left; }
#guide-body h1 { padding-bottom: 10px; }
#guide-body p { margin-top: 10px; }
#guide-body p.note { border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; padding-top: 3px; padding-bottom: 3px; }
#guide-body ul { list-style: disc; }
#guide-body li { margin-top: 10px; margin-left: 20px; }
#guide-body li ul { list-style: square; }



/*--- ACCOUNT SETTINGS -------------------*/
#account-settings { margin-top: 20px; }
	#account-settings fieldset { margin-bottom: 20px; }
	#account-settings h2.bar { margin-bottom: 20px; }
	#account-settings h3 { margin: 15px 0 10px; }
	#account-settings label { margin-top: 1px; line-height: 18px; float: left; clear: left; width: 120px; color: #292929; }
	#account-settings .checkbox_input { margin-left: 124px; margin-bottom: 10px; line-height: 16px; float: left; clear: left; }
	#account-settings .checkbox_input input { margin: 0; vertical-align: middle; float: left; }
	#account-settings .checkbox_input label { margin: 0 0 0px 5px; padding-top: 0; text-align: left; line-height: 16px; clear: none; width: 465px; }
	#account-settings input.text, #account-settings input.password, #account-settings select { margin-top: 0; float: left; }
	#account-settings input.secondfield { margin-left: 125px; clear: left; }
	#account-settings input.address { width: 200px; }
	#account-settings .readonly { padding-top: 2px; background: 0; border: 0; }
	#account-settings .field-note { margin-left: 125px; }
	#account-settings .error { clear: both; }


/*--- PURCHASE SETTINGS -------------------*/
#purchase-settings { margin-top: 20px; }
	#purchase-settings fieldset { margin-bottom: 20px; }
	#purchase-settings h2.bar { margin-bottom: 20px; }
	#purchase-settings h3 { margin: 15px 0 10px; }
	#purchase-settings label { margin-top: 1px; line-height: 18px; float: left; clear: left; width: 120px; color: #292929; }
	#purchase-settings span.data { margin-top: 1px; line-height: 18px; float: left; color: #292929; font-weight: bold; }
	#purchase-settings .checkbox_input { margin-left: 124px; margin-bottom: 10px; line-height: 16px; float: left; clear: left; }
	#purchase-settings .checkbox_input input { margin: 0; vertical-align: middle; float: left; }
	#purchase-settings .checkbox_input label { margin: 0 0 0px 5px; padding-top: 0; text-align: left; line-height: 16px; clear: none; width: 465px; }
	#purchase-settings input.text, #purchase-settings input.password, #purchase-settings select { margin-top: 0; float: left; }
	#purchase-settings input.secondfield { margin-left: 125px; clear: left; }
	#purchase-settings input.address { width: 200px; }
	#purchase-settings input.cccode { width: 50px; }
	#purchase-settings .readonly { padding-top: 2px; background: 0; border: 0; }
	#purchase-settings .field-note { margin-left: 125px; }
	#purchase-settings .error { clear: both; }



/*--- MISCELLANEOUS --------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width:0; height:0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix{ display: block; }

.hide { display: none !important; }
.noscreen { display: block; text-indent: -99999em; line-height: 0px;  }
.floatL { float: left !important; }
.floatR { float: right !important; }
.align-left { text-align: left !important; }
.error { color: #ea0000 !important; }
input.error { border-color: #ea0000 !important; }
.success { color: #339900; }
.uppercase { text-transform: uppercase !important; }
.underline { text-decoration: underline !important; }

