/* Theme Specific Classes */


/* Nav Menu Classes */


/* Core Classes */
body {
	background-color: #E6E6E6;
}

b {
color:#003366;
}

body, td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000;
}

body, td, .indent, .defaulttext, .caption, .captiontext, .bodytable, .mediumtext,
.forumheader, .forumheader2, .forumheader3, .forumheader4, .forumheader5, .fcaption, .finfobar {
	font: normal 10px Verdana, Helvetica, sans-serif;
	color: #000;
	line-height:20px;
}


a {
	color: #0000FF; text-decoration:none;
}
a:active {
	color: #093A63; text-decoration:none;
	background-color: #EFEFEF;
	font-weight:bold;
	padding-right: 5px;
	
}

a.visit:visited {
	color: #898989; text-decoration:none
}

a:hover, a.visit:hover, a.clubslink:hover {
	color: #093A63;
	background-color: #EFEFEF;
}

a.clubslink:link, a.clubslink:active {
	color: #929292; text-decoration:none
}
a.clubslink:visited {
	color: #7D7D7D; text-decoration:none
}
a.treemenu:link, a.clubslink:active {
	color: #454545; text-decoration:none
	font-size: 11px;
}
a.treemenu:visited {
	color: #454545; text-decoration:none
	font-size: 11px;
}


// these are the link style for the TREE_MENU
// You also need to add these style in the TREE_MENU configuration

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	

}
a.footerlink:hover {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	

}

.non-openable {
	font-size : 10px;
	color: #595959;
}
.openable {
	font-size : 10px;
	color: #595959;
}
.opened {
	font-size: 8px;
	width:90%;
	padding-right:5px;
	padding-left:5px;
	border-bottom: solid 1px #C0C0C0;
	background-color: #E1E1E1;
}

.left_caption {
	font-size : 12px;
	color: #940000;
	font-weight: bold;
}
.right_caption {
	font-size : 12px;
	color: #940000;
	font-weight: bold;
	text-align:right;
}
.right_text {
	font-size: 10px;
	text-align: right;

}
.left_menu {
	font-size: 12px;
	width:100%;
}
.clubsmenu {
	border-right: solid 1px #A5ACB2;
	font-size: 10px;
	text-align: right;
	padding-right:10px;
}

.cont {
	width:100%;
}

h3 {
	font: normal Verdana, Helvetica, sans-serif;
	color: #000;
	font-size:14px;
	font-weight: bold
	line-height:10px;
}

.footer, a.footer, a.footer:hover  {
	font: normal 9px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}


.smalltext, .smallblacktext, .tbox, .button, .button:hover, .nextprev, .helpbox {
	font: normal 9px verdana, tahoma, arial, sans-serif;
	color: #000;
}

form {
	margin: 0px;
}

.tbox {
	border: #A5ACB2 1px solid;
}

.indent {
	border: #999 1px dashed;
	padding: 5px;
	margin: 5px;
	background-color: #f7f7f9;
}

.button, .button:hover {
	border: 1px solid #A5ACB2;
}

.button {
	background-image : url(images/button.png);
}

.button:hover {
	background-image : url(images/buttonover.png);
}

.nextprev {
	border: 0px;
	text-align: center;
	padding: 2px;
	background-color: #f7f7f9;
}

.spacer{
	padding: 5px 0px;
}

.fborder, .border{
	border-collapse: collapse;
	border-spacing: 0px;
}

.forumheader, .forumheader2, .forumheader3, .forumheader4, .fcaption, .finfobar {
	padding: 4px;
}

.forumheader, .forumheader4, .finfobar {
	background-color: #fbfbfd;
}

.forumheader5 {
	cursor: pointer;
}

.fcaption, .forumheader5 {
	background-color: #f7f7f9;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.searchhighlight {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}








