.bluetabs {float: right; vertical-align: bottom}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

#down_sep{
border-bottom-width: 1px;
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
color: #2d2b2b;
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(images/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /* THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
/*border-bottom-width: 1px;*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color:red;
}

/* Side menu styles */

.arrowlistmenu{
	width: 180px; /*width of menu*/
	vertical-align: top;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: navy;
background: white url(images/titlebar.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: blue;/*#A70303;*/
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
/*color: #A70303;*/
color: blue;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/* own styles */
/*
H1 {
	text-align : right;
	font-size : larger;
	font-weight : bolder;
	background : #E1E6FF;
}*/

h1{
	font: bold 18px Verdana;
	color: navy;
	background: white url(images/titlebar.gif) repeat-x center left;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	text-align: right;
}

h2{
	font: bold 14px Verdana;
	color: navy;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	text-align: left;
	background: white url(images/titlebar_inv.gif) repeat-x center left;
/*	border-bottom: 1px solid #00FFFF*/
}

TD {
	font-family : Verdana;
	font-size : small;
}

A {
	text-decoration : none;
	color : Blue;
}

A:hover {
/*font-weight:bold;*/
	color : #AA0A40;
	text-decoration:underline;
}

.news_date {
color:#800000;
vertical-align:;
/*font-weight:bold;*/
}

.news_item {
background-color: #F8FFFF;
}

h3 {
font: bold 12px Verdana;
}

.cmp_icon {
margin:8px;
vertical-align:middle;
text-align:center;
}

.tblcaption {
	background-color: #F8FFFF;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	margin: 10px;
	border:1px solid gray;
}

.download_cell {
vertical-align:middle;
margin-left:10px;
font-size:x-small;
text-align:right;
}

.solid_botom_line {
	border-bottom:1px solid gray;
}
