﻿.menu-horizontal{
width: 100%;
overflow: visible;
border-bottom: 2px black; /*bottom horizontal line that runs beneath tabs*/
position:absolute;
left:0%;
right:100%;
margin: 0;
padding: 1px;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-align: center;
display: inline;
margin: 0;
color: silver;
}
.menu-horizontal a, .menu-horizontal a:visited{
float: none;
display: block;
text-decoration: none;
margin: 0;
padding: 2px 3px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white; /*left divider between tabs*/
color: white;
background: black; /*background of tabs (default state)*/
}
.menu-horizontal a:hover, .menu-horizontal li.selected a{
background: gray; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.menu-vertical a:active, .menu-vertical a:hover {
    border-left: solid 3px #888888;
    border-top: solid 3px #666666;
    border-right: solid 3px #cccccc;
    border-bottom: solid 3px #eeeeee;
    background: #999999;
    padding: 3px; /* this slightly changes the spacing of the text to help with the push effect */
	font-size:10px;
}
.menu-vertical {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu-vertical li { 
margin-bottom: 0px; 
}
.menu-vertical a:link, .menu-vertical a:visited {
	display: block;
	width: 100px;
	color: #000000;
	border-left: solid 3px #cccccc;
/* the borders can be defined separately */	
	border-top: solid 3px #eeeeee;
	border-right: 3px #9900FF solid;
	border-bottom: 3px #9900FF solid;
	background: #99CCFF;
	text-align: center;
	padding: 2px 3px 4px 3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.menu-vertical a:hover, .menu-horizontal li.selected a{
background: gray; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.header_main {
	border: 7px solid #9900FF;
	background-color: #99CCFF;
}
/*a:link
{
	color: rgb(0, 0, 0);
}*/
a:active
{
	color: rgb(153, 204, 255);
}
/*a:visited
{
	color: rgb(51, 102, 255);
}*/
body
{
	background: url("../_themes/blueprnt/blutextb.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
/*.header-horizontal table
{
	table-border-color-light: rgb(153, 204, 255);
	table-border-color-dark: rgb(51, 0, 153); 
}*/
h1
{
	color: rgb(51, 0, 153);
}
h2
{
	color: rgb(51, 102, 255);
}
h3
{
	color: rgb(153, 0, 255);
}
h4
{
	color: rgb(51, 0, 153);
}
h5
{
	color: rgb(51, 102, 255);
}
h6
{
	color: rgb(153, 0, 255);
}
button
{
	background-color: rgb(51, 0, 153);
	color: rgb(255, 255, 255);
}
label
{
	color: rgb(0, 51, 102);
}
textarea
{
	color: rgb(0, 0, 0);
}
fieldset
{
	color: rgb(0, 0, 11);
}
legend
{
	color: rgb(153, 0, 255);
}
select
{
	color: rgb(0, 0, 0);
}
caption
{
	color: rgb(153, 0, 255);
}