@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 12px;
	margin-bottom: 12px;
}
/* table, caption, tbody, tfoot, thead, tr, th, td  */
body {
	/* line-height: 1; */
}
ol {
	list-style: decimal;
	list-style-position: inside;
}
ul {
	list-style: circle;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	/* background-color: lightyellow; */
}

ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-color: #FFFFFF;
}

h1 { 
  font-size:18px;
  /* line-height:40px; */
  /* height:40px; */
  /* padding-left:24px; */
}

h2 {
  color: #5B8E34;
  font-size: 15px;
  /* line-height:20px; */
  /* height:20px; */
	/* padding-top: 10px; */
}

p {
	max-width: 45em;
	/* margin-top: 10px; */
}

div.float {
  float: left;
  padding: 10px;
	border: 1px solid #bbbbbb;
}
  
div.float div {
  text-align: center;
	margin-bottom: 5px;
}

table.header {
	background-image: url(/images/headgrad.png);
	height: 55px;
}

table.headline {
	background-image: url(/images/headline.png);
	height: 1px;
}

table.footer {
	background-image: url(/images/footgrad.png);
	height: 50px;
}

table.listing {
	border: thin;
	border-style:solid;
}

table.tinted {
	background-color: #CCCCCC;
}

th {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

tr.private {
	background-color: #FFEEEE;
}

tr.protected {
	background-color: #FFFFCC;
}

tr.public {
	background-color: #EEFFEE;
}

td.bordered {
	border-width: 1px;
	border-style: solid;
}

td.header {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 2px;
}

td.headmenu {
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(/images/btnm3.png);
}

td.selm {
	background-image: url(/images/btnm2.png);
}

td.btnl {
	width: 5px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(/images/btnl3.png);
}

td.sell {
	background-image: url(/images/btnl2.png);
}

td.btnr {
	width: 5px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(/images/btnr3.png);
}

td.selr {
	background-image: url(/images/btnr2.png);
}

td.box_body {
	background-image:url(/images/box_grad.png);
	background-repeat:repeat-x;
	border-color:#AAAAAA;
	border-style:solid;
	border-width:1px;
	padding-left: 10px;
	padding-right: 20px;
}

td.box_right {
  width:10px;
	background-image:url(/images/box_right.png);
	background-repeat:repeat-y;
}

td.box_bottom {
	background-image:url(/images/box_bottom.png);
	background-repeat:repeat-x;
}

td.footer {
	text-align: center;
}

td.content {
	background-image: url(/images/titlegrad.png);
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

td.listing {
	border: thin;
	border-style:solid;
	padding: 5px;
}

.padded {
	padding: 5px;
}

a {
	color: #555555;
}

a.tablink:link {
	color: #333333;
	text-decoration:none;
}

a.tablink:visited {
	color: #333333;
	text-decoration:none;
}

a.tablink:hover {
	color:#000000;
	text-decoration:underline;
}

a.tablink:active {
	color:#666666;
	text-decoration:underline;
}

a.padh {
	padding-left: 55px;
	padding-right: 55px;
}

a.padd {
	padding-left: 45px;
	padding-right: 45px;
}

a.padv {
	padding-left: 30px;
	padding-right: 30px;
}

a.newviz {
	color: BLUE;
	font-style: italic;
}

.textError {
	color: RED;
}
