body {
	padding:0;
	margin:0;
	background:#82bcea url(body_bg.gif) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h2 a:hover, .all:hover, .more:hover {
	text-decoration: none;
}

.wrapper {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	margin:0 0 10px 0;
}
.wrapper td {
	padding:0;
}
.wrapper .left {
	width:50%;
	background:url(bg_left.gif) no-repeat 100% 0;
}
.wrapper .right {
	width:50%;
	background:url(bg_right.gif) no-repeat 0 0;
}
.wrapper .center {
	width:952px;
}
.header {
	width:952px;
	height:348px;
	background-image:url(header.jpg);
}
.main_navigation {
	height:45px;
}
.main_navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
.main_navigation ul li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	height:45px;
}
.main_navigation ul li a {
	float:left;
	display:block;
	height:45px;
	text-indent:-999px;
	overflow:hidden;
}
.main_navigation ul li.home a {
	background:url(nav.gif) no-repeat 0 0;
	width:153px;
}
.main_navigation ul li.club a {
	background:url(nav.gif) no-repeat -153px 0;
	width:150px;
}
.main_navigation ul li.women a {
	background:url(nav.gif) no-repeat -303px 0;
	width:137px;
}
.main_navigation ul li.teens a {
	background:url(nav.gif) no-repeat -440px 0;
	width:195px;
}
.main_navigation ul li.history a {
	background:url(nav.gif) no-repeat -635px 0;
	width:157px;
}
.main_navigation ul li.gallery a {
	background:url(nav.gif) no-repeat -792px 0;
	width:160px;
}
/* Hover effects */
.main_navigation ul li.home a:hover {
	background:url(nav_hover.gif) no-repeat 0 0;
	width:153px;
}
.main_navigation ul li.club a:hover {
	background:url(nav_hover.gif) no-repeat -153px 0;
	width:150px;
}
.main_navigation ul li.women a:hover {
	background:url(nav_hover.gif) no-repeat -303px 0;
	width:137px;
}
.main_navigation ul li.teens a:hover {
	background:url(nav_hover.gif) no-repeat -440px 0;
	width:195px;
}
.main_navigation ul li.history a:hover {
	background:url(nav_hover.gif) no-repeat -635px 0;
	width:157px;
}
.main_navigation ul li.gallery a:hover {
	background:url(nav_hover.gif) no-repeat -792px 0;
	width:160px;
}

/* Current */
.main_navigation ul li.home a.current {
	background:url(nav_hover.gif) no-repeat 0 0;
	width:153px;
}
.main_navigation ul li.club a.current {
	background:url(nav_hover.gif) no-repeat -153px 0;
	width:150px;
}
.main_navigation ul li.women a.current {
	background:url(nav_hover.gif) no-repeat -303px 0;
	width:137px;
}
.main_navigation ul li.teens a.current {
	background:url(nav_hover.gif) no-repeat -440px 0;
	width:195px;
}
.main_navigation ul li.history a.current {
	background:url(nav_hover.gif) no-repeat -635px 0;
	width:157px;
}
.main_navigation ul li.gallery a.current {
	background:url(nav_hover.gif) no-repeat -792px 0;
	width:160px;
}

.sub_navigation {
	height:40px;
	background:url(frontpage_module_bg.gif); repeat-x 0 0;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}

.sub_navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
.sub_navigation ul li {
	padding:0;
	margin:0;
	list-style:none;
	background:url(submenu_separator.gif) no-repeat 100% 50%;
	float:left;
}
.sub_navigation ul li.last {
	background:none;
}
.sub_navigation ul li a {
	float:left;
	display:block;
	height:40px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	padding:0 50px;
}
.sub_navigation ul li a:hover {
	text-decoration:underline;
}
.sub_navigation ul li a.current {
	color:#d67206;
}
.sub_navigation ul li a.current:hover {
	text-decoration:none;
}
.frontpage_module {
	height:426px;
	padding:14px 0 0 14px;
	background-image:url(frontpage_module_bg.gif);
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}
.fpm_panel {
	background:url(fpm_bg.gif) no-repeat 0 0;
	width:924px;
	height:412px;
}
.fpm_panel .news_left {
	float:left;
	padding:2px 0 0 15px;
	width:624px;
}
.fpm_panel .news_left img {
	border:#d3d3d3 3px solid;
}
.fpm_panel .news_right {
	float:right;
	width:260px;
	padding-right:15px;
}
.fpm_panel .news_right .date {
	font-size:10px;
	color:#909090;
}
.fpm_panel .news_right p {
	font-size:12px;
	padding-top:5px;
	margin:0;
	height: 72px;
}
.news_right a.all {
	display:block;
	padding-left:15px;
	padding-top:4px;
}
.news_right h3 a {
	color:#000;
}
.news_right ul {
	list-style:none;
	padding:25px 0 0 0;
	margin:0;
}
.news_right ul li {
	height:45px;
	list-style:none;
	background:url(frontpage_module_links_bg.gif) no-repeat 50% 100%;
	padding:8px 0 0 12px;
}
.news_right ul li a {
	display:block;
	background:url(arrow.gif) no-repeat 100% 50%;
	height:29px;
	overflow:hidden;
	line-height:110%;
	padding-right:20px;
}
.date {
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#e78520;
}
.contaner {
	background:#3160b2 url(container_bg.gif) repeat-x 0 0;
}
.footer {
	background-image:url(footer_bg.gif);
	height:105px;
	margin-bottom: 15px;
}
.footer span {
	font-weight: bold;
	display: block;
	float: left;
	margin: 40px 20px 0 0;	
}
.footer a {
	display: block;
	float: left;
	margin: 20px 20px 0 0;
}
.footer-left {
	height:105px;
	float:left;
	background:url(footer_left.gif) no-repeat 0 0;
	padding-left:25px;
	color:#5c5c5c;
}
.footer-right {
	height:105px;
	float:right;
	padding-right:25px;
	background:url(footer_right.gif) no-repeat 100% 0;
}

#copyright {
	float: left;
	color: #ffffff;
	font-size: 11px;
	padding-left: 15px;
}

#createdby {
	color: #ffffff;
	font-size: 11px;
	padding-right: 15px;
	float:right;
}

#createdby span {
	display: block;
	float: left;
}

a.devision {
	position: relative;
	top: -5px;
	float: left;
	margin-left:5px;
	display: block;
	background: url(devision.gif) no-repeat 0 0;
	width: 52px;
	height: 16px;
}
.left_column {
	width:606px;
	padding:28px 0 18px 27px;
	float:left;
}
.right_column {
	width:292px;
	padding:28px 0 18px 0;
	float:left;
}
/* Page */
.page {
	background-image:url(page_bg.gif);
	width:596px;
}
.page_top {
	background:url(page_top.gif) no-repeat 0 0;
	width:596px;
}
.page_bottom {
	background:url(page_bottom.gif) no-repeat 0 100%;
	padding:30px;
	width:536px;
	text-align:justify;
}
.page_bottom  h2.page_title {
	font-size:22px;
	color:#000;
	padding:0;
	margin:0;
}
.page_bottom h2, .gallery_bottom h2{
	padding:0;
	margin:0;
} 
.list_item {
	background:url(list_item_bg.gif) no-repeat 0 0;
	padding:17px 0 14px 0;
	font-size:12px;
}
.item_image {
	background:url(pic_list_bg.gif) no-repeat 0 0;
	height:113px;
	width:113px;
	float:left;
	padding:13px;
	margin-right:15px;
	overflow:hidden;
}
.list_item p {
	padding-top:6px;
	margin:0;
}
.article_pic {
	float:left;
	width:218px;
	padding:10px;
	border:#d5d5d5 1px solid;
	margin: 15px 15px 10px 0;
	color:#000;
	font-size:10px;
	font-weight:bold;
}
.article_pic img {
	margin-bottom:0px;
}
p.date {
	padding-bottom:0;
	margin-bottom:0;
	padding-top:4px;
}
/* Players */
.player {
	background-color:#ededed ;
	border-bottom:#dddddd 1px solid;
	border-top:#dddddd 1px solid;
	padding:10px 0;
	margin-bottom:2px;
	height:1%;
}
.player_img {
	float:left;
}
.player_number {
	width:35px;
	height:50px;
	background:url(number_bg.gif) no-repeat 0 0;
	color:#3160b2;
	font-size:18px;
	line-height:50px;
	text-align:center;
	float:left;
	position:relative;
	top:10px;
	margin-right:13px;
}
.player_info {
	float:left;
	width:400px;
	padding-left:13px;
}
.player_info span.name {
	font-size:14px;
	font-weight:bold;
	color:#3160b2;
	display:block;
	width:100%;
	padding-bottom:7px;
}
.player_info table tr td {
	white-space:nowrap;
	padding-right:20px;
	color:#727272;
}
.player_info table tr td.first {
	width:147px;
}
.player_info span {
	width:auto;
	color:#000;
	font-weight:bold;
}
/* Module */
.module {
	width:293px;
	background:url(module_bg.gif) repeat-y 0 0;
	margin-bottom:10px;
}
.left_column .module {
	float:left;
	margin-right:10px;
}
.module h2 {
	background:url(module_header.gif) no-repeat 0 0;
	height:47px;
	padding:11px 16px 0 17px;
	margin:0;
	width:262px;
}
.module_footer {
	background:url(module_footer.gif) no-repeat 0 -2px;
	height:22px;
}
.module_content {
	padding:0 18px;
	font-size:12px;
}
.module_content .more {
	padding-top:4px;
}
.module_content .date {
	display:block;
	color:#909090;
}
.module_content p {
	padding:8px  0 0 0;
	margin:0;
}
.module_content ul {
	list-style:none;
	padding:22px 0 0 0;
	background:url(frontpage_module_links_bg.gif) no-repeat 0 0;
	margin:0;
}
.module_content ul li {
	height:45px;
	list-style:none;
	background:url(frontpage_module_links_bg.gif) no-repeat 50% 100%;
	padding:8px 0 0 12px;
}
.module_content ul li a {
	display:block;
	height:29px;
	overflow:hidden;
	line-height:110%;
	font-size:13px;
}
.module_content table {
	width:100%;
	font-size: 11px;
}
.module_content table tr th.team {
	text-align:left;
}
.module_content table tr th {
	background-color:#919191;
	padding:5px;
	color:#fff;
}
.module_content table tr td {
	background-color:#e6e6e6;
	padding:5px;
	text-align:center;
}
.module_content table tr td.team {
	text-align:left;
	color:#3160b2;
	font-weight:bold;
}
.gallery_module {
	width:256px;
	overflow:hidden;
	padding:3px;
}
.gallery_module img {
	margin:0 7px 7px 0;
}
/* Pages */
.pages {
	clear:both;
}
.next {
	display:block;
	float:right;
	background-image:url(gallery_module_next.gif);
	width:63px;
	height:19px;
	overflow:hidden;
	text-indent:-999px;
}
.prev {
	display:block;
	float:left;
	background-image:url(gallery_module_prev.gif);
	width:63px;
	height:19px;
	overflow:hidden;
	text-indent:-999px;
}
.pages a, .pages span {
	float:left;
	margin:0 3px;
	font-weight:bold;
	color:#646464;
	font-size:12px;
}
.pages span {
	color:#e27800;
}
.pages a.prev {
	background-image:url(prev_page.gif);
	height:14px; 
	width:26px;
	text-indent:-999px;
	overflow:hidden;
}
.pages a.next {
	background-image:url(next_page.gif);
	height:14px; 
	width:26px;
	text-indent:-999px;
	overflow:hidden;
}

/* Fixed height on boxes */
.left_column .module1 {
	height:173px;
	overflow:hidden;
}
.left_column .module2 {
	height:220px;
	overflow:hidden;
}
/* Gallery */
.gallery_container {
	padding:0 0 0 0px;
	width:900px;
	background:url(gallery_bg.gif) repeat-y 0 0;
	margin:0 0 27px 27px;
}
.gallery_top {
	background:url(gallery_top.gif) no-repeat 0 0;
}
.gallery_bottom {
	background:url(gallery_bottom.gif) no-repeat 0 100%;
	padding:30px 10px 30px 30px;
}
.category {
	padding:13px;
	background:#eaeaea url(gallery_category.gif) repeat-x 0 0;
	float:left;
	width:244px;
	border:#cccccc 1px solid;
	margin:0 11px 11px 0;
	font-weight:bold;
}
.category img {
	border:#fff 1px solid;
	margin-bottom:5px;
}
.category_inner {
	padding:13px;
	background:#eaeaea url(gallery_category.gif) repeat-x 0 0;
	float:left;
	width:178px;
	border:#cccccc 1px solid;
	margin:0 5px 5px 0;
	font-weight:bold;
	font-size:11px;
}
.category_inner img {
	border:#fff 1px solid;
	margin-bottom:5px;
}
.gallery_bottom h2 {
	padding-bottom:7px;
}	
/* Common styles */

.clear {
	clear:both;
	height:1px;
	font-size:0px;
	overflow:hidden;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#e57a00;
}
.all, .more {
	font-size:11px;
	text-decoration:underline;
	display:block;
}

h1 {
	overflow:hidden;
	text-indent:-999px;
	font-size:10px;
	margin:0;
	padding:0;
}
h2 {
	color:#e27800;
	font-size:16px;
	padding:8px 20px;
	margin:0;
}
h2 a {
	color:#e27800;
}
h3 {
	padding:5px 0;
	margin:0;
	font-size:14px;
}
h3 a {
	color:#000;
}
h3 a:hover {
	color:#5a5a5a;
}

.player_details {
	padding:23px;
	background:url(player_details_bg.gif) repeat-x 0 0;
	margin-top:7px;
	margin-bottom:10px;
}
.player_details img {
	float:left;
	margin-right:7px;
}
.player_details .player_info {
	width:300px;
}
.player_bio {
	background-color:#f2f2f2;
	border:#cccccc 1px solid;
	padding:15px;
	margin-top:15px;
}
.player_bio .title {
	color:#727272;
	margin:0;
	padding:0;
}
.player_bio p {
	padding:5px 0 0 0;
	margin:0;
}

.goback {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #D5D5D5;
}

.team-info {
	width: 100%;
}

.team-info td {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px solid #dddddd;
}
