/**
 * $Id: aq_main.css,v 1.1 2006/03/22 11:46:07 flegi Exp $
 * (c) 2005 PHP AquaBlog Project , All rights reserved.
 */ 

html, body {
	padding: 0;
	margin: 0;
	height:100%;
	width:100%;
	text-align: center;
}
body {
	background-color: rgb(194,194,194);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#f0f0f0 url(/img/bodybg-purple.png) repeat-x;
}
#maintable{
	width: 790px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	min-height: 98%;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
}
/* for Internet Explorer */
/*\*/
* html #maintable {
height: 100%;
}
/**/
#foot{
	width: 790px;
	background-color: #ffffff;
	border-left: 1px dashed Black;
	border-right: 1px dashed Black;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 10px;
}
/*** RSS Feed Button ***/
.standardsButton
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; 
    background-color:#ff6600;
    text-decoration:none;
    margin:0px;
    vertical-align:middle;   
	 text-align: right;
}

.header1 {
	font-weight: bold;
	font-size: 14px
}
.header2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000
}
.header3 {
	font-weight: normal;
	font-size: 12px;
	color: #0000FF
}
.tankinfo {
	/*border: 1px dashed Purple;*/
	text-align: left;
	font-size: 11px;
	padding: 10px;
	margin: 10px;
	/*background-color: #FFFAFA;*/
	font-family: "MS Sans Serif", Geneva, sans-serif;
	clear: both;
}
#bloginfo {
	text-align: left;
	font-size: 12px;
	padding: 10px;
	margin: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#bloginfo .t {
	padding: 7px;
	margin: 10px 10px 10px 10px;
}
#bloginfo .t0 {
	background: url(/img/shadebl.png) repeat-x top;
}
#bloginfo .t1 {
	background: url(/img/shadebl.png) repeat-x top;
}
#bloginfo .t2 {
	background: url(/img/shadebl.png) repeat-x top;
}
#bloginfo .t3 {
	background: url(/img/shadebl.png) repeat-x top;
}
#bloginfo .t4 {
	background: url(/img/shadebl.png) repeat-x top;
}
#gallery img {
	border:1px solid #b0b0b0;
	margin:4px;
	padding:4px;
}
#bloginfo h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	clear: both;
	margin: 10px 0px 10px 0px;
	width: 300px;
}
#guestinfo  {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	display: inline;
	margin: 10px;
	width: 300px;
}
#guestinfo  h2{
	font-size: 13px;
	font-weight: bold;
	height: 15px;
}
#guestinfo  h3{
	font-size: 9px;
	font-weight: normal;
	margin-left: 20px;
}
#guestinfo  .guest{
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
}
#guestinfo  .date{
	font-size: 11px;
	font-weight: normal;
}
.mainheader{
	float: left;
	text-align: right;
}
.spacer{
	height: 40px;
	clear: both;
}
#loginbox {
	font-size: 12px;
	float: right;
	display: inline;
	text-align: right;
}
#loginbox .inpt{
	font-size: 12px;
	width: 60px;
	margin: 0px;
	padding: 0px;
}
#loginbox .button{
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#loginbox a{
	font-weight: bold;
	text-decoration: none;
}
#loginbox .box {
	font-size: 85%;
  line-height: 160%;
  text-align: right;
  background: url(img/comment-box.png) 100% 100% no-repeat;
	padding: 0 10px 15px 0;
	color: #807953;
}
#navcontainer{
	width: 90%;
	right: 0px;
	padding-bottom: 10px;
	clear: both;
}
#navlist
{
margin: 0;
padding: 0 0 20px 0px;
border-bottom: 1px solid #000;
clear: both;
}

#navlist ul, #navlist li
{
margin: 0px;
padding: 0px;
display: inline;
list-style-type: none;
}

#measTable td
{
 width: 700px;
 border: solid 1px black;
 padding: 4px;
 padding-left: 8px;
}
#measTable tr:hover{
	background: #FFFFCC;
}
#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 0px 10px;
text-decoration: none;
color: #999;
display: block;
}
#navlist a:link#current2, #navlist a:visited#current2, #navlist a:hover{
	border-bottom: 4px solid #FFCC66;
	padding-bottom: 2px;
	background: transparent;
	color: Black;
}
#navlist a:hover {
	color: #000;
	border-bottom: 4px solid #FF6633;
}
h1{
	font-size: 26px;
	margin: 2px 0px 30px 6px;
	text-align: left;
	float: right;
}
#create .error{
	margin-top: 40px;
}
.create_left{
	width: 40%;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 5px;
	vertical-align: top;
}
.create_right{
	padding: 5px;
	font-size: 10px;
}
.create_button{
	text-align: center;
}
.error{
	color: Red;
	font-size: 20px;
	text-align: center;
	margin-top: 200px;
}
.message{
	color: Navy;
	font-size: 17px;
	text-align: center;
	margin-top: 200px;
	height: 50%;
	vertical-align: middle;
}
#querylist {
	border: 1px dashed Purple;
	text-align: left;
	font-size: 11px;
	padding: 10px;
	margin: 10px;
	background-color: #FFF8DC;
	font-family: "Lucida Sans";
}
