/***********************************************************
 * File: tab_style_normal.css
 * (C) Bentley Systems Netherlands BV, 2005
 *
 * History:
 **********************************************************/

body {
	margin: 1px;
	background-color: #ffffff;
}

.activeButton {
	font: 8pt avenir heavy;
	text-decoration: bold;
	background-color: #757f1c;
	display: block;
	cursor: mouse;
	font-weight: bold;
	color: #ffffff;
        text-align: center;
	
}
.nonactButton {
	
	font: 8pt avenir heavy;
	color: #FFFFFF;
	background-color: #9cb615;
	border: 1px solid #FFFFFF;
	display: block;
	cursor: hand;
	font-weight: bold;
	text-align: center;
}

.lineButton { 
  background-color: #F51D30;
  display: block; 
}

#div1, #div2, #div3, #div4, #div5, #div6{
     font: italic 8pt Verdana;
     background-color: #F5DDDD;
     border: 1px solid #000;
     position:absolute;
     top: 18;
     left: 2; 
     width:500;
     visibility:hidden;
     absolute; z-index: 101;
}
