/*
N-Turquoise 1.0
Theme for PHP-Fusion 6.01
Copyright © 2007 Patric G. Forcelini (IceWasp)
Released under the terms & conditions of GNU/GPL v2
*/
a {
	color: #7093db;
	text-decoration: none;
}

a:hover {
	color: #7093db;
	text-decoration: underline;
}

a.side {
	color: #7093db;
	text-decoration: none;
}

a:hover.side {
	color: #7093db;
	text-decoration: underline;
}

a.white {
	color: #236b8e;
	text-decoration: none;
	padding: 2px;
}

a:hover.white {
	color: #236b8e;
	text-decoration: underline;
}

body {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
}

form {
	margin: 0px 0px 0px 0px;
}

hr {
	height: 1px;
	color: #ddd;
}

hr.side-hr {
	height: 1px;
	color: #ddd;
}

td {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px; 
}

pre {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
}

.alt {
	color: #236b8e;
}

#container {
	min-height: 100%;
	height: auto;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	background-color: #d8e0e2;
	margin: 0px auto;
	text-align: left;
}

#header {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #666;
	background-color: #d8e0e2;
	padding: 8px;
	text-align: center;
}

#sub-header {
	height: 25px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-color: #a2c3ca;
	background-image: url(images/subh.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ccc;
	line-height: 25px;
	vertical-align: middle;
	text-align: right;
	padding: 0px 4px;
}

#footer {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #666;
	background-color: #d8e0e2;
	border-top: 1px dashed #666;
	text-align: center;
	padding: 4px;
}

.button {
	height: 19px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #236b8e;
	background-color: #c0d9d9;
	border: 1px outset #236b8e;
	padding: 2px;
	margin-top: 2px;
}

.button:hover {
	border: 1px inset #236b8e;	
}
	
.textbox {
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	color: #236b8e;
	background-color: #c0d9d9;
	border: 1px solid #236b8e;
	padding: 2px;
}

.textbox:hover {
	border: 1px solid #3299cc;	
}

.main-bg {
	background-color: #d8e0e2;
	padding: 10px 5px;
}

.open-div {
	font-size: 11px;
	color: #2186b5;
	background-color: #d8e0e2;
	border: 1px dashed #236b8e;
	padding: 5px;
}

.side-div {
	font-size: 11px;
	color: #2186b5;
	background-color: #d8e0e2;
	border: 1px dashed #236b8e;
	padding: 5px;
}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #236b8e;
	background-color: #d8e0e2;
	margin: 2px 0px;
}

.side-border-left {
	background-color: #d8e0e2;
	padding: 10px 5px 10px 10px;
}

.side-border-right {
	background-color: #d8e0e2;
	padding: 10px 10px 10px 5px;
}

.news-footer {
	font-size: 10px;
	color: #666;
	background-color: #ccdade;
	border: 1px inset #236b8e;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
}

.tbl-border {
	background-color: #3299cc;
}

.tbl {
	font-size: 11px;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #2186b5;
	background-color: #d8e0e2;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #2186b5;
	background-color: #ccdade;
	padding: 4px;
}
	
.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #2186b5;
	background-color: #ccdade;
	background-image: url(images/cellpic.gif);
	height: 20px;
	padding: 0px 4px 2px 4px;
}

.quote {
	color: #000;
	background-color: #dadada;
	padding: 2px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #ddd;
}
	
.poll {
	height: 12px;
}

.comment-name {
	font-weight: bold;
	color: #7093db;
}

.shoutboxname {
	font-weight: bold;
	color: #7093db;
}

.shoutbox {
	color: #2186b5;
}

.shoutboxdate {
	font-size: 9px;
	color: #666;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.side-label {
	color: #3299cc;
	background-color: #d8e0e2;
	border-top: 1px #3299cc solid;
	border-bottom: 1px #3299cc solid;
	margin-top: 2px;
	padding: 2px;
}