﻿body
{
    text-align: center;
    background-color: #000;
    font-family: Arial;
    font-size: 12px;
}

p
{
    line-height: 150%;
}

form
{
    padding: 0px;
    margin: 0px;
}

div
{
    text-align: left;
}

.layout
{
    width: 986px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-color: #DAF3FF;
}

.contents
{
    width: 497px;
    background-position: top right;
    background-repeat: repeat-y;
    background-image: url(../images/contents_bg.gif);
    min-height: 680px;
    
}

.news
{
    width: 275px;
    float: right;
    min-height: 680px;
}

.menu
{
    text-align: left;
    width: 200px;
    float: left;
}

.inner-layout
{
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url(../images/ball.gif);
    min-height: 680px;
}

.menu .panel
{
    padding: 8px 0px 8px 0px;
    width: 180px;
    background-color: #f4fcff;
    margin-left: 6px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/menu_cnr.gif);
}

.menu .panel a
{
    font-family: Arial;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 2px 0px 2px 10px;
}

.menu .panel a:hover, .menu .panel .hover
{
    font-family: Arial;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: Red;
    padding: 2px 0px 2px 10px;
}

.right-panel
{
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/news.jpg);
    margin-left: 205px;
    min-height: 680px;
}

.footer
{
    background-color: #000;
    height: 11px;
    background-repeat: repeat-x;
    background-image: url(../images/footer_bg.gif);
}


.sponsors
{
    text-align: center;
    background-color: #000;
    padding-top: 20px;
    color: #ccc;
    height: 60px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/sponsors.gif);
}

.page-title
{
    font-weight: bold;
}

.contact-form
{
    border-collapse: collapse;
    width: 100%;
}

.contact-form td
{
    padding: 1px 0px 1px 0px;
}

.contact-form .label
{
    vertical-align: top;
    width: 140px;
    font-weight: bold;
}

div#wn
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 530px;
    overflow: hidden;
    z-index: 1;
}

#content
{
    margin: 0px;
    line-height: 1.7;
    position: relative;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#arrows
{
    width: 30px;
    float: right;
    margin-right: 0px;
    margin-top: 50px;
    line-height: 1.5;
}

#arrowMid
{
    height: 20px;
}

div#hold	{ 
	position:relative; 
	overflow:hidden;
	width: 400px;
	height: 530px; 
	z-index:100;
	margin: 0px;
	
	}
	
.players
{
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

.players td div
{
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
}

.players td div div
{
    border: 0px;
    padding: 5px 0px 0px 0px;
}

.players a, a.player-thumb
{
    border: solid 2px #0070D0;
    width: 100px;
    height: 120px;
    background-color: #000;
    display: -moz-inline-box;
    display: inline-block;
}

.btn
{
    margin-right: 10px; 
    font-size: 10px; 
    border: solid 1px #6DCFF7;
    
}

.compulsory
{
    color: Red;
    padding-left: 5px;
    font-size: 12px;
}

.news-panel
{
    
}

a.address, a.address:link ,a.address:visited
{
    font-size: 10px;
    color: Red;
    text-decoration: none;
    border-bottom: dotted 1px Red;
    font-weight: bold;
}

a.address:hover, a.address:active, a.address:visited:hover
{
    font-size: 10px;
    color: Red;
    text-decoration: none;
    border-bottom: solid 1px Red;
    font-weight: bold;
}

.news-panel a
{
    margin-left: 5px;
    font-size: 10px;
    color: Red;
    text-decoration: none;
    border-bottom: dotted 1px Red;
    font-weight: bold;
}

.news-panel a:hover
{
    margin-left: 5px;
    font-size: 10px;
    color: Red;
    text-decoration: none;
    border-bottom: solid 1px Red;
    font-weight: bold;
}

.grid-view
{
    margin-top: 20px;
    width: 100%;
}

.grid-view td
{
    vertical-align: top;
    border: solid 1px;
}

.team-photo
{
    border: solid 1px #ccc;
}

.hidden
{
    display: none;
}