﻿/* ---------------------- Dolphin nav ---------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;		
}

table{font-family:tahoma,arial,verdana,sans-serif;font-size:1em;border:0;border-collapse:collapse}
a{color:#036eab}
a:hover{color:#d45027}
/*.astrong{color:#f60;text-decoration:none;font-weight:bold}.astrong em{font-style:normal;font-weight:normal;font-family:arial,sans-serif;font-size:1.1em;color:#c30}*/
img{border:0}
p,ul{margin-top:1.2em}
ul{list-style:none}

.thrColFixHdr #container {
	width: 828px;
	margin: 0 auto;
	padding-top:1px;
	clear:both;
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(img/contentbg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
} 
.thrColFixHdr #header {
	height: 159px;
	width: 828px;
	padding: 0;	
	background-color: #FFFFFF;
	background-image: url(img/banner.gif);
	background-repeat: no-repeat;
} 

.thrColFixHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColFixHdr #mainContent 
{
	min-height: 531px;	
	width:800px;
	padding-right: 10px;
	padding-left: 10px;	
	padding-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height:1.8em;
} 

.thrColFixHdr #footer {
	background-image: url(img/footerbg.jpg);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
	padding-top: 5px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#dolphincontainer {
	position:relative;
	height:40px;
	color:#E0E0E0;
	background:#10375f;
	width:100%;
	z-index:1;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#dolphinnav {
	position:relative;
	height:33px;
	font-size:13px;
	font-weight:bold;
	z-index:1;
	background:#fff url(img/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 10px;
}

/* ------------------------ Footer ------------------------- */
#footer {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;	
	font-family: Arial;		
}

/* ---------------------- Search Box ----------------------- */
#topSearchForm {
	float:right;
	width:130px;
	margin-top:7px;
}

.searchBox
{
	float: left;
	width: 100px;
	height: 15px;
	border-right: #f3a485 1px solid;
	border-top: #f3a485 1px solid;
	border-left: #f3a485 1px solid;
	border-bottom: #f3a485 1px solid;
	padding: 0px 3px 0;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	background: transparent;
} /*hack*/

#topSearchForm .searchSubmit {
	float:right;
	width:20px;
	height:20px;
	margin-top:0px;
	border:0;
	background:url(img/search.gif) no-repeat 0 0;
	cursor:pointer;
}

#grad{padding:6px 7px 0;}

/* Forums */
.forumArea {
	padding: 10px 20px 0 20px;
	text-align: left;
}
.forumArea table.listItems {
	margin: 10px 0 20px;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}
.forumArea table.listItems th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.forumArea table.listItems td {
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td.forumTitle {
	width: 400px;
}
.forumArea table.listItems td.forumTitle a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
.forumArea table.listItems td.forumTitle a.fLocked {
	padding: 3px 0 3px 20px;
	background: transparent url(img/forumsLocked.gif) no-repeat 0 5px;
}
.forumArea table.listItems .forumAuthor {
	text-align: right;
}
.forumArea table.listItems a {
	display: block;
}
.forumArea h3 {
	padding: 15px 0 0;
	text-align: left;
	font-size: 21px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}
.forumArea p.button_area {
	margin: 10px 0;
	text-align: left;
}
.forumArea p.delete {
	text-align: right;
}
.forumArea .fUserInfo {
	float: left;
	width: 130px;
}
.forumArea .fUserInfo dt {
	font-size: 14px;
	font-weight: bold;
}
.forumArea .fUserInfo dd {
	color: #666666;
}
.forumArea .fUserInfo .postsCount {
	font-style: italic;
}
.forumArea .fPostCont {
	margin: 0 20px 0 150px;
}
.forumArea .fPostCont .date {
	color: #666666;
	margin-bottom: 20px;
}
.forumArea .fPostCommands {
	margin: 10px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.forumArea .forumsEditor {
	background-color: #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .forumsEditor h3 {
	margin: 0 0 10px;
}
.forumArea input, .forumArea textarea {
	width: 355px;
	vertical-align: middle;
}
.forumArea input, .forumArea textarea {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
}
.forumArea input.button {
	width: 90px;
	background: transparent url(img/p_newForumsPost_a.gif) no-repeat 50% 0;
	border: 0;
	font-weight: bold;
	font-family:arial,sans-serif;
}
.forumArea .title {
	background-color: #eee;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .quote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding:  20px 30px;
	font-style: italic;
}
.forumArea p.newItem a {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	padding: 0 0 5px;
	width: 90px;
	display: block;
	background: transparent url(img/p_newForumsPost_a.gif) no-repeat 50% 0;
}
.forumArea h1 {
	padding: 0 20px 0 0;
	display: inline;
	font-size: 2em;
}
.forumArea .validMessage strong {
	display: block;
	padding: 10px 0 0;
}
.forumArea .title .validMessage strong {
	padding: 10px 0 0 80px;
}