#calendarhome td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div.month{
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	padding: 2px 0 3px 0;
	
}
#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('calendar/images/calWaiting.gif') no-repeat center;
}
html,body { 
height: 100%; 
} 
div.callout { 
height: 100%; 
} 
#calendarhome {
	/*background: #FFF;*/
	width: 100%;
	height: 100%;
}
h4 .calMonth{
	color: #3C362A;
	padding:0;
	margin:0;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
}
div.callout{
    position: absolute;
	border:2px solid #958E7C;
    margin: 0px;
	top:390px;
	left:650px;
    padding: 10px;
    width: 280px;
    height: 0;
    background-color: white;
	overflow-y:auto;
    z-index: 99999;
	cursor:default;
} 
div.callout a{
color: #00395A;
text-decoration:underline;
}
div.callout a:hover{
color: #00395A;
text-decoration:none;
}
div.hiddenEvent{
display:none;
color: black;
font-size: 11px;
}
span.eventTitle{
	font-size: 11px;
	font-weight:bold;
	color: #39362F;
	margin: 0;
	padding: 2px 0 3px 0;
}
div.callout .x{
cursor:pointer;
width:20px;
height:20px;
position relative;
float:right;
background: url('	/images/close.gif') no-repeat center;
}
.cal {
	width: 250px;
	border-top:none;	
	border-right: 1px solid #958E7C;
	border-bottom: 1px solid #958E7C;
	margin: 0 auto;
	padding:0;
}

.cal a {
	color: #0C0;
	text-decoration: none;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	color: #3C362A;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;  
	background: url('calendar/images/calBack.gif') repeat center left;
	text-align:center;
	padding: 0px 9px 8px 9px;
	
}

.calhead a {
	color: #3C362A;
	font-family: verdana, arial, helvetica, sans-serif;
	
}
.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.calhead a:hover {
	color:#90182C;
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
	
}

.dayhead td {
	border-left: 1px solid #958E7C; 
	border-top: 1px solid #958E7C; 
	text-align: center;
	color:#5C5841;
}

.dayrow {
	background: #FFF;
	height: 30px;
}



.dayrow td {
	width: 14%;
	color: #5C5841;
	padding: 3px;
	border-top: 1px solid #958E7C;
	border-left: 1px solid #958E7C;
}
.dayrow td.event {
	font-size: 11px!important;
	background: #EAEEF1;
	cursor:pointer;
}

.dayrow td.event .day {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color:#90182C;
}
.day{
	font-size: 12px;
	text-align:right;

}
.dayover {
	background: #CCCCCC;
}

.dayout {
	background: #FFF;
}

/*
#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('calendar/images/calEvent.gif') repeat-x top left;
}

#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;
}
