body {
	text-align: center; /* for IE */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background: url('images/sitebg.jpg') center top no-repeat; background-color: #000000;
	background-position: top;
	margin-top:10px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.pics { height: 100px; width: 498px; padding:0; margin:0; overflow: hidden }
.pics img { height: 100px; width: 498px; padding: 0px; top:0; left:0 }
.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a.blueLink:link, a.blueLink:visited {
	color: blue;
	text-decoration: none;
}

a.bluelink:visited{
	color: blue;
	text-decoration: underline;
}

.cursor_hand {
	cursor: pointer;
}

.error{
	color: red;
	font-weight: bold;
}

ul.activityList{
	list-style: none;
	margin: 1px;
	padding: 0px;
	font-size: 10px;
}
ul.activityList li{
	
}

img.ad {
	border: solid 1px #000000;
}

img.sponsor {
	margin-bottom: 30px;
}

tr.rowheader{
	background-color: #a7a7a7;
}

tr.datalist1 {
	background-color: #eae8e8;
}
tr.datalist2 {
	background-color: #d6d6d6;
}

tr.datalist1:hover {
	background-color: #cecece;
}
tr.datalist2:hover {
	background-color: #cecece;
}

table.gb_box{
	width:100%;
	margin-bottom:15px;
	border:solid 1px #000;
}

tr.bg_header{
	border-bottom: solid 1px #000;
	background-color: #000;
	color: #fff;
}

tr.bg_header a{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

td.bg_date{
	font-size: 10px;
	text-align: right;
}


#logo {
	position: absolute;
	background-image: url('images/club_logo.png');
	background-repeat: no-repeat;
	width: 200px;
	height:78px;
	left: 15px;
	top: 15px;
}

#header {
	position: absolute;
	left: 224px;
	top: 15px;
	width: 498px;
	height: 100px;
}

#title_text{
	position: absolute;
	top: 95px;
	left: 18px;
	width: 200px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	
}

#time {
	position: absolute;
	background-image: url('images/gradient_time.png');
	background-repeat: no-repeat;
	top: 0px;
	right: 5px;
	width: 249px;
	height: 16px;
	font-size: 12px;
	text-align: right;
}

#overlay{
	position: absolute;
	width: 94px;
	height: 110px;
	top: 2px;
	left: 270px;
	background-image: url('images/overlay.png');
	background-repeat: no-repeat;
} 

p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}


td {
	font-size: 12px;
}

h1 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

h1.newsHeader{
	font-size: 18px;
	font-weight: bold; 
	color: #464646;
	
}

#container {
	position: relative;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 915px;
	border: solid 1px #6d6d6d;
	margin-bottom: 10px;
	overflow: visible;
	background-color: #FFFFFF;
}	
#banner_top {
	width: 922px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0px;
	overflow: hidden;
}	
#ramme {
	width: 915px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 4px;
	border: solid 1px #6d6d6d;
	overflow: visible;
	background-color: #FFFFFF;
}
#topHeader {
	position: relative;
	height: 120px;
	width:100%;	
}

#topMenu {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #969595;
}

#content{
	position: relative;
	width:100%;
	margin-top: 6px;
	margin-bottom: 10px;
	text-align:left;
    background-color: #fff;
}

#leftCol{
	position: relative;
	width: 174px;
	float: left;
	margin-left: 4px;
}

#centerCol{
	position: relative;
	width: 525px;
	float: left;
}

#rightCol{
	position: relative;
	width: 200px;
	float: right;
	margin-right: 4px;
}
.box_right {
	position: relative;
	background-image: url('images/box_bg2.png');
	background-repeat: repeat-y;
	width: 180px;
}

.box_top_right {
	position: relative;
	width: 180px;
	text-align: center;
	font-weight: bold;
}

.box_content{
	padding-left: 4px;
	font-size: 10px;
}

.box_content_inv{
	padding-left: 2px;
	font-size: 10px;
}

#footer {
	background-color: #a5a5a5;
	clear: both;
	text-align: center;
	font-size: 10px;
	margin: 3px;
	width: 888px;
	padding: 2px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
