/* Normal, standard links. */
a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #551A8B;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav {
	margin:10px 0px;
}
.nav:link, .nav:visited{
	text-decoration: underline;
	color:#0066cc;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, verdana;
}
a.nav:hover {
	color:#000;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #000000;
	font-size: small;
	font-family: tahoma, verdana;
}
/* The main body of the entire forum. */
body {
	background:#FFF;
	font-size: 12px;
	line-height: 125%;
}
body#cs-body {
	background:#D8CAB1 url(images/art/bg-page-caymanislands.jpg) no-repeat center 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 125%;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image should have a border when linked */
a img {
	border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
	background: #F6F6F6;
	color: #5b5b5b;
	padding: 1ex;
	border-bottom: 1px solid #EEEEEE;
}
.windowbg2 {
	background: #EEEEEE;
	color: #5b5b5b;
	padding: 1ex;
	border: 1px solid #DDDDDD;
}
.windowbg3 {
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
/* the today container in calendar */
.calendar_today {
	background-color: #FCFCFC;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: black;
	font-style: normal;
	background: url(images/titlebg.gif) #EFEFEF repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: black;
	font-style: normal;
}
.titlebg a:hover {
	color: #666666;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: #717171 url(images/catbg.gif) repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-size:13px;
}
.catbg2 , tr.catbg2 td {
	background: #717171 url(images/catbg.gif) repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 {
	border-bottom: 1px solid #C5C5C5;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited {
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg3 a:hover {
	color: #E3E3E3;
}
.catbg2 a:link, .catbg2 a:visited, .catbg2 a:hover {
	color: #FEFEFE;
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	border: 1px solid #c4c4c4;
	background-color: #FBFBFB;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #387cb3;
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #292929;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* Top Nav */
#topnav{position:relative;display:block;height:42px;font-size:11px;font-weight:bold;background:transparent url(images/art/topnav_bg.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;}

#topnav ul{margin:0px;padding:0;list-style-type:none;width:auto;}

#topnav ul li{display:block;float:left;margin:0 1px 0 0;}

#topnav ul li a{display:block;float:left;color:#ffffff;text-decoration:none;padding:14px 11px 0 11px;height:28px;}

#topnav ul li a:hover,#topnav ul li a.current{color:#fff;background:transparent url(images/art/topnav_over.gif) no-repeat top center;}

#topnav ul li.chosen a{color:#fff;background:transparent url(images/art/topnav_over.gif) no-repeat top center;}

/* Popup Fix */
.popuptext {
	color: #333;
}
.popuptext a:link, .popuptext a:visited {
	color: #0066cc;
	text-decoration: underline;
}
.popuptext a:hover {
	color: #000;
	text-decoration: underline;
}
/* Forum Width */
#wrapper {
	 width: 980px;
	 margin: 0 auto;
	 padding: 0;
}
/* Banner / Logo */
#logo {
	 float: left;
	 display: block;
	 width: 570px;
	 height: 100px;
	 cursor: pointer;
	 background: url(images/art/caymanislands-logo.jpg) no-repeat;
}
/* Header */
#header {
	 position: relative;
	 height: 100px;
	 overflow: hidden;
}
/* Userarea */
#userarea {
	 height: 43px;
	 float: right;
	 padding: 12px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #FFF;
	 font-family: tahoma, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #FFF;
	 text-decoration: underline;
}
#userarea a:hover {
	 color: #FFF;
	 text-decoration: underline;
}
/* Bodyarea */
#bodyarea {
	 padding: 10px;
	 margin: 0;
	 background: #FFF url(images/art/bodyarea-bg.gif) 0 0 repeat-x;
}
/* Footer */
#footer {
	border-top:1px solid #DDD;
	 background-color:#EEE;
}
#footerarea {
	 text-align: right;
	 padding: 10px;
	 color: #666;
}
#footerarea a:link, #footerarea a:visited {
	 color: #666;
}
#footerarea a:hover {
	 color: #666;
	 text-decoration: none;
}

/* Caymans Stuff */
.cs-clear{
margin:0;
padding:0;
clear:both;
}
.cs-toolbar-container{
height:30px;
background:#333 url(images/art/bg-toolbar.png) repeat-x left top;
}
.cs-toolbar{
height:30px;
text-align:left;
width:980px;
margin:0 auto;
}
.cs-toolbar p{
margin:0;
padding:0;
color:#ccc;
font-size:12px;
line-height:30px;
font-weight: bold;
}
.cs-topnav{
margin-top:5px;
clear:both;
background:#2B6494 url(images/art/bg-topnav.png) repeat-x left top;
height:40px;
}
.cs-topnav ul{
list-style-type:none;
margin:0;
padding:0;
}
.cs-topnav ul li{
float:left;
margin:0;
overflow:hidden;
display:inline;
background:url(images/art/bg-topnav-sep.png) no-repeat right bottom; padding:0 1px 0 0;
}
.cs-topnav ul li a:link, .cs-topnav ul li a:visited{
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#fff;
font-size:14px;
line-height:14px;
font-weight: bold;
display:block;
padding:16px 13px 10px;
text-decoration:none;
}
.cs-topnav ul li a:hover{
color:#fff;
background:#153757 url(images/art/bg-topnav-on.png) repeat-x center bottom;
}
.topbar{
height:40px;
padding:0px 20px;
background:#f5f5f5 url(images/art/bg-topbar.jpg) no-repeat left top;
border-bottom:1px solid #c9c9c9;
}
.topbar-msg{
float:left;
font-family:"Trebuchet MS", Helvetica, sans-serif;
color:#000;
font-size:12px;
line-height:40px;
}
div#search{
width:350px;
height:25px;
float:right;
margin-top:7px;
}
div#search label{
font-family:Arial, Helvetica, sans-serif;
float:left;
font-size:14px;
font-weight:bold;
color:#333;
margin:5px 5px 0 0;
}
div#search form.searchformgoogle{
float:left;
width:260px;
background: url(images/art/bg-search-form.gif) repeat-x;
}
div#search form.searchformgoogle input{
font:14px arial, helvetica, sans-serif;
color:#000;
}
div#search form.searchformgoogle .keyword{
float: left;
height: 25px;
width: 200px;
background: url(images/art/bg-search-input.gif) no-repeat;
}
div#search form.searchformgoogle .keyword input#s{
height:15px;
width: 190px;
margin:3px;
padding:2px;
border: 0 !important;
display: inline;
background-color: transparent;
}
div#search form.searchformgoogle .go{
float: right;
height: 25px;
width: 50px;
}