
/* custom fix cross browser calendar style */
#calendar table
{
	font-size: 10px;
}
#calendar table td
{
}


/* end custom fix cross browser calendar style */
#calendar td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-weight:normal;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/phcms/modules/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
}

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

.cal a {
	color: #0C0;
	text-decoration: none;
	font-size: 9px;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	font-size: 10px;  
	background-color: #eee;
	padding: 2px 0 2px 0;
}

.calhead img {
	border: none;

}

.calhead table {
	width: 100%;
}

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

.dayhead {
	background-color: #eee;
}

.dayhead td {
	text-align: center;
	color:black;
	padding-top: 2px;
	padding-bottom: 3px;
}

.dayrow {
	background: #FFF;
	width: 25px;
	height: 25px;	
	
}

.dayrow td {
	width: 21px;
	height: 21px;
	font-size: 9px;
	color: #656551;
	padding: 4px 0 0 5px;
	border-left: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	font-weight:normal;
}
.dayrow td span
{

}

.day {
		text-align:center;
		margin-top: 3px;
		width: 25px;
		font-weight:normal;

}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

/*
#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/phcms/modules/calendar/images/calEvent.gif') repeat-x top left;
}

.calevent
{
	color: red;
}


#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;
}