@charset "UTF-8";
/* CSS Document */

#page {
	width: 960px;
	margin: auto;
	text-align: left;
}

.page-holder{
	width:100%;
	background: url("../images/p-bg.png") no-repeat top center;
}



.page-wrapper{
	margin:0 -40px;
	width:1040px;
}

.top-shadow {
	background: url("../images/shadow-top.png") no-repeat top;
	height: 80px;
	margin-top: 14px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("../images/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("../images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.container {
	background: #FFFFFF;
	margin: 0 40px; 
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}

.content {
	margin: 10px;
}



.header {
	border-bottom: 2px solid #333333;
	background-color: #EE0000;
}

.header a {
	text-decoration: underline;
	color: #FFFFFF;
}

.header p,
.header a:hover {
	color: #9bc7f4;
}

.header ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.header ul li {
	display: inline;
	padding: 0 11px 0 10px;
	border-right: 1px solid #8397b1;
}

.header ul li:last-child {
	border-right: none;
	padding: 0 0 0 10px;
}

.footer {
	text-align: center;
	font-size: 0.85em;
	padding: 30px 0 50px 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
}

.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer p,
.footer a:hover {
	color: #9bc7f4;
}

.footer ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.footer ul li {
	display: inline;
	padding: 0 11px 0 10px;
	border-right: 1px solid #8397b1;
}

.footer ul li:last-child {
	border-right: none;
	padding: 0 0 0 10px;
}


.vis-clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


body {
	background: #0c2a4c;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #4f7ba4;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #0B2A4C;
	outline: none;
}

img {
	border: none;
}

div, p {
	font-size: 1em;
	color: #2c2c2c;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}


h2 {
	font-size: 1.60em;
	margin-top: 20px;
	letter-spacing: 0.012em;
	/* padding-bottom: 2px; */
}
h3 {
	color: #00669C;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	/* margin-top: 8px; */
	letter-spacing: -0.03em;
	margin-bottom: 0.2em;
}
h4 {
	color: #0B2A4C;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

tr.d0 td {
	background-color: #99FFFF;
	color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #09294C;
}
tr.d1 td {
	background-color: #63CCFF;
	color: #000000;
}
form {
	background-color: #BDE2FF;
}
.dbtable {
	background-color: #BDE2FF;
	border: thin solid #EE0000;
}
.loginform {
	border: medium double #EE0000;
}
.importantText {
	color: #EE0000;
}


/* ------------------

 styling for the tables 

   ------------------   */
   
   #rounded-corner

{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	text-align: left;
	border-collapse: collapse;
}

#rounded-corner thead th.rounded-first

{
	background-color: #a7d3ff;
	background-image: url(../images/table-images/left.png);
	background-repeat: no-repeat;
	background-position: left -1px;
}

#rounded-corner thead th.rounded-last

{

	background: #a7d3ff url('../images/table-images/right.png') right -1px no-repeat;

}

#rounded-corner th

{

	padding: 8px;

	font-weight: normal;

	font-size: 13px;

	color: #039;

	background: #a7d3ff;

}

#rounded-corner td

{
	padding: 8px;
	border-top: 1px solid #fff;
	color: #FFF;
	background-color: #333333;
}

#rounded-corner tfoot td.rounded-foot-left

{

	background: #e2f0ff url('../images/table-images/botleft.png') left bottom no-repeat;
	color: #333;

}

#rounded-corner tfoot td.rounded-foot-right

{
	background-color: #e2f0ff;
	background-image: url(../images/table-images/botright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#rounded-corner tbody tr:hover td

{

	background: #FF0000;

}
.newsText {
	text-align: justify;
	color: #FFF;
}
.dbtabledivision {
	height: 4px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

/* Coaches Table */
#coachestable

{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 20px;
	text-align: left;
	border-collapse: collapse;	
}
#coachestable h1 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 2em;
}

#coachestable th

{
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #8CBC88;
}

#coachestable td

{
	border-top: 1px solid #fff;
	background-color: #333333;
	color: #FFFFFF;
}
.outerCoachesTable {
	border: thin dotted #83B67E;
	background-image: url(../images/logo-bg_light.png);
	background-repeat: repeat;
}
.coachFieldHeading {
	color: #FFFFFF;
	font-size: 11px;
}
.coachFieldText {
	color: #8CBC88;
	font-size: 11px;
}

.grass {
	background-image: url(../images/grass300.jpg);
	background-repeat: repeat;
}

#mission {
	background-color: #333333;
	padding: 12px;
}

#mission p {
	color: #FFFFFF;
}

#mission h2 {
	color: #FFFFFF;
	margin-top: 0px;
}


/* SIMPLE TICKER */
#ticker {
	width:240 px;
	height:200px;
	overflow:auto; /* background-color:#333333; */ 
}

#ticker dt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #039;
	padding:0 10px 5px 10px;
	background-color:#A7D3FF;
	padding-top:10px;
	/* border:1px solid #ffffff; */
	border-bottom:none;
	border-right:none;
	/* position:relative; */
}
#ticker dd {
	margin-left:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #333333;
	padding:0 10px 10px 10px;
	/* border-bottom:1px solid #aaaaaa; */
	/* background-color:#333333; */
	/* border-left:1px solid #ffffff; */
	/* position:relative; */
}
#ticker dd.last { border-bottom:1px solid #ffffff; }
#ticker div { margin-top:0; }

/* Feed List */
#feedList {
}
#feedList ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 0px;
}
#feedList li {
	list-style-image: url(../images/rss16.jpg);
	line-height: 1.5em;
}

/* Soccer Tips */
#soccerTip {
	color: #FFFFFF;
	background-color: #2D6981;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#soccerTip h1 {
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	background-color: #2D6981;
	line-height: 2em;
}

#soccerTip p {
	color: #FFFFFF;
	text-align: justify;
}
#canadaSoccerShop {
	width: 300px;
	margin-left: 20px;
}
