body {
	background-color: #EBE3B5;
}
body,td,th {
	color: #89734E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style1 {color: #FDD059}
.style2 {
	color: #D7D03F;
	font-size: 12px;
}

.style2 {
	color: #D7D03F;
	font-size: 12px;
}
.style2 a{
	color: #D7D03F;
	font-size: 12px;
	text-decoration: none;
}
.style2 a:hover{
	color: #D7D03F;
	font-size: 12px;
	text-decoration: none;
}
input, textarea, select{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	background-color: #ffffff;
	border: 1px solid #808080;
}

table{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	cursor: default;
	border:0px;
	margin:0px;
	padding:0px;
}

form{
       margin-left: 0px;
       margin-top: 0px;
       margin-right: 0px;
       margin-bottom: 0px;
}

<!---- Menu CSS ----->
.gallery_title a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.gallery_title a:hover{
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.menulinks a{
	font-size: 10px;
	color: #89734E;
	text-decoration: none;

}
.menulinks a:hover{
	font-size: 10px;
	color: #C93800;
	text-decoration: none;

}

.menulinksa a{
	font-size: 10px;
	color: #C93800;
	text-decoration: none;

}
.menulinksa a:hover{
	font-size: 10px;
	color: #C93800;
	text-decoration: none;
}

.menu_horisont a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.menu_horisont a:hover{
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

<!---- BB Code ---->
.code {
	font-family: courier new, courier;
	color: #006CF0;
}

<!---- Calender ----->

	.table {
	    font-size: 10px;
	    font-family: arial, verdana, sans-serif;
	    text-align: center;
		
	}

	.calender_b a{
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	}
	.calender_b a:hover{
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	}
	.calender_c a{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	.calender_c a:hover{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A8C896;
	font-weight:bold;
	text-decoration: none;
	}

	TD.w {
	    background: #F7EAEA;
	}
	TD.wb {
	    background: #F7EAEA;
		border: 1px solid #000000;
	}

	TD.m {
	    text-align: center;
	    background: #4DB330;
		color:#FFFFFF;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	TD.mm {
	    text-align: center;
	    background: #399220;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

	TD.d {
	    text-align: center;
		color:#FFFFFF;
		font-weight:bold;
	    background: #0048A1;
	}

    TD.b {
		background: #F3F3F3;
		border: 1px solid #000000;
	}

 	TD.back {
	    background: #F3F3F3;
		color: #000000;
    }
	
    TD.b2 {
	    background: #F3F3F3;
		color: #CDCDCD;
    }

<!---- HTML Tool tip ---->

#dhtmltooltip{
font-size: 12;
font-family: Verdana, Helvetica, Arial;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


