.event {
	margin: 3px, 1px, 1px, 1px;
	border: solid 1px black;
	padding: 2px;
	background-color: #ffffdd;	
}

.CalenderText {
	font-size: 10px;
	text-align: left;
}

#CalenderViewHeader {
	color: black;
	font-size: 16px;	
}

hr {
	margin: 0;
}

.CalenderTable {
	width: 100%;
}

a, a:visited {
	color: black;	
}
a:hover {
	font-weight: bold;
	color: blue;	
}

/* Style prev/next month links */
.CalenderPrevMo, .CalenderNextMo {
	height: 50px;
	font-size: 16px;
	color: black;
}
.CalenderPrevMo {
	padding-left: 10px;
	width: 100px;
	text-align: left;
}
.CalenderNextMo {
	padding-right: 10px;
	width: 100px;
	text-align: right;
}

/* Style the width of the calender itself */
.CalenderTop {
}

/* Style the cells which make up the days */
.CalenderDayWidth {
	width: 120px;
	text-align: center;
	color: black;
}

/* Style the month text */
.CalenderMonth {
	text-align: center; height: 50px;
	font-size: 36px; font-weight: bold;
	color: black;
}

/* Style text for today's date */
.CalenderToday {
	font-weight: bold;
	font-size: 18px;
	color: blue;
	text-align: center;
	vertical-align: top;
	height: 60px;
}

/* Style text for weekdays */
.CalenderWeekday {
	font-size: 18px;
	color: #444;
	text-align: center;
	vertical-align: top;
	height: 60px;
}

/* Style text for weekends */
.CalenderWeekend {
	font-size: 18px;
	color: #888;
	text-align: center;
	vertical-align: top;
	height: 60px;
}

/* Seperate styling for class .ClassA with or without an Anchor */
.CalenderWeekday .ClassA a, .CalenderWeekday .ClassA {
	color: green;
	font-size: 18px;
	text-align: center;
}

/* Seperate styling for class .ClassA with or without an Anchor */
.CalenderWeekend .ClassA a {
	color: #0a0;
	font-size: 18px;
	text-align: center;
}

/* Seperate styling for class .ClassB without an Anchor */
.CalenderWeekday .ClassB {
	color: #a00;
	font-size: 18px;
	text-align: center;
}

/* Seperate styling for class .ClassB without an Anchor */
.CalenderWeekend .ClassB {
	color: red;
	font-size: 18px;
	text-align: center;
}

/* XSNAZZY ELEMENTS */
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}
.xsnazzy {
background: transparent; 
width: auto;
float:left; 
margin:0 3px;
}
.xsnazzycontainer {
margin: 2px;	
}
.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:100px;
}
* html .xboxcontent {
height:1px;
}

.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#c9ba65;
color:#fff;
}
