@charset "utf-8";
/* CSS Document */

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ul {
	list-style:inside;
	}

p {
	margin:13px 0;
	} 

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* force scrollbar */

html {
	height:100%;
	margin-bottom:1px;
	}

/* general classes */

.colpad15 {
	padding:20px;
	margin:0px;
	}


/* maintags */

body {
	-x-system-font:none;
	font-family:Arial, sans-serif;
	color:#fff;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
	background:#1d1a1a;
	}



h1 {
	font-size:20px;
	}

h2 {
	font-size:25px;
	margin-bottom:0.25em;
	text-decoration:none;
	line-height:1em;
	font-weight:normal;
	color:#0984c8;
	text-transform:uppercase;
	}

h3 {
	font-size:20px;
	margin-bottom:0.15em;
	text-decoration:none;
	line-height:1.3em;
	font-weight:normal;
	color:#fff;
	}

h4 {
	font-size:15px
	color:#0984c8;
	}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	}

h6 {
	font-size:0.85em;
	}


a {
	color:#0984c8;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

a img {
	border:none;
	}


#cmscontent ol li {
	margin-left:1.5em;
	}

#cmscontent li li {
	margin-left:2em;
	}

/* header */

#header_container {
	height:225px;
	background:#fff url(images/twocolors_bg.gif) center top repeat-y;
	text-align:left;
	overflow:hidden;
	}

#header {
	position:relative;
	height:225px;
	width:960px;
	background:#1d1a1a;
	margin:0 auto;
	}

#logo {
	position:relative;
	float:left;
	height:225px;
	width:250px;
	background:#0984c8;
	}

#logo img {
	position:absolute;
	bottom:0;
	right:0;
	}

#header h1 {
	position:relative;
	float:right;
	font-size:42px; /* 3.1em */
	line-height:32px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	color:#0984c8;
	}


/* blueboxes */

.bluebox {
	position:relative;
	overflow:hidden;
	float:left;
	height:181px;
	width:214px;
	margin:11px 0 0 22px;
	font-size:13px;
	background:url(images/bluebox_bg.gif) top left no-repeat;
	font-family:Arial, sans-serif;
	}

.bluebox img {
	float:left;
	}

.bluebox p {
	margin-top:0;
	}

.bluebox span {
	display:block;
	overflow:hidden;
	float:right;
	margin:10px 5px 0 0;
	width:180px;
	height:160px;
	}

.bluebox span.calendaritem {
	height:auto;
	}

.bluebox span.calendaritem p {
	margin:0;
	}

.bluebox span.calendaritem a {
	color:#fff;
	}

.bluebox span.calendaritem a:hover {
	text-decoration:none;
	}

.bluebox a.readmore {
	position:absolute;
	bottom:0;
	right:0;
	height:22px;
	width:65px;
	font-style:italic;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background:url(images/more_btn.gif) top right no-repeat;
	}

.bluebox span.newsletterheader {
	height:auto;
	line-height:12px;
	font-weight:bold;
	}

.bluebox form {
	float:left;
	margin:10px 0 0 10px;
	}

.bluebox form input {
	border:none;
	background:#a1deff;
	}

#formSubmit { 
	position:absolute;
	bottom:0;
	right:0;
	}


/* content */

#content_container {
	overflow:hidden;
	text-align:left;
	}

#content {
	position:relative;
	overflow:hidden;
	width:960px;
	background:#1d1a1a;
	margin:0 auto;
	padding-bottom:20px;
	}

/* menu */

#leftnav {
	position:relative;
	float:left;
	width:225px;
	margin:20px 25px 0 0;
	text-align:right;
	font-size:13px;
	}
	
#leftnav ul{
	overflow:hidden;
	}
	
#leftnav li {
	display:block;
	height:25px;
	width:225px;
	float:left;
	margin-bottom:10px;
	}

#leftnav li a {
	height:25px;
	padding:6px 0 5px 6px;
	color:#a5a3a3;
	font-weight:bold;
	line-height:25px;
	text-transform:uppercase;
	}

#leftnav li a span{
	height:30px;
	padding:6px 5px 5px 0;
	}

#leftnav li a:hover, #leftnav li.current a {
	text-decoration:none;
	color:#fff;
	background:url(images/menu_left_bg.gif) center left no-repeat;
	}

#leftnav li a:hover span, #leftnav li.current a span {
	background:url(images/menu_right_bg.gif) center right no-repeat;
	}

#extrabuttons {
	margin-top:20px;
	}

#extrabuttons a {
	background:url(images/menu_left_bg.gif) center left no-repeat;
	}

#extrabuttons a span {
	background:url(images/menu_right_bg.gif) center right no-repeat;
	}


#bocbutton a {
	background:url(images/menu_left_bg_2.gif) center left no-repeat;
	}

#bocbutton a span {
	color:#fff;
	background:url(images/menu_right_bg_2.gif) center right no-repeat;
	}

#leftnav #bocbutton a:hover {
	background:url(images/menu_left_bg_2.gif) center left no-repeat;
	}

#leftnav #bocbutton a:hover span {
	color:#1d1a1a;
	background:url(images/menu_right_bg_2.gif) center right no-repeat;
	}

/* cmscontent */

#cmscontent {
	position:relative;
	overflow:hidden;
	float:left;
	width:710px;
	}

/* calendar table make-up */

#calendartable, #resulttable {
	margin-top:5px;
	width:700px;
	}

#calendartable p, #resulttable p {
	margin:0;
	}

#calendartable th, #resulttable th {
	border-bottom:1px solid #0984c8;
	padding:10px 10px;
	}

#calendartable td, #resulttable td {
	border-bottom:1px solid #444;
	padding:10px 10px;
	vertical-align:top;
	}

#calendartable td.date {
	width:100px;
	}

#calendartable td.title {
	width:400px;
	}
	
#calendartable td.location {
	width:100px;
	}
	
#calendartable td.readmore {
	width:100px;
	}


/* admirals corner */

table.admiral {
	width:700px;
	}

table.admiral th {
	border-bottom:1px solid #0984c8;
	padding:10px 10px;
	}

table.admiral td {
	border-bottom:1px solid #444;
	padding:10px 10px;
	vertical-align:top;
	}

table.admiral td:first-child {
	width:100px;
	}

/* Rules */

table.rules {
	width:700px;
	}

table.rules th {
	border-bottom:1px solid #0984c8;
	padding:10px 10px;
	}

table.rules td {
	border-bottom:1px solid #444;
	padding:10px 10px;
	vertical-align:top;
	}

/*Market Place*/

table.market {
	width:700px;
	}

table.market th {
	border-bottom:1px solid #0984c8;
	padding:10px 10px;
	}

table.market td {
	border-bottom:1px solid #444;
	padding:10px 10px;
	vertical-align:top;
	}

/* footer */

#footer_container {
	background:#fff url(images/twocolors_bg.gif) center top repeat-y;
	}
	
#footer {
	position:relative;
	height:50px; 
	width:960px;
	background:#0984c8 url(images/footer_corner.gif) top right no-repeat;
	margin:0 auto;
	}

#footer a {
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	width:26px;
	height:50px;
	background:url(images/wax_logo_transp50.png) no-repeat top left;
	cursor:pointer;
	}

#footer a:hover {
	background:url(images/wax_logo.png) no-repeat top left;
	}
	
#footer a.denk {
	position:absolute;
	top:15px;
	right:45px;
	display:block;
	width:26px;
	height:50px;
	background:url(images/denk_logo_transp50.png) no-repeat top left;
	cursor:pointer;
	}
#footer a.denk:hover {
	background:url(images/denk_logo.png) no-repeat top left;
	}	
