
.buttons a 
{
	color:black;
	/*border: 1px solid;*/
	/*background-color: #441123;*/
	background-image:url('images/btn_blank.png');
	background-repeat:no-repeat;
	width: 145px;
	height:30px;
	padding:0px;
	padding-top: 5px;
	padding-left: 0px;
	font: 13px Arial;
	font-weight:bold;
	font-family: Verdana, Georgia, Times New Roman, ms-serif;
	text-decoration: none;
	border-color: #FFFFCC #000000 #000000 #FFFFCC;
	display: block;
	margin: 0px;
	text-align: center;
	overflow: auto; /* this fixes ie7 bug that cuts off text*/
}


.buttons a:hover 
{
	color:red;
	background-image:url('images/btn_blank_hl.png');
	background-repeat:no-repeat;
	border: 0px solid;
	border-color: #000000 #FFFFCC #FFFFCC #000000;
	text-decoration: none;
	
}


.content
{
	font-family: Georgia, Times new Roman, ms-serif;
	font-size:16px;
	margin:10px;
	text-decoration: italic;
	text-align:left;
	
	
}

.dataFormHint
{
	color:red;
	font-size:x-small;
}

.loginform
{
	color:#99FF00;
	font: 12px Arial, sans-serif;
	font-weight: bold;
}

#pageheader
{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	z-index:5; 
	text-align:right; 
	font-size:large; 
	font-weight:bold; 
	padding-right:0px; 
	padding-top:0px; 
	color:black;
}

body
{
	/*background-color:#EDE09A;*/ 
	/*background-image:URL("images/main_bg2.jpg");*/
	text-decoration: italic;
	text-align:left;
	
}
table
{
	empty-cells: show;
	border-color: #11382F;
}
table.sidebar
{
	color: white;
	font-size: small;
	margin:0px;
	/*width:100px;*/
	
}
table.testimonial
{
	font-size: small;
}
table.smaller
{
	font-size: x-small;
}
table.users
{
	font-size: x-small;
}
table.sidebarrt
{
	color: #3E1900;
	font-size: small;
	border-color: #660033;
	background-color:white;
}
table.sidebarevents
{
	color: #3E1900;
	font-size: small;
	border-color: #660033;
	background-color:white;
}


div.bannerlogo
{
	border:0;
}

tr
{
	empty-cells: show;
}

tr.trhead
{
	background-image:URL("images/trhead_bg.gif");
	background-repeat:repeat-x;
	width: 125px;
	height:25px;
	background-color:#C58D58;
	color:white;
}

td.currency
{
	text-align: "."
}

td.currency:before { content: "$" }


td.tablehead
{
	background-color:#660066;
	color:#FFFFFF;
}

td.produpdt_left
{
	width:60%;
	/*color:#FF0033;*/
	vertical-align:top;
}
td.leftmenu
{
	/*width:171px;*/
	text-align:center;
	vertical-align:top;
	
}
td.maincontent
{
	/*width:100%;*/
	text-align:left;
	margin-left:0px;
}
td.sidebarCol
{
	text-align:center;
	vertical-align:top;
	/*background-image:URL("images/sidebar_bg.gif");*/
	/*background-color:#6F390A;*/
	border: 0px solid #382008;
}
td.specialtitle
{
	font-weight:bold;
}
th.toc
{
	background-color:#0000A0;
	color:#FFFFFF;
}
td.toc
{
	font-size:x-small;
}
td.colorsep
{
	background-color:#6F390A;
}
select.prodbrand
{
	width:150px;
}

ul.indent li span  /* list with indented comment lines */
{
	color:brown;
	font-size:smaller;
	padding-left:30px;
}

img.link
{
	border:0;
}

font.error
{
	color:red;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times new Roman, ms-serif;
}
h1
{
	/*color: #000066;*/
	font-size:24px;
}
h2
{
	color: #2B597D;
	font-size:20;
	font-family: Edwardian Script, Georgia;
}
.h2style
{
	color:#2B597D;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
}
h3
{
	color: #2B597D;
	font-size:18;
}
h4
{
	color: #2B597D;
	font-size:16;
}
.h4style
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5b3f0d;
	font-size:16;
	font-weight:bold;
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: #006666;
}