.MainTable { 
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10pt;
color: Black;

}


.NiceBox { 
  color: black; 
  background: #E8E8E8; 
border: 1px solid #8080FF;
border-collapse: collapse;
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10pt;
padding: 4px;
}

.body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 10pt;
color: Black;

}



.LogIn
{
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 8pt;
color: Black;

}


.tr
 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: Black;

}

.DBbutton{

cursor: Pointer;
background: #FF9900;
}




.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border: none;
}

.heading{

font-family: Microsoft Sans Serif, sans-serif;
font-size: 32pt;
color: #8080FF;
text-align: left;
text-indent: 10px;
font-style: normal; 
font-weight: bold; 
padding: 4px;
}



.CalendarText {
border-collapse: collapse;
Color: black;
cursor: pointer;
font-size: 8pt;
font-weight: bold;
border: 1px solid #8080FF;
}

.MouseCalendarText{
color: red;
cursor: pointer;
font-size: 8pt;
font-weight: bold;
}





#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	position:relative;
text-align: left;
}

/* now lets get rid of position:relative for IE */

* #nav, * #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
text-align: left;
}


#nav a
{
	width: 105px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #8080FF;
	background: url("http://www.Datashack.co.uk/calendar/images/colourpix.jpg");
	background-repeat: repeat;
	border: 1px ridge #ffffff;
	padding: 4px;
	font:12px verdana, san-serif;
	font-weight: Bold;
 /* N6 needs this to cascasde the font style */
}

/* BMH for IE 5 */

* html #nav a
{
  width: 115px;
  w\idth: 105px;
}
	
#nav li
{
	float: left;
	width: 115px;
	position: relative;
}
	
#nav li ul
{
	position: absolute;
	left: -999em;
	width: 115px;
}
	
#nav li a:hover
{
	color: #000000;
	background-color: #8080C0;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}

