/* null margins and padding to give good cross-browser baseline */

html,body,address,blockquote,div,form,fieldset,caption,h1,h2,h3,h4,h5,h6,hr,ul,li,ol,ul,table,tr,td,th,p,img {
	margin:0;
	padding:0;
}


/* Tables */

table {
	border-collapse: collapse; 
}


/* General settings */

img,fieldset {
	border:none;
}

hr {
	display:none; /* HR are present for CSS off users */
}

body {
	text-align:center; /* center #pageWrapper in IE 5.x */
	padding:0 4px;
    font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	background:#DDD url(../img/bodyBackground.png) top center repeat-x;
}

* html body {
	behavior:url(csshover3.htc);
}


/* Links */

a {
    color: #236B8E;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #E3170D;
}



#pageWrapper {
	width:984px;
	margin:0 auto;
	text-align:left;
}

h1 {
	position:relative;
	float:left;
	width:225px;
	padding:20px 0 21px;
	text-align:right;
	font:bold 48px/48px verdana,helvetica,sans-serif;
}

h1 small {
	display:block;
	text-align:right;
	padding-right:4px;
	color:#CCC;
	font:bold italic 24px/24px verdana,helvetica,sans-serif;
}

h1 span {
	color:#FC0;
}

h1 b {
	position:absolute;
	top:0;
	left:2px;
	width:225px;
	height:113px;
	background:url(../img/logo.png) 0 0 no-repeat;
}


/* Ads top */

#topAdvert {
	margin-left:230px;
	padding-top:12px;
	text-align:right;
}


/* Menu */

#mainMenu {
	clear:both;
	list-style:none;
	float:left;
	width:100%; /* trip haslayout */
	padding:1px 0 17px;
}

#mainMenu li {
	position:relative;
	float:left;
}

#mainMenu a {
	float:left;
	padding:8px 16px;
	text-decoration:none;
	color: #3D3D3D;
}

#mainMenu li:hover a {
	background-color:#FE8;
}

#mainMenu ul {
	list-style:none;
	position:absolute;
	display:inline; /* IE will 'stick' in one state without a display state change */
	left:-999em;
	top:32px;
	width:328px;
	padding:4px 0;
	background:#FE8;
    z-index:100;
}

#mainMenu li:hover ul {
	display:block; /* IE will 'stick' in one state without a display state change */
	left:0;
}

#mainMenu ul li {
	padding:2px 0;
}

#mainMenu ul li a {
	width:132px;
	padding:4px 0px 4px 32px;
	text-align:left;
	background:url(../img/menu2.png) 6px 0 no-repeat;
}

#mainMenu ul .club a {
	background-position:6px -20px;
}

#mainMenu ul .distance a {
	background-position:6px -40px;
}

#mainMenu ul .experience a {
	background-position:6px -60px;
}

#mainMenu ul .fishing a {
	background-position:6px -80px;
}

#mainMenu ul .fist a {
	background-position:6px -100px;
}

#mainMenu ul .magic a {
	background-position:6px -120px;
}

#mainMenu ul .shielding a {
	background-position:6px -140px;
}

#mainMenu ul .sword a {
	background-position:6px -160px;
}

#mainMenu ul .achievements a {
	background-position:6px -184px;
}

#mainMenu ul li:hover a {
	text-decoration:underline;
}

#mainMenu .second a {
	margin-right:-16px; /* trick IE into behaving on wrapping these floats */
}



/* Content box with border */

.borderBox {
	clear:both;
	overflow:hidden; /* wrap floats */
	width:100%; /* trip haslayout, wrap floats */
	background:#FFF url(../img/borders.png) -984px 0 repeat-y;
}

.borderTop,
.borderBottom {
	clear:both;
	font-size:1px; /* prevent IE minimum height issues */
	height:12px;
	background:url(../img/borders.png) top left no-repeat;
}

.borderTop {
	margin-bottom:-12px;
}

.borderBottom {
	background-position:bottom left;
}


/* Content area */

#contentWrapper {
	width:100%;
	float:left;
}

#content {
	padding: 16px;
}


/* Footer */

#footer {
	padding:10px 0;
	text-align:center;
}


/* Right box */

.right {
    float: right;
    display: inline;
    padding: 5px 10px;
    border: 1px solid #AAAAAA;
    background: #F5F5F5;
}


/* Log paging box */

.logpages {
    margin-top: 20px;
    text-align: center;
}


/* Titles */

h2 {
    margin: 0 0 15px 0;
    color: #363636;
}

h3 {
    margin: 25px 0 10px 0;
    color: #FF7F00;
}

h4 {
    margin: 20px 0 10px 0;
}


/* Links */

a {
    color: #236B8E;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #E3170D;
}


/* Gradient table */

.gtable {
	width: 100%;
	margin-bottom: 10px;
}

.gtable th {
	background: url(../img/gr.png);
	height: 30px;
	padding: 0 5px 0 5px;
	color: #383838;
}

.gtable th a {
	color: #383838;
}

.gtable th.sortable-currency, .gtable th.sortable-numeric, .gtable th.sortable-text, .gtable th.sortable-date {
	background: url(../img/gr_ar.png);
	padding-left: 17px;
}

.gtable th.forwardSort {
	background: url('../img/gr_ar_up.png');
}

.gtable th.reverseSort {
	background: url('../img/gr_ar_down.png');
}

.gtable th, .gtable td {
	border: 1px solid #B4B4B4;
}

.gtable th.center, .gtable td.center {
	text-align: center;
}

.gtable td {
	padding: 4px;
}

.gtable tr.alt {
	background: #EDEDED;
}


/* Footnote - note at bottom of pages */

.footnote {
    text-align: center;
    font-size: 8pt;
}


/* 2 columns */

#sideBar {
	float:right;
	display:inline; /* prevent IE margin doubling */
	position:relative;
	width:340px;
}

#mainArea {
    margin-right:364px;
}


/* 2 columns with wider right column */

#sideBarB {
	float:right;
	display:inline; /* prevent IE margin doubling */
	position:relative;
	width:550px;
}

#mainAreaB {
    margin-right:574px;
}


/* 2 columns with wider left column */

#sideBarC {
	float:right;
	display:inline; /* prevent IE margin doubling */
	position:relative;
	width:305px;
}

#mainAreaC {
    margin-right:314px;
}


/* White info table */

.infobox {
    border: 1px solid #AAA;
    margin-bottom: 10px;
}

.infobox .title {
    background: #AAA;
    padding: 5px;
    font-weight: bold;
    color: white;
}

.infobox .content {
    padding: 5px;
}

.infobox .ads {
    padding: 10px 0;
    text-align: center;
}

.infobox .links {
    float: right;
    display: inline;
}

.infobox table {
    margin: 7px;
}

.infobox td {
    padding: 2px;
}

.infobox td.first {
    width: 100px;
}


/* Other infobox colors */

.bluebox {
    border: 1px solid #3B5998;
}

.bluebox .title {
    background: #3B5998;
}


/* Monthly top table */

.monthly_top {
    margin: 15px auto;
}

.monthly_top th, .monthly_top td {
    border: 1px solid #999;
    padding: 5px;
}

.monthly_top th {
    background: #D3D3D3;
}


/* Links block */

.linkblock li {
    list-style-type: none;
}

.linkblock li a {
    padding: 5px 10px;
    display: block;
}

.linkblock li a:hover {
    background: #F5F5F5;
}


