#calendar-frame{
width: 500px;
clear: both;
margin: 0px 0px 300px 0px;
#margin: 0px 0px 0px 0px;
_margin: 0px 0px 0px 0px;
}

#calendar td {
	font-family: Arial, sans-serif;
}

#calback {

	clear: both;
	width: 400px;
	height: 100%;
	background: url(images/calWaiting.gif) no-repeat center;
	float: left;
}

#calendar {
	background: #FFF;
	width: 400px;
	height: 100%;
	float: left;
}

.cal {
	width: 400px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #004c7e;
	/*text-decoration: none;
	border-bottom: 1px dashed #004c7e;*/
	text-decoration: underline;
	font-size: 9px;
}

.cal a:hover {
	color: #ff9900;
	/*border-bottom: 1px dashed #ff9900;*/
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	background: #004c7e url(images/calBack.gif) repeat center left;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: underline;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
}

.dayover {
	background: #FFF;
	border: 1px solid #004c7e;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 400px;
	height: 100%;
	border-bottom: 1px solid #727260;
	
	background: #fff;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: #004c7e url(images/eventBack.gif) repeat-x;
	border-bottom: 0px dotted #CCC;
}

#event .title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #ccc;
	font-size: 12px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #ccc;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #ff9900;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}

.calevent{
line-height: 12px;
display: block;
}

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

#dayclass0{  /* cec holiday */
background: RED;
float: right;
}

#dayclass1{  /* ieuc holiday not CEC */
background: blue;
float: right;
}

#dayclass2{  /* industry events w/ cec */
background: green;
float: right;
}

#dayclass3{ /* industry events cec not at */
background: pink;
float: right;
}

#dayclass4{ /* training */
background: yellow;
float: right;
}

