/* CSS Document */

/*menu*/

div#menu {
	height: 26px;
	background-image: url(../image_lib/menutile.gif);
	width: 959px;
}

div#menuleft {
	width: 10px;
	background-color: #2a2a2a;
	height: 26px;
	
}

div#menuright {
	height: 28px;
	width: 10px;
	background-color: #FF0000;
}

/*side navigation*/

div#navigation {
	width: 150px;
	padding: 5px 0px 0px 15px;
 
}

div.navtop {
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 0px 0px 5px;
	background-color: #2a2a2a;
}

div.navbottom {
  background-image:url(../image_lib/navigationbottom.gif);
  height: 26px;
}

.nav {
	display:block;
	text-align: right;
	text-decoration: none;
	padding: 2px 15px 2px 0px;
	font-size: 9px;
}

a.nav:hover {
	background-color: #FFFFFF;
	color: #595959;
	text-decoration: none;
}

div.nav {
  color: #f23192;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
.viewbutton{
	display:block;
	background-image:url(../image_lib/buttons/viewbtn.gif);
	color:#333333;
	font-size:10px;
	height:20px;
	padding: 6px 10px 0px 0px;
	text-align: right;
	float: left;
	width: 110px;

}

.detailtabs{
	color:#284875;
	font-size:10px;
	padding: 8px 3px 0px 0px;
	text-align: right;
	width: 100px;
	float: right;
	

}

/*tabs*/

div.submenu {
  float: right;
  text-align: center;
  width: 139px;
  height: 26px;
  padding: 9px 0px 0px 0px;
}

div.on {
  background-image: url(../image_lib/tabon.gif);
}

div.off {
  background-image: url(../image_lib/taboff.gif);
}
a.toolb/*tool bar*/

 {
	font-size: 9px;
	color: #254673;
	padding: 2px 5px 0px 5px;
	border-right: solid #4C678E 1px;
}

.toolb-h {
  float:left;
  text-align: center;
  font-size: 9pt;
  color: #FF3399;
  text-decoration: underline;
  padding: 0px 8px 8px 8px;
}

a.toolb:hover {
	text-align: center;
	font-size: 9px;
	color: #FF3399;
	text-decoration: none;
}

div#toolbar-h {
	float: none;
	padding: 8px 0px 0px 0px;
	margin-top: 0px;
	background-color: #4C678E;
	border: 1px solid #edd6e1;
}
div#toolbar {
	background-image:url(../image_lib/heading2_700.gif);
	height: 18px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	padding: 2px 0px 0px 8px;
}
