@charset "UTF-8";
/* CSS Document 
Created by: Konn Lavery March 22, 2010*/


/* 
CSS Reset for cross-browser
http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Page Styling */


body{
	background-image:url(../images/background-tile.jpg);	
}

/*Divs */

#wrapper{
	width: 1072px;
	height: auto;
	margin: 0 auto;
}

/*Header divs*/

#headerWrapper{
	width: 100%;
	height: 211px;
	float:left;
}

#headerTop{
	background-image:url(../images/header-top.jpg);	
	width:inherit;
	height: 53px;
}

#headerMid{
	background-image:url(../images/header-middle.jpg);
	width:inherit;
	height: 42px;
	position:relative;
}

#headerBottom{
	background-image:url(../images/header-bottom.jpg);
	width:inherit;
	height: 117px;
	position:relative;
	z-index: -1; /* Fixes the problem of the menu appearding under the banner when viewed in IE7 */
}

#headerBottom #pageTitle{
	font-size: 44px;
}

/*Content Divs*/
#contentWrapper{
	width: 100%;
	height:100%;
	background-image:url(../images/contentTile.jpg);
	background-repeat:repeat-y;
	float:left;		
}

#contentTop{
	width: 100%;
	height: auto;
	background-image:url(../images/content-top.jpg);
	background-repeat:no-repeat;
	float: left;	
}

#contentBottom{
	background-image:url(../images/content-bottom.jpg);
	background-repeat:no-repeat;
	background-position: 0px bottom;
	width: 100%;
	height: 100%;
	float:left;
	position:relative;
	
}

#contentLeft, #contentRight{
	margin-top:80px;
	padding-bottom: 80px;
}

#contentLeft{
	width: 225px;
	height: 480px;
	float: left;
	margin-left: 35px; 	
}

#contentRight{
	width: 620px;
	height: auto;
	float: right;
	margin-right: 40px;
}

#contentRight h1 {
	margin-bottom: 20px;
	font-size:x-large;
	background-color: #000;
	color: #FFF;
}
#contentRight h2 {
	margin-top: 20px;
	font-size:large;
	color: #000;
}
#contentRight h3 {
margin-top: 20px;
	color: #000;
	font-size: medium;
}
#contentRight h4 {
margin-top: 20px;
	color: #000;
	font-size:small;
}

#contentRight ol {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type:decimal;
	padding-left: 2em;
}
#contentRight ul {
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: disc;
	padding-left: 2em;
	font-size: 14px;
}

#contentRight td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}


#contentRight ol li, #contentRight ul li
{
margin-top: 4px;
margin-bottom: 4px;
}


#contentSponsor{
	height: auto;
	width: 105px;
	float:left;
	position:absolute;
	bottom:0px;
	left: 70px;
}

#footer{
	width: 100%;
	height: 120px;
	background-image:url(../images/footer.jpg);
	float:left;
	position:relative;
}

/*Sub nav divs*/
.subWrapper{
	width: 135px;
	height:auto;
	background-image:url(../images/subnav-tile.gif);
	background-repeat:repeat-y;
	float:left;

/*These three lines of code are for demonstration purposes only */
	position:absolute;
	top:0px;
	right:-200px;
	
}

.subTop{
	width: 135px;
	height: auto;
	background-image:url(../images/subnav-top.gif);
	background-repeat:no-repeat;
	float: left;	
}

.subBottom{
	background-image:url(../images/subnav-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 135px;
	height: 100%;
	float:left;
}

/*Unordered Lists: SubNavs*/
.subWrapper ul{
	list-style-type: none;
}



.subWrapper ul li a:link,
.subWrapper ul li a:visited,
.subWrapper ul li a:hover,
.subWrapper ul li a:active{
text-decoration:none;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
display:block;
width: 120px;
height:17px;
padding-top: 10px;
padding-left: 15px;
}

.subWrapper ul li a:hover,
.subWrapper ul li a:active{
background-image:url(../images/subNavHighlight.gif);
background-repeat:no-repeat;
background-position: 8px 5px;
color:#999;

}

/*Unordered Lists: Header*/

.menuul
{
	/* Placement of the div holding the top menu to just right of the Swat logo */
	
	margin-left: 280px;
}

/*Unordered list: Footer */
#footertoe
{
	text-align: center;
	font-size: small;
	color: #666;
}

#footertoe a{
	color:#000000;	
}
/*#footer ul{
	position:absolute;
	right: 80px;
	bottom:40px;
	list-style-type: none;
}

#footer ul li{
	display:block;
	height: 5px;
	float: left;
	margin-left: 15px;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active{
text-transform:uppercase;
text-decoration:none;
font-size:12px;
}
*/

/*Div specific text styling*/
#headerBottom h1{
	position:absolute;
	display:block;
	bottom: 20px;
	right: 80px;
}

#contentLeft
{
	color:#FFFFFF;
}

/*Announcements styling*/
#contentLeft h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

#contentLeft a{
	color:#ff9999;
	text-decoration:none;
}
#contentLeft a:hover,
#contentLeft  a:active{
	color:#ffcccc;
}


/*Image styling */
#contentLeft img, #contentSponsor img{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Content text styling*/


#contentRight p{
	color:#000;
}
#contentRight h2{
	font-family:Verdana, Geneva, sans-serif;
}
#contentRight p{
	margin-top: 15px;
	line-height:20px;
}
#contentRight a{
	color:#cc6666;
	text-decoration:none;
}
#contentRight a:hover,
#contentRight  a:active{
	color:#ff9999;
}



/*Text styling*/

h1, h2, h3, h4, h5, h6, p, a{
	color:#FFF;	
	font-family:Arial, Helvetica, sans-serif;
}



p{
	margin-top: 10px;
	font-size: 14px;
}

.boldText{
	font-weight:bold;
}


/*Internet Explorer 6 work around */
html>body #contentLeft{
	margin-left: 65px; 	
}


html>body #contentRight{
	margin-right: 70px;
}

html>body .subWrapper ul li a:hover,
html>body .subWrapper ul li a:active{
	background-image:url(../images/subNavHighlight.png);
	background-position:inherit;
}

html>body .subWrapper ul li a:link,
html>body .subWrapper ul li a:visited,
html>body .subWrapper ul li a:hover,
html>body .subWrapper ul li a:active{
	height:20px;
}


.newsHeader, .RotHeader {
	display:inline-block;
	font-weight: bold;
	float: left;
}

.newsDate, .RotDate {
	margin-left: auto;
	display: inline-block;
	text-align: right;
	font-style:italic;
	float: right;
}

.RotContent
{
	clear: both;
}

.swat-group
{
	vertical-align: top;
	display:inline-block;
	width: 175px;
	margin: 0px 5px;
}

UL.playerGroups
{
	padding-left: 0px;
}
.swat-group span
{
	text-align: center;
}

.swat-group ul
{
	padding-left: 0px !important;
}

.swat-player
{
	list-style-type: none;
	cursor: default;
	background: #666666 url(/assets/images/user.png) no-repeat 2px 2px  !important;
	padding: 2px 0px 2px 19px;
	border: solid thin #000000;
}

input.button
{
	font-size: 10pt;
}
.ui-button-text
{
	font-size: 10pt;
}

.ui-effects-transfer { border: 2px dotted silver; } 

#contentRight .ui-state-default a
{
	color: inherit;
}

#NextSkate_PlayerDetails, #NextSkate_ScheduleDetails
{
	border: solid thin black;
}
#NextSkate_PlayerDetails td, #NextSkate_ScheduleDetails td
{
	border: solid thin black;
	padding: 2px 10px;
}
#NextSkate_PlayerDetails caption, #NextSkate_ScheduleDetails caption
{
	font-weight: bold;
}

.EventTitle
{
	font-weight:bold;
}