hr.smrule {
/*	width: 175px; */
	color: #00DED1;
	height: 2px;
	border: 1px solid #00DED1;
}

#cfloatl {
	clear: left;
}

#cfloatr {
	clear: right;
}

#cfloatb {
	clear: both;
}

body {
	font-family: Verdana,Tahoma,Helvetica;
	font-size: 12px;
	background: #E8E8E8;
	
}

p {
	text-indent: 5px;
}

p.small {
	text-indent: 0;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

p.center {
	text-align: center;
	text-indent: 0;
}

p.flowing {
	text-indent: 0;
	padding-left: 15px;
	padding-right: 15px;
}

p.flowblock {
	display: block;
	text-indent: 0;
	padding-left: 15px;
	padding-right: 15px;
}

p.cblock {
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	display: block;
	background: white;
}

p.bblock {
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	padding-top: 0;
	margin-top: 7px;
	margin-bottom: 20px;
	width: 100%;
	/* display: block; */
	/* background: white; */
}

p.hblock {
	text-align: center;
	text-indent: 0;
	font-size: 12px;
	background: #770000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../images/bottomfill.gif');
	background-repeat: repeat-x;
	margin-bottom: 0;
}

p.jsreq {
	padding-left: 45px;
	font-weight: bold;
	font-size: 9px;
	color: #990000;
}

a {
	text-decoration: none;
}

a:visited {
	color: #990000;
}
a:link {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}

a.logout {
	color: #CC3300;
	text-decoration: none;
}

a:visited.tlink {
	color: #7E0000;
	font-weight: bold;
}

a:link.tlink {
	color: #7E0000;
	font-weight: bold;
}

a:link.dlink {
	color: #FFFF00;
}

a:visited.dlink {
	color: #FFD700;
}

p.hdr3 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

/* holly hack time \*/
* html p.hdr3 { padding-top: 12px; padding-bottom: 10px; }
/* wrap up the hide */

h3 {
	color: #000000;
}

h3.lcred {
	margin-left: 0;
	text-align: center;
	color: black;
}

input.login {
	margin-top: 10px;
	padding: 0;
}

img.art {
	border: 0;
	width: 22px;
	height: 22px;
	vertical-align: middle;
}

img.logo {
	vertical-align: middle;
}

img.edit, img.del {
	border: 0;
}

div.imgdisp {
	margin: auto;
/* 	width: 75%; */
	text-align: center;
}

img.display {
	border: 0;
	border-top: 3px inset #FFFFFF;
	border-left: 3px inset #FFFFFF;
	border-bottom: 3px groove #000000;
	border-right: 3px groove #000000;
}

div.display {
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
/*	border: 1px solid #00008B; */
/*	background: #ADD8E6; */
	height: 1%; /* IE, argh! */
}

div.caption {
	float: left;
	color: #FFFFFF;
	background: #00008B;
	padding: 1px 3px 3px 4px;
	border-top: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	width: 30%;
	text-align: right;
}

div.captionr {
	float: left;
	color: #00008B;
	background: #FFFFFF;
	padding: 1px 3px 3px 4px;
	border: 1px solid #A9A9A9;
	width: 65%;
}

img.updown {
  /* width: 13px; */
  /* height: 18px; */
  vertical-align: top;
  padding-top: 1px;
}

div.box {
	margin: 0 auto 0 auto;
	text-align: center;
	width: 150px;
	border: 1px solid black;
	background: #D3D3D3;
}

a.box {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #D3D3D3;
	color: #00008B;
	padding: 2px 0 3px 0;
}

a.box:visited {
	color: #00008B;
}

a.box:hover {
	text-decoration: none;
	background: #A9A9A9;
}

span.helpme {
	cursor: help;
	color: #990000;
}

span.smedit {
	font-size: 9px;
}

span.error {
	font-weight: bold;
	color: red;
}

span.highlight {
	font-weight: bold;
}

span.uhighlight {
	font-weight: bold;
	text-decoration: underline;
}

span.uline {
	text-decoration: underline;
}

table.newtank {
	margin: auto;
	padding: 8px;
	/* font-size: 12px; */
	/* border: 1px solid black; */
	/* width: 50%; */
	background: #ADD8E6;
	/* border-collapse: collapse; */
}

table.disptank {
	margin: auto;
	padding: 3px;
	border-top: 2px groove #FFFFFF;
	border-left: 2px groove #FFFFFF;
	border-right: 2px inset #FFFFFF;
	border-bottom: 2px inset #FFFFFF;
	width: 98%;
	border-collapse: collapse;
}

td {
	padding-left: 7px;
}

td.center {
	padding: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
}

td.centerc {
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
	font-size: 9px;
	font-style: italic;
	border: 1px solid white;
	background: #BEE9F7;
	width: 100%;
}

th.disptank {
	text-align: left;
	width: 25%;
	padding: 3px;
}

th.disptankd {
	text-align: left;
	width: 50%;
	padding: 3px;
}

tr.hrow {
	background: #FFFFFF;
	color: #000000;
}

hr.lrule {
	width: 90%;
	color: blue;
	height: 0;
	border: 1px solid blue;
	padding: 0;
}

div.tanklist {
	float: left;
	width: 49%;
	padding: 0;
	margin: 0;
}

div.dlrule {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

div.header {
	text-align: center;
}

div.footer {
	text-align: center;
}

div.logout {
	/* border: 1px solid #777777; */
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url('../images/bottomfill.gif');
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #FFFFFF;
}

div.legend {
	display: none;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 54px;		/* 22px */
	border: 1px solid #FFFFFF;
	background: #ADD8E6;
	overflow: auto;
}

div.legend2 {
	display: none;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 54px;		/* 22px */
	border: 1px solid #FFFFFF;
	background: #ADD8E6;
	overflow: auto;
}

div.content {
	margin: auto;
	padding-top: 0;
	padding-bottom: 0;
	width: 700px;
	background: #ADD8E6;
	border: 1px solid #FFFFFF;
	background-image: url('../images/titlefill.gif');
	background-repeat: repeat-x;
}

/* holly hack time \*/
/* html div.content { padding-bottom: 10px; } */
/* wrap up the hide */

div.econtent {
	margin: auto;
	padding: 10px;
	width: 600px;
	background: #ADD8E6;
	border: 1px solid black;
	text-align: center;
}

div.lfield {
  float: left;
  clear: left;
  font-size: larger;
  padding-left: 15px;
  padding-top: 5px;
}

div.rfield {
  float: right;
  padding-right: 15px;
}

div.inshadow {
	margin: auto;
	width: 350px;
	padding: 0;
	margin-top: 30px;
	background: #AAAAAA;
}

div.inbox {
	position: relative;
	left: -6px;
	top: -5px;
	margin: auto;
	width: 350px;
	padding: 15px 0 15px 0;
	border: 1px solid #555555;
 	background: #BEE9F7;
}

div.hdrshadow {
	margin: 0 auto 10px auto;
	width: 600px;
	padding: 0;
	margin-top: 30px;
	background: #888888;
}

div.hdrbox {
	position: relative;
	left: -6px;
	top: -5px;
	margin: auto;
	width: 600px;
	padding: 5px 0 5px 0;
	border: 1px solid #555555;
 	background: #5F9EA0;
}

/* holly hack time \*/
* html div.hdrbox { margin-bottom: 0; padding: 15px 0 0 0; }
/* wrap up the hide */

div.container {
	height: 84px;
	overflow: auto;
	padding: 0;
}

div.dblock {
	margin: auto;
	width: 95%;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #BEE9F7;
	background-image: url('../images/leftfill.gif');
	background-repeat: repeat-y;
}

/* holly hack time \*/
* html div.dblock { margin-bottom: 10px; padding-bottom: 10px; }
/* wrap up the hide */

div.inner {
	margin: 0 auto 15px auto;
	width: 95%;
	height: 300px;
	overflow: auto;
}

div.search {
	width: 80%;
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: center;
}

div.admin {
	margin: auto;
	width: 500px;
	background: #BEE9F7;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div.adminwindow {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 150px;
	width: 400px;
	text-align: left;
	overflow: auto;
	border: 1px solid white;
}

span.fleft {
	float: left;
	text-align: right;
	padding-right: 15px;
	border-bottom: 1px dotted #FFFFFF;
	width: 47%;
}

span.fright {
	float: right;
	text-align: left;
	padding-left: 15px;
	border-bottom: 1px dotted #FFFFFF;
	width: 47%;
}

select.uh {
	width: 375px;
}

div.bwrapper {
 	width: 374px;
 	height: 24px;
	margin: auto;
	text-align: center;
	/* border-bottom: 1px solid #FFFFFF; */
	/* border-left: 1px solid #FFFFFF; */
	/* border-right: 1px solid #FFFFFF; */
}

.letter {
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

.letters {
	margin: 5px auto auto auto;
	padding-bottom: 2px;
	width: 360px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background: #7FFFD4;
}

div.report {
	margin: 0 auto 0 auto;
	padding: 1px;
	text-align: center;
	font-size: 9px;
	font-style: italic;
}

span.lhighlight {
	font-style: italic;
}

input.classy {
	font-size: 9px;
	font-weight: normal;
	width: 100px;
}

