
.TopUI, .SubUI, A.TopUI:active, A.TopUI:visited, A.SubUI:active, A.SubUI:visited
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Sans-Serif;
    color: #FFFFFF;
    text-decoration: none;
}

A.TopUISelected, A.SubUISelected, A.TopUI:hover, A.SubUI:hover, A.TopUISelected:visited, A.SubUISelected:visited
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Sans-Serif;
    color: #7DD8FF;
    text-decoration: none;
}


.RankingsAgeGroupBox
{
    font-size: 11pt;
    color: Black;
    text-decoration: none;
}


.PageHeading
{
    font-size: 12pt;
    color: #263658;
    font-weight: normal;
}

.SubHeading
{
    font-size: 11pt;
    color: #578004;
    font-weight: bold;
}

.SubHeadingDark, .SubHeadingDark:visited
{
    font-size: 11pt;
    color: #263658;
    font-weight: bold;
    text-decoration: none;
}

.PrimaryPlayer
{
    background-color:#4169E1;
    color:white;
    font-weight:bold;
}

.SecondaryPlayer
{
    background-color:#aaaaaa;
    color:black;
    font-weight:bold;
}

.GuestPlayer
{
    background-color: #67cd9a;
    color: black;
    font-weight:bold;
}

.TinyText
{
    font-size: 7pt;
    font-family: Tahoma, Verdana, Sans-Serif;
}

A, A:active, A:visited
{
  color: #3A4F3A;
}

A:hover
{
  color: #617261;
}

.GridBorderAll
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.GridBorderBR
{
    border-right: black 1px solid;
    border-top: white 0px solid;
    border-left: white 0px solid;
    border-bottom: black 1px solid;
}

.GridBorderLBR
{
    border-right: black 1px solid;
    border-top: white 0px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.GridBorderTRB
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: white 0px solid;
    border-bottom: black 1px solid;
}

.GridTable
{
    border-width:0 0 1px 1px; border-color:Gray; border-style:solid;
}

.GridCell
{
    border-width:1px 1px 0 0; border-color:Gray; border-style:solid;
    padding: 2px;
}

.LinesTable
{
    border-width:1px 1px 1px 1px; border-color:#708090; border-style:solid; padding: 2px; border-collapse:collapse;
}

.AlertTable
{
    border-width:1px 1px 1px 1px; border-color:#FF0000; border-style:solid; padding: 2px; border-collapse:collapse;
}

.LinesTableRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FFFFFF;
}

.LinesTableGridRow
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
}


.LinesTableOddRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#F0F8FF;
}

.LinesTableOddRow_V
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#F0F8FF;
}

.LinesTableOddRow_Dark
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#E2EAF1;
}

.LinesTableEvenRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FAFAFA;
}

.LinesTableEvenRow_V
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FAFAFA;
}

.LinesTableEvenRow_Dark
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#ECECEC;
}

.LinesTableHighlightRow
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#FFFACD;
}

.LinesTableHighlightRow_Dark
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#F1ECBF;
}

.TinyHeadingDark
{
    font-size: 8pt;
    font-family: Tahoma, Verdana, Sans-Serif;
    color: #255E97;
    font-weight: bold;
}


.LinesTableHeader
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#578004;
    font-size: 8pt;
    color: white;
    font-weight: bold;
}

.LinesTableHeader_V
{
    border-width:0px 1px 1px 0px; border-color:#708090; border-style:solid;
    background-color:#578004;
    font-size: 8pt;
    color: white;
    font-weight: bold;
}


.LinesTableFooter
{
    border-width:0px 0px 1px 0px; border-color:#708090; border-style:solid;
    background-color:Silver;
    font-size: 8pt;
    color: black;
}

.LinesTableLink, .LinesTableLink:visited
{
    color:#255E97;
    text-decoration:none;
}
.LinesTableLink:hover
{
    color:#7DD8FF;
}

.DarkLink, .DarkLink:visited
{
    color:#103455;
    text-decoration:none;
}
.DarkLink:hover
{
    color:#643733;
}

.LinkButton
{
    background-color:#255E97;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor:hand;
    cursor:pointer;
}

.LinkButtonDisabled
{
    background-color:#999999;
    font-size: 10pt;
    color: #DCDCDC;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor:hand;
    cursor:pointer;
}

.NoPad
{
    margin:0px;
    padding:0px;
}


#ctl00_MainBody_PageContent {
      font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 1.6em;
	color: #595959;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/web/bgSmallNew3.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/web/clouds.png);
	background-repeat: repeat-x;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
    font-size: 11px;
	line-height: 1.6em;
	background-position: 0px 0px;
}

IMG
{
    border: 0;
}

.Handy
{
    cursor:hand;
    cursor:pointer;
}


#wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/web/wrapper.png);
	background-repeat: repeat-y;
	background-position: 0px 300px;
}
.clearthis {
	margin: 0px;
	padding: 0px;
	height: 1px;
	clear: both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}
#header {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 155px;
}
#logIn {
	width: 184px;
	position: absolute;
	right: 3px;
	top: 0px;
	height: 63px;
	margin: 0px;
	padding: 0px;
}
#logIn ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#logIn ul li {
	margin: 0px;
	display: block;
	padding: 0px;
}
#logIn li a:link, #logIn li a:visited  {
	display: block;
	background-image: url(/images/web/login.png);
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	height: 63px;
	width: 184px;
}

#logIn li a:hover, #logIn li a:active  {
	background-image: url(/images/web/login.png);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	color: #333;
}

#logIn li a p {
	margin: 0px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 49px;
	color: #333;
}

#boots {
	margin: 0px;
	float: right;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#header #logo {
	margin: 0px;
	height: 85px;
	width: 424px;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#logo img {
	margin: 0px;
	padding: 0px;
}
#logo #logoText {
	position: absolute;
	top: 75px;
	left: 90px;
	font-size: 13px;
	color: #515151;
	margin: 0px;
	padding: 0px;
}


#contentContainer {
	background-image: url(/images/web/contentTop.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px 0px 55px 0px;
	background-color: #FFFFFF;
}
#content {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

	
.left {
	margin: 0px;
	padding: 0px;
	float: left;
}
.right {
	margin: 0px;
	padding: 0px;
	float: left;
}


#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #999999;
}

#footerInner {
	height: 60px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer ul {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	float: right;
}
#footer ul li {
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}
#footer li a:link , #footer li a:visited{
	text-decoration: none;
	display: block;
	color: #333;
}
#footer li a:hover , #footer li a:active{
	color: #FFF;
}



#ctl00_MainBody_PageContent  {
      margin: 0px;
      padding: 0px 25px 0px 25px;
}

#menuBar {
	height: 43px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}


/*DROP MENU*/
#myjquerymenu ul li .home {
	background-image: url(/images/web/menuNew.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	background-position: 0px 4px;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
}

#myjquerymenu ul li .rankings {
	background-image: url(/images/web/menuNew.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	background-position: -102px 4px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#myjquerymenu ul li .software {
	background-image: url(/images/web/menuNew.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	background-position: -229px 4px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 21px;
}

#myjquerymenu ul li .news {
	background-image: url(/images/web/menuNew.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	background-position: -357px 4px;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
}

#myjquerymenu ul li .about {
	background-image: url(/images/web/menuNew.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	background-position: -490px 4px;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 21px;
}

#myjquerymenu ul li .contact {
	background-image: url(/images/web/menuNew.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 21px;
	background-position: -590px 4px;
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 21px;
        width: 85px;
}



.jquerycssmenu{
	padding-left: 15px; /*offset of tabs relative to browser left edge*/
	font-family: "century gothic";
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Top level menu link items istyle*/
.jquerycssmenu ul li a{
	display: block;
	border-bottom-width: 0;
	color: #3A5500;
	text-decoration: none;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.jquerycssmenu ul li:hover a {
	background-color: #93c133;
	text-decoration: underline;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 400;
	background-color: #93c133;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.curve {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
	margin: 0px;
	padding: 0px;	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	width: 160px;
	color: #395400;
	margin: 0;
	border-top-width: 1px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
	display: none;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
