BODY{
background:url(images/bg.jpg);
margin:10px;
margin-bottom:10px;
margin-left:0;
margin-right:auto;
text-align:center;
width:100%;
scrollbar-face-color:FFFFFF;
scrollbar-arrow-color:#004990;
scrollbar-track-color:FFFFFF;
scrollbar-shadow-color:#004990;
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''

}

#container {BACKGROUND: #fff; MARGIN: 0px auto; WIDTH: 900px; TEXT-ALIGN: LEFT
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:11px;
	font:bold;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Verdana,Sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:40px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("images/bluedo.jpg") repeat-x top left;	
	}



.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 200px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 194px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #0066CC;
color: white;
}



td {
	FONT-SIZE: 11px; color: #3F3F3F; FONT-FAMILY: Verdana,Arial,Sans-serif; FONT-VARIANT: normal  
}


a:link { font-family: Verdana; font-size: 8 pt; color: #494949; text-decoration: none;  }
a:visited { font-family: Verdana; font-size: 8 pt; color: #494949; text-decoration: none;  }
a:active { font-family: Verdana; font-size: 8 pt; color: #494949; text-decoration: none;  }
a:link:hover { font-family: Verdana; color: #FF0000; text-decoration: none; } 

.main {
width:192px;
border:1px solid Silver;
}

.month {
background-color:Grey;
font:bold 11px verdana;
color:white;
}

.daysofweek {
background-color:skyblue;
font:bold 11px verdana;
color:white;
}

.days {
font-size: 11px;
font-family:verdana;
color:black;
background-color:white;
padding: 2px;
}

.days #today{
font-weight: bold;
color: Red;
}

.text4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color: #C0C0C0;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#0066CC;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 60px; 

}
