body {
	font-family: arial, verdana, helvetiva, sans-serif;
	font-size: 10pt;
	background-color:#ffffff;
	}
	
a {
	text-decoration: none;
	color:#003399;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.selected_page { 
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 0px;
	}
	
.navig	{
	padding: 7px;
	background-color: #FFCC66;
	border-left:1px solid #DF8659;
	border-top:1px solid #DF8659;
	border-right:1px solid #DF8659;
	border-bottom:1px solid #DF8659;
	}
	
td.invisible {
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
	}
	
td.visible {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
.iptt {
	border-width:1px;
	border-style:solid;
	border-color: #000000;
	background-color: #ffffff; 
	font-size: 10pt;
	font-family: verdana, sans-serif;
	}
	
	
	
.tblsel {
	/*background-color: #E0C519;*/
	background-color: #F4F4F4;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
/*	border-top-style: none;*/
	}
	
.diverr	{
	background-color: #FFCC66;
	padding: 15px;
	padding-left: 60px;
	background-image: url('../img/warn.png');
	background-repeat:no-repeat;
	background-position:left;
	background-position:10px;
	border-left:1px solid #DF8659;
	border-top:1px solid #DF8659;
	border-right:1px solid #DF8659;
	border-bottom:1px solid #DF8659;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	}
	
.readonly {
	background-color: #CCFFCC;
	color: #000000;
	font-style: oblique;
	border:1px solid #cccccc;
	}
	
td.innermonth	{
	color: #000000;
	font-size: 10pt;
	background:#FFFFCC;
	border:1px solid #cccccc;
	}
	
td.header	{
	color: #000000;
	font-size: 10pt;
	background:#DFDFB2;
	border:1px solid #cccccc;
	}

#navig { 
	position: absolute; 
	visibility: visible; 
	top: 55px; 
	left: 10px; 
	z-index: 1;
	background-color: #fafafa;
	border:1px solid #a3a3a3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#b8b8b8');
	background: -moz-linear-gradient(top, #ececec 0%, #b8b8b8 100%);
	background: -webkit-linear-gradient(top, #fafafa 0%, #b8b8b8 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #b8b8b8 100%);
	}

#info { 
	position: absolute; 
	visibility: visible; 
	top: 100px; 
	left: 10px; 
	z-index: 1;
	}

#layer_de { 
	position: absolute; 
	visibility: hidden; 
	top: 100px; 
	left: 10px;
	z-index: 1;
	}

#layer_fr { 
	position: absolute; 
	visibility: hidden; 
	top: 100px; 
	left: 10px;
	z-index: 1;
	}

#layer_it { 
	position: absolute; 
	visibility: hidden; 
	top: 100px; 
	left: 10px;
	z-index: 1;
	}

#help { 
	position: absolute; 
	visibility: hidden; 
	top: 100px; 
	left: 10px;
	z-index: 1;
	}

.nonselected_page{
	font-size:12px;
	border:1px solid #c6c6c6;
	background-color: #eaf3e9;
	color:#aa5500;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 2px;
	margin-top:3px;
	display:inline; width:20px;
	}

.selected_page {
	font-size:12px;
	font-weight:bold;
	border:1px solid #759e60;
	background-color: #afdaff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 2px;
	margin:3px;
	display:inline; width:20px;
	}

