* {
margin: 0; padding: 0;
}

body {
background: white;
}

* #DivHeader, #ContentPanelLeft, #DivSubMenu, #divFooter
{
	display: none !important;
}
	
* #DivAddress {
background: white;
color: Black;	
}
		
* #ContentPanelMain {
width: 80%;
background: white;
color: Black	
}								
	
* #ContentPanelRight {
width: 80%;
background: white;
color: Black	
}
	
		* #ContentPanelRight h1, * #DivContentMain h1{
		margin-top: 20px;
		font-size:medium;
		color: #C70041;
		text-align: left;	
		}
		
		* #ContentPanelRight h2, * #DivContentMain h2{
		margin-top: 10px;
		font-size:small;
		color: black;
		text-align: left;	
		}
		
		* #ContentPanelRight h3, * #DivContentMain h3{
		margin-top: 10px;
		font-size:small;
		color: black;
		text-align: left;	
		}						
	
		* #ContentPanelRight p, * #DivContentMain p, .main{
		margin-top: 10px;
		font-size:x-small;	
		}
		
		legend{
		margin-top: 10px;
		font-size: small;
		font-weight: bold;
		color: black;	
		}			
		
		* #ContentPanelRight p a{
		color: #C70041;	
		text-decoration: none;
		border-bottom: dotted 1px Black;
		}	
		
		* #ContentPanelRight p a:hover{
		color: Black;	
		text-decoration: none;
		border-bottom: dotted 0px Black;
		}				



.input, .ddinput
{border: 1px solid #C8B760}

.ddinput
{background-color: #E3D8A0}

fieldset{
	padding: 10px;
	border: 1px solid #C8B760;
}

/*----------------- CALENDAR STYLES --------------------*/

.cal th
{
	padding: 10px;
}

.MainCalendar
{
 background: black;
 font-family:Verdana;
}

.MainCalendar a:hover
{
 background: #BD242B;
 font-family:Verdana;
 color: White;
 text-decoration:none;
}

.CalWeekDay
{
	background: #BD242B;
	color: White;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 30px;
}

.CalOffDay
{
	background: #CCC;
}

.CalOnDay
{
	background: white;
	height: 30px;
	font-size: xx-small;
	color: Black;
	vertical-align: top;
	padding: 2px;
}

.CalEvent
{
	color:Black;
	text-decoration: none;
}