﻿*, html, body { margin: 0; padding: 0; }
body {
	text-align: center;
	font-family: sans-serif;
	font-size: 1em;
	background: #ccc url('../img/bodybg3.png') repeat-x top left;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #005586;
}
img {
	border: 0;
}

input, textarea {
	background-color: #fafafa;
	border: 1px solid #bbb;
	font-size: 90%;
	color: #000;
	margin: 0 0 4px 0;
	padding: 2px;
}
textarea {
	font-family: sans-serif;
}
label {
	font-size: 85%;
	font-weight: bold;
}

#main-container {
	text-align: left;
	margin: 0 auto;
	width:950px;
}
#foot-container {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	background: #004978 url('../img/footbg.png') repeat-x top left;
	clear: both;
}		
#header {
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #001f46;
	height: 160px;
	z-index: 10;
}
#headmss {
	position: absolute;
	top: 0;
	right: 0;
	width: 435px;
	height: 120px;
	background: black;
	float: right;
}
#headmss p {
	padding: 20px 10px 0 90px;
	font-size:small;
}
#headbg1 {
	position: relative;
	top: 0;
	left: 0;
	width: 511px;
	height: 120px;
	background: transparent url('../img/header1.jpg') no-repeat top left;
	z-index: 90;
}
#headbg2 {
	position: absolute;
	top: 0;
	left: 511px;
	width: 32px;
	height: 120px;
	background: transparent url('../img/header2.png') no-repeat top left;
	z-index: 100;
}
#header ul {
	position: absolute;
	top: 120px;
	left: 0;
	width: 950px;
	height: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
	background: transparent url('../img/menubg.gif') repeat-x 0 0;
}
#header li {
	display: block;
	float: left;
	height: 40px;
	margin: 0;
}
#header li a {
	display: block;
	padding: 10px 15px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#header li a:hover {
	color: #001f46;
	text-decoration: none;
	background: transparent url('../img/menubg.gif') repeat-x 0 -40px;
}
.content {
	margin: 20px 320px 20px 0;
	padding: 0;
}
.text {
	padding: 10px;
	background: #fff;
	border: 1px solid #bbb;
	font-size: 95%;
	line-height: 1.4;
}
#bodymms, #bodymms embed{
	margin: 0;
	padding: 0;
}
.page-title {
	padding: 0 0 20px 0;
}
.news-date {
	position: relative;
	width: 66px;
	height: 64px;
	float: left;
	/*background: #ddd;*/
	background: transparent url('../img/datebg.png') no-repeat top left;
	/*border: 1px solid #bbb;*/
	padding: 3px 0 0 0;
	margin: 3px 0 0 3px;
	font-size: 120%;
	line-height: 1;
	color: #001f46;
	text-align: center;
}
.news-date span {
	display: block;
	font-size: 170%;
	padding: 3px 0 0 0;
	margin: 4px 0 0 0;
	/*background: #eee;*/
	color: #005586;
}
.news-content {
	padding-left: 81px;
	padding-bottom: 28px;
}
.news-content p {
	text-align: justify;
}
.news-content img {
	float: right;
	margin: 5px 0 0px 10px;
	color: #808080;
	font-size: 85%;
}
.news-title, .page-title {
	font-size: 130%;
	font-weight: bold;
	color: #005586;
}
.news-title a, .page-title a {
	color: #005586;
	text-decoration: none;
}
.news-title a:hover, .page-title a:hover {
	text-decoration: underline;
}
.news-info {
	font-size: 80%;
	padding: 0 0 5px 0;
	color: #808080;
}
.news-info a {
	color: #808080;	
}
.news-info a:hover {
	color: #000;
}
.news-more {
	float: right;
	width: 95px;
	height: 21px;
	text-align: right;
	margin-top: 7px;
	/*font-weight: bold;
	font-size: 90%;*/
}
.news-more a {
	display: block;
	width: 95px;
	height: 21px;
	background: transparent url('../img/news-readmore.png') repeat-x 0 0;
}
.news-more a:hover {
	background: transparent url('../img/news-readmore.png') repeat-x 0 -21px;
}

.team {
	text-align: center;
}
.team-title, .team-data {
	padding: 15px;
	width: 45%;
}
.team-title{
	text-align: right;
}
.team-data {
	text-align: left;
	font-weight: bold;
}
.player {
	position: relative;
	min-height: 150px;
	padding: 10px 0 10px 10px;
	text-align: left;
	clear: left;
}
.player-photo, .player-title, .player-data, .team-title, .team-data {
	position: relative;
	float: left;
	z-index: 100;
}
.player-photo, .player-title {
	width: 150px;
}
.player-title, .player-data {
	padding: 10px 0 0 0;
}
.player-data {
	width: auto;
	font-weight: bold;
}
.player-number {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 1100%;
	font-weight: bold;
	line-height: 0.9;
	color: #ddd;
	z-index: 1;
}
.grey {
	background: #f5f5f5;
}

#rightbar {
	float: right;
	display: inline; /* floats are handled as block elements, this is to fix a margin collapsing bug in IE */
	font-size: 95%;
}
.block {
	width: 300px;
	margin-top: 20px; /*IE */
	margin-bottom: 20px;
	padding: 0;
	background: #fff;
	border: 1px solid #bbb;
	clear: both;
}
.title {
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	/*width: 100%;*/
	clear:both;
	background: #001f46 url('../img/blocktitlebg.png') repeat-x;
}
.title h3 {
	background: transparent url('../img/blocktitleball2.png') no-repeat 5px center;
	color: #fff;
	/*margin: 0 5px;*/
	padding: 4px 4px 4px 26px;
	font-size: 85%;
}
.bcontent {
	padding: 9px 10px 10px 10px;
	font-size: 95%;
	line-height: 1.4;
}
#contextual-menu {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#contextual-menu li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-size: 95%;
	font-weight: bold;
}
#contextual-menu li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #005586;
}
#contextual-menu #last {
	border-bottom: none;
}
#contextual-menu li a:hover {
	background: #f0f0f0 url('../img/cm-rarrow.png') no-repeat right center;
	text-decoration: none;
	color: #001f46;
}
.event {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.event span {
	display: block;
	font-size: 85%;
	color: #808080;
}
.event a {
	display: block;
	text-decoration: none;
}
.event a:hover {
	text-decoration: underline;
}
#sponsors {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#sponsors li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
}
#sponsors li img {
	border: 0;
}
#footer {
	margin: 20px 0 0 0;
	padding: 20px;
	width: 950px;
	margin: 0 auto;
	color: #fff;
	font-size: 75%;
	line-height: 1.4;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}