a {
	text-decoration: none;
}

a.white {
	color: white;
	text-decoration: none;
}

a.blue {
	color: #6699cc;
	text-decoration: none;
}





#calendar td {
	font-family: "Verdana", Arial, sans-serif;
        height:10%;
}


#calendar {
	background: #FFF;
	width: 100%;
        width:250px;

}

.cal {
	width: 250px;
        height: 240px;
	margin: 0px auto 0 100px;
        position:relative;
        right:100px;
}

.cal a {
	color: white;
	text-decoration: none;
        text-align:center;
	font-size: 7px;
}

/*

.cal a:hover {
	color: #0E0;
}

*/

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	background: url('images/calBack.gif');
        background-repeat: repeat-x;
}

.calhead img {
	border: none;
}

.calhead table {
	width:100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 24px;
	background: #e7ecf3;
}

.dayhead td {
        font-size:10px;
	text-align: center;
	color: #6699CC;
}

.dayrow {
	background: #FFF;
	height: 26px;

}

.dayrow td {
	width: 14%;
	font-size: 11px;
	color: #9C9E9F;
	padding: 3px;
        text-align:center;
}


.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
}

#event .heading {
	position: relative;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#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;
}

.result
{
    background-image:url('images/eventbg.gif');
    background-repeat: no-repeat;
    padding:10px;
    position:relative;
    bottom:240px;
    left:255px;
    width:175px;
    height: 220px;
    overflow:auto;

}
