/* --------  Calendar CSS --------- */

/* container table */
.eventclass {
	border: 1px solid #e0b94b;
	width: 600px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.eventclass a {
	color: #000000;
}

/* header row for the table */
.eventclass .head {
	background-color: #e0b94b;
	text-align: left;
}

.eventclass td {
	padding: 3px;	
}

/* alternate row 1 */
.eventclass .alt1 {
	background-color: #F0F0F0;	
}

/* alternate row 2 */
.eventclass .alt2 {
	background-color: #FFFFFF;	
}

/* Alert style - for errors */
.cal_alert {
	width: 580px;
	margin-left: 17px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}

/* Form class - this is a text box */
.inputbox {
	
}

/* Form class - this is a button */
.button {
	
}

/* List the attachments when adding a new one */
.attachments {
	
}

table .attachment_list {
	
}

.detailedevent {
	border: 1px solid #CCCCCC;
	width: 600px;
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.calendar {	/** configure the width **/	width:190px;	background-color: #ffffff;	border: 1px solid #000000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	margin:auto;	padding:0px;	text-align:center;}.calendar th {	font-weight: normal;	height: 15px;	border-bottom-width: thin;	border-bottom-style: solid;	border-bottom-color: #e0b94b;}.calendar .header {	background-color: #394a8e;	font-weight: normal;	height: 18px;	color: #FFFFFF;}.calendar .footer {	background-color: #394a8e;	font-weight: bold;	color: #FFFFFF;	width:100%;	height: auto;	font-size:10px;}.calendar td {	width: 15px;	height: 17px;	text-align: center;	font-size:11px;	padding: 2px;}.calendar .link {	width: 16px;	height: 14px;	background-color: #e0b94b;	margin-left:5px;	margin-right:-5px;	text-decoration:none;
	color: #ffffff;}.calendar .today {	font-weight:bold;	text-decoration:none;}.calendar a, .calendar a:link, .calendar a:hover {	text-decoration: none;	color: #000000;}.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {	color: #FFFFFF;}.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {	width: 100%;	color: #ffffff;}
