﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{ 
	font-size: .85em;
	font-family: Calibri , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: black; 
	background-image: url('../Images/GENEROtile2.gif'); 
}

.bodyadventure
{ 
	font-size: .85em;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: black; 
	background-image: url('../Images/adventure/wallpaper.jpg'); 
}

a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: black;
}

a:hover {
    color: Blue;
    font-weight:bold;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
    color: White;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.logo
{
	left:0px;
	height: 238px;width: 219px;padding: 0px;z-index: 1000;position: absolute;display: inline;margin: -2px 0px 0px -70px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color: Black;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
	background-color:seagreen;
	padding: 30px 30px 15px 30px;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: black;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

input {
        width:10em;
}

.profiledata input {
        width:500px;
}

.profiledatasmall input {
        width:50px;
}

.profiledatalarge input {
        width:500px;
}

.checkbox input {
    width:20px;
}

.formbutton input {
    width: 75px;
}

textarea {
    min-height: 75px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}


/* TABLE
----------------------------------------------------------*/

table td {
    padding: 5px;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: Black;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: black;
}

#logindisplay a:link {
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: black;
    text-decoration: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.tri-state {
    width: 6em;
}

/* Standings */
.standingsheader 
{
	background-attachment: scroll;
background-clip: border-box;
background-color: 
transparent;
background-image: none;
background-origin: padding-box;
border-bottom-color: 
white;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-left-color: 
white;
border-left-style: none;
border-left-width: 0px;
border-right-color: 
white;
border-right-style: none;
border-right-width: 0px;
border-top-color: 
white;
border-top-style: none;
border-top-width: 0px;
color: 
white;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: 20px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 6px;
margin-right: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
text-align: left;
text-indent: 0px;
}

.standingstab
{
	width:80px;height:20px;vertical-align:bottom;text-align:center;font-family:Arial;margin-left:2px;font-weight:bold;padding:0px 0px 0px 0px;top:4px;border-width: 1px 1px 0px;border-style: solid;border-color: rgb(47, 47, 47) rgb(47, 47,47) rgb(0, 0, 0);font-size: .8em;color: #9fda58;line-height: 75%;
}

.standingsframe
{
	background-attachment: scroll;
background-clip: border-box;
background-color: 
black;
background-image: none;
background-origin: padding-box;
border-bottom-color: 
#2F2F2F;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: separate;
border-left-color: 
#2F2F2F;
border-left-style: solid;
border-left-width: 1px;
border-right-color: 
#2F2F2F;
border-right-style: solid;
border-right-width: 1px;
border-top-color: 
#2F2F2F;
border-top-style: solid;
border-top-width: 1px;
color: 
#333;
display: block;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: 264px;
margin-bottom: 0px;
margin-left: 6px;
margin-right: 0px;
margin-top: -7px;
width: 297px;
z-index: auto;
}

.standingslineodd
{
	background-attachment: scroll;
	background-clip: border-box;
background-color: 
#2F2F2F;
background-image: none;
background-origin: padding-box;
border-bottom-color: 
#AAA;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-left-color: 
#AAA;
border-left-style: none;
border-left-width: 0px;
border-right-color: 
#AAA;
border-right-style: none;
border-right-width: 0px;
border-top-color: 
#AAA;
border-top-style: none;
border-top-width: 0px;
color: 
#AAA;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: 20px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
text-align: left;
text-indent: 0px;
}

.standingslineeven
{
	background-attachment: scroll;
background-clip: border-box;
background-color: 
transparent;
background-image: none;
background-origin: padding-box;
border-bottom-color: 
#AAA;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: separate;
border-left-color: 
#AAA;
border-left-style: none;
border-left-width: 0px;
border-right-color: 
#AAA;
border-right-style: none;
border-right-width: 0px;
border-top-color: 
#AAA;
border-top-style: none;
border-top-width: 0px;
color: 
#AAA;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: 20px;
line-height: 18px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
text-align: left;
text-indent: 0px;
}

.viewmorelink
{
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: none;
background-origin: padding-box;
border-bottom-color: #E20E2A;
border-collapse: separate;
border-left-color: #E20E2A;
border-right-color: #E20E2A;
border-top-color: #E20E2A;
color: #E20E2A;
cursor: auto;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: 20px;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 6px;
text-decoration: none;
width: 75px;
border:0px;
}

.headerbox
{
	background-attachment: scroll;
background-clip: border-box;
background-color: #9fda58;
background-image: url(themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png);
background-origin: padding-box;
border-bottom-color: black;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-left-color: black;
border-left-style: solid;
border-left-width: 1px;
border-right-color: black;
border-right-style: solid;
border-right-width: 1px;
border-top-color: black;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-top-style: solid;
border-top-width: 1px;
color: #222;
display: block;
font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
height: 22px;
line-height: 19px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: #222;
outline-style: none;
outline-width: 0px;
padding-bottom: 0px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
text-decoration: none;
width: 274px;
zoom: 1;
}

.articletitle
{
	border:2px;
	border-color:Black;
	font-family:Verdana;
	 width:503px;
	 background-color:Black;
	 font-size:14;
	 font-weight:bold;
	 color:White;
}

.footertext
{
background-attachment: scroll;
background-clip: border-box;
background-color: 
transparent;
background-image: none;
background-origin: padding-box;
border-bottom-color: 
#616060;
border-collapse: separate;
border-left-color: 
#616060;
border-right-color: 
#616060;
border-top-color: 
#616060;
color: 
#616060;
display: block;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: 50px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
}

.footerlink
{
background-attachment: scroll;
background-clip: border-box;
background-color: 
transparent;
background-image: none;
background-origin: padding-box;
border-bottom-color: 
#909090;
border-collapse: separate;
border-left-color: 
#909090;
border-right-color: 
#909090;
border-top-color: 
#909090;
color: 
#909090;
cursor: auto;
display: inline;
font-family: verdana, arial, helvetica;
font-size: 10px;
height: auto;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-decoration: underline;
width: auto;
}


.menu {background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url(http://www.wsop.com/images/BlackNavBar_BG.gif);
background-origin: padding-box;
background-repeat: repeat-x;
border-bottom-color: black;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: separate;
border-left-color: black;
border-left-style: solid;
border-left-width: 1px;
border-right-color: black;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #909090;
color: #909090;
cursor: auto;
display: block;
float: none;
font-family: verdana;
font-size: 11px;
font-weight: bold;
height: 34px;
line-height: 34px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: -1px;
margin-right: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: static;
text-align: center;
text-decoration: none;
z-index: auto;
}
.menu ul li a, .menu ul li a:visited {color:#909090;display:block; text-decoration:none;height:34px; background-image: url('/images/BlackNavBar_BG.gif');background-repeat: repeat-x; line-height:34px; font-size:11px; overflow:hidden;margin:0 0 0 -1px;border-left:solid 1px #000;border-right:solid 1px #000;border-bottom:solid 1px #000;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li { position:relative;float:left;text-align:center;}
.menu ul li ul {display: none;margin-top:-1px;margin-left:0px;}
.menu ul li ul li a {text-align:left;padding-left:5px;}
.menu ul li ul li ul {display: none;margin-top:-1px;margin-left:44px;}

.menu ul li:hover a {color:#fff;}
.menu ul li:hover ul {display:block;top:36px;position:absolute;  left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#212121; color:#909090;text-align:left;} /* 2nd level opening to 3rd level */
.menu ul li:hover ul li:hover a.hide {background:#909090; color:#FFF;} /* 2nd level opening to 3rd HOVER */
.menu ul li:hover ul li ul {display: none;margin-top:-2px;}
.menu ul li:hover ul li a {display:block; background:#212121; color:#909090;} /* 2nd level list items */
.menu ul li:hover ul li a:hover {background:#909090; color:#FFF;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:150px;top:2px;}

.PlayerHeader
{
	font-family:Verdana;
	color:White;
	font-size:medium;
	font-weight: bold;
}

.PlayerData
{
	font-family:Verdana;
	color:White;
	font-size:small;
	font-weight: bold;
}

.ScheduleEventTitle
{
	font-family:Verdana;
	color:White;
	font-size:small;
	font-weight: bold;
}

.ScheduleEventDetail
{
	font-family:Verdana;
	color:White;
	font-size:x-small;
}

.ScheduleEventNextTitle
{
	font-family:Verdana;
	color:Yellow;
	font-size:small;
	font-weight: bold;
}

.ScheduleEventNextDetail
{
	font-family:Verdana;
	color:Yellow;
	font-size:x-small;
}

.ScheduleEventChampTitle
{
	font-family:Verdana;
	color:Blue;
	font-size:small;
	font-weight: bold;
}

.ScheduleEventChampDetail
{
	font-family:Verdana;
	color:Blue;
	font-size:x-small;
}

.ScheduleEventQualTitle
{
	font-family:Verdana;
	color:Black;
	font-size:small;
	font-weight: bold;
}

.ScheduleEventQualDetail
{
	font-family:Verdana;
	color:Black;
	font-size:x-small;
}

/* ---------------------------------------- /includes/cssbin/common.css ---------------------------------------- */
/***********************************
*  DigiCore common Stylesheet
***********************************/
/* Global styles */
.clear:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*:first-child+html .clear { zoom: 1; } /* IE7 */
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
#mainInnerColWrap:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#mainInnerColWrap {display: inline-block;}
/* Hides from IE-mac \*/
* html #mainInnerColWrap {height: 1%;}
#mainInnerColWrap {display: block;}
/* End hide from IE-mac */

.hide {
	display:none;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
/* Site Layouts 
********************************************************************************************************/
/* first, items that are generally shared in all layouts */
#navCol {
	display:none;
	width:160px;
	margin-right:10px;
}
#mainContentColWrap {
	position:relative;
	z-index: 1;
}
#mainContentColExtra,
#mainContentCol1,
#mainContentCol2,
#mainContentCol3,
#mainContentCol4 {
	_overflow-x:hidden;
}
.rail1 
{
    width:160px;
}
.rail2 
{
    width:192px;
}
.rail3 
{
    width:393px;
}
.rail4 {
	width:310px;
}
.rail5 {
	width:640px;
}
.rail6 
{
    width:960px;
}
.rail7 {
	width:707px;
}
.rail9 {
	width:310px;
}
.rail10 {
	width:203px;
}
/* Layout 1 */
.layout1 #mainContentColWrap {float:right; width:773px;}
.layout1 #navCol {float:left; display:block; margin-right:13px;}
.layout1 #mainInnerColWrap {margin-right:13px; width:450px; float:left;}
.layout1 #mainContentColExtra {float:right;}
.layout1 #mainContentCol1 {margin-bottom:13px;}
.layout1 #mainContentCol2 {margin-right:12px; float:left;}
.layout1 #mainContentCol3 {float:right;}
.layout1 #mainContentCol4,
.layout1 #mainContentCol5,
.layout1 #mainContentCol6 {display:none;}


/* Layout 2 */
.layout2 #mainContentColWrap {float:right; width:704px;}
.layout2 #navCol {float:left; display:block; margin-right:13px;}
.layout2 #mainInnerColWrap {width:390px; float:left;}
.layout2 #mainContentColExtra {float:right;}
.layout2 #mainContentCol1 {margin-bottom:13px; width:390px;}
.layout2 #mainContentCol2, 
.layout2 #mainContentCol3, 
.layout2 #mainContentCol4,
.layout2 #mainContentCol5,
.layout2 #mainContentCol6 {display:none;}


/* Layout 3 */
.layout3 #mainInnerColWrap {float:left;}
.layout3 #mainContentColExtra {float:right;}
.layout3 #mainContentCol1 {float:left;}
.layout3 #mainContentCol2,
.layout3 #mainContentCol3,
.layout3 #mainContentCol4,
.layout3 #mainContentCol5,
.layout3 #mainContentCol6 {display:none;}

/* Layout 4 */
.layout4 #mainContentColWrap {float:right; width:773px;}
.layout4 #navCol {float:left; display:block; margin-right:13px;}
.layout4 #mainInnerColWrap {}
.layout4 #mainContentColExtra {float:right;}
.layout4 #mainContentCol1 {float:left; margin-right:13px;}
.layout4 #mainContentCol2 { float:left;} 
.layout4 #mainContentCol3, 
.layout4 #mainContentCol4,
.layout4 #mainContentCol5,
.layout4 #mainContentCol6 {display:none;}

/* Layout 5 */
.layout5 #mainInnerColWrap {float:left;}
.layout5 #mainContentCol1 {}
.layout5 #mainContentColExtra,
.layout5 #mainContentCol2,
.layout5 #mainContentCol3,
.layout5 #mainContentCol4,
.layout5 #mainContentCol5,
.layout5 #mainContentCol6{display:none;}

/* Layout 7 */
.layout7 #mainInnerColWrap {float:left; width:707px;}
.layout7 #navCol {float:left; display:block; margin-right:10px;}
.layout7 #mainContentCol1 {}
.layout7 #mainContentColExtra,
.layout7 #mainContentCol2,
.layout7 #mainContentCol3,
.layout7 #mainContentCol4,
.layout7 #mainContentCol5,
.layout7 #mainContentCol6{display:none;}

/* Layout 8 */
.layout8 #mainContentColWrap {float:left; width:773px;}
.layout8 #mainInnerColWrap {float:left; width:450px;}
.layout8 #navCol {float:left; display:block; margin-right:13px;}
.layout8 #mainContentColExtra {float:right;}
.layout8 #mainContentCol1 {float:left;}
.layout8 #mainContentCol2,
.layout8 #mainContentCol3 {float:left; margin-right:12px;}
.layout8 #mainContentCol3 {margin:0;}
.layout8 #mainContentCol4 {float:left;}
.layout8 #mainContentCol5, 
.layout8 #mainContentCol6 {display:none;}

/* Layout 9 */
.layout9 #mainInnerColWrap {float:left; width:633px;}
.layout9 #mainContentColExtra {float:right;}
.layout9 #mainContentCol1 {float:left;}
.layout9 #mainContentCol2,
.layout9 #mainContentCol3,
.layout9 #mainContentCol4 {float:left; margin-right:12px;}
.layout9 #mainContentCol4 {margin:0;}
.layout9 #mainContentCol5 {float:left; margin-right:13px;}
.layout9 #mainContentCol6{float:left;}

/* Layout 10 */
.layout10 #mainInnerColWrap {float:left; width:633px;}
.layout10 #mainContentColExtra {float:right;}
.layout10 #mainContentCol1 {float:left;}
.layout10 #mainContentCol2 {margin-right:13px;}
.layout10 #mainContentCol2,
.layout10 #mainContentCol3 {float:left;}
.layout10 #mainContentCol4 {float:left;}
.layout10 #mainContentCol5,
.layout10 #mainContentCol6{display:none;}

/* Layout 11 */
.layout11 #mainInnerColWrap {clear:both;}
.layout11 #mainContentColExtra {margin-bottom:13px;}
.layout11 #mainContentCol1 {float:left; margin-right:13px;}
.layout11 #mainContentCol2 {float:left;}
.layout11 #mainContentCol3 { clear:both;}
.layout11 #mainContentCol4,
.layout11 #mainContentCol5,
.layout11 #mainContentCol6{display:none;}

/* Layout 12 */
.layout12 #mainInnerColWrap, 
.layout12 #mainContentCol4 {clear:both;}
.layout12 #mainContentCol1,
.layout12 #mainContentCol2,
.layout12 #mainContentCol3{ float:left; margin:0 13px 0 0; width:310px; }
.layout12 #mainContentCol3{ margin-right:0; }

.layout12 #mainContentCol4{ clear:both;  }
.layout12 #mainContentCol5{ float:left; }

.layout12 #mainContentColExtra,
.layout12 #mainContentCol5,
.layout12 #mainContentCol6{display:none;}


/* Layout 15 */
.layout15 #mainInnerColWrap {clear:both;}
.layout15 #mainContentColExtra {}
.layout15 #mainContentCol1 {float:right}
.layout15 #mainContentCol2 {float:left;}
.layout15 #mainContentCol3,
.layout15 #mainContentCol4,
.layout15 #mainContentCol5,
.layout15 #mainContentCol6{display:none;}

 
/* Layout New 1 */
.layoutNew1 #mainInnerColWrap {margin-left:170px;}
.layoutNew1 #navCol {float:left; display:block; margin-right:10px;}
.layoutNew1 #mainContentColExtra {float:right; margin-bottom:10px;}
.layoutNew1 #mainContentCol1 {float:left;margin-right:9px}
.layoutNew1 #mainContentCol2 {float:left;margin-right:10px;}
.layoutNew1 #mainContentCol3 {float:left;}
.layoutNew1 #mainContentCol4,
.layoutNew1 #mainContentCol5,
.layoutNew1 #mainContentCol6{display:none;}

/* Layout New 2 */
.layoutNew2 #mainInnerColWrap {margin-left:170px;}
.layoutNew2 #navCol {float:left; display:block; margin-right:10px;}
.layoutNew2 #mainContentColExtra {margin-bottom:30px; float: left;}
.layoutNew2 #mainContentCol1 {float:left;margin-right:10px}
.layoutNew2 #mainContentCol2 {float:left;}
.layoutNew2 #mainContentCol3,
.layoutNew2 #mainContentCol4,
.layoutNew2 #mainContentCol5,
.layoutNew2 #mainContentCol6{display:none;}

/* Layout New 3 */
.layoutNew3 #mainInnerColWrap {}
.layoutNew3 #mainContentColExtra {margin-bottom:10px;}
.layoutNew3 #mainContentCol1 {float:left;margin-right:10px}
.layoutNew3 #mainContentCol2 {float:left;}
.layoutNew3 #mainContentCol3,
.layoutNew3 #mainContentCol4,
.layoutNew3 #mainContentCol5,
.layoutNew3 #mainContentCol6{display:none;}

/* Layout 404 */
.layout404 #mainInnerColWrap {float:left;}
.layout404 #mainContentCol1 {}
.layout404 #mainContentColExtra,
.layout404 #mainContentCol2,
.layout404 #mainContentCol3,
.layout404 #mainContentCol4,
.layout404 #mainContentCol5,
.layout404 #mainContentCol6{display:none;}
/* ---------------------------------------- /includes/cssbin/lpga.css ---------------------------------------- */
/***********************************
*  LPGA Stylesheet
*  Created on: 12/14/2011
***********************************/

/*
	----------------------------------------------------------
	Global Styles
	----------------------------------------------------------
*/

/* Font embeds */

/* Clear fix from Dan Cenderholm */
.group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/* ------------------------------ */

#wrapper {
	background: url(/media/backgrounds/bg-pageGrad.jpg) repeat-y 50% 0;
	position: relative;
}

#wrapper:before {
	content: " ";
	width: 100%;
	height: 47px;
	background: url(/media/backgrounds/bg-headerTexture.jpg) repeat-x;
	position: absolute;
}

#wrapperInner {
	background: url(/media/backgrounds/bg-headerHighlight.jpg) no-repeat 50% 0;
	position: relative;
}

* {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

ul li {
	list-style:none;
}




/* Main site logo */
#siteLogo {
	float: left;
	padding: 0 19px;
	margin: 0;
}

#siteLogo a {
	display: block;
	background: url(/media/logo-LPGA.png) no-repeat;
	width: 145px;
	height: 110px;
	text-indent: -99999px;
}


/* Dropdown styles / Ribbon Nav */
.withDropdown:hover {
	background: url(/media/backgrounds/bg-ribbonNav.png);
}

#mainNav .nav > .withDropdown.active:hover {
	margin: 0 2px 0 5px;
	padding: 3px 8px;
}

#mainNav .nav > .withDropdown > a:hover,
.withDropdown:hover > a {
	color: #fff;
}

#mainNav .nav > .withDropdown.active:hover > a,
#mainNav .nav > .withDropdown.active:hover > a span,
#mainNav .nav > .withDropdown.active > a:hover,
#mainNav .nav > .withDropdown.active > a:hover span {
	text-shadow: none;
	padding-bottom: 0;
	background: none;
}

#mainNav .nav > .withDropdown.active:hover > a span,
#mainNav .nav > .withDropdown.active > a:hover span {
	padding: 0;
}

.ribbonNavContainer {
	background: url(/media/backgrounds/bg-ribbonNav.png);
	position: absolute;
	width: 924px;
	top: 67px;
	left: -99999px;
	padding: 18px 18px 25px;
	font-size: 13px;
	z-index: 1000;
}

#mainNav .nav > li:hover .ribbonNavContainer {
	left: 0;
}





/*
	----------------------------------------------------------
	Generic Module styles
	----------------------------------------------------------
*/
.moduleWrap {
	margin-bottom: 8px; /* Height defined according to ticket #50548 */
	position: relative;
}

.rail4 .moduleWrap {
	margin-bottom: 15px;
}

.moduleHeader {
	background: url(/media/backgrounds/bg-moduleHeader-border.jpg) repeat-x 0 100%;
	padding: 0 10px 5px;
}

.moduleHeader h3 {
	float: left;
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.moduleHeader .moreLink {
	float: right;
	font-family: "Titillium-Bold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 2px;
}

.moduleHeader .sponsorLogo {
	float: right;
	font-family: "Titillium-Bold", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #5fa7de;
}

.moduleHeader .sponsorLogo span {
	float: left;
	margin: 12px 8px 0 0;
}

.moduleContentTitle {
	padding: 0 12px 12px;
}

.moduleContentTitle h2 {
	float: left;
	font-family: "Titillium-Regular", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.moduleContentTitle .moreLink {
	float: right;
	font-family: "Titillium-Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 0 25px;
	color: #0094ff;
}

.moduleContentTitle .subscribe {
	background: url(/media/icons/icon-rss.png) no-repeat 0 1px;
	padding-left: 23px;
}

.moduleContentTitle .subscribe:hover {
	color: #FFF;
}

.rail4 .moduleHeader {
	background: url(/media/backgrounds/bg-moduleHeader-rail4.jpg) no-repeat 0 0;
	padding: 4px 18px;
}

.rail4 .moduleHeader h3 {
	margin: 9px 4px 7px;
}

.rail4 .moduleContentInner {
	background: url(/media/backgrounds/bg-moduleSheen.png) no-repeat -518px 0;
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 0px 0px;
	background-color: rgba(6, 29, 49, 0.5);
}



/*
	----------------------------------------------------------
	Generic Button styles
	----------------------------------------------------------
*/
.genericBtn {
	background: url(/media/buttons/btn-generic-blue.png) no-repeat right -53px;
	display: block;
	padding: 0 25px 0 0;
	height: 53px;
	line-height: 53px;
	margin: 0 -2px;
	cursor: pointer;
}

.genericBtn span,
.genericBtn input[type="submit"] {
	background: url(/media/buttons/btn-generic-blue.png) no-repeat left 0;
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 0 35px 0 60px;
	text-align: center;
	position: relative;
	height: 53px;
	line-height: 53px;
	border: none;
	cursor: pointer;
}

.genericBtn:hover {
	background-position: right -159px;
}

.genericBtn:hover span,
.genericBtn:hover input[type="submit"] {
	background-position: left -106px;
}

.genericBtn input[type="submit"] {
	width: 100%;
}

.genericBtn span.viewMore {
	padding: 0 30px 0 75px;
}

.genericBtn span.viewMore:before {
	content: " ";
	width: 13px;
	height: 11px;
	background: url(/media/icons/icon-viewMore.png) no-repeat;
	position: absolute;
	top: 21px;
	left: 55px;
}

.genericBtn span.twitter {
	padding: 0 30px 0 70px;
}

.genericBtn span.twitter:before {
	content: " ";
	width: 10px;
	height: 14px;
	background: url(/media/icons/icon-twitter.png) no-repeat;
	position: absolute;
	top: 19px;
	left: 58px;
}



/*
	----------------------------------------------------------
	Feature Rotator styles
	----------------------------------------------------------
*/
.featureRotator .featureRotatorFeatures {
	-moz-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 0 7px rgba(0, 0, 0, 0.5);
}

.featureRotator .featureRotatorFeatures > li {
	position: relative;
	display: none;
}

.featureRotator .featureRotatorFeatures > li:first-child {
	display: block;
}

.featureRotator .featureRotatorFeatures .thumbnail {
	display: none;
}

.featureRotator .featureRotatorContent {
	background: url(/media/backgrounds/bg-featureRotatorContent.png) 0 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #05233c;
	padding: 11px 18px;
	font-size: 13px;
	line-height: 120%;
	width: 604px;
}

.featureRotator .featureRotatorContent h3 {
	font-family: "Titillium-XBold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 120%;
	margin: 0 0 4px;
}

.featureRotator .featureRotatorContent h3 a {
	color: #05233c;
}

.featureRotator .featureRotatorThumbs {
	background-color: rgba(4,26,44,0.6);
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 0 10px;
}

.featureRotator .featureRotatorThumbs li {
	float: left;
	padding: 10px 12px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.featureRotator .featureRotatorThumbs .activeSlide {
	background: url(/media/backgrounds/bg-featureRotatorThumb-active.png) no-repeat 50% 0;
	opacity:1;
	filter:alpha(opacity=100);
}

.featureRotatorControls {
  height: 37px;
  margin: 0 0 40px;
  text-align: center;
}

.featureRotatorControlsInner {
	overflow: hidden;
	display: inline-block;
}

.featureRotatorControlsInner .featureRotatorPages {
    height: 17px;
    line-height: 17px;
    margin: 0;
    float: left;
}

.featureRotatorControlsInner .featureRotatorPages a {
    background: url(/media/buttons/bullet.png) no-repeat 0 0 transparent;
    text-indent: -9999px;
    display: block;
    float: left;
    width: 15px;
    height: 17px;
}

.featureRotatorControlsInner .featureRotatorPages a:hover,
.featureRotatorControlsInner .featureRotatorPages a.active {
    background-position: 0 -17px;
}

.featureRotatorControlsInner .featureRotatorPrev,
.featureRotatorControlsInner .featureRotatorNext {
	background: url(/media/backgrounds/paginator_arrows.gif) no-repeat;
	float: left;
	height: 19px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
}

.featureRotatorControlsInner .featureRotatorPrev {
	background-position: 16px -95px;
}

.featureRotatorControlsInner .featureRotatorPrevDisabled {
	background-position: 16px 5px;
}

.featureRotatorControlsInner .featureRotatorNext {
	background-position: -84px -95px;
}

.featureRotatorControlsInner .featureRotatorNextDisabled {
	background-position: -84px 5px;
}


/*
	----------------------------------------------------------
	Tab module styles
	----------------------------------------------------------
*/
.moduleTabs .moduleTabsTabs,
.moduleTabs .moduleTabsTabsNot {
	background: url(/media/backgrounds/bg-border-blue.gif) repeat-x 0 23px;
	margin-bottom:8px;
}

.moduleTabs .moduleTabsTabs ul,
.moduleTabs .moduleTabsTabsNot ul {
	margin-left: -6px;
}

.moduleTabs .moduleTabsTabs li,
.moduleTabs .moduleTabsTabsNot li {
	list-style: none;
	float: left;
}

.moduleTabs .moduleTabsTabs a,
.moduleTabs .moduleTabsTabsNot a {
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding: 0 19px 0 0;
}

.moduleTabs .moduleTabsTabs a span,
.moduleTabs .moduleTabsTabsNot a span {
	display: block;
	padding: 0 16px 10px 35px;
}

.moduleTabs .moduleTabsTabs a.active,
.moduleTabs .moduleTabsTabsNot a.active {
	background: url(/media/backgrounds/bg-tabActive.png) no-repeat right -43px;
	color: #fff;
	text-shadow: 0px 0px 4px #ffffff;
}

.moduleTabs .moduleTabsTabs a.active span,
.moduleTabs .moduleTabsTabsNot a.active span {
	background: url(/media/backgrounds/bg-tabActive.png) no-repeat left 14px;
}

.moduleTabs .moduleTabsContent {
	background: url(/media/backgrounds/bg-moduleSheen.png) no-repeat 100% 0;
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	display: none;
}

.moduleTabs .moduleTabsContent:nth-child(2) {
	display: block;
}


/* Sidebar version */
.rail4 .moduleTabs {
	margin-left: 5px;
}

.rail4 .moduleTabsTabs {
	background-image: url(/media/backgrounds/bg-border-blue-thin.gif);
}

.rail4 .moduleTabsTabs a {
	font-family: "Titillium-Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 19px;
}

.rail4 .moduleTabsTabs a span {
	padding: 0 0 10px 19px;
}

.rail4 .moduleTabs .moduleTabsContent {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rail4 .moduleTabs .moduleTabsContent ul li {
	list-style-type: disc;
	color: #d1e7ff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 20px;
}

.rail4 .moduleTabs .moduleTabsContent a {
	color: #d1e7ff;
}



/*
	----------------------------------------------------------
	Tournament Carousel Module
	----------------------------------------------------------
*/
.carousel .prev,
.carousel .next {
	float: left;
	width: 31px;
	height: 94px;
	background: url(/media/buttons/btn-sprite-carouselNav.png) no-repeat 0 -94px;
	text-indent: -99999px;
	line-height: 0;
	overflow: hidden;
}

.carousel .next {
	background-position: -33px -94px;
}

.carousel .prev.disabled,
.carousel .next.disabled {
	cursor: auto;
}

.carousel .prev.disabled,
.carousel .prev.disabled:hover {
	background-position: 0 0;
}

.carousel .next.disabled,
.carousel .next.disabled:hover {
	background-position: -33px 0;
}

.carousel .prev:hover {
	background-position: 0 -188px;
}

.carousel .next:hover {
	background-position: -33px -188px;
}

.carousel .carouselItems {
	float: left;
	height: 94px;
	width: 578px;
}

.carousel .carouselItems > li {
	display: none;
	height: 94px;
	width: 578px;
}

.carousel .carouselItems > li:first-child {
	display: block;
}

.tournamentCarousel {
	position: relative;
	z-index: 100;
}

.tournamentCarousel .prev,
.tournamentCarousel .next {
	height: 93px;
	position: absolute;
	top: 0;
	z-index: 101;
}

.tournamentCarousel .prev {
	left: -1px;
}

.tournamentCarousel .next {
	right: 0;
}

.tournamentCarousel .carouselItems {
	background: url(/media/backgrounds/bg-tournamentCarousel.jpg) no-repeat 31px 0;
	height: auto;
	min-height: 136px;
	width: 640px;
}

.tournamentCarousel .carouselItems > li {
	height: auto;
	width: 640px;
}

.tournamentCarousel .tournamentBanner {
	height: 94px;
	padding: 0 31px;
	-moz-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
}

.tournamentCarousel .tournamentLogo {
	float: right;
	margin: 20px 30px 0 0;
}

.tournamentCarousel .tournamentInfo {
	float: left;
	margin: 20px 0 0 30px;
	width: 390px;
}

.tournamentCarousel .tournamentTitle {
	font-family: "Titillium-Regular", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	margin: 0 0 2px 0;
	white-space: nowrap;
}

.tournamentCarousel .tournamentDate {
	font-size: 12px;
	font-weight: bold;
	color: #061e32;
	margin: 0 0 4px 0;
}

.tournamentCarousel .tournamentLinks a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-right: 15px;
}

a.flag {
	background: url(/media/icons/icon-flag.png) no-repeat;
	padding-left: 16px;
}

a.tickets {
	background: url(/media/icons/icon-tickets.png) no-repeat 0 1px;
	padding-left: 17px;
}

.livescoring {
	display: none;
}


/* Stats Table */
.statsTable h4 {
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #88a0d6;
	text-transform: uppercase;
	padding: 10px 27px;
}

.statsTable table {
	width: 100%;
	text-align: left;
	color: #eeeeee;
}

.statsTable thead tr {
	background: url(/media/backgrounds/bg-statsTableHeader.jpg) repeat-x;
	height: 36px;
	-moz-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.3);
}

.statsTable th,
.statsTable td {
	font-size: 11px;
	padding: 0 10px;
}

.statsTable th {
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

.statsTable .num {
	text-align: center;
}

.statsTable tbody tr {
	height: 28px;
}

.statsTable tbody tr:nth-child(odd) {
	background: url(/media/backgrounds/bg-tableAlt.png) repeat-x 0 -2px;
	height: 31px;
}

.statsTable tbody tr.odd {
	background: url(/media/backgrounds/bg-tableAlt.png) repeat-x 0 -2px;
	height: 31px;
}

.statsTable tbody tr:nth-child(odd) td {
	padding-bottom: 3px;
}

.statsTable tbody tr.odd td {
	padding-bottom: 3px;
}

.statsTable .player {
	float: left;
	font-weight: bold;
}

.statsTable .country {
	float: left;
	margin-left: 8px;
}

.statsTable .num .country {
	float: none;
	margin-left: 0;
}

/* TV Schedule */
.tvSchedule {
	background: #031C31 url(/media/icons/icon-tv.png) no-repeat 34px 8px;
	min-height: 28px;
	margin-top: -2px;
	padding: 8px 0 8px 87px;
	-moz-box-shadow: 0 -10px 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -10px 5px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -10px 5px -5px rgba(0, 0, 0, 0.3);
}

.tvSchedule li {
	float: left;
	margin: 0 13px;
}

.tvSchedule li:last-child {
	margin-right: 0;
}

.tvSchedule .tvDate {
	font-weight: bold;
}

.tvSchedule .tvTime {
	font-size: 11px;
	font-weight: bold;
	color: #88a0d6;
	width: 108px;
}

/* CME Titleholders Qualifiers */
#titleholdersCup .carouselItems > li {
	width: 640px;
	height: 400px;
}

.qualifiersTitle {
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #88a0d6;
	text-transform: uppercase;
	padding: 10px 27px;
}

.qualifiers {
	padding: 0 23px;
}

.qualifiers li {
	float: left;
	margin: 0 32px;
}

.qualifiers li img {
	display: block;
	margin-bottom: 5px;
}

.titleholdersQualifiers .genericBtn {
	margin: 0 5px 5px;
}











/*----------------------------------------------------------
	Tournament Schedule Tab Module
----------------------------------------------------------*/
.tournamentScheduleTabModule {
	/*background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);*/
}
.tournamentScheduleTabModule .moduleContentInner {
	background-color: rgba(6, 29, 49, 0.4);
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 1px 12px 12px 12px;
}

.tournamentScheduleTabModule .toolbar {
	position: absolute;
	right: 20px;
	top: 24px;
}

.tournamentScheduleTabModule .toolbar .fb-like {
	position: absolute;
	right: 45px;
}

#lpgaTourSchedule {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#symetraTourSchedule {
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tournamentScheduleTabModule .tournamentEntryContainer {
	margin: 20px 0 0 0;
}

.tournamentScheduleTabModule .tournamentEntry {
	width: 580px;
	height: 60px;
	background: white;
	margin: 10px 0 0 0;
	padding: 15px 18px;
}

.tournamentScheduleTabModule .tournamentEntry .entryLeftCol {
	width: 100px;
	float: left;
}

.tournamentScheduleTabModule .tournamentEntry .entryLeftCol p {
	font-family: Calibri;
    font-size: 14px;
	font-weight: bold;
    color: black;
	padding: 3px 0;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol {
	width: 380px;
	float: left;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol h4 a {
	font-family: Calibri;
    font-size: 18px;
	font-weight: bold;
    color: black;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol h4 a:hover {
	color: #0094ff;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol p {
	font-family: Calibri;
    color: black;
	padding: 1px 0;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol p.locale {
    font-size: 14px;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol p.purse {
    font-size: 12px;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol {
	width: 100px;
	float: left;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol a.topLink {
	text-transform: uppercase;
	font-family:Calibri;
    font-size: 13px;
	font-weight: bold;
	color: black;
	margin: 3px 0 0 0;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol a.topLink:hover {
	color: #0094ff;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol p.winnerLabel {
	text-transform: uppercase;
	font-family: Calibri;
    font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 12px 0 0 0;
	line-height: 13px;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol a.winnerLink {
	font-family: Calibri;
    font-size: 13px;
	font-weight: normal;
	color: #0094ff;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol a.winnerLink:hover {
	color: #fff;
}

/*----------------------------------------------------------
	Tournament Feature Module
----------------------------------------------------------*/

.tournamentFeatureModule {
	margin: 0 0 15px 0;
}

.tournamentFeatureModule .featureContent {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 640px;
	height: 84px;
	background: #fff;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	/* For IE 8*/
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
}

.tournamentFeatureModule a.bannerLink,
.tournamentFeatureModule .moduleContentInner {
	display: block;
	width: 640px;
	height: 275px;
}

.tournamentFeatureModule .featureLogo {
	float: left;
	height: 84px;
	margin: 0 20px 0 0;
}

.tournamentFeatureModule .featureInfo {
	float: left;
	width: 400px;
	padding: 14px 10px 0 0;
}

.tournamentFeatureModule .featureInfo h3 {
	font-family: 'Titillium-Bold', Arial, Helvetica, sans-serif;
    font-size: 24px;
	font-weight: normal;
	color: #061D31;
	text-transform: none;
	line-height: 25px;
	white-space: nowrap;
}

.tournamentFeatureModule .featureInfo p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight: normal;
	color: #061D31;
	text-transform: none;
	line-height: 14px;
}

/*----------------------------------------------------------
	Tournament Recap Module
----------------------------------------------------------*/

.tournamentRecapModule  {
	width: 100%;
	background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
}

.tournamentRecapModule h3 {
	float: none;
}

.tournamentRecapModule .moduleContentInner {
	padding: 15px 15px 10px;
	height: 205px;
}

.tournamentRecapModule .genericBtn {
	margin: 8px -13px 0 -13px;
}

.tournamentRecapModule .genericBtn span {
	padding: 0 25px 0 40px;
}

.tournamentRecapModule h4 {
	font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	margin: 8px 0 0 0;
}

.tournamentRecapModule p.winnerLabel {
	text-transform: uppercase;
	font-family: 'Titillium-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 22px 0 6px 0;
	line-height: 13px;
}

.tournamentRecapModule a.winnerLink {
	font-family: 'Titillium-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
	color: #0094ff;
}

.tournamentRecapModule a.winnerLink:hover {
	color: #fff;
}

.playerNewsModule .moduleContentInner {
	background-color: rgba(6, 29, 49, 0.6);
}

.tournamentNewsModule .moduleContentInner {
	background-color: rgba(6, 29, 49, 0.4);
}

.tournamentUpcomingModule {
	background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
}

/*----------------------------------------------------------
	Tour Winners Module
----------------------------------------------------------*/

.tournamentWinnersModule {
	width: 100%;
	/*background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);*/
}

.tournamentWinnersModule .moduleContentInner {
	padding: 18px 12px 12px;
}

.tournamentWinnersModule .titleBar {
	position: relative;
	background: url(/media/backgrounds/bg-border-blue.gif) repeat-x scroll 0 32px transparent;
	height: 35px;
	width: 100%;
}

.tournamentWinnersModule h3 {
	display: block;
	float: left;
	margin: 7px 0 0 5px;
}

.tournamentWinnersModule .tournamentEntryContainer {
	margin: 8px 0 0 0;
}

.tournamentScheduleTabModule .tournamentEntry {
	width: 580px;
	height: 74px;
	background: white;
	margin: 10px 0 0 0;
	padding: 15px 18px;
}

.tournamentScheduleTabModule .tournamentEntry .entryCenterCol {
	width: 320px;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol {
	width: 160px;
	position: relative;
}

p.recapScores {
	font-family: Calibri;
    font-size: 13px;
	color: black;
	line-height: 13px;
}

.tournamentScheduleTabModule .tournamentEntry .entryRightCol .recapScores {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 200px;
}

/* year select within tour winners */

.tournamentWinnersModule .archiveSelectModule {
	position: relative;
	z-index: 100;
	float: right;
}


/*----------------------------------------------------------
	Tournament Live Module
----------------------------------------------------------*/
.tournamentLiveModule {
	width: 960px;
	margin: 0 0 15px 0;
	background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
}
.tournamentLiveModule .moduleContentInner {
	background: url(/media/backgrounds/bg-moduleTint.png);
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 5px 9px 5px 12px;
}

.tournamentLiveModule #liveMessageContainer {
	width: 629px;
	margin: 0 19px 0 0;
	float: left;
	display: block;
	background: url(/media/icons/icon-alert.png) no-repeat 0 15px;
}

.tournamentLiveModule h3 {
	font-family: "Titillium-Regular", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: none;
	padding: 14px 0 0 35px;
}

.genericRedBtn {
	display: block;
	height: 53px;
	width: 291px;
	background: url(/media/buttons/btn-generic-red.png) no-repeat;
}

.genericRedBtn:hover {
	display: block;
	height: 53px;
	width: 291px;
	background: url(/media/buttons/btn-generic-red.png) no-repeat 0 -53px;
}

.genericBlueBtn {
	display: block;
	height: 53px;
	width: 291px;
	background: url(/media/buttons/btn-generic-blue-2.png) no-repeat;
}

.genericBlueBtn:hover {
	display: block;
	height: 53px;
	width: 291px;
	background: url(/media/buttons/btn-generic-blue-2.png) no-repeat 0 -53px;
}

.tournamentLiveModule .genericRedBtn {
	float: left;
}

.genericRedBtn span, .genericBlueBtn span,
.genericRedBtn input[type="submit"], .genericBlueBtn input[type="submit"] {
	font-family: "Titillium-Medium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
	height: 53px;
	line-height: 53px;
	border: none;
	cursor: pointer;
}

/*----------------------------------------------------------
	Tournament Live Info Module
----------------------------------------------------------*/
.tournamentLiveInfoModule {
	margin: 0 0 15px 0;
	background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
}
.tournamentLiveInfoModule .moduleContentInner {
	background: url(/media/backgrounds/bg-moduleTint.png);
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 5px 9px 15px 10px;
}

.tournamentLiveInfoModule .buyIcon {
	background: url(/media/icons/icon-buy.png) no-repeat 87px 20px;
}

.tournamentLiveInfoModule .timesTitleBar {
	background: url(/media/backgrounds/bg-border-blue.gif) repeat-x scroll 0 24px transparent;
	width: 100%;
	height: 30px;
	margin: 15px 0 0 0;
}

.tournamentLiveInfoModule h4 {
	font-family: "Titillium-Regular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	color: #fff;
}

.tournamentLiveInfoModule p.tvTimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #88A0D6;
	padding: 3px 0 0 10px;
	font-weight: bold;
}

/*----------------------------------------------------------
	Tournament Detail Tab Module
----------------------------------------------------------*/

.tournamentDetailTabModule .moduleTabs .moduleTabsTabs,
.tournamentDetailTabModule .moduleTabs .moduleTabsTabsNot{
    padding-right: 0px;
}

.moduleTabs .moduleTabsTabs a, .moduleTabs .moduleTabsTabs li,
.moduleTabs .moduleTabsTabs a, .moduleTabs .moduleTabsTabsNot li {
	margin: 0 -2px 0 0;
}

.tournamentDetailTabModule .moduleTabs .moduleTabsTabs a span,
.tournamentDetailTabModule .moduleTabs .moduleTabsTabsNot a span {
	padding: 0 0 10px 15px;
}

.tournamentDetailTabModule h3.tournamentInfoTitle {
	font-size: 19px;
	text-transform: none;
	font-weight: normal;
}

.tournamentDetailTabModule .tournamentOverview .shareBar {
	margin: 0 0 12px 0;
	padding: 0 10px;
}

.tournamentDetailTabModule .tournamentOverview p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88A0D6;
	line-height: 17px;
	margin: 2px 0 0 10px;
}

.tournamentDetailTabModule .tournamentOverview p span {
	color: #fff;
	font-weight: bold;
}

.tournamentDetailTabModule .tournamentOverview p.desc {
	margin: 16px 0 0 10px;
}

.tournamentDetailTabModule img.courseMap {
	display: block;
	float: left;
	margin: 5px 20px 5px 10px;
}

.tournamentDetailTabModule .courseInfo {
	float: left;
	margin: 75px 12px 0 0;
	width: 275px;
}

.tournamentDetailTabModule .courseInfo h4 {
	font-size: 15px;
}

.tournamentDetailTabModule .courseInfo p {
	margin: 0;
}

.tournamentDetailTabModule .courseInfo a.courseLink {
	margin: 14px 0 0 0;
	display: block;
	font-weight: bold;
}

/*----------------------------------------------------------
	Tournament Detail Past Winners Tab Module
----------------------------------------------------------*/

.tournamentDetailPastWinnersTabModule {

}

.tournamentDetailPastWinnersTabModule #pastWinnersTable a {
	font-family: "Titillium-Regular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 12px;
	color: #0094FF;
}

.tournamentDetailPastWinnersTabModule #pastWinnersTable a:hover {
	color: #fff;
}

/*----------------------------------------------------------
	CME Qualifiers Module
----------------------------------------------------------*/

.cmeQualifiersModule .moduleContentInner #thisWeekContainer {
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 16px 0;
	position: relative;
	background: transparent;
	background: rgba(6, 29, 49, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f061D31, endColorstr=#7f061D31);
}

.cmeQualifiersModule .moduleContentInner #thisWeekContainer #qualifierBG {
	position: absolute;
	width: 100%;
	height: 90px;
	background: #061D31;
	bottom: 0px;
	left: 0px;
	z-index: -5;
}

.cmeQualifiersModule .moduleContentInner {
	position: relative;
}

.cmeQualifiersModule .moduleContentInner .sectionHeader {
    border-bottom: 1px solid #245888;
    margin-bottom: 8px;
}

.cmeQualifiersModule .moduleContentInner .sectionHeaderInner {
    border-bottom: 1px solid #041525;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
}

.cmeQualifiersModule .moduleContentInner .sectionHeader h3 {
    float: left;
	font-weight: normal;
	font-family: "Titillium-Regular",Arial,Helvetica,sans-serif;
}

.cmeQualifiersModule .moduleContentInner .sectionHeader .moreLink {
    float: right;
    text-transform: uppercase;
    font-family: "Titillium-Bold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 2px;
}

.cmeQualifiersModule .moduleContentInner #thisWeekLeft {
	float: left;
	width: 475px;
	margin: 0 15px 12px 0;
	padding: 0 12px;
}

.cmeQualifiersModule .moduleContentInner #thisWeekLeft p {
	padding: 0 0 0 10px;
	color: #88A0D6;
	line-height: 18px;
}

.cmeQualifiersModule .moduleContentInner img.cmeLogo {
	display: block;
	margin: 10px 0;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier {
	width: 193px;
	padding: 0 4px;
	float: left;
	text-align: center;
}

.cmeQualifiersModule .moduleContentInner .first {
	margin: 0 0 0 17px;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier a img.qualifierLarge {
	margin: 0 0 0 18px;
	display: block;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier p.qualifierName {
	display: block;
	font-size: 13px;
	font-weight: normal;
	font-family: "Titillium-Regular",Arial,Helvetica,sans-serif;
	color: #88A0D6;
	text-transform: uppercase;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 13px;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier p.qualifierName span {
	display: block;
	font-size: 22px;
	color: #fff;
	padding: 1px 0 0 0;
	line-height: 22px;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier .nation {
	margin: 5px 0 0 70px;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier .nation img {
	margin: 0 5px 0 0;
	float: left;
	display: block;
}

.cmeQualifiersModule .moduleContentInner .thisWeekQualifier .nation p {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: "Titillium-Regular",Arial,Helvetica,sans-serif;
	color: #88A0D6;
	text-transform: uppercase;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer {
	padding: 15px;
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry {
	background: #061D31;
	padding: 12px 12px 15px 12px;
	margin: 0 0 10px 0;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry h4 a {
	display: block;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	font-family: "Titillium-Regular", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: none;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry h4 a:hover {
	color: #0094FF;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry p {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0094FF;
	text-transform: none;
	margin: 6px 0 0 0;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry .leftCol {
	width: 260px;
	float: left;
	padding: 5px 0 0 5px;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry .qualifierEntry {
	width: 86px;
	float: left;
	margin: 0 10px;
	text-align: center;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry .qualifierEntry img.qualifierSmall {
	margin: 0 0 5px 0;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry .qualifierEntry a {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0094FF;
	display: block;
	text-transform: none;
}

.cmeQualifiersModule .moduleContentInner #pastQualifiersContainer .tournamentEntry .qualifierEntry a:hover {
	color: #fff;
}

/*----------------------------------------------------------
	Tournament Full Results Module
----------------------------------------------------------*/

.tournamentFullResultsModule .moduleContentInner {
	-moz-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	box-shadow:inset 0 0 25px rgba(0, 0, 0, 0.75);
	padding: 16px 10px;
	position: relative;
	background: transparent;
	background: rgba(6, 29, 49, 0.5);
}
.tournamentFullResultsModule .moduleContentInner .sectionHeader {
    border-bottom: 1px solid #245888;
    margin-bottom: 20px;
}

.tournamentFullResultsModule .moduleContentInner .sectionHeaderInner {
    border-bottom: 1px solid #041525;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
}

.tournamentFullResultsModule .moduleContentInner .sectionHeader h3 {
    float: left;
	font-weight: normal;
	font-family: "Titillium-Regular",Arial,Helvetica,sans-serif;
}

.tournamentFullResultsModule .moduleContentInner .sectionHeader .moreLink {
    float: right;
    text-transform: uppercase;
    font-family: "Titillium-Bold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 2px;
}

.tournamentFullResultsModule .moduleContentInner p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-left: 10px;
	color: #88A0D6;;
}

.tournamentFullResultsModule .moduleContentInner p span {
	color: #fff;
	font-weight: bold;
}

.tournamentFullResultsModule .moduleContentInner #fullResultsTable {
	margin: 20px 0 10px 0;
}

/*----------------------------------------------------------
	Tournament Course Info Tab Module
----------------------------------------------------------*/

.tournamentDetailCourseInfoTabModule img.courseHeader {
	margin: 0 10px 10px 10px;
}

.tournamentDetailCourseInfoTabModule  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88A0D6;
	line-height: 17px;
}

.tournamentDetailCourseInfoTabModule .courseInfo {
	float: left;
	margin: 0 0 0 20px;
	width: 280px;
}

.tournamentDetailCourseInfoTabModule .courseInfo h4 {
	font-size: 15px;
	margin: 10px 0 0 0;
	color: #fff;
}

.tournamentDetailCourseInfoTabModule .courseInfo h5 {
	font-size: 12px;
	margin: 5px 0 6px 0;
	color: #fff;
}

.tournamentDetailCourseInfoTabModule .courseInfo p.shortBreak {
	margin-bottom: 5px;
}

.tournamentDetailCourseInfoTabModule h3 {
	float: none;
}

.tournamentDetailCourseInfoTabModule h3.courseInfoTitle {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Titillium-Regular",Arial,Helvetica,sans-serif;
}

.tournamentDetailCourseInfoTabModule p.courseGrass {
	float: left;
	display: block;
	margin: -5px 15px 10px 15px;
}


.tournamentDetailCourseInfoTabModule p.courseGrass span {
	color: #fff;
	font-weight: bold;
}

.tournamentDetailCourseInfoTabModule h3.courseInfoTabTitle {
	margin: 0 270px 0 0;
	float: left;
}

.tournamentDetailCourseInfoTabModule .tabsContent .sectionHeaderInner {
	padding-bottom: 2px;
}

.tournamentDetailCourseInfoTabModule .tabsContent {
	padding-bottom: 0;
}

.tournamentDetailCourseInfoTabModule .tabsContent .moduleTabsContent {
	margin: 10px -10px 0 -10px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.tournamentDetailCourseInfoTabModule .holeList li,
.holeList li {
	border-bottom: solid 1px #061c30;
	border-top: solid 1px #174a6e;
	padding: 10px 30px 13px 30px;;
}

.tournamentDetailCourseInfoTabModule .holeList li img,
.holeList li img {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
}

.tournamentDetailCourseInfoTabModule .holeList li.odd,
.tournamentDetailCourseInfoTabModule .holeList li:nth-child(odd),
.holeList li.odd,
.holeList li:nth-child(odd) {
	background: url(/media/backgrounds/bg-30-percent-dk-blue.png);
	border-bottom: none;
}

.tournamentDetailCourseInfoTabModule .holeList li:nth-child(1),
.holeList li:nth-child(1) {
	border-top: solid 1px #061c30;
}

.tournamentDetailCourseInfoTabModule .holeList h4,
.holeList h4 {
	font-size: 20px;
	text-transform: none;
	font-weight: normal;
	font-family: "Titillium-Regular",Arial,Helvetica,sans-serif;
	color: #fff;
}


.pagetitlediv {
    color: white;
    border: 2px solid;
    border-radius: 25px;
    position: absolute;
    float: left;
    padding-left: 100px;
    box-shadow: 10px 10px 5px #1c5c45;
    font-size: large;
    font-family: Cooper;
}

.pagetitledivrel {
    color: white;
    border: 2px solid;
    border-radius: 25px;
    position: relative;
    float: left;
    padding-left: 100px;
    box-shadow: 10px 10px 5px #888888;
    font-size: large;
    font-family: Cooper;
}

.registerbutton {
    color:white;
    background-color:white;
    border:2px solid;
    border-color:black;
    box-shadow: 5px 5px 5px black;
    padding: 4px 4px 4px 4px;
    border-radius: 25px;
    font-family:Cooper;
    font-weight:bold;
    font-size:12px;
    width:90px;
    text-align:center;
}

.eventregisterbutton {
    float:right;
    color:white;
    background-color:white;
    border:2px solid;
    border-color:black;
    box-shadow: 5px 5px 5px black;
    padding: 4px 4px 4px 4px;
    border-radius: 25px;
    font-family:Cooper;
    font-weight:bold;
    font-size:12px;
    width:90px;
    text-align:center;
}

.currentEntry {
    font-family: Calibri;
    font-size: 14px;
	font-weight: bold;
    color: black;
	padding: 3px 0;
}

.nextregisterbutton {
    color:white;
    background-color:white;
    border:2px solid;
    border-color:black;
    box-shadow: 5px 5px 5px black;
    padding: 4px 4px 4px 4px;
    border-radius: 25px;
    font-family:Cooper;
    font-weight:bold;
    font-size:smaller;
    width:90px;
    text-align:center;
    float:left;
    position:absolute;
}

.nextregisterbutton a:link {
    color:blue;
    font-family:Veranda;
    font-weight:bold;
    font-size:12px;
}

.recordbooklabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    color: #fff;
}

.standingsBubble {
    color: white;
    border: 2px solid;
    border-radius: 25px;
    position: relative;
    float: left;
    padding-left: 200px;
    padding-right: 200px;
    left:50px;
    font-size: large;
    font-family: Cooper;
}

body {
}

.Red
{
	color: #FF0000;
}

.Black
{
	color: #000000;
}

.Leader
{
	font-weight: bold;
}

.RedLeader
{
	font-weight: bold;
	color: #FF0000;
}
	
.BlackLeader
{
	font-weight: bold;
	color: #000000;
}

.InactiveLeader
{
	font-weight: bold;
	color: #808080;
	font-style: italic;
}

.Inactive
{
	color: #808080;
	font-style: italic;
}

.LoginLeader
{
	font-weight: bold;
	color: #0066CC;
}

.Login
{
	color: #0066CC;
}

/*Main Page Styles*/
Label.PastArticleDate{
    font-size:small;
    font-family:Calibri;
    color:black;
}

td.PastArticle {
    background-color:black;
    border-radius:6px 0 0 6px;
    padding-right:0;
    align-content:center;
    vertical-align:central;
}

td.PastArticleBody{
    height:70px;
    font-size:medium;
    font-family:Calibri;
    background-color:white;
    border-radius: 0 10px 10px 0;
    vertical-align:top;
}

image.PastArticle{
    width:130px;
}