body {	
	font: 11px verdana, arial, sans-serif;	
	margin: auto;	
	background-color:#FFFFFF;	
}
/*START Menu sinistro*/
#divMenu{
	text-align:left;
	width:800px;
	background-image: url(../images/menuImg.gif) ;
	background-position: right;
	background-repeat:no-repeat;			
}
#divMenu ul{
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 0px;
	width:200px;			
}
#divMenu li{	
	list-style: none;
	font: 12px verdana, arial, sans-serif;		
	padding: 15px 0px 0px 9px;
	
	font-weight: bold;
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
}
#divMenu a{
	color: #000000;
	text-decoration: none;		
}
#divMenu a:hover{
	text-decoration: underline;
}
#divMenu .important a{
	color: #660000;
}
/*END Menu sinistro*/

/*START Sottomenų*/
#divSubmenu{
	float: left; 
	width: 478px; 
	height: 15px; 
	background-color: #FFFFFF; 
	color: #000000; 
	text-align: right;
	border: 1px dashed #99AADD;
}
#divSubmenu a{
	color: #000000; 
	text-decoration: none;
}
#divSubmenu a:hover{
	text-decoration: underline;
}
/*END Sottomenų*/

.generalControl{	
	font: 11px verdana, arial, sans-serif;
}
.buttonData {
	width: 20px;
	height: 19px;
    border: 1px solid #000066;
    background-image: url(../images/cal.gif);
}
.buttonData:hover {
    border: 1px solid #990000;
    background-image: url(../images/cal.gif);	
}
.tableHeader{
	float:left; 
	width:78px; 
	text-align:center; 
	background-color:#DDDDDD;
	border:1px solid #999999;
}
.tableRow{
	float:left; 
	text-align:left;
	background-color:#FFFFFF;	
	border-bottom:1px solid #999999;
}
.bodyTitle{
	float:left;
	font-size:14pt;
	font-weight:bold;
	width:300px;
}
.breadCrumb{	
	width:800px;	
	height:18px; 
	background-color:#99AADD; 		
	color:#000000; 
	font-size:1.2em;
	text-align:left;
	margin: auto;
}
.breadCrumb a{
	text-decoration:none;
	color:#000000;
}
.breadCrumb a:hover{
	text-decoration:underline;
}
.wpmneu{
	text-decoration:none;
	color:#000000;
	font-size:1.2em;
}
.wpmneu:hover{
	text-decoration:underline;
}
