* {
    margin: 0px;
    padding: 0px;
}

body {
    text-align: center;
    font-family: /*"Helvetica Neue",*/ Arial, Helvetica, sans-serif;
    background: #adadad;
}

#wrapper {
    text-align: left;
    margin: 0px auto;
    width: 974px;
    padding: 10px;
    background: #e2e2e2;
}

img {
    border: none;
}

a {
    color: #0368b3;
}

hr {
	background: #ADADAD;
	border: none;
	height: 1px;
}

.cb {
    clear: both;
}

/*
 * Forms
 */
form {
    float: left;
    display: inline;
    width: 510px;
    margin: 5px 125px;
}

form h3, form h4 {
    float: left;
    display: inline;
}

form p {
    width: 100%;
    float: left;
    display: inline;
    margin: 2px 0;
}

form p.copy {
    margin: 5px 0;
}

form p label {
    width: 200px;
    float: left;
    display: inline;
}
form p label.wide {
	width: 430px;
}

form p input, form#qs input {
    float: left;
    display: inline;
    border: 1px solid #adadad;
}
form p input.text, form p input.password, form#qs input.sp2_field {
    width: 300px;
}

form p input.checkbox, form p input.radio {
    width: auto;
    height: auto;
    border: none;
}

form p input.submit, form#qs input.sp2_btn {
    padding: 0 5px;
}

form p.single .checkbox {
    margin: 0 5px;
}

form p.single label {
    margin-left: 20px;
    width: 465px;
    margin-top: -2px;
}

form p.yesno {
    text-align: center;
}

form p.yesno .yes {
    float: none;
    background: #EEF9EE;
    padding: 10px 20px;
    margin-right: 50px;
}

form p.yesno .no {
    float: none;
    background: #F9EEEE;
    padding: 10px 20px;
}

form p.confirmOption {
    text-align: center;
    display: block;
    clear: both;
    vertical-align: middle;
}

form p.confirmOption label, form p.confirmOption input {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 13px;
}

form p.confirmOption label {
    padding-left: 20px;
    padding-bottom: 5px;
}

form p.submit {
    text-align: center;
}

form p.submit input.submit {
    display: inline;
    float: none;
}

form .mySelect {
    float: left;
    display: inline;
    position: relative;
    text-align: left;
	min-width: 100px;
}

form .mySelect a {
    display: block;
    padding: 5px 20px 5px 5px;
    border: 1px solid #adadad;
    color: #000;
    background: #FFF url('../_/down.gif') no-repeat center right;
    text-decoration: none;
	min-height: 1.1em;
}

form .mySelect ul {
    position: absolute;
    top: 100%;
    list-style: none;
    dislay: block;
    width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

form .mySelect ul li {
    background: #dadada;
    width: 100%;
	margin: 0;
	padding: 0;
}

form .mySelect ul li a {
    border: none;
    background: none;
}

form .mySelect ul li a:hover {
    background: #e6edfd;
}

form.login {
    width: 280px;
    margin: 0px;
}

form.login p label {
    width: 98px;
}

form.login p input.text, form.login p input.password {
    width: 180px;
}
form.login p input.checkbox {
	margin-right: 10px;
}
form.login p input.submit {
    margin-left: 98px;
}
form.login p.agree label {
	width: 250px;
}
form.login .signUp {
    margin-top: 20px;
}

form.login .signUp a {
    color: #0368B3;
    font-size: 1em;
    text-decoration: none;
}

form.login .signUp a span {
    color: #FE0680;
    background: #eeeeee;
    display: block;
    font-size: 1.2em;
    text-align: center;
    padding: 10px 0px;
    width: 160px;
    border: 1px solid #adadad;
    margin: 10px 58px;
    cursor: pointer;
}

form.login .signUp a:hover span {
    background: #e6edfd;
}

form.rego {
    width: 460px;
    margin: 0 0 0 20px;
}

form.rego p input.text, form.rego p input.password {
    width: 258px;
}

form.rego p .mySelect {
    width: 260px;
}

form.rego .dob .mySelect {
	width: auto;
}

form.rego .scrollBlock {
    float: left;
    display: inline;
    border: 1px solid #adadad;
    width: 438px;
	padding: 10px;
    height: 200px;
    margin: 5px 0px;
    background: #FFF;
    overflow: scroll;
    overflow-x: auto;
}

table form {
	margin: 5px 0;
}

.popupBody form {
	float: none;
	display: block;
	width: auto;
	margin: 20px 0 0;
}
.popupBody form p {
    float: none;
	display: block;
	width: auto;
}

.header {
    float: left;
    display: inline;
}

.header img {
    display: block;
}

.header .mainNav {
    position: relative;
    z-index: 1;
    float: left;
    display: inline;
    list-style: none;
    margin: -5px;
    width: 984px;
    background: url('../_/menuBg.png') top left;
}

.header .mainNav li {
    float: left;
    display: inline;
}

.header .mainNav li a {
    float: left;
    display: inline;
    height: 19px;
    margin-top: 5px;
    padding: 10px 10px 15px;
    color: #FFF;
    text-decoration: none;
}

.header .mainNav .first a {
    padding: 10px 10px 15px 15px;
}

/*.header .mainNav li a:hover {
 text-decoration:underline;
 }
 .header .mainNav li.selected a {
 background:#e2e2e2;
 color:#000;
 }*/
.header .mainNav li a:hover {
    background: #e2e2e2;
    color: #000;
}

.header .subNav {
    width: 974px;
    position: relative;
    z-index: 2;
    clear: left;
    float: left;
    display: inline;
    list-style: none;
}

.header .subNav li {
    float: left;
    display: inline;
}

.header .subNav li a {
    font-size: 0.8em;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    display: inline;
    border-left: 1px solid #000;
    color: #000;
    text-decoration: none;
}

.header .subNav li.first a {
    border: none;
}

.header .subNav li a:hover {
    text-decoration: underline;
}

.header .subNav li.selected a {
    text-decoration: underline;
}

.teamBar {
    float: left;
    display: inline;
    height: 79px;
    width: 960px;
    margin-bottom: 10px;
    padding: 0 6px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.teamBar a {
    float: left;
    display: inline;
    width: 96px;
    height: 79px;
}

.teamBar a img {
    float: left;
    display: inline;
    width: 96px;
    height: 79px;
    text-align: center;
}

.teamBar a:hover img {
    width: 120px;
    height: 99px;
    margin: -10px -12px;
}

.main {
    width: 772px;
    float: left;
    display: inline;
    margin-right: 10px;
}

.main h2 {
    text-align: center;
    color: #FFF;
    background: #1a9ad5 url('../_/h2bg.png') repeat-x bottom right;
    line-height: 0.9em;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 5px;
}

.main h2.imgHeading {
    padding: 0px;
    background: none;
}

.main .scrollBlock h2 {
	color: #000;
	text-align: left;
	background: none;
	padding: 0;
	margin: 10px 0;
	font-size: 1.1em;
	line-height: normal;
}
.main .scrollBlock h3 {
	color: #000;
	text-align: left;
	background: none;
	padding: 0;
	margin: 20px 0 20px 20px;
	font-size: 0.9em;
	line-height: normal;
	font-weight: normal;
}
.main .scrollBlock h3 strong {
	text-decoration: underline;
}
.main .scrollBlock p {
	font-size: 0.8em;
}
.main .scrollBlock table {
	font-size: 1em;
}

.main h3 {
    font-size: 1em;
    color: #0368b3;
    margin: 15px 0 5px;
}

.main h3 a {
    color: #0368b3;
    text-decoration: none;
}

.main h3 a:hover {
    text-decoration: underline;
}

.main h4 {
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.main p {
    font-size: 0.8em;
    margin: 5px 0;
}

.main table {
    font-size: 0.8em;
}

.main table p {
    font-size: 1em;
    margin: 5px 0;
}

.main ul {
	font-size:0.8em;
	margin:10px 0;
	padding-left:20px;
}

.main .nav {
    width: 760px;
    clear: left;
    float: left;
    display: inline;
    list-style: none;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
    /*background: #1a9ad5 url('../_/h2bg.png') repeat-x bottom right;*/
    background: #d4459d url('../_/navbg.jpg') repeat-x bottom right;
}

.main .nav li {
    float: left;
    display: inline;
}

.main .nav a {
    color: #FFFFFF;
    display: inline;
    float: right;
    font-size: 0.8em;
    padding: 5px 20px;
}

.main .nav li a {
    font-size: 0.8em;
    padding: 5px 20px;
    float: left;
    display: inline;
    color: #FFF;
    text-decoration: none;
}

.main .nav li.first a {
    border: none;
}

/*.main .nav li a:hover {
 text-decoration: underline;
 }
 .main .nav li.selected a {
 background-color:#d4459d;
 }*/
.main .nav li a:hover {
    background-color: #d4459d;
}

.main .contentBody {
    float: left;
    display: inline;
    width: 760px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.main .contentBody .newsPost {
    float: left;
    display: inline;
}

.main .contentBody .newsPost p {
    margin: 5px 0;
}

.main .contentBody .newsPost div {
    font-size: 0.8em;
}

.main .contentBody .newsPost img {
    float: left;
    display: inline;
    padding-right: 10px;
    padding-top: 4px;
}

.main .contentBody .newsItem {
    float: left;
    display: inline;
    padding: 5px 0;
    border-top: solid 1px #adadad;
}

.main .contentBody .newsItem.first {
    border-top: none;
}

.main .contentBody .newsItem h3 {
    margin-top: 1px;
}

.main .contentBody .newsItem p {
    margin: 5px 0;
}

.main .contentBody .newsItem div {
    display: inline;
    float: left;
    width: 580px;
}

.main .contentBody .newsItem .detail {
    margin-top: 0px;
    font-size: 0.75em;
    font-weight: bold;
}

.main .contentBody .newsItem img {
    float: left;
    display: inline;
    padding-right: 10px;
    padding-top: 4px;
}

.main .contentBody .pagination {
    width: 760px;
    float: left;
    display: inline;
}

.main .contentBody .pagination span {
    float: left;
    display: inline;
    text-decoration: none;
}

.main .contentBody .pagination a {
    float: left;
    display: inline;
    padding: 0 5px;
    text-decoration: none;
    color: #0368b3;
}

.main .contentBody .pagination .archive {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #adadad;
}

.main .contentBody .pagination a:hover {
    text-decoration: underline;
}

.main .contentBody .pagination a.selected {
    background: #0368b3;
    color: #FFF;
}

.main .contentBody .newsFilter {
    margin: 5px 0 0px;
    float: left;
    display: inline;
    width: 200px;
    font-size: 0.8em;
    padding: 0 0 30px;
    position: relative;
}

.main .contentBody .newsFilter ul {
    padding: 5px 0 0;
	margin: 0px;
    float: left;
    display: inline;
    list-style: none;
    text-align: center;
}

.main .contentBody .newsFilter ul li {
    float: left;
    display: inline;
	margin: 0px;
	padding: 0px;
}

.main .contentBody .newsFilter ul li a {
    padding: 2px 0;
    float: left;
    display: inline;
    text-decoration: none;
}

.main .contentBody .newsFilter ul li a:hover {
    text-decoration: underline;
}

.main .contentBody .newsFilter ul li.selected a {
    background-color: #0368b3;
    color: #FFF;
}

.main .contentBody .newsFilter .clearFilters {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 5px 0;
    width: 200px;
    font-size: 1em;
    font-weight: bold;
}

.main .contentBody .newsFilter ul.year, .main .contentBody .newsFilter ul.year li, .main .contentBody .newsFilter ul.year a {
    width: 50px;
}

.main .contentBody .newsFilter ul.month, .main .contentBody .newsFilter ul.month li, .main .contentBody .newsFilter ul.month a {
    width: 100px;
}

.main .contentBody .newsFilter ul.day, .main .contentBody .newsFilter ul.day li, .main .contentBody .newsFilter ul.day a {
    width: 50px;
}

.main .contentBody .newsArchive {
    margin: 5px 0 0px 0px;
    float: left;
    display: inline;
    width: 530px;
    padding-left: 29px;
    padding-bottom: 30px;
    position: relative;
    border-left: 1px solid #adadad;
}

.main .contentBody .newsArchive p {
    margin: 5px 0;
}

.main .contentBody .newsArchive a {
    text-decoration: none;
    color: #000;
}

.main .contentBody .newsArchive a:hover {
    text-decoration: underline;
}

.main .contentBody .newsArchive .pagination {
    position: absolute;
    bottom: 0px;
    left: 24px;
    width: auto;
}

.main .contentBody .newsArchive .pagination a {
    color: #0368b3;
}

.main .contentBody .newsArchive .pagination a.selected {
    color: #fff;
}

/*
 * Home page items
 */
.main .news {
    margin-top: 26px;
    margin-right: 10px;
    float: left;
    display: inline;
    width: 564px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.main .news .tabs {
    margin: -31px -6px 0;
	padding: 0px;
    float: left;
    display: inline;
    width: 576px;
    height: 26px;
    list-style: none;
    visibility: hidden;
}

.main .news .tabs li {
    float: left;
    display: inline;
}

.main .news .tabs li a {
    float: left;
    display: inline;
    border: 1px solid #adadad;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    font-size: 0.9em;
    margin-right: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #660355 url('../_/tab.gif') repeat-x top left
}

.main .news .tabs li.selected a {
    border-bottom: none;
    padding-bottom: 1px;
    color: #000;
    background: #FFF url('../_/tab_s.gif') repeat-x top left
}

.main .news .tabs li.add a {
    background: transparent url('../_/add.gif') right center no-repeat;
    border: none;
    padding: 1px 15px 1px 1px;
    color: #000;
}

.main .news .tabs li a:hover {
    text-decoration: underline;
}

.main .news .flash {
    float: left;
    display: inline;
    width: 374px;
}

.main .news .watchYourTeam {
    float: left;
    display: inline;
    width: 180px;
    padding: 0 0 0 10px;
    text-align: center;
    position: relative;
}

.main .news .changeLoc {
    font-size: 0.8em;
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 180px;
    text-align: center;
    text-decoration: underline;
}

.main .news .watchYourTeam .matchUp {
    margin: 10px 0;
}

.main .news .watchYourTeam p {
    font-size: 0.9em;
}

.main .news .watchYourTeam .details span {
    float: left;
    display: inline;
    width: 80px;
    text-align: center;
}

.main .news .watchYourTeam .details {
    margin-top: 10px;
}

.main .news .watchYourTeam .details p {
    float: left;
    display: inline;
    margin-left: 20px;
    width: 80px;
    font-size: 0.75em;
    text-align: left;
}

.main .playerHighlight {
    margin-top: 26px;
    float: left;
    display: inline;
    width: 172px;
    padding: 5px 5px 30px 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
    position: relative;
}

.main .playerHighlight img {
    width: 170px;
    border: 1px solid #0368b3;
    margin-bottom: 10px;
}

.main .playerHighlight div {
    margin-bottom: 2px;
}

.main .playerHighlight h3 {
    font-size: 0.8em;
    clear: both;
    float: left;
    display: inline;
    margin: 0px;
}

.main .playerHighlight p {
    padding-left: 7px;
    font-size: 0.8em;
    display: inline;
    margin: 0px;
}

.main .playerHighlight a {
    text-align: center;
    font-size: 0.8em;
    width: 172px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.main .matchCentre {
    margin-top: 36px;
    float: left;
    display: inline;
    width: 760px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.main .matchCentre .tabs {
    margin: -31px -6px 0;
	padding: 0px;
    float: left;
    display: inline;
    width: 576px;
    height: 26px;
    list-style: none;
    visibility: hidden;
}

.main .matchCentre .tabs li {
    float: left;
    display: inline;
}

.main .matchCentre .tabs li a {
    float: left;
    display: inline;
    border: 1px solid #adadad;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    font-size: 0.9em;
    margin-right: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #660355 url('../_/tab.gif') repeat-x top left
}

.main .matchCentre .tabs li.selected a {
    border-bottom: none;
    padding-bottom: 1px;
    color: #000;
    background: #FFF url('../_/tab_s.gif') repeat-x top left
}

.main .matchCentre .tabs li a:hover {
    text-decoration: underline;
}

.main .matchCentre .ladderContainer {
    float: left;
    display: inline;
    padding-right: 9px;
}

.main .matchCentre .fullLadder {
    margin: 1px;
    border: 1px solid #adadad;
    width: 557px;
    font-size: 0.8em;
    border-collapse: collapse;
}

.main .matchCentre .fullLadder th {
    background: #eee;
    padding: 2px 8px;
    text-align: center;
}

.main .matchCentre .fullLadder td {
    background: #eee;
    padding: 2px 8px;
    text-align: center;
}

.main .matchCentre .fullLadder .odd td {
    background: #ddd;
}

.main .matchCentre .fullLadder .team {
    text-align: left;
}

.main .matchCentre .fullLadder th.team {
    padding-left: 20px;
}

.main .matchCentre .fullLadder .team img {
    float: left;
    display: inline;
    padding-top: 3px;
    padding-right: 5px;
}

.main .matchCentre .fullLadder .team a {
    float: left;
    display: inline;
}

.main .matchCentre .latestScores {
    float: left;
    display: inline;
    width: 192px;
    text-align: center;
}

.main .matchCentre .latestScores p {
    font-size: 0.9em;
    border-bottom: 1px solid #adadad;
    margin: 0 10px;
    padding-bottom: 13px;
    line-height: 0.9em;
}

.main .matchCentre .latestScores .last {
    border: none;
    padding-bottom: 10px;
}

.main .matchCentre .latestScores .matchUp {
    margin: 10px;
    padding: 0px;
    border: none;
}

.main .matchCentre .playerStats .statTabs {
    float: left;
    display: inline;
    width: 159px;
    list-style: none;
    padding-bottom: 1px;
	padding-left: 0px;
    position: relative;
    z-index: 10;
    visibility: hidden;
}

.main .matchCentre .playerStats .statTabs li {
    float: left;
    display: inline;
}

.main .matchCentre .playerStats .statTabs li a {
    float: left;
    display: inline;
    width: 153px;
    height: 16px;
    line-height: 16px;
    padding: 12px 2px;
    font-size: 0.9em;
    text-decoration: none;
    border: 1px solid #adadad;
    background: #ddd;
    color: #000;
    margin-bottom: -1px;
}

.main .matchCentre .playerStats .statTabs li.selected a {
    background: #FFF;
    border-right: none;
    padding-right: 3px;
}

.main .matchCentre .playerStats .statTabs li a:hover {
    text-decoration: underline;
}

.main .matchCentre .playerStats .tab {
    list-style: none;
    float: left;
    display: inline;
    border: 1px solid #adadad;
    margin-left: -1px;
	padding-left: 0px;
    background: #FFF;
    width: 600px;
    min-height: 245px;
}

.main .matchCentre .playerStats .tab li {
    float: left;
    display: inline;
    text-align: center;
    width: 100px;
    padding: 38px 10px 0;
}

.main .matchCentre .playerStats .tab li span {
    width: 100px;
    float: left;
    display: inline;
    font-size: 0.8em;
}

.main .matchCentre .playerStats .tab li .rank {
    padding: 5px 0;
    font-weight: bold;
    font-size: 1em;
}

.main .matchCentre .playerStats .tab li .stat {
    padding: 5px 0;
}

.main .matchCentre .playerStats .moreStats {
	clear: both;
}

.main .matchCentre .fixtures .match {
    float: left;
    display: inline;
    text-align: center;
    width: 131px;
	min-height: 272px;
    padding: 0 10px;
    border: 1px solid #adadad;
    background: #FFF;
    margin-left: -1px;
}

.main .matchCentre .fixtures .match.first {
    width: 130px;
    margin-left: 0px;
}

.main .matchCentre .fixtures p {
    width: 130px;
    font-size: 0.9em;
    float: left;
    display: inline;
}

.main .matchCentre .fixtures .details {
    font-size: 0.7em;
}

.main .matchCentre .fixtures .matchUp {
    margin: 10px 0;
}

.main .matchCentre .fixtures .broadcast {
    margin: 10px 0;
    float: left;
    display: inline;
}

.main .matchCentre .fixtures .broadcast span {
    float: left;
    display: inline;
    width: 130px;
}

.main .matchCentre .fixtures .broadcast p {
    font-size: 0.7em;
}

.main .matchCentre .video {
    float: left;
    display: inline;
    width: 440px;
    padding-right: 10px;
}

.main .matchCentre .tvSchedule {
    float: left;
    display: inline;
    width: 310px;
}

.main .matchCentre .tvSchedule h3 {
    text-align: center;
    float: left;
    display: inline;
    margin: 10px 10px 0;
    padding-bottom: 5px;
    width: 290px;
    border-bottom: 1px solid #adadad;
}

.main .matchCentre .tvSchedule p {
    float: left;
    display: inline;
    width: 290px;
    padding: 3px 0;
    margin: 0 10px;
    border-bottom: 1px solid #adadad;
}

.main .matchCentre .tvSchedule p span {
    text-align: right;
    float: left;
    display: inline;
    width: 110px;
}

.main .matchCentre .tvSchedule p .teams {
    text-align: left;
    padding-right: 10px;
    width: 170px;
}

.main .matchCentre .tvSchedule .links {
    margin-top: 10px;
    border-bottom: none;
}

.main .matchCentre .tvSchedule .links a {
    float: right;
    display: inline;
}

.main .matchCentre .tvSchedule .links .changeLoc {
    float: left;
    display: inline;
}



.main .matchCentre .liveScoring .video {
    float: left;
    display: inline;
    width: 560px;
    padding-right: 10px;
    height: 1px;
}

.main .matchCentre .liveScoring .tvSchedule {
    float: left;
    display: inline;
    width: 190px;
}

.main .matchCentre .liveScoring .tvSchedule h3 {
    text-align: center;
    float: left;
    display: inline;
    margin: 10px 10px 0;
    padding-bottom: 5px;
    width: 170px;
    border-bottom: 1px solid #adadad;
}

.main .matchCentre .liveScoring .tvSchedule p {
    float: left;
    display: inline;
    width: 170px;
    padding: 3px 0;
    margin: 0 10px;
    border-bottom: 1px solid #adadad;
}

.main .matchCentre .liveScoring .tvSchedule p span {
    text-align: right;
    float: left;
    display: inline;
    width: 90px;
}

.main .matchCentre .liveScoring .tvSchedule p .teams {
    text-align: left;
    padding-right: 10px;
    width: 70px;
}

.main .matchCentre .liveScoring .tvSchedule .links {
    margin-top: 10px;
    border-bottom: none;
}

.main .matchCentre .liveScoring .tvSchedule .links a {
    float: right;
    display: inline;
}

.main .matchCentre .liveScoring .tvSchedule .links .changeLoc {
    float: left;
    display: inline;
}


/*
 * Team page
 */
.main .teamHeader {
    float: left;
    display: inline;
    width: 760px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
    margin-bottom: 10px;
}

.main .teamHeader h2 {
    background: none;
    padding: 0;
    color: #0368b3;
}

.main .teamFold {
    float: left;
    display: inline;
    width: 772px;
    margin-bottom: 10px;
}

.main .teamFold.last {
    margin-bottom: 0px;
}

.main .teamFold .teamNews {
    float: left;
    display: inline;
    width: 565px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.main .teamFold .teamNews .newsItem {
    width: 565px;
    float: left;
    display: inline;
    padding: 5px 0;
	margin: 0px;
    border-top: solid 1px #adadad;
}

.main .teamFold .teamNews .newsItem.first {
    border-top: none;
}

.main .teamFold .teamNews .newsItem h3 {
    margin-top: 1px;
}

.main .teamFold .teamNews .newsItem p {
    margin: 5px 0;
}

.main .teamFold .teamNews .newsItem div {
    display: inline;
    float: left;
    width: 466px;
}
.main .teamFold .teamNews .more {
	font-size: 0.8em;
}

.main .teamFold .teamNews .newsItem .detail {
    margin-top: 0px;
    font-size: 0.75em;
    font-weight: bold;
}

.main .teamFold .teamNews .newsItem img {
    float: left;
    display: inline;
    padding-right: 10px;
    padding-top: 4px;
}

.main .teamFold .watchYourTeam {
    margin-left: 10px;
    float: left;
    display: inline;
    width: 173px;
    padding: 5px 5px 45px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
    position: relative;
    text-align: center;
}

.main .teamFold .changeLoc {
    font-size: 0.8em;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 173px;
    text-align: center;
    text-decoration: underline;
}

.main .teamFold .watchYourTeam .matchUp {
    margin: 10px 0;
}

.main .teamFold .watchYourTeam p {
    font-size: 0.9em;
}

.main .teamFold .watchYourTeam .details span {
    display: block;
	margin-top: 5px;
    text-align: center;
}

.main .teamFold .watchYourTeam .details {
    margin-top: 10px;
}

.main .teamFold .watchYourTeam .details p {
    margin: 0;
    font-size: 0.75em;
    text-align: center;
}

.main .teamFold .block {
    margin: 0 0 0 10px;
    float: left;
    display: inline;
    width: 173px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.main .teamFold .block.first {
    margin-left: 0px;
    margin-right: 1px;
}

.main .teamFold .block.last {
    margin-left: 11px;
}

.main .teamFold .block.playerHighlight {
    min-height: 0px;
    height: auto;
    width: 172px;
    padding-right: 6px;
    padding-bottom: 45px;
}
.main .teamFold .block.playerHighlight img {
	border: 1px solid #adadad;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding:5px;
	width:130px;
}

.main .teamFold .block.fixtures {
	text-align:center;
}
.main .teamFold .block.fixtures .matchUp {
	padding-top:15px;
	margin-top: 0px;
}
.main .teamFold .block.fixtures .loc {
	border-bottom:1px dotted #ADADAD;
	margin-bottom: 0px;
	padding-bottom:15px;
}

.main .teamFold .block.results {
	text-align:center;
}
.main .teamFold .block.results p {
	padding-top:15px;
	margin-top: 0px;
	border-bottom:1px dotted #ADADAD;
	margin-bottom: 0px;
	padding-bottom:15px;
}

.main .contentBody .teamList {
    width: 400px;
    margin: 5px 180px;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #adadad;
}

.main .contentBody .teamList th {
    padding: 10px;
    background: #eee;
}

.main .contentBody .teamList td {
    padding: 10px;
    background: #eee;
}

.main .contentBody .teamList .odd td {
    background: #ddd;
}

.main .contentBody .teamList img {
    display: block;
    margin: 0px auto;
}

.main .contentBody .playerImg {
    float: left;
    display: inline;
    border: 1px solid #adadad;
    width: 130px;
    padding: 5px;
    margin: 15px 29px;
}

.main .contentBody .playerProfile {
    float: left;
    display: inline;
    width: 550px;
    margin-left: 10px;
    border: none;
}

.main .contentBody .playerProfile .profile {
    border: 1px solid #adadad;
    font-size: 0.8em;
    border-collapse: collapse;
    vertical-align: top;
    width: 550px;
}

.main .contentBody .playerProfile .profile th {
    padding: 3px 10px;
    background: #EEEEEE;
}

.main .contentBody .playerProfile .profile td {
    padding: 3px 10px;
    vertical-align: top;
    background: #EEEEEE;
}

.main .contentBody .playerProfile .profile .odd td, .main .contentBody .playerProfile .profile .odd th {
    background: #DDDDDD;
}

.main .contentBody .playerProfile .stats {
    width: 550px;
    margin: 10px 0px;
    font-size: 0.8em;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #adadad;
}

.main .contentBody .playerProfile .stats thead th {
    border-bottom: 1px solid #adadad;
}

.main .contentBody .playerProfile .stats tbody th {
    border-right: 1px solid #adadad;
}

.main .contentBody .playerProfile .stats td, .main .contentBody .playerProfile .stats th {
    padding: 2px 5px;
    background: #EEEEEE;
}

.main .contentBody .playerProfile .stats .odd td, .main .contentBody .playerProfile .stats .odd th {
    background: #DDDDDD;
}

.main .contentBody .statsTopTen .statsFilter {
    margin: 0 0 10px;
    width: 100%;
}

.main .contentBody .statsTopTen .statsFilter p {
    width: auto;
    padding-right: 30px;
    margin-top: 0px;
}

.main .contentBody .statsTopTen .statsFilter p label {
    width: auto;
    padding: 6px 15px 6px 0;
    font-weight: bold;
}

.main .contentBody .statsTopTen .statsFilter .submit {
    float: right;
    padding: 0px;
}

.main .contentBody .statsTopTen .statsFilter .submit .submit {
    padding: 5px;
}

.main .contentBody .statsTopTen .pair {
    float: left;
    display: inline;
    margin-bottom: 20px;
}

.main .contentBody .statsTopTen .tableContainer {
    float: left;
    display: inline;
    width: 100%;
}

.main .contentBody .statsTopTen .pair .tableContainer {
    width: 375px;
}

.main .contentBody .statsTopTen .pair .tableContainer.first {
    padding-right: 10px;
}

.main .contentBody .statsTopTen .tableContainer a {
    margin-top: 10px;
    font-size: 0.8em;
    display: block;
}

.main .contentBody .statsTopTen table {
    width: 100%;
    border: 1px solid #adadad;
    border-collapse: collapse;
}

.main .contentBody .statsTopTen table td, .main .contentBody .statsTopTen table th {
    background: #EEE;
    padding: 2px 10px;
}

.main .contentBody .statsTopTen table th {
    padding: 5px 10px;
}

.main .contentBody .statsTopTen table .odd td {
    background: #DDD;
}

.main .contentBody .weeklyPoll .last, .main .contentBody .weeklyPoll .current {
    float: left;
    display: inline;
    width: 375px;
}

.main .contentBody .weeklyPoll .last {
    padding-right: 10px;
}

.main .contentBody .weeklyPoll .pollResults {
    font-size: 0.8em;
    list-style: none;
    padding: 10px;
    background: #eee;
    border: 1px solid #adadad;
    float: left;
    display: inline;
}

.main .contentBody .weeklyPoll .pollResults li {
    float: left;
    display: inline;
    width: 100%;
    padding: 1px 0;
}

.main .contentBody .weeklyPoll .pollResults li span {
    float: left;
    display: inline;
}

.main .contentBody .weeklyPoll .pollResults li .label {
    width: 150px;
}

.main .contentBody .weeklyPoll .pollResults li .stats {
    width: 200px;
}

.main .contentBody .weeklyPoll .pollResults li .stats span {
    border: 1px solid #333;
    min-width: 30px;
    font-size: 0.8em;
    text-align: center;
    background: #eee;
}

.main .contentBody .weeklyPoll form {
    margin: 0px;
    padding: 5px 10px;
    width: auto;
}

.main .contentBody .weeklyPoll form div {
    float: left;
    display: inline;
    width: 100%;
}

.main .contentBody .weeklyPoll form div p {
    float: left;
    display: inline;
    width: 176px;
}

.main .contentBody .weeklyPoll form div p label {
    float: left;
    display: inline;
    width: 140px;
}

.main .contentBody .weeklyPoll form div p input {
    float: left;
    display: inline;
    margin: 2px 15px 0 0;
}

.main .contentBody .weeklyPoll form .mySelect {
	width: 740px;
	font-size: 0.75em;
}

.main .contentBody .weeklyPoll .archive {
    margin-top: 10px;
    font-size: 0.8em;
    clear: both;
    float: left;
    display: inline;
}

.main .contentBody .spotlight {
    margin-top: 10px;
    width: 760px;
    float: left;
    display: inline;
}

.main .contentBody .spotlight .mainSpotlight {
    float: right;
    display: inline;
    width: 550px;
}

.main .contentBody .spotlight .mainSpotlight div {
    float: left;
    display: inline;
    width: 550px;
}

.main .contentBody .spotlight .mainSpotlight div .teamLogo {
    float: right;
    display: inline;
    width: 96px;
}

.main .contentBody .spotlight .mainSpotlight div h3, .main .contentBody .spotlight .mainSpotlight div p {
    float: left;
    display: inline;
    width: 434px;
}

.main .contentBody .spotlight .mainSpotlight h4 {
    float: left;
    display: inline;
}

.main .contentBody .spotlight .mainSpotlight table {
    width: 550px;
    border-collapse: collapse;
    border: 1px solid #ADADAD;
    text-align: center;
    font-size: 0.8em;
    float: left;
    margin-bottom: 10px;
}

.main .contentBody .spotlight .mainSpotlight table td, .main .contentBody .spotlight .mainSpotlight table th {
    border-top: 1px solid #ADADAD;
    background: #EEEEEE;
    width: 20%;
}

.main .contentBody .spotlight .mainSpotlight .more {
    float: left;
    display: inline;
    font-size: 0.8em;
}

.main .contentBody .spotlight .sideSpotlight {
    float: left;
    display: inline;
    width: 200px;
}

.main .contentBody .spotlight .sideSpotlight img {
    float: left;
    display: inline;
    width: 200px;
    margin-bottom: 10px;
}

.main .contentBody .spotlight .sideSpotlight ul li {
    margin-left: 25px;
    padding-left: 5px;
    font-size: 0.8em;
}

.main .contentBody .spotlight .sideSpotlight ul li a {
    color: #000;
}

.main .contentBody .matchAnalysis .matchUp {
    text-align: center;
}

.main .contentBody .matchAnalysis .matchUp span {
    display: inline-block;
    vertical-align: middle;
}

.main .contentBody .matchAnalysis .matchUp span span {
    display: block;
}

.main .contentBody .matchAnalysis .nav {
    margin-top: 5px;
}

.main .contentBody .matchAnalysis .textBody {
    float: left;
    display: inline;
    width: 440px;
	font-size: 0.8em;
}
.main .contentBody .matchAnalysis .textBody p {
	font-size: 1em;
}
.main .contentBody .matchAnalysis .textBody table {
	font-size:1em !important;
}
.main .contentBody .matchAnalysis .textBody h3 {
	font-size: 1.25em !important;
}
.main .contentBody .matchAnalysis .textBody h4 {
	font-size: 1.125em !important;
}
.main .contentBody .matchAnalysis .textBody ul {
	font-size: 1em !important;
}



.main .contentBody .matchAnalysis .supContent {
    float: right;
    display: inline;
    width: 300px;
}

.main .contentBody .matchAnalysis .supContent table {
    font-size: 0.8em;
    border-collapse: collapse;
    width: 100%;
}

.main .contentBody .matchAnalysis .supContent table td, .main .contentBody .matchAnalysis .supContent table th {
    border: 1px solid #adadad;
    padding: 0 10px;
}

.main .contentBody .matchAnalysis .supContent .score {
    margin-top: 42px;
}

.main .contentBody .matchAnalysis .supContent .breakDown {
    margin-top: 10px;
}

.main .contentBody .matchAnalysis .supContent .stats {
    text-align: center;
}

.main .contentBody .matchAnalysis .statsBody .subNav {
    clear: both;
    float: left;
    display: inline;
    list-style: none;
}

.main .contentBody .matchAnalysis .statsBody .subNav li {
    float: left;
    display: inline;
}

.main .contentBody .matchAnalysis .statsBody .subNav li a {
    font-size: 0.8em;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
    display: inline;
    border-left: 1px solid #000;
    color: #000;
    text-decoration: none;
}

.main .contentBody .matchAnalysis .statsBody .subNav li.first a {
    border: none;
}

.main .contentBody .matchAnalysis .statsBody .subNav li a:hover {
    text-decoration: underline;
}

.main .contentBody .matchAnalysis .statsBody .subNav li.selected a {
    text-decoration: underline;
}

.main .contentBody .matchAnalysis .statsBody h3 {
    clear: both;
}

.main .contentBody .matchAnalysis .statsBody .playerPos {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8em;
    border: 1px solid #adadad;
	margin-bottom: 15px;
}

.main .contentBody .matchAnalysis .statsBody .playerPos td, .main .contentBody .matchAnalysis .statsBody .playerPos th {
    border: 1px solid #adadad;
    padding: 0 10px;
    text-align: center;
}

.main .contentBody .matchAnalysis .statsBody .playerPos .player {
    text-align: left;
}

.main .contentBody .store .subHead {
    display: inline;
    float: left;
    font-size: 0.9em;
    margin-top: 9px;
    padding: 0 10px;
    width: 180px;
}

.main .contentBody .store .subNav {
    width: 200px;
    margin-top: 5px;
	padding: 0px;
    float: left;
    display: inline;
    list-style: none;
    font-size: 0.8em;
}

.main .contentBody .store .subNav li {
    width: 200px;
    float: left;
    display: inline;
    list-style: none;
    border-top: 1px dotted #adadad;
}

.main .contentBody .store .subNav li.first {
    border: none;
}

.main .contentBody .store .subNav li a {
    width: 180px;
    padding: 5px 10px;
    float: left;
    display: inline;
    text-decoration: none;
    color: #000;
}

.main .contentBody .store .subNav li a:hover, .main .contentBody .store .subNav li.selected a {
    background: #e6edfd;
}

.main .contentBody .store .storeBody {
    float: right;
    display: inline;
    width: 550px;
    margin-top: 5px;
}

.main .contentBody .store .storeBody .highlights {
    float: left;
    display: inline;
    list-style: none;
    width: 550px;
    margin-top: 10px;
	padding: 0px;
}

.main .contentBody .store .storeBody .highlights li {
    float: left;
    display: inline;
    width: 130px;
    margin-left: 10px;
}

.main .contentBody .store .storeBody .highlights li.first {
    margin: 0;
}

.main .contentBody .store .storeBody .highlights li a {
    float: left;
    display: inline;
    width: 130px;
}

.main .contentBody .store .storeBody .pageNav {
    float: left;
    display: inline;
    width: 550px;
}

.main .contentBody .store .storeBody .pageNav .manifest {
    float: left;
    display: inline;
}

.main .contentBody .store .storeBody .pageNav .pagination {
    width: auto;
    float: right;
}

.main .contentBody .store .storeBody .pList {
    float: left;
    display: inline;
    list-style: none;
    text-align: center;
    margin-top: 0px;
	padding: 0px;
}

.main .contentBody .store .storeBody .pList li {
    float: left;
    display: inline;
    list-style: none;
    border: 1px solid #adadad;
    width: 268px;
    margin-top: 10px;
}

.main .contentBody .store .storeBody .pList li.odd {
    clear: both;
    margin-right: 10px;
}

.main .contentBody .store .storeBody .pList li a {
    width: 248px;
    min-height: 192px;
    padding: 5px 10px;
    float: left;
    display: inline;
    text-decoration: none;
    background: #FFF;
}

.main .contentBody .store .storeBody .pList li a:hover {
    background: #e6edfd;
}

.main .contentBody .store .storeBody .pList li a span {
    float: left;
    display: inline;
    width: 248px;
    margin-top: 10px;
    border-top: 1px dotted #adadad;
}

.main .contentBody .store .storeBody .pList li a .heading {
    margin: 0 0 10px;
    font-weight: bold;
    color: #000;
    border-top: none;
    border-bottom: 1px dotted #adadad;
    padding-bottom: 5px;
    min-height: 2.5em;
}

.main .contentBody .store .storeBody .pList li a img {
    max-height: 104px;
}

.main .contentBody .store .storeBody .pList li a span span {
    width: 168px;
    font-size: 0.8em;
    color: #000;
    text-align: left;
    border: none;
    margin-top: 5px;
}

.main .contentBody .store .storeBody .pList li a span .plusCart {
    text-align: right;
    width: 80px;
}

.main .contentBody .store .storeBody .pImage {
    width: 340px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.main .contentBody .store .storeBody .pData {
    width: 200px;
    float: right;
    display: inline;
}

.main .contentBody .store .storeBody .pData form {
    border-top: 1px dotted #adadad;
    margin: 10px 0 0 0;
    width: auto;
}

.main .contentBody .store .storeBody .pData label {
    float: none;
}

.main .contentBody .store .storeBody .pData form #quantity {
    width: 50px;
    margin-left: 10px;
    text-align: right;
    float: none;
}

.main .contentBody .store .storeBody .pData form #productpriceid {
    width: 198px;
}

.main .contentBody .store .storeBody .pData form .variants {
	width: 160px;
	margin: 0px 20px;
}

.main .contentBody .store .storeBody .pData form .submit {
    text-align: center;
    border-top: 1px dotted #adadad;
    padding-top: 10px;
    margin-top: 10px;
}

.main .contentBody .store .storeBody .pData form .submit input {
    padding: 0 5px;
}

.main .contentBody .store .storeBody .pData form .mySelect {
    display: block;
    position: relative;
}

.main .contentBody .store .storeBody .pData form .mySelect a {
    display: block;
    font-size: 0.8em;
    padding: 5px 20px 5px 5px;
    border: 1px solid #adadad;
    color: #000;
    background: #FFF url('../_/down.gif') no-repeat 182px 5px;
    text-decoration: none;
}

.main .contentBody .store .storeBody .pData form .mySelect ul {
    position: absolute;
    top: 100%;
    list-style: none;
    dislay: block;
}

.main .contentBody .store .storeBody .pData form .mySelect ul li {
    background: #dadada;
}

.main .contentBody .store .storeBody .pData form .mySelect ul li a {
    border: none;
    background: none;
}

.main .contentBody .store .storeBody .pData form .mySelect ul li a:hover {
    background: #e6edfd;
}

.main .contentBody .tipping {
    margin-top: 5px;
}

.main .contentBody .tipping .content {
    float: left;
    display: inline;
    width: 760px;
}

.main .contentBody .tipping .sideContent {
    float: left;
    display: inline;
    width: 460px;
}

.main .contentBody .tipping .sideExtra {
    float: right;
    display: inline;
    width: 280px;
}

.main .contentBody .tipping .scrollBlock {
    border: 1px solid #adadad;
    width: 488px;
    height: 300px;
    margin: 5px 125px;
	padding: 10px;
    background: #FFF;
    overflow: scroll;
    overflow-x: auto;
}

.main .contentBody .tipping .sideContent .scrollBlock {
    border: 1px solid #adadad;
    width: 378px;
	padding: 10px;
    height: 200px;
    margin: 5px 30px;
    background: #FFF;
    overflow: scroll;
    overflow-x: auto;
}

.main .contentBody .tipping .roundSelect {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 14px;
}

.main .contentBody .tipping .roundSelect span {
    margin: -0.1em 0 0;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #0368B3;
}

.main .contentBody .tipping .roundSelect .prev {
    width: 135px;
    float: left;
    display: inline;
    background: url("../_/prev.gif") no-repeat scroll left center transparent;
    color: #000000;
    padding: 1px 1px 1px 15px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

.main .contentBody .tipping .roundSelect .next {
    width: 135px;
    float: right;
    text-align: right;
    display: inline;
    background: url("../_/next.gif") no-repeat scroll right center transparent;
    color: #000000;
    padding: 1px 15px 1px 1px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
}

.main .contentBody .tipping .roundSelect .disabled {
    visibility: hidden;
}

.main .contentBody .tipping .roundSelect a:hover.next, .main .contentBody .tipping .roundSelect a:hover.prev {
    text-decoration: underline;
}

.main .contentBody .tipping .tipsSaved {
    float: left;
    display: inline;
    width: 100%;
    border-top: 1px dotted #adadad;
    padding-top: 8px;
    margin-top: 13px;
}

.main .contentBody .tipping .tipsSaved p {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #090;
}

.main .contentBody .tipping .roundState {
    float: left;
    display: inline;
    width: 100%;
    border-top: 1px dotted #adadad;
    padding-top: 8px;
    margin-top: 13px;
}

.main .contentBody .tipping .roundState h3 {
    margin: 0px;
    float: left;
    display: inline;
    color: #000000;
    padding: 1px;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
}

.main .contentBody .tipping .roundState span {
    margin: 0px;
    float: left;
    display: inline;
    font-size: 0.8em;
    margin: 5px 15px 0 0;
    font-weight: bold;
}

/*.main .contentBody .tipping .roundState span.total {
 font-size: 1em;
 margin-top: 0px;
 }*/
.main .contentBody .tipping .roundState span strong {
    margin: 0 0 0 5px;
    color: #0368B3;
}

.main .contentBody .tipping .roundState a {
    float: right;
    display: inline;
    background: url("../_/add.gif") no-repeat scroll right center transparent;
    color: #000000;
    padding: 1px 15px 1px 1px;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
}

.main .contentBody .tipping .roundState a.control {
    float: left;
    display: inline;
    background: none;
    padding: 1px;
    margin-right: 10px;
}

.main .contentBody .tipping .roundState a:hover {
    text-decoration: underline;
}

.main .contentBody .tipping .content .results {
    width: 760px;
    margin: 10px 0px;
    border: 1px solid #adadad;
    border-collapse: collapse;
    font-size: 0.8em;
    background: #FFF;
}

.main .contentBody .tipping .content .results th {
    border-bottom: 1px solid #adadad;
}

.main .contentBody .tipping .content .results td, .main .contentBody .tipping .content .results th {
    background: #EEEEEE;
    padding: 2px 10px;
    text-align: center;
    border-left: 1px solid #adadad;
}

.main .contentBody .tipping .content .results .odd td {
    background: #DDDDDD;
}

.main .contentBody .tipping .content .results .match {
    width: 200px;
}

.main .contentBody .tipping .content .results .points {
    width: 65px;
    text-align: center;
}

.main .contentBody .tipping .content .resultform {
    width: auto;
    margin: 0px;
}

.main .contentBody .tipping .content .resultform select {
    width: 380px;
    float: left;
    display: inline;
}

.main .contentBody .tipping .content .resultform .mySelect {
    width: 360px;
    float: left;
    display: inline;
}

.main .contentBody .tipping .content .resultform label {
    display: none;
}

.main .contentBody .tipping .content .resultform input {
    float: right;
    display: inline;
    margin-left: 10px;
    margin-top: 0;
    padding: 4px 8px;
}

.main .contentBody .tipping .content .results .resultLocked {
    float: left;
    display: inline;
    padding: 5px 20px 5px 5px;
    border: 1px solid #adadad;
    color: #999;
    width: 393px;
    background: #ededed;
}

.main .contentBody .tipping .content .results .closed {
    float: right;
    display: inline;
    margin-left: 10px;
    color: #999;
    background: #ededed;
    border: 1px solid #adadad;
    padding: 4px 8px;
}

.main .contentBody .tipping .content .results .match span {
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 0.9em;
}

.main .contentBody .tipping .content .results .match .matchUp {
    margin: 10px 0;
    text-align: center;
}

.main .contentBody .tipping .content .myGroups {
    float: left;
    display: inline;
    width: 750px;
    margin: 10px 5px;
}

.main .contentBody .tipping .content .myGroups div {
    float: left;
    display: inline;
    width: 365px;
    padding: 0 5px;
}

.main .contentBody .tipping .content .myGroups table {
    width: 365px;
    border: 1px solid #adadad;
    border-collapse: collapse;
}

.main .contentBody .tipping .content .myGroups table td, .main .contentBody .tipping .content .myGroups table th {
    background: #EEEEEE;
    padding: 5px 10px;
    text-align: center;
    border-left: 1px solid #adadad;
}

.main .contentBody .tipping .content .myGroups table table .odd td {
    background: #DDDDDD;
}

.main .contentBody .tipping .content .myGroups h4 a {
    margin-left: 5px;
    font-size: 0.7em;
    font-weight: normal;
}

.main .contentBody .tipping .content .leaders {
    float: left;
    display: inline;
}

.main .contentBody .tipping .content .leaders table {
    width: 600px;
    margin: 10px 80px;
    border: 1px solid #adadad;
    border-collapse: collapse;
    font-size: 0.8em;
    background: #FFF;
}

.main .contentBody .tipping .content .leaders table td, .main .contentBody .tipping .content .leaders table th {
    background: #EEEEEE;
    padding: 5px 10px;
    text-align: center;
    border-left: 1px solid #adadad;
}

.main .contentBody .tipping .content .leaders table .odd td {
    background: #DDDDDD;
}

.main .contentBody .tipping .content .leaders table .you td {
    background-color: #e6edfd;
    font-weight: bold;
}

.main .contentBody .tipping .teamSelect .teams {
    height: auto;
    background: none;
    border: none;
    float: left;
    display: inline;
    width: 480px;
    margin: 10px 140px;
}

.main .contentBody .tipping .teamSelect .teams a {
    float: left;
    display: inline;
    width: 96px;
    height: 79px;
}

.main .contentBody .tipping .teamSelect .teams a img {
    float: left;
    display: inline;
    width: 96px;
    height: 79px;
    text-align: center;
}

.main .contentBody .tipping .teamSelect .teams a:hover img {
    width: 120px;
    height: 99px;
    margin: -10px -12px;
}

.main .contentBody .tipping .teamSelect h3 {
	float: left;
	display:inline;
	width: 100%;
	text-align:center;
	margin: 0 0 15px;
}

/*.main .contentBody .backTeam .content {
    float: left;
    display: inline;
    width: 100%;
}

.main .contentBody .backTeam .teams {
    height: auto;
    background: none;
    border: none;
    float: left;
    display: inline;
    width: 480px;
    margin: 10px 140px;
}

.main .contentBody .backTeam .teams a {
    float: left;
    display: inline;
    width: 96px;
    height: 79px;
}

.main .contentBody .backTeam .teams a img {
    float: left;
    display: inline;
    width: 96px;
    height: 79px;
    text-align: center;
}

.main .contentBody .backTeam .teams a:hover img {
    width: 120px;
    height: 99px;
    margin: -10px -12px;
}*/

/*
 * OLD STATS TABLES
 */
.main .contentBody table.oldStatsTable {
    border: 1px solid #adadad;
    border-collapse: collapse;
}
.main .contentBody table.oldStatsTable td, .main .contentBody table.oldStatsTable th {
    background: #EEEEEE;
	border: none;
    padding: 5px 10px;
    /*text-align: center;*/
}

.main .contentBody table.oldStatsTable .odd td, .main .contentBody table.oldStatsTable tr .dddddd {
    background: #DDDDDD;
}
.main .contentBody table.oldStatsTable .ta10bw {
	text-align: left;
}
.main .contentBody table.oldStatsTable .ta11bw {
	font-weight: bold;
}
.main .contentBody #galleryNav {
	margin-top: 10px;
	background: none;
	border-bottom: dotted 1px #0368B3;
}
.main .contentBody #galleryNav a {
	color: #0368B3;
	font-size: 1em;
}
.main .contentBody #galleryNav a:hover {
	background: none;
	text-decoration: underline;
}
.main .contentBody #galleryNav li.selected a:hover,
.main .contentBody #galleryNav li.selected a {
	text-decoration: underline;
	font-weight: bold;
}
.main .contentBody .imageGallery .galleryList {
    float: left;
    display: inline;
	padding:10px 0;
}

.main .contentBody .imageGallery h3 {
	border-bottom:1px dotted #0368B3;
	display:inline;
	float:left;
	margin-bottom:0;
	margin-top:30px;
	padding-bottom:5px;
	padding-left:11px;
	width:749px;
}

.main .contentBody .imageGallery .galleryList img {
    float: left;
    display: inline;
	margin-right:10px;
	background: #FFFFFF;
	padding:10px;
	border:1px solid #ADADAD;
}

.main .contentBody .imageGallery .galleryList div {
    float: left;
    display: inline;
	width: 648px;
}
.main .contentBody .imageGallery .galleryList div a {
    font-size: 0.8em;
}


/*
 * Gallery css
 */
.main .contentBody .imageGallery .gallery {
    padding: 0px;
}

.main .contentBody .imageGallery .gallery h2 {
    margin-top: 0;
}

.main .contentBody .imageGallery .gallery .imgFrame {
    height: 260px;
    width: 328px;
    margin: 0 25px 15px 0;
    border: 3px solid #009ada;
	background: #e2e2e2;
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
}

.main .contentBody .imageGallery .gallery .imgFrame img {
    height: 260px;
    width: auto;
}

.main .contentBody .imageGallery .gallery .imgFrame .load {
    height: 40px;
    padding: 80px;
}

.main .contentBody .imageGallery .gallery .imgFrame #imgPrev {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #009ada;
    color: #FFF !important;
    padding: 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

.main .contentBody .imageGallery .gallery .imgFrame #imgPrev:hover {
    background: #cf118b;
}

.main .contentBody .imageGallery .gallery .imgFrame #imgNext {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: #009ada;
    color: #FFF !important;
    padding: 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

.main .contentBody .imageGallery .gallery .imgFrame #imgNext:hover {
    background: #cf118b;
}

.main .contentBody .imageGallery .gallery #scroller {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
}

.main .contentBody .imageGallery .gallery #scroller span {
    float: left;
    display: inherit;
    width: 328px;
    height: 260px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.main .contentBody .imageGallery .gallery .thumbs {
    clear: both;
}

.main .contentBody .imageGallery .gallery .thumbs a {
    background-color: #000000;
    float: left;
    display: inline;
    height: 90px;
    width: 118px;
    text-align: center;
    margin: 0 5px 10px;
    overflow: hidden;
}

.main .contentBody .imageGallery .gallery .thumbs a.first {
    margin: 0 6px 10px 0;
}

.main .contentBody .imageGallery .gallery .thumbs a.last {
    margin: 0 0 10px 6px;
}

.main .contentBody .imageGallery .gallery .thumbs a img {
    display: block;
    margin: 0px auto;
    height: 90px;
    border: none !important;
}

/*
 * Video gallery
 */
.main .contentBody .videoGallery {
    float: left;
    display: inline;
	padding-bottom: 10px;
}
.main .contentBody .videoGallery .pair {
	float: left;
}
.main .contentBody .videoGallery .galleryList {
	display:inline;
	float:left;
	margin-top:10px;
	width:370px;
}
.main .contentBody .videoGallery .galleryList.first {
	margin-right: 20px;
}
.main .contentBody .videoGallery .galleryList a {
	display:inline;
	float:left;
	width:150px;
}
.main .contentBody .videoGallery .galleryList div {
	display:inline;
	float:left;
	margin-left:10px;
	width:210px;
}
.main .contentBody .videoGallery .galleryList div h4 {
    margin-top: 0px;
	color: #0368B3;
}
.main .contentBody .videoGallery .galleryList div a {
    float: none;
    display: block;
	font-size: 0.8em;
}


.main .contentBody .videoPlayer .video {
	padding: 10px 167px 0;
}
.main .contentBody .videoPlayer div.related {
	float: left;
	display: inline;
	border-top: 1px dotted #0368b3;
	border-bottom: 1px dotted #0368b3;
	padding: 10px 32px 10px 0;
}
.main .contentBody .videoPlayer div.related a {
	float: left;
	display: inline;
	text-decoration: none;
	color: #000; 
	font-size: 0.8em;
	margin-left: 32px;
}

.main .contentBody .videoPlayer div.related a img,
.main .contentBody .videoPlayer div.related a span {
	display: block;
}

.main .contentBody .videoPlayer h4.related {
	margin-top: 50px;
	color: #0368b3;
	font-size: 0.8em;
}

.main .contentBody .videoPlayer a.related {
	padding-bottom: 10px;
	font-size: 0.7em;
}

/*
 * other
 */
.bottomAds {
    margin-top: 10px;
    float: left;
    display: inline;
    width: 760px;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.bottomAds a {
    float: left;
    display: inline;
}

.bottomAds .button {
    width: 234px;
    height: 60px;
    overflow: hidden;
    margin-left: 20px;
}

.bottomAds .button.first {
    margin-left: 8px;
}

.bottomAds .button img {
    min-height: 60px;
    min-width: 234px;
}

.sideBar {
    float: left;
    display: inline;
    width: 192px;
}

.sideBar a {
    float: left;
    display: inline;
}

.sideBar .button {
    margin-top: 10px;
    border: 1px solid #adadad;
    padding: 5px;
    width: 180px;
    overflow: hidden;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
    text-decoration: none;
    text-align: center;
}

.sideBar .button.first {
    margin-top: 0px;
}

.sideBar a:hover.button {
    background: #e6edfd;
}

.sideBar .button img {
    min-width: 180px;
}

.sideBar .button span {
    float: left;
    width: 180px;
}

.sideBar .button .heading {
    font-weight: bold;
	border-bottom:1px dotted #ADADAD;
	margin-bottom:10px;
	padding-bottom:10px;
}

.sideBar .button .p {
	color:#000000;
	font-size:0.8em;
	margin:0 5px 5px;
	width:170px;
}

.sideBar .button .strong {
    font-size: 0.8em;
    color: #000;
    font-weight: bold;
}

.sideBar .userReg {
    font-size: 0.8em;
    float: left;
    display: inline;
    border: 1px solid #adadad;
    padding: 5px;
    width: 180px;
    overflow: hidden;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
    text-decoration: none;
    text-align: center;
}

.sideBar .userReg a {
    display: block;
    text-align: center;
    border-top: 1px solid #adadad;
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    float: none;
}

.sideBar .userReg a:hover {
    background: #e6edfd;
}

.sponsorBar {
    float: left;
    display: inline;
    width: 962px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #adadad;
    /*background:#FFF url('../_/grad.gif') repeat-x bottom left;   ** Too unreliable, as relies on transparency in logos MD */
    background-color: #fff;
}

.footer {
    margin-top: 10px;
    clear: both;
    width: 962px;
    float: left;
    display: inline;
    padding: 5px;
    border: 1px solid #adadad;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

.footer .siteMap {
    margin: 5px 0;
    float: left;
    display: inline;
    background: url('../_/siteMap.gif') repeat-y;
}

.footer .siteMap ul {
    font-size: 0.75em;
    text-align: left;
    float: left;
    display: inline;
    width: 117px;
    margin-top: -5px;
    padding: 0 10px;
    list-style: none
}

.footer .siteMap ul li {
	float: left;
	display: inline;
	width: 117px;
}

.footer .siteMap ul a {
    color: #606060;
	float: left;
	display: inline;
	width: 117px;
    text-decoration: none;
}

.footer .siteMap ul a:hover {
    text-decoration: underline;
}

.footer .siteMap ul .heading {
    margin-top: 10px;
    font-weight: bold;
}

.footer p {
    float: left;
    display: inline;
    width: 942px;
    text-align: center;
    color: #606060;
    font-size: 0.75em;
    margin: 5px;
    border-top: 1px #adadad solid;
    padding: 10px 5px 5px;
}

.footer p a {
    color: #606060;
    font-weight: bold;
}

.popupBody h2 {
    color: #0368b3;
    margin: 0 0 20px;
}

.popupBody {
    padding: 20px;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
}

#selectLoc {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    width: 380px;
    padding: 10px;
    margin-left: -200px;
    background: url('../_/popup.png');
    z-index: 999;
}

#addTeam {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    width: 540px;
    padding: 10px;
    margin-left: -280px;
    background: url('../_/popup.png');
    z-index: 999;
}
#addTeam .popupBody .teams {
	width: 500px;
}
#backTeamConfirm {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    width: 380px;
    padding: 10px;
    margin-left: -200px;
    background: url('../_/popup.png');
    z-index: 999;
}
#backTeamConfirm h2 {
	margin: 5px 0;
}
.sponsorBar div {
    border-bottom: 1px solid #adadad;
    text-align: center;
    width: 100%;
    display: inline;
	float: left;
    vertical-align: middle;
    padding: 10px 0;
	position: relative;
	/*height: 40px;*/
}

.sponsorBar div span {
	font-size:0.5em;
	left:0;
	position:absolute;
	text-transform:uppercase;
	top:0;
}

.sponsorBar div ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
	min-height: 40px;
}

.sponsorBar div ul li {
    display: inline-block;
    vertical-align: middle;
}
.sponsorBar div ul li a{
	display: inline-block;
}
.sponsorBar div ul li img {
    padding: 0 25px;
	/*max-width: 125px;*/
	max-height: 40px;
}

.sponsorBar div.gold {
    padding: 5px 0 10px;
	width: 341px;
}
.sponsorBar div.silver {
    padding: 5px 0 10px;
	width: 621px;
}
.sponsorBar div.silver ul li img {
    padding: 0 25px;
}
.sponsorBar div.gold ul {
    width: 340px;
    border-right: 1px solid #adadad;
}

.sponsorBar div.bronze {
    width: 962px;
    border-bottom: 1px solid #adadad;
    padding: 10px 0;
}
.sponsorBar div.bronze ul {
    width: 962px;
	padding: 0px;
}
.sponsorBar div.bronze ul li img {
    padding: 0 25px;
}

.sponsorBar div.tv {
    width: 511px;
    border-bottom: none;
    padding: 10px 0 5px;
}
.sponsorBar div.tv ul {
    width: 505px;
	padding: 0 5px 0 0;
    border-right: 1px solid #adadad;
}
.sponsorBar div.tv ul li img {
    padding: 0 25px;
}

.sponsorBar div.radio {
    width: 211px;
    border-bottom: none;
    padding: 10px 0 5px;
}

.sponsorBar div.radio ul {
    width: 200px;
	padding: 0 5px;
    border-right: 1px solid #adadad;
}

.sponsorBar div.other {
    width: 240px;
    border-bottom: none;
    padding: 10px 0 5px;
}
.sponsorBar div.other ul {
    width: 235px;
	padding-left: 5px;
}

.sponsorBar div.other span {
	display: none;
}
.sponsorBar div.radio span,
.sponsorBar div.silver span {
    left: 5px;
}

.main .contentBody .store .storeBody.full, .main .contentBody .store .storeBody.full .highlights, .main .contentBody .store .storeBody.full .pageNav {
    width: 760px;
}

.main .contentBody .store .storeBody.full form {
    margin: 0;
    width: 760px;
}

.main .contentBody .store .storeBody.full table {
    width: 760px;
}

td {
    background-color: #ffffff;
    padding: 5px;
}

.terms {
    margin: 5px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 10px;
    font-size: 0.8em;
}

ul.payment {
    list-style: none;
}

span.red {
    color: #F00;
}

.sideBar .right {
    text-align: right;
}

.sideBar .button .p.smaller {
	margin-top: -5px;
    font-size: 0.6em;
}

.sideBar .button .desc {
	border-top:1px dotted #ADADAD;
	margin-top:10px;
	padding-top:10px;
	text-align: center;
}

.sideBar .button .submit {
	float: left;
	display:inline;
	width: 180px;
	padding-bottom:10px;
}

p.caption {
	font-size: 0.7em;
	line-height: 1.1em;
}

.contentBody .leftCol {
	width: 48%;
	display: block;
	float: left;
	margin: 5px 3px;
}
.contentBody .rightCol {
	width: 48%;
	display: block;
	float: right;
	margin: 5px 3px;
}

ul.formErrors {
	background-color:#EEEEEE;
	border:1px solid #FF0000;
	color:#FF0000;
	padding:10px 30px;
	width:698px;
}

#forgotPassword {
	display:none;	
}
div.errorText {
	border: 1px solid #F00;
	padding: 5px;
	background-color: #eeeeee;
	display:inline-block;
	display: inline; 
	zoom: 1;
	float:left;
}

table.spacebelow {
	margin-bottom: 10px;	
}

.extraPage {
	font-size: 0.8em !important;
}
.extraPage p {
	font-size:1em !important;
}
.extraPage table {
	font-size:1em !important;
}
.extraPage h3 {
	font-size: 1.25em !important;
}
.extraPage h4 {
	font-size: 1.125em !important;
}
.extraPage ul {
	font-size: 1em !important;
}

.main .contentBody .newsPost div p {
    font-size: 1em !important;
}
.main .contentBody .newsPost div table {
	font-size:1em !important;
}
.main .contentBody .newsPost div h3 {
	font-size: 1.25em !important;
}
.main .contentBody .newsPost div h4 {
	font-size: 1.125em !important;
}

.playerHighlight p.wrap {
	display:block;
	clear: both;	
}

body .main .news .hide {
	display: none;
}




form#qs input.sp2_field {
	padding:5px;
	width: 240px;
	margin-right: 20px;
}
form#qs input.sp2_btn {
	padding:5px 10px;
	float: right;
}
form#qs .mySelect {
	font-size: 0.8em;
	width: 120px;
	margin-right: 20px;
}
form#qs .sp2_advanced {
	display: none;
}

.search p {
	border-bottom:1px solid #ADADAD;
	margin: 0px 20px;
	padding: 15px 0;
}
.search p.sp2_info {
	font-weight: bold;
	border: none;
	margin: 10px 0 5px;
	padding: 0px;
}

.search a:link.sp2_title, .search a:active.sp2_title, .search a:visited.sp2_title{
	color: #0368b3;
	font-size: 1.2em;
	font-weight: bold;
}
.search .sp2_result {
	font-size: 1em;
}
.search .sp2_address {
	font-size: 1em;
}
.search .sp2_select {
	background: #FFB;
	color: #000;
}
.search .sp2_page {
	border: none !important;
}

.sideBar .quickSearch {
	float: left;
	display: inline;
    margin-top: 10px;
    border: 1px solid #adadad;
    padding: 5px;
    width: 180px;
    overflow: hidden;
    background: #FFF url('../_/grad.gif') repeat-x bottom left;
    text-decoration: none;
}
.quickSearch form {
	width: 180px;
	margin: 0;
	float: left;
	display: inline;
}
.quickSearch form label {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 0.9em;
	color: #0368b3;
}
.quickSearch form div {
	float: left;
	display: inline;
	width: 180px;
}
.quickSearch form input {
	border: 1px solid #adadad;
	padding: 5px;
	float: left;
	display: inline;
}
.quickSearch form input#q {
	width: 120px;
}
.quickSearch form input#search {
	float: right;
	padding-top: 4px;
}
