.menubar{

			width: 100%;
     		background-color : #e4ecf6;
			}			
.datacell{
			font-size:12px;
			}
.rowover{
			background-color:blue;
			/*background-image:url(IMAGES/head-px.bmp)*/
			color:white;
			}
.rowout{
			background-color:white;
			color:black
			}						
IMG{
			cursor: hand;
			border: none;
			}
TH{
			font-size:12px;
			font-weight: bolder;
			FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=gray,strength=3);
			}
TR{			border:  thin;
			border-color: grey;}			
A:HOVER{
		color:red;
		text-decoration:underline;
		}						
A{
		font-family:tahoma;
		text-decoration:none;
		}
.btn1 {
    HEIGHT: 24px;
    WIDTH: 100px;
	border:  thin;
	border-style: groove;
	 cursor:hand;
}								
INPUT{
	font-size:8pt;
	font-family:tahoma;
}
TEXTAREA{
	font-size:8pt;
	font-family:tahoma;
}
SELECT{
	font-size:8pt;
	font-family:tahoma;
}
.Ton{
	background-color: Black;
	color:lightgreen; 
	     font-size: 9pt;
		 border: 1px grey outset;
}
.Toff{
	background-color:silver;
	color:gray;
     font-size: 9pt;
}				
.SPANheader{
	/*Border: white 1px solid;*/
	BAckground: lightblue;
	cursor:hand;
	color:blue;
	filter=progid:DXImageTransform.Microsoft.Shadow(direction=135,color=gray,strength=2);
}
.SPANrow{
	/*Border: red 1px solid;*/
	background: #9bbad6;
}
.SPANrowOver{
	/*Border:blue 1px solid;*/
	background: lightyellow;
	color:black;
	cursor:hand;
}
.SPANrowEven{
	/*Border: red 1px solid;*/
	background: lightgreen;
}

.SPANcell{
	border:buttonface 1px solid;
	background: none;
	font-family:tahoma;
	/*Font-size:7pt;
	height:25px;*/
}

