/*** general start ***/
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body, td, pre {
font-family: Arial, sans-serif;
font-size: 11pt;
    color: #444444;
}

h1 {
    font-size: 150%;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    color: #000000;
}

h2 {
    font-size: 130%;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    color: #000000;
}

h3 {
    font-size: 110%;
    margin-top: 20px;
    color: #000000;
}

h4 {
    font-size: 100%;
    margin-top: 20px;
    color: #000000;
}

h5 {
    font-size: 100%;
    margin-top: 20px;
    color: #000000;
}

h6 {
    font-size: 100%;
    margin-top: 20px;
    color: #000000;
}

a, a:visited {
    color: #000000;
}

a:hover {
    color: #000000;
}

hr {
    border: #CCCCCC 1px solid;
}

td p {
    margin: 2px;
}

img {
    border: 0;
}

#page {
    margin: 0 auto;
    width: 960px;
}

#topbar {
    position: relative;
}

#main {
    position: relative;
    width: 940px;
    min-height: 400px;
}

#main-border-middle {
    position: relative;
}

#main-border-middle-repeat {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 100%;
}

#admin {
    overflow: hidden;
    text-align: right;
    padding-top: 8px;
}

#admin a, #admin a:visited, #admin a:hover {
    text-decoration: none;
    color: #000000;
    padding: 7px;
}

#footer {
    padding: 2px 20px;
}

.clear {
    clear: both;
}

p {
    margin: 9px 0;
    padding: 0;
}

#header, #topbar, #main, #footer, #left, #center, #right {
    overflow: hidden;    
}
/*** general end***/

#left {
    float: left;
}

#center {
    float: left;
}

#right {
    display: none;
}

#header, #topbar, #main, #footer{
    margin: 0 10px;
}

#left .sidebar-content {
    padding: 10px 15px;
}

.content {
    padding: 10px 20px;    
}
#header-border-top, #header-border-bottom,
#topbar-border-top, #topbar-border-bottom,
#main-border-top, #main-border-bottom,
#footer-border-top, #footer-border-bottom {
    height: 10px;
}
#topbar {
    background: #000000;
}

#footer {
    background: #808080;
}

#navigation-1 {
    padding: 5px 15px;
    margin: 0;
}

#navigation-1 li {
    display: inline;
    padding: 5px 5px;
    margin: 0 5px;
    height: 2em;
}

#navigation-1 li a {
    color: white;
}

#navigation-1 li:hover, #navigation-1 li.selected {
    background: white;
}

#navigation-1 li:hover a, #navigation-1 li.selected a {
    color: #000000;
}

.navigation a {
    text-decoration: none !important;
}

#navigation-2 li a {
    display: block;
}

#navigation-2 {
    margin: 30px 0 20px 0;
    padding: 0;
    border-top: 1px solid #000000;
}

#navigation-2.empty-entry{
    border-top: none;
}

#navigation-2 li a {
    display: block;
    list-style: none;
    border-bottom: 1px solid #000000;
}

#navigation-2.empty-entry li a {
    border-bottom: none;
}

#navigation-2 li a {
    padding: 5px 0 5px 25px;
    color: #000000;
    background: #cccccc;
}

#navigation-2 li.selected a {
    color: #000000;
    background: #808080;
}

#navigation-2 li.active a, #navigation-2 li a:hover {
    color: #cccccc;
    background: #000000;
}

#navigation-2 #navigation-3 li a {
    padding: 2px 0 2px 40px;
    font-size: 90%;
    color: #000000;
    background: #cccccc;
}

#navigation-2 #navigation-3 li.selected a {
    color: #000000;
    background: #808080;
}

#navigation-2 #navigation-3 li.active a, #navigation-2 #navigation-3 li a:hover {
    color: #cccccc;
    background: #000000;
}

#navigation-3 {
    padding: 0;
    margin-left: 0;
}

.admin-links {
    bottom: 3px;
    position: absolute;
    right: 0;
}

.admin-links a {
    padding: 6px;
    text-decoration: none !important;
    color: white;
    font-size: 80%;
}
#header-border-top, #topbar-border-top, #footer-border-top {
    background: url("../webpage/images/border/none/top-full.png") no-repeat scroll 0 0 transparent;
}

#header-border-middle, #topbar-border-middle, #footer-border-middle {
    background: url("../webpage/images/border/none/middle-repeat-full.png") repeat-y scroll 0 0 transparent;
}

#header-border-bottom, #topbar-border-bottom, #footer-border-bottom {
    background: url("../webpage/images/border/none/bottom-full.png") no-repeat scroll 0 0 transparent;
}

#main-border-top {
    background: url("../webpage/images/border/none/top-lc.png") no-repeat scroll 0 0 transparent;
}

#main-border-middle {
    background: url("../webpage/images/border/none/middle-norepeat-lc.png") no-repeat scroll 0 0 transparent;
}

#main-border-middle-repeat {
    background: url("../webpage/images/border/none/middle-repeat-lc.png") repeat-y scroll 0 0 transparent;
}


#main-border-bottom {
    background: url("../webpage/images/border/none/bottom-lc.png") no-repeat scroll 0 0 transparent;
}


#left {
    width: 230px;
    margin-right: 10px;
}

#center {
    width: 690px;
    margin-left: 10px;
}

#main-background-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 230px;
    z-index:-1;
}

#main-background-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 250px;
    width: 690px;
    z-index:-1;
}
#main-background-left, #main-background-center, #main-background-right {
    background: white;
}
#main-separator-1, #main-separator-2 {
    display: none;
}
#header {
	background: url('header 4.png') no-repeat;
	height: 294px;
}

#header-club-logo {
	display: none;
}

#header-club-name {
	display: none;
}

body {
	background: #000000 ;
}

