html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
b {
	font-weight:bold;
}
strong {
	font-weight:bold;
}
p {
    margin: 10px 0 0;
}
body {
	line-height: 1;
	background:url('../images/bg.jpg')  top center no-repeat #000;
	width:100%;
	font-family:verdana;
	font-size:12px;
	text-align:left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	padding:3px;
}
small {
	font-size:10px;
}
a {
	color: #D50000;
	outline:none;
	text-decoration:none;
}
a:hover {
	color: #D50000;
	outline:none;
	text-decoration:underline;
}

.print-icon {
	float:right;
	background:url("../images/icon_print.png") no-repeat scroll 0 0 transparent;
	width:16px;
	height:16px;
	padding-right:10px;
}

#livescores {
	background-color: #FFFFFF;
  color: #595959;
  overflow: hidden;
  margin: 13px auto 0;
  width: 984px;
  -moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

#livescores .live-match{
	border-right: 1px solid #9B9B9B;
  float: left;
  font-size: 11px;
  height: 60px;
  padding: 7px 10px 7px 11px;
  width: 57px;
}

#livescores .live-match .live-home{
	clear: both;
  font-weight: bold;
  margin: 0 0 5px;
  overflow: hidden;
}

#livescores .live-match .live-home .live-home-team{
	float:left;
}
#livescores .live-match .live-home .live-home-score{
	float:right;
}

#livescores .live-match .live-away{
	clear: both;
    font-weight: bold;
    overflow: hidden;
}
#livescores .live-match .live-away .live-away-team{
	float:left;
}
#livescores .live-match .live-away .live-away-score{
	float:right;
}

.scoreboard_ttl {
	float: left;
   margin: 0 2px 0 0;
}

#livescores .live-date {
	font-family: arial;
  font-size: 10px;
  margin: 0 0 5px;
}

#livescores .live-division {
	font-size: 11px;
	margin: 0 0 5px;
	background-color:#333333;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

.homepage_division_bg{
	background: url("../images/bg_division_ttl.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    font-family: shanti;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 34px;
    padding: 1px;
    text-align: center;
    width: 175px;
}
.homepage_division_bg a{
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 9px;
	text-decoration: none;
	white-space: nowrap;
}
.homepage_division_bg a:hover{
  text-decoration:none;
  color:#bebebe;
}

#mainnav {
	background:url('../images/nav_bg.gif') repeat-x;
	width:100%;
	height:39px;
	border-bottom:5px solid #c7c7c7;
}

#nav_container {
	background: url("../images/nav_container.gif") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #C7C7C7;
    height: 39px;
    margin: 0 auto;
    width: 984px;
}

#nav_container ul {
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
}	

#nav_container ul li {
	border-right: 1px solid #C7C7C7;
    display: inline;
    float: left;
}	

#nav_container ul li a {
	display: block;
    padding: 13px 13px;
    text-decoration: none;
    color:#3f3f3f;
}	

#nav_container ul li a:hover {
	display: block;
    padding: 13px 13px;
    text-decoration: none;
    color:#3f3f3f;
    background:url('../images/nav_hover.gif') repeat-x;
    color:#fff;
}	

#nav_container ul li a.login {
	display: block;
    padding: 13px 13px;
    text-decoration: none;
    color:#fff;
    background-color:#ff5b0d;
}	

#admin_nav {
	background:url('../images/admin_nav_bg.gif') repeat-x;
	width:100%;
	height:32px;
	margin:1px 0 0 0;
	z-index:9999;
}

#admin_nav_container {
    height: 32px;
    margin: 0 auto;
    width: 984px;
}

#admin_nav_container ul {
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}	

#admin_nav_container ul li {
    display: inline;
    float: left;
}	

#admin_nav_container ul li a {
	color: #FFFFFF;
    display: block;
    padding: 10px;
    text-decoration: none;
}	

#admin_nav_container ul li a:hover {
	color: #ffdd99;
    display: block;
    padding: 10px;
    text-decoration: none;
}	

#header {
	margin: 10px auto 0; 
    width: 984px;
    position:relative;
    z-index:555;
}

#container_top {
	height: 50px;
    margin: 0 auto;
    padding: 5px 0 0 10px;
    width: 974px;
    background:url('../images/container_top.gif') repeat-x;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom:2px solid #999;
}

#container_top .seasonselect{
	float:left;
	margin-top:15px;
}

#container_top .logos{
	float:left;
	width:700px; 
	text-align:center;
	padding-top:3px;
}

#container {
	background-color:#fff;
	width: 958px;
	margin:0 auto;
	position:relative;
	padding:13px;
	min-height:600px;
}

#facebook {
	position: absolute;
    right: 2px;
    top: 15px;
}

.right_col {
	float:right;
}

.left_col {
	float: left;
  width: 708px;
}

#how-to-qualify {
	background: url("../images/home_right_blackstrip_bg.jpg") repeat-y scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 100px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 238px;
    text-transform:uppercase;
    padding: 22px 0 11px;
}

#how-to-qualify .how-to-qualify-txt{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	text-transform:none;
}

#structure {
	background: url("../images/home_right_blackstrip_bg.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    /*height: 102px;*/
    height: 80px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 238px;
    text-transform:uppercase;
}

#structure a {
	color: #FFFFFF;
    display: block;
    padding: 22px 0 11px;
}

#structure a:hover {
    text-decoration:none;
}


#regulated {
	background: url("../images/regulated.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 20px;
    margin: 0 0 6px;
    padding: 13px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 238px; 
}

#regulated a {
	padding: 13px 0 0;
	color:#fff;
}

#regulated a:hover {
	text-decoration:none;
}

#qualifications {
	background: url("../images/qualifications.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    height: 73px;
    letter-spacing: -1px;
    line-height: 20px;
    margin: 0 0 6px;
    padding: 13px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 238px;
}

.ttl_large, .ttl_xlarge {
	background: url("../images/ttl_large.jpg") no-repeat scroll 0 0 transparent; 
	color: #FFFFFF; 
	font-family: 'Shanti',sans-serif; 
	font-size: 16px; 
	height: 25px;
	padding: 8px 0 0 10px; 
	text-transform: uppercase;
	width: 696px; 
	font-weight:bold;
}

.ttl_large a {
	color:#fff;
	text-decoration:underline;
}	

.ttl_xlarge {
	background: url("../images/ttl_xlarge.jpg") no-repeat scroll 0 0 transparent; 
	width:948px;
	clear:both;
}
h1.border {
    border-bottom:1px solid #ddd;
}
h1.conf {
    color: #D50000;
    font-size: 20px;
    margin: 8px 0;
    padding: 6px 0 0;
}
h1.extraBig {
    font-size:44px;
}
h4, h4.league{
    font-size: 93%;
    color: #333;
    letter-spacing: -0.2px;
}
h4.league {
    padding: 2px 0 14px 0;
}
.login{
    position: absolute;
    right: 13px;
    top: 122px;
}
input{
    border: 1px solid #333;
}
input.loginButton{
    background-color: #333333;
    border: 1px solid #1465C5;
    color: #FFFFFF;
    font-size: 77%;
    font-weight: bold;
    padding: 3px !important;
}
.left60{
    float:left;
    width: 660px;
    margin: 0 10px 0 0;
}
.home_news_box {
}
.right40{
   
}
.date {
    color: #333;
    font-weight: bold;
}
.latestNewsContainer{
	background: url("../images/generic_news.jpg") no-repeat scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	color: #000000;
	margin: 0 0 12px;
}
.latestNews {
    padding: 15px;
    overflow:hidden;
}
.latestNews img {
    border:1px solid #ccc;
    margin: 0 10px 0 0;
}
.latestNews h2 {
  font-size: 146.5%;
  font-weight: bold;
  color:#000;
  margin: 0 0 10px 0;
}
.divisionLatestNewsItem {
	background: url("../images/blackstrip.jpg") no-repeat scroll 0 0 #000;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	height: 310px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	width: 704px;
}
.divisionLatestNewsItem h3 {
    font-size: 131%;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.divisionLatestNewsItem img {
    border: 4px solid #333;
    height: 300px;
}

.divisionLatestNewsItem_details {
	line-height: 15px;
    margin: 0 0 10px;
    overflow: hidden;
}
.divisionLatestNewsItem_details h3 {
    font-size: 131%;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.divisionLatestNewsItem_details img {
    border: 3px solid #eaeaea;
    margin: 0 10px 0 0;
}
.divisionSideItem{
    padding: 6px 0 6px 6px;
    font-size: 124%;
    margin: 4px 0 0 0;
    border-bottom:1px dashed #ccc;
    font-weight:bold;
    line-spacing: -0.5px;
}
.aboutIMG {
    border: 1px solid #ccc;
    margin: 10px 0 0 15px;
}
.contact {
    float:left;
    margin: 15px;
}
.contact .location{
    margin-bottom:5px;
		font-weight:bold;
		font-size:12px;
}
.forfeit {
    background-color: #ffeaea;
}
.contactRight {
    float:left;
    width: 690px;
}
.allow_overflow {
    overflow:hidden;
}
.teamCaptainContainer {
	font-weight: bold;
    padding: 47px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 425px !important;
    font-size:20px;
    font-family:shanti;
}
.teamCaptainContainer, .teamImageContainer {
    width:478px;
    float:left;
    margin: 0 1px 0 0;
}

.teamImageContainer img {
	border:1px solid #fff;
}
.teamImageContainer {
    margin: 0 9px 0 1px;
}
/* MENU */
#menu{
	padding: 6px 0 0 0;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px 0 ;
}
#ft {
    color: #AAAAAA;
    font-size: 11px;
    margin: 0 auto;
    padding: 12px 0 102px;
    text-align: center;
    width: 986px;
    line-height:14px;
}

#productsandservices .bd {
	background: url("../images/nav_container.gif") repeat-x scroll 0 0 transparent;
    border: 0 !important;
    height: 39px;
    margin: 0 auto !important;
    width: 1010px;
}

ul.first-of-type li div .bd {
	background:none !important;
	width:350px !important;
	z-index:9999;
}

ul.first-of-type li div .bd ul li {
	background-color: #000000;
    border: 0 none !important;
    color: #FFFFFF;
}

ul.first-of-type li div .bd ul li a {
	color:#fff !important;
}



ul.first-of-type {
	font-family: 'Abel',sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height:1;
}

ul.first-of-type li {
	border-right: 1px solid #C7C7C7 !important;
    display: inline;
    float: left;
}	

ul.first-of-type li a {
	display: block !important;
    padding: 13px 13px !important;
    text-decoration: none !important;
    color:#3f3f3f !important;
}	

ul.first-of-type li a:hover {
	display: block;
    padding: 13px 13px;
    text-decoration: none;
    color:#3f3f3f;
    background:url('../images/nav_hover.gif') repeat-x !important;
    color:#fff !important;
}	

ul.first-of-type li ul {
	font-family:verdana !important;
	font-size:11px !important;
	
}

ul.first-of-type li ul li {
	float:none;
	display:block;
	padding:0 0 0 3px;
}

ul.first-of-type li ul li a {
	padding:6px !important;
	cursor:pointer !important;
}

/* MAIN STAT BOX */
.mainStatBox {
	overflow:hidden;
	margin:0 0 13px 0;
}
.mainStatBoxHeader {
	padding: 7px 0 7px 12px;
	background: #262525 url(../images/theader.gif) repeat-x;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}

.memberPhoto {
	width: 200px;
	float:left;
	padding: 10px 0 0 10px;
}
.topStats {
	/*
		width: 454px;
		float:right;
		margin: 10px;
	*/
}


/* ---- MENU ---------- */ 

.yui-skin-sam .yuimenubar {
background:url('../images/nav_bg.gif') repeat-x;
width:100%;
height:39px;
border:0;
border-bottom:5px solid #c7c7c7;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right:0px solid #555;
}
.yui-skin-sam .yuimenubaritemlabel {
border-color:#808080;
border-style:solid;
border-width:0px 0;
color:#fff;
cursor:default;
margin:-1px 0;
padding:0 10px;
text-decoration:none;
cursor:pointer;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
padding-right:20px;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
	background:none;
}
.yui-skin-sam .yuimenubaritem-selected {
background-image:none;
}
.yui-skin-sam .yuimenubaritemlabel-selected {
	border: 0px;
	color: #C7DEE3;
}
#productsandservices .yuimenubaritem a.yuimenubaritemlabel:visited {
    color: #fff;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected {
border-left-width:0px;
margin-left:0px;
}
.yui-skin-sam .yuimenubaritemlabel-disabled {
color:#A6A6A6;
cursor:default;
}
.yui-skin-sam .yuimenu {
font-size:93%;
line-height:1.5;
}
.yui-skin-sam .yuimenubar .yuimenu, .yui-skin-sam .yuimenu .yuimenu {
font-size:100%;
}
.yui-skin-sam .yuimenu .bd {
background-color:#FFFFFF;
border:1px solid #808080;
}
.yui-skin-sam .yuimenu ul {
border-color:#CCCCCC;
border-style:solid;
border-width:1px 0 0;
padding:3px 0;
}
.yui-skin-sam .yuimenu h6 {
border-color:#CCCCCC;
border-style:solid;
border-width:0px 0 0;
color:#A4A4A4;
font-weight:bold;
padding:3px 10px 0;
}
.yui-skin-sam .yuimenu .yui-menu-body-scrolled {
border-color:#CCCCCC #808080;
overflow:hidden;
}
.yui-skin-sam .yuimenu .topscrollbar, .yui-skin-sam .yuimenu .bottomscrollbar {
background:#ccc;
border:0px solid #808080;
height:12px;
}

/* ---- END MENU ---------- */

/* TABLE STYLES */
.zebraTable, #scheduleTable, #standingsTable, #captainTable, #generalNewsTable { 
	width: 100%;
}
.zebraTable td, #scheduleTable td, #standingsTable td, #captainTable td, #generalNewsTable td {
	background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #666666;
    padding: 6px;
}
.zebraTable td.forfeited , #scheduleTable td.forfeited , #standingsTable td.forfeited , #captainTable td.forfeited {	
	background-color: #ffedec;
}
#captainTable td {
	border-right: 0px;
}
#captainTable tr {
	border-right: 1px solid #ccc;
}
.zebraTable td.alt, #scheduleTable td.alt, #standingsTable td.alt, #captainTable td.alt, #generalNewsTable td.alt {
	background: #fff;
	color: #666;
}
.zebraTable th.spec, #scheduleTable th.spec, #standingsTable th.spec, #captainTable th.spec, #generalNewsTable th.spec {	
	border-left: 1px solid #ccc;
	border-top: 0;
	background-color: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
}
.zebraTable th.specalt, #scheduleTable th.specalt, #standingsTable th.specalt, #captainTable th.specalt, #generalNewsTable th.specalt {
	border-left: 1px solid #ccc;
	border-top: 0;
	background-color: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #B4AA9D;
}
.zebraTable th, #scheduleTable th, #standingsTable th, #captainTable th, #generalNewsTable th {
	background:#444;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight:bold;
    font-size:11px;
    padding: 4px 6px 4px 8px;
    text-align: left;
    text-transform: uppercase;
}
.zebraTable th.nobg, #scheduleTable th.nobg, #standingsTable th.nobg, #captainTable th.nobg, #generalNewsTable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
.zebraTable tr, #scheduleTable tr, #standingsTable tr, #captainTable tr, #generalNewsTable tr {
    border-left: 1px solid #CCCCCC;
}
.indentedList li {
    margin: 3px 0 0 12px;
}
.divisionLetter {
    font-weight: bold;
    font-size: 148%;
    color: #000;
    text-align:center;
}
#scheduleTable .regNote {
    background-color: #efefef;
    color: #666;
}
/* YUI sortable table definitions */
/* basic skin styles */
.yui-skin-sam .yui-dt table {
    margin: 0 0 12px 0;
    padding:0;
    font-family:Verdana, Arial, Helvetica,sans-serif;
    border-collapse:separate;*border-collapse:collapse;border-spacing:0; /* since ie6 and ie7 behave differently */
    border:1px solid #ccc;
    width: 100%;
    color: #444;
}
.yui-skin-sam .yui-dt thead {border-spacing:0;} /* for safari bug */
.yui-skin-sam .yui-dt caption {
    color:#000000;
    font-size:85%;
    font-weight:normal;
    font-style:italic;
    line-height:1;
    padding:1em 0pt;
    text-align:center;
}
.yui-skin-sam .yui-dt th {
    background: none repeat scroll 0 0 #444444; /* header gradient */
    text-transform:uppercase;
}
.yui-skin-sam .yui-dt th,
.yui-skin-sam .yui-dt th a {
    font-weight:bold;text-decoration:none;color:#fff; /* header text */
    vertical-align:bottom;
}
.yui-skin-sam .yui-dt th {
    margin:0;padding:0;
    border:none;
    border-right:1px solid #CBCBCB;/*  inner column border */
}
.yui-skin-sam .yui-dt tr.yui-dt-first td {
    border-top:1px solid #7F7F7F;  /* tbody top border  */
}
.yui-skin-sam .yui-dt th .yui-dt-liner {
    white-space:nowrap;
	font-size: 11px;	
}
.yui-skin-sam .yui-dt-liner {
    margin:0;
    padding: 4px 6px 4px 8px; /* cell padding */
}
.yui-skin-sam .yui-dt-coltarget {
    width: 5px;
    background-color: red;
}
.yui-skin-sam .yui-dt td {
    margin:0;padding:0;
    border:none;
    border-right:1px solid #CBCBCB; /* inner column border */
    text-align:left;
}
.yui-skin-sam .yui-dt-list td {
    border-right:none; /* disable inner column border in list mode */
}
.yui-skin-sam .yui-dt-resizer {
    width:6px;
}

/* mask */
.yui-skin-sam .yui-dt-mask {
    background-color: #000;
    opacity: .25;
    *filter: alpha(opacity=25);  /* Set opacity in IE */
}

/* messaging */
.yui-skin-sam .yui-dt-message  {
    background-color:#FFF;
}

/* scrolling */
.yui-skin-sam .yui-dt-scrollable table {border:none;}
.yui-skin-sam .yui-dt-scrollable .yui-dt-hd {border-left:1px solid #7F7F7F;border-top:1px solid #7F7F7F;border-right:1px solid #7F7F7F;}
.yui-skin-sam .yui-dt-scrollable .yui-dt-bd {border-left:1px solid #7F7F7F;border-bottom:1px solid #7F7F7F;border-right:1px solid #7F7F7F;background-color:#FFF;}
.yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td {border-bottom:1px solid #7F7F7F;}

/* sortable columns */
.yui-skin-sam thead .yui-dt-sortable {
    cursor:pointer;
}
.yui-skin-sam th.yui-dt-asc,
.yui-skin-sam th.yui-dt-desc {
    background:#D50000; /* sorted header gradient */
}
.yui-skin-sam th.yui-dt-sortable .yui-dt-label {
    margin-right:10px;
}
.yui-skin-sam th.yui-dt-asc .yui-dt-liner {
    background:url(dt-arrow-up.png) no-repeat right; /* sorted header gradient */
}
.yui-skin-sam th.yui-dt-desc .yui-dt-liner {
    background:url(dt-arrow-dn.png) no-repeat right; /* sorted header gradient */
}

/* striping */
.yui-skin-sam tr.yui-dt-even { background-color:#FFF; } /* white */
.yui-skin-sam tr.yui-dt-odd { background-color:#F5F5F5; } /* light blue */
.yui-skin-sam tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color:#F7F7F7; } /* light grey sorted */
.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color:#E6E6E6; } /* dark grey sorted */

/* disable striping in list mode */
.yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color:#FFF; } /* white */
.yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color:#FFF; } /* white */
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color:#EDF5FF; } /* light blue sorted */
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color:#EDF5FF; } /* light blue sorted */

/* highlighting */
.yui-skin-sam th.yui-dt-highlighted,
.yui-skin-sam th.yui-dt-highlighted a {
    background-color:#B2D2FF; /* med blue hover */
}
.yui-skin-sam tr.yui-dt-highlighted,
.yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc,
.yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    background-color:#B2D2FF; /* med blue hover */
}
/* enable highlighting in list mode */
.yui-skin-sam .yui-dt-list th.yui-dt-highlighted,
.yui-skin-sam .yui-dt-list th.yui-dt-highlighted a {
    background-color:#B2D2FF; /* med blue hover */
}
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted,
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc,
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
    cursor:pointer;
    background-color:#B2D2FF; /* med blue  hover */
}
/* selection */
.yui-skin-sam th.yui-dt-selected,
.yui-skin-sam th.yui-dt-selected a {
    background-color:#446CD7; /* bright blue selected cell */
}
.yui-skin-sam tr.yui-dt-selected td,
.yui-skin-sam tr.yui-dt-selected td.yui-dt-asc,
.yui-skin-sam tr.yui-dt-selected td.yui-dt-desc {
    background-color:#426FD9; /* bright blue selected row */
    color:#FFF;
}
.yui-skin-sam tr.yui-dt-even td.yui-dt-selected,
.yui-skin-sam tr.yui-dt-odd td.yui-dt-selected {
    background-color:#446CD7; /* bright blue selected cell */
    color:#FFF;
}
/* enable selection in list mode */
.yui-skin-sam .yui-dt-list th.yui-dt-selected,
.yui-skin-sam .yui-dt-list th.yui-dt-selected a {
    background-color:#446CD7; /* bright blue selected cell */
}
.yui-skin-sam .yui-dt-list tr.yui-dt-selected td,
.yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc,
.yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
    background-color:#426FD9; /* bright blue selected row */
    color:#FFF;
}
.yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected,
.yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
    background-color:#446CD7; /* bright blue selected cell */
    color:#FFF;
}
.polaroid {
    position:absolute;
    top:0px;
    right: 0px;
}
#championContainer {
	overflow:hidden;
	width:970px;
	background-color:none;
}
.championpic {
	position:relative;
	float:left;
	width:220px;
	height:209px;
	margin:0 20px 0 0;
}
.championteam {
	position:absolute;
	bottom:26px;
	left:0px;
	background-color:none;
	text-align:center;
	width:220px;
	color:#333;
}
.championyear {
	background-color:none;
	font-size:77%;
	font-style:italic;
}
.table_left {
	float:left;
	width:475px;
}

.table_right {
	float:right;
	width:475px;
}
.score {
    font-size: 72px;
    font-weight: bold;
    color: #333;
    text-align:center;
    color: #0065c1;
} 
.teamMatch {
    text-align:center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px 0;
    margin: 0 0 6px 0;
    font-size: 30px;
}
.seasonSelectContainer {
    width: 100%;
    margin: 0;
    padding: 0;
}
.seasonSelect {
    margin: auto;
    padding: 0  10px 10px 10px;
    text-align:right;
}
.par {
	margin:0 0 13px 0;
}
ul.juniorseniorlist {
	list-style-type:square;
	margin:0 0 10px 15px;
}

ul.juniorseniorlist li {
	list-style-type:square;
}
.regLeftCol {
	float:left;
	margin:0 18px 0 0;
}

#programs_banner_en {
	margin:0 0 6px 0;
	background:url(../images/en/programs_bg.jpg) no-repeat;
	height:208px;
}
#programs_banner_fr {
	margin:0 0 6px 0;
	background:url(../images/fr/programs_bg.jpg) no-repeat;
	height:208px;
}

.programs_1{
	padding-top: 40px;
}
.programs_2{
	padding-top: 9px;
}
.programs_3{
	padding-top: 9px;
}
.programs_4{
	padding-top: 9px;
}

label {
	font-size:11px;
}

.regLeftCol input {
	padding:4px;
	border:1px solid #cbcbcb;
	width:190px;
}

.regLeftCol div.marginbottom {
	margin:0 0 10px 0;
}

hr.okei {
	margin:15px 0 15px 0;
}

.gameStatus {
	font-weight:bold;
	color:#ff0000;
	text-transform:uppercase;
}

.masc, .fem {
	float:left;
	}
	
.fem {
	margin:0;
	}

.banner_slovakia {
	background: url("../images/banner_slovakia.jpg") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  float: left;
  font-size: 19px;
  height: 133px;
  margin: 0 0 10px;
  text-align: center;
  width: 969px;
}

.banner_slovakia div {
	margin:95px 0 0 0;
}

.banner_slovakia a {
	color:#fff;
}

table.horaire_canada {
	margin:10px 0 10px 0;
}

table.horaire_canada td {
	padding:5px;
}

.just {
	text-align:justify;
}	



#scoreboard {
	  background: url("../images/scoreboard.jpg") no-repeat scroll 0 0 transparent;
    border: 3px solid #989898;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    height: 95px;
    margin: 13px 0 13px 0;
    position: relative;
    text-transform: uppercase;
    width: 952px;
}

#home_team {
	font-size: 30px;
    left: 26px;
    position: absolute;
    top: 24px;
}

#away_team {
	position:absolute;
	top: 24px;
	right:26px;
	text-align:right;
	font-size:30px;
}

#home_team span, #away_team span {
	font-size:16px;
	color:#a0a0a0;
}

#home_team a, #away_team a {
	color:#fff;
	text-decoration:none;
}

#score {
	font-size: 59px;
    letter-spacing: -4px;
    margin: 20px auto 0;
    position: relative;
    text-align: center;
    width: 345px;
}

#score span {
	padding: 0 39px;
}

.matchLeft {
    clear: left;
    float: left;
    width: 478px;
}

.matchRight {
    float: left;
    width: 478px;
}

a.news_heading {color:#ccc !important;font-weight:bold;font-size:15px;text-decoration:none;}
a.view_article {
	background-color: #D50000;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.truncLatestNews {
	margin:0 0 15px 0;
}

.team_bg {
	background: url("../images/blackstrip_large.jpg") no-repeat scroll 0 0 transparent;
    border: 3px solid #828282;
    color: #FFFFFF;
    font-size: 14px;
    height: 355px;
    line-height: 22px;
    padding: 19px;
    width: 914px;
}

.team_photo {
	float:left;
}

.player_bg {
	background: url("../images/blackstrip.jpg") no-repeat scroll 0 0 transparent;
    border: 3px solid #828282;
    color: #FFFFFF;
    font-size: 14px;
    height: 200px;
    line-height: 22px;
    padding: 13px;
    width: 674px;
    margin:0 0 13px 0;
}

.player_bg img {
	float: left;
    margin: 0 15px 0 0;
}

.player_bg a {
	color:#fff;
}

.player_bg h1 {
	font-family: arial;
    font-size: 28px;
    font-weight: bold;
    margin:0 0 6px 0;
}

form#loginForm input {
	border: 1px solid #333333;
    float: left;
    padding: 2px;
}

#gamebygame h1 {
	font-size: 20px;
    margin: 8px 0;	
}

#gamebygame h1 a {
	text-decoration:none;
}

#gamebygame h1 a:hover {
	text-decoration:underline;
}

#sponsor_footer {
  background: url("../images/sponsor_footer.png") no-repeat scroll 0 0 transparent;
  border-top: 2px solid #999999;
  height: 81px;
  line-height: 15px;
  margin: 0 auto;
  padding: 17px 0 0;
  position: relative;
  text-align: center;
  width: 984px;
}

.nosmoking {
  background-color: #000;
  color: #FFFFFF;
  height: 200px;
  line-height: 18px;
  margin: 13px 0 0;
  padding: 14px 13px 0;
  text-align: center;
  width: 213px;
}

.nosmoking_ttl {
	color:#ff0000;
	font-weight:bold;
	font-size:19px;
	line-height:24px;
}

.blue_bg {
    background: -moz-linear-gradient(center top , #3D8FE5, #055EC7) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

.red_bg {
    background: #b40504;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e71e1d', endColorstr='#b40504');
    background: -webkit-gradient(linear, left top, left bottom, from(#e71e1d), to(#b40504));
    background: -moz-linear-gradient(top,  #e71e1d,  #b40504);
    color: #FFFFFF;
    font-weight: bold;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

.yui-skin-sam .yuimenu ul.first-of-type {
	padding:0 !important
}

.nviba_footer a {
	color:#fff;
}

.xmas {
	margin:0 0 13px 0;
	position:relative;
}

.xmas img {
	position:relative;
}

.xmas img.rib {
	position: absolute !important;
    right: -15px;
    top: -20px;
}

#ttl_news {
    color: #FFFFFF;
    font-family: 'Shanti',sans-serif;
    font-size: 16px;
    font-weight: bold;
    left: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 8px;
}

.about p{
	margin:10px;
	line-height:16px;
	text-align:justify;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.first-of-type { font-weight:normal !important;}
}


