/* Normal, standard links. */
a:link {
	color: #0D3E6C;
	text-decoration: none;
}
a:visited {
	color: #0D3E6C;
	text-decoration: none;
}
a:hover {
	color: #0D3E6C;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #0D3E6C;
	font-weight: 900;
	text-decoration: none;
}
a.nav:hover {
	color: #0D3E6C;
	font-weight: 900;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr {
	color: rgb(0,0,0);
	font-size: 13px;
	font-family:Tahoma;
	line-height: 150%;
}
/* The main body of the entire forum. */
body {
	font-family:Tahoma;
	 background: #000030 url(./images/img/nite.gif) repeat-x top left;
	 padding: 0px 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button, option {
	font-family:Tahoma;
	border-width: 1px;
	padding: 2px;
}
input, button {
	font-size: 100%;
}
textarea {
	font-size: 100%;
	font-family:Tahoma;
}
/* 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: 95%;
	font-weight: normal;
	border-width: 1px;
	padding: 2px;
	font-family:Tahoma;
}
/* 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: #fff;
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-left: solid 8px #109CEF;
	font-style: italic;
	margin: 0 1em 0 1em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background: #fff;
	padding: 10px;
	font-size: 0.9em;
	border-left: solid 8px #76C9F8;
	white-space: nowrap;
	overflow: auto;
	min-height: 3em;
	max-height: 24em;
	font-family: "Courier New", monospace;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	display: block;
	padding: 2px 10px 2px 10px;
	background: #e0e0e0;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: solid 2px #ccc;
}
.codeheader {
	background: url(./images/img/code.gif) no-repeat 5px 50% #e0e0e0;
	padding-left: 26px;
	border-left: solid 8px #76C9F8;
}
.quoteheader {
	background: url(./images/img/quote.gif) no-repeat 5px 50% #e0e0e0;
	border-left: solid 8px #109CEF;
	padding-left: 26px;
	margin: 1em 1em 0 1em;
}
/* 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: rgb(255,0,0);
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: (255,240,0);
	font-weight: 700;
	color: (0,0,0);
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	background: #E4EAF2;
	color:  rgb(0,0,0);
	font-family:Tahoma;
	border-left: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
}
.windowbg2 {
	background: #E0E8EA;
	color:  rgb(0,0,0);
	font-family:Tahoma;
	border-left: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
}
.windowbg3 {
	background: #E0E1E8;
	color:  rgb(0,0,0);
	font-family:Tahoma;
	border-left: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
}
/* the today container in calendar */
.calendar_today
{
	text-align: center;
	font-weight: 900;
	font-style: italic;
	color: #37a9Df;
	background-color: rgb(255,255,255);
}
/* 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: rgb(250,250,250);
	font-style: normal;
	background: #37a9Df url(./images/titlebg.gif) repeat-x;
	border-bottom: solid 1px rgb(28,28,28);
	border-top: solid 1px rgb(32,32,32);
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: 700;
	color: rgb(250,250,250);
	font-style: normal;
}
.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: rgb(255,255,255);
	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: #36699C url(./images/catbg.jpg) repeat-x top left;
	color: rgb(213,213,213);
	border-top: 1px solid rgb(62,62,62);
	border-left: 1px solid rgb(62,62,62);
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #36699C url(./images/catbg.jpg) repeat-x top left;
	color: rgb(213,213,213);
	border-top: 1px solid rgb(62,62,62);
	border-left: 1px solid rgb(62,62,62);
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px rgb(56,56,56);
}
.catbg, .catbg2
{
	font-weight: 700;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: rgb(255,255,255);
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #404040;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background: #C1D1E4;
	padding: 0;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	background: rgb(255,255,255);
	border: 1px solid #C1D1E4;
	padding: 2px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	color: rgb(0,0,0);
	font-family:Tahoma;
}
.smalltext2
{
	font-variant: small-caps;
	font-family:Tahoma;
}
.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: rgb(255,0,0)
}
/* 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 {
	 color: rgb(255,255,255);
	 vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	 color: rbg(255,255,255);
	 text-decoration: none;
	 font-size: 10px;
	 font-family:Tahoma;
	 padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {
	 background: #0D72CA;
	 color: rgb(255,255,255);
}
.maintab_last,.mirrortab_last {
	 display: none;
}
.maintab_active_first, .mirrortab_active_first {
	 display: none;
}
.maintab_active_back, .mirrortab_active_back {
	 background: #448ccb;
}
.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: rgb(255,255,255);
	 text-decoration: none;
	 font-family:Tahoma;
	 font-weight: 800;
	 font-size:11px;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	 color: #333333;
	 text-decoration: none;
	 font-family:Tahoma;
	 font-weight: 800;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 color: rgb(255,255,255);
	 text-decoration: none;
}
#toolbar {
	height: 30px;
	font-size: 11px;
	font-family:Tahoma;
}
/* thymia <--------> menu */
#menu { 
	height: 30px;
	width: 100%;
	margin-top: -30px;
	position: relative;
}
#menu ul {
	margin: 0px auto;
	padding-right: 40px;
	float:right;
} 
#menu li { 
	float: left; 
	margin: 0px 5px 0px 0px; 
	padding: 0px;
	list-style: none;
} 
#menu li a { 
	display: block; 
	float: left; 
	height: 22px;
	text-decoration: none; 
	padding: 6px 19px 2px 19px;
} 
#menu { 
	background: transparent;
	color: #57696F;
}
#menu li a { 
  background: #76C9F8;
  color: #57696F;
  border-color: #109CEF;
}
#menu ul li a:hover, #menu #chosen a { 
	background: #109CEF;
	color: #FFFFFF;
}
#menu li a:chosen, #menu li a#hover, #menu li a#hover:chosen { 
	background: #109CEF;
	color: #FFFFFF;
} 
#linktree {
	font-weight:bold;
	padding: 10px 10px 20px 10px;
}

.Link1 {
	font:bold 12px Tahoma;
	color:#0066CC;
	text-decoration:underline;
}

A.Link1:hover {
	text-decoration:none;	
	color:#000000;
}

#wrapper {
	 width: 980px;
	 min-width: 720px;
	 margin: 0px auto 0px auto;
	 border-left: 1px solid #000;
	 border-bottom: 1px solid #C1D1E4;
	 border-right: 1px solid #000;
}

/*#header {
	 position: relative;
	 height: 140px;
	 overflow: hidden;
	 background: #448ccb url(./images/img/header-bg.gif) 0 0 repeat-x;
}*/
#header {
	 position: relative;
	 height: 212px;
	 overflow: hidden;
	 background: #448ccb url(./images/img/header-bg.gif) 0 0 repeat-x;
}

#header-r {
	 height: 212px;
	 padding-right: 25px;
	 background: url(./images/img/header-right.gif) 100% 0 no-repeat;
}
#header-l {
	 padding-left: 25px;
	 background: url(./images/img/header-left.gif) 0 0 no-repeat;
}
/*#logo {
	 position: absolute;
	 top: 8px;
	 left: 5px;
	 display: block;
	 width: 238px;
	 height: 104px;
	 cursor: pointer;
	 background: url(./images/thylogo.gif) no-repeat;
	
}/**/
#logo {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 display: block;
	 width: 990px;
	 height: 212px;
	 cursor: pointer;
	 background:url(http://www.lomadiving.com/images/forum_head2.jpg) no-repeat;	
}



#userarea {
	 font-size: 12px;
	 color: rgb(250,250,250);
	 font-family:Tahoma;
	 float: right;
	 padding: 15px 25px 0 0;
	 height: 100px;
	 padding-top: 16px;
	 padding-right: 5px;
	 text-align: right; 
}
#userarea a:link, #userarea a:visited {
	 color: rgb(250,250,250);
	 text-decoration: none;
	 border-bottom: 1px dotted #666666;
}
#userarea a:hover {
	 color: #ffffff;
	 text-decoration: none;
	 border-bottom: 1px dotted #ffffff;
}
#mainarea {
	 background: #fefefe url(./images/img/top.png) 0 0 repeat-x;
	 color: #000;
	 border-top: 1px solid #303030;
	 border-bottom: 1px dotted #fcfcfc;
	 padding: 10px;
	 margin: 0;
}
#footer {
	 background: #448ccb url(./images/img/footer-bg.gif) 0 100% repeat-x;
}
#foot-r {
	 height: 90px;
	 background: url(./images/img/footer-right.gif) 100% 100% no-repeat;
}
#foot-l {
	 background: url(./images/img/footer-left.gif) 0 100% no-repeat;
}
#footer {
	 text-align: center;
	 font-family:Tahoma;
	 color: rgb(250,250,250);
	 font-size: 12px;
	 font-variant: small-caps;
}
#footer a:link, #footer a:visited {
	 color: rgb(255,255,255);
}
#footer a:hover {
	 color: rgb(255,255,255);
	 text-decoration: none;
	 border-bottom: 1px dotted rgb(0,0,0);
}
.popuptext (
	color: #000;
	background: rgb(255,255,255);
	font-size: x-small;
}
.popuptext a:link, .popuptext a:visited {
	color: #448ccb;
}
.popuptext a:hover {
	 color: #76c9f8;
	 text-decoration: none;
}
#ajax_in_progress
{
	background: #222222;
	border: 3px dashed #000030;
	color: rgb(255,255,255);
	text-align: center;
	position: absolute;
	font-weight: 900;
	font-size: 16pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}