body {
	font: 80%/1.5, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0px;
}

.lt {
	background: #b0cffe;
}
.admin {
	background: #b0cffe;
	text-align: left;
	font-size: 10px;
}
/*Upload Status*/
.data {background-color: #f0f0f0; border: 1px solid #898989; width: 90%; margin-bottom: 5px;}
.data TR TD {background-color: #e3e3e3; font: 12px Arial;}
.bar1 {border: 1px solid #a3a3a3; background-color: #f6f6f6; text-align: left; vertical-align: middle; height: 20px;}
.bar2 {width: 1%; background-color: #c9c9c9; height: 100%; text-align: left;}
.message {font: 12px Arial; top-margin: 7px;}
/*.myLink  {font: bold 13 px Arial; color: #303030; text-decoration: none;}*/
/*End Upload Status*/
p{
	font: 80%/1.5, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}
.micro {
	font-size: xx-small;
}
.red {
	color: #ff0000;
}
.error {
	color: #ff0000;
}
.footer{
	padding: 0 20px 0 20px;
	color: #000;
}

.nav, .nav:visited {
	border-left: 10px solid #1a5985;
	padding: 4px 4px 4px 14px;
	font-size: 11px;
	font-weight: bold;
	color: #1a5985;
	display: block;
	background: transparent;
	text-decoration: none;
	white-space: nowrap;
}

.nav:hover {
	border-left: 10px solid #EEEEEE;
	color: #FFFFFF;
	white-space: nowrap;
}
img.ImgButton{
	cursor: pointer;
}
a	{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a.link	{
	CURSOR: pointer;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
input{}
.readonly	{
	color: #333333;
	background: #cccccc;
}
.normal	{
	color: #000000;
	background: #ffffff;
}
.small {
	color: #000000;
	font-size: 10px;	
}
/*based on http://psacake.com/web/jl.asp */
/*TOOL TIP BOTTOM*/
a.tooltip_bottom
{
	position:relative; /*this is the key*/
	z-index:24; 
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a.tooltip_bottom:active
{
	position:relative; /*this is the key*/
	z-index:24; 
	COLOR: #330000;
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a.tooltip_bottom:hover
{
	z-index:25; 
	background-color:#ff0;
	COLOR: #330000;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a.tooltip_bottom span
{
	display: none
}

a.tooltip_bottom:hover span
{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.2em; 
	left:2em; 
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	TEXT-DECORATION: none;
	background-color:#f7f8fb;
	background-image:url('/images/bubble_bottom.jpg');
	background-repeat:no-repeat;
	background-position: top left;
}	

/*TOOL TIP TOP*/
a.tooltip_top
{
	position:relative; /*this is the key*/
	z-index:24; 
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a.tooltip_top:active
{
	position:relative; /*this is the key*/
	z-index:24; 
	COLOR: #330000;
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a.tooltip_top:hover
{
	z-index:25; 
	background-color:#ff0;
	COLOR: #330000;
	CURSOR: pointer;
	TEXT-DECORATION: underline;
}
a.tooltip_top span
{
	display: none
}

a.tooltip_top:hover span
{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-3em; 
	left:2em; 
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	TEXT-DECORATION: none;
	background-color:#f7f8fb;
	background-image:url('/images/bubble_top.jpg');
	background-repeat:no-repeat;
	background-position: bottom left;
}	

h1 {
	color: #000;
	border-left: 18px solid #000;
	padding-left: 1em;
	font-size: 1em;
	width: 300px;
	margin: 20px 0 20px 0;
}

h2 {
	color: #000;
	border-left: 15px solid #000;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

h3 {
	color: #000;
	border-left: 10px solid #000;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

h4 {
	color: #000;
	border-left: 6px solid #000;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

ul li {
	color: #000;
	padding: 0 0 0 17px;
	margin: 0 5px 5px 0;
	background: url(images/bullet.gif) no-repeat;
	line-height: 1.3em;
	text-align: justify;
	font: 80%/1.5, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table{
	color: #000;
	font: 80%/1.5, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.lt {
	background: #b0cffe;
}
.lightbg{
	background: #87CEFA;
}
.smallTable {
	font-size: 10px;
}

td{
	}
.left{
	width: 650px;
	vertical-align: top;
}
.navbar{
	display: none;
/*
	width: 135px;
	padding: 10px 0 0 25px;
	margin: 0;
	vertical-align: top;
*/
}
.descr{
	color: black;
	width: 275px;
	font: 80%/1.5, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.price{
	color: black;
	width: 60px;
	font: 80%/1.5, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.label{
	text-align:right;
}
.small{
	font-size: 12px;
	vertical-align:top;
}
.smallHeader{
	font-size:small;
	vertical-align:top;
	font-weight: bold;
}

#header {
	display: none
}

#contentwrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 30px 0;
	background: transparent;
}
#printHeader{
	display: block;
}

