body,html {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0;
    background: #000;
    font-family: Verdana;
    font-size: 11px;
    color: #4c4c4c;
    background-image: url('./../gr/body_bg.png');
    background-repeat: repeat-x;
    background-position: top;
}

img {
    border: 0;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
}
a:link, a:visited {
    color: #2481B7;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

.green {
    text-align: center;
    color: green;
}
.red {
    color: red;
    text-align: center;
}

td.right {
    text-align: right;
}

.small {
    font-size: 10px;

}


#container {
    width: 1079px;
    margin: auto;
}

#web {
    background-image: url('./../gr/arrows_left.png');
    background-repeat: no-repeat;
    background-position: 83px bottom;
}


/* ******* LEFT COLUMN WITH MENU AND LOGO ******** */
#leftColumn {
    float: left;
    width: 249px;
    background-image: url('./../gr/ball_left.png');
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: -54px;
}

#logo {
    margin-left: 74px;
    margin-top: 10px;
}

#menu {
    margin-left: 54px;
    margin-top: 30px;
    float: left;
    width: 195px;
    height: auto;
    background-image: url('./../gr/menu_bg.png');
    background-repeat: repeat;
}


/* ********* RIGHT COLUMN WITH HEADER AND CONTENT */
#rightColumn {
    width: 680px;
    float: left;
}

#header {
    width: 900px;
    height: 104px;
    background-image: url('./../gr/ball_right.png');
    background-repeat: no-repeat;
    background-position: left;
}

#header #decoration {
    float: left;
    height: 104px;
    margin-left: 150px;
    width: 482px;
    background: url('./../gr/header_decoration.png');
}

#content {
    float: left;
    width: 680px;
    min-height: 1150px;
    _height: 650px;
    background: #FFF;
}

#contentPadding {
    margin: 15px;
}

#sponsors {
    float: right;
    width: 150px;
    height: auto;
    margin-top: 50px;
}

#bottom {
    clear: both;
    width: 900px;
    height: 96px;
    background-image: url('../gr/arrows_bottom.png');
    background-repeat: no-repeat;
    background-position: 180px;
    text-align: center;
}

#copyright {
    width: 680px;
    height: 60px;
    line-height: 60px;
    background: #F2F199;
    text-align: center;
    clear: both;
    margin-left: 195px;
}


/* ******************** MENU **************** */
.verticalMenu {
    margin: 5px;
}

.verticalMenu .menuItem {
    width: 165px;
    font-family: Courier, monospace;
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    letter-spacing: 1px;
    display: block;
    text-align: left;
    position: relative;
}

.verticalMenu .menuItem a {
    position: relative;
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    display: block;
    width: 180px;
    padding-left: 5px;
    z-index: 2;
}

.verticalMenu .menuItem a:hover {
    /*background: #2987bc;*/
}

.verticalMenu .portruder {
    position: absolute;
    height: 30px;
    width: 0px;
    background: #2987bc;
    z-index: 1;
}

.verticalMenu .subMenu {
    display: none;
    position: absolute;
    width: 170px;
    background-image: url('../gr/submenu_bg.png');
    background-repeat: repeat;
    border: 1px solid #318bbf;
    color: #000;
}

.verticalMenu .subMenuItem {
    color: #000;
    width: 165px;
}

.verticalMenu .subMenuItem a {
    color: #000;
    font-family: Verdana;
    font-size: 14px;
    text-decoration: none;
    width: 165px;
}

.verticalMenu .subMenuItem a:hover {
    background: #EFE80C;
}

/************** NEWS ****************** */
.newsItem .newsHeader {
    width: 100%;
    background: #EFE80C;
    padding: 5px;

}
.newsHeader .newsTitle h2 {
    font-family: Verdana;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.newsHeader .newsTitle {
    float: left;
    width:450px;
}

.newsHeader .newsDate {
    float: right;
}
.newsHeader .newsHeaderBottom {
    clear: both;
}

.newsItem .newsContent {
    clear: both;
    text-align: justify;
}

/******************* TEAMS ********** */
.teamButtons {
    text-align: center;
    margin-bottom: 20px;
}
.teamButtons button {
    border: 1px solid #2481B7;
    background: #EFE80C;
    color: #000;
    font-size: 12px;
    padding: 5px;
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
}

/******************* PLAYERS ******************* */
.player {
    width: 350px;
    clear: both;
    margin: auto;
    margin-top: 8px;
    padding: 10px;
    border: 1px solid #2481B7;

}
.player .photo.left {
    float: left;
}
.player .photo.right {
    float: right;
}
.player .info.left {
    float: left;
}
.player .info.right {
    float: right;
}
.player .info h2 {
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

/****************** MATCHES ********************* */
.match {
    width: 100%;
    border: 1px solid #2481B7;
    margin-top: 2px;
    cursor: pointer;
}
.match .rows {
    float: left;
}

.match .date {
    float: left;
    font-size: 11px;
    color: #000;
    padding: 4px;
    margin-left: 5px;
}
.match .teams {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 4px;
    margin-left: 5px;
}
.match .bigTime {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    margin-left: 10px;
}
.match .bigLocation {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    margin-left: 10px;
}
.match .score {
    float: right;
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    margin-right: 50px;
    height: 40px;
    line-height: 40px;
}
.match .subrow {
    clear: both;
    font-size: 10px;
}
.match .subrow .time, .match .subrow .location {
    float: left;
    font-size: 10px;
    padding: 4px;
    margin-left: 5px;
}
.match .details {
    clear: both;
    display: none;
}
.matchDetails {
    width: 100%;
    border-collapse: collapse;
}
.matchDetails td, .matchDetails th {
    border: 1px solid #2481B7;
    border-bottom: 0;
}

.matchDetails tr > td:first-child, .matchDetails tr > th:first-child {
    border-left: 0;
}
.matchDetails tr > td:last-child, .matchDetails tr > th:last-child {
    border-right: 0;
}

/******************** MATCH BOX *************** */
.boxes {
    clear: both;
}
.matchBox {
    border: 1px solid #2481B7;
    padding: 5px;
    width: 45%;
}
.matchBox.upcomming {
    float: left;
}
.matchBox.last {
    float: right;
}

.matchBoxTable tr {
    cursor: pointer;
}

.matchBoxTable .right {
    width: 80px;
}

.matchBoxTable .mainrow td {
    font-size: 10px;
    font-weight: bold;
}
.matchBoxTable .inforow td {
    font-size: 9px;
}

/***************** CHAMPS TABLE *********** */
.champTable {
    border-collapse: collapse;
    margin: auto;
}
.champTable td, .champTable th {
    border-bottom: 1px solid #2481B7;
}

/* ****************** GB **************** */
.gbMessage {
    width: 100%;
}
.gbMessage .message {
    border: 1px solid #2481B7;
    margin-top: 5px;
    padding: 5px;
}
.gbMessage .author {
    float: left;
    font-weight: bold;
}
.gbMessage .date {
    float: right;
}
.gbMessage .msgHeader {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}
.gbMessage .content {
    clear: both;
}
.gbMessage .replies {
    margin-left: 40px;
}

/* ****************** VIDEO **************** */
.video {
    margin: auto;
    text-align: center;
}
