#success {
	position:static;
	border-bottom: 2px #090 solid;
	border-top: 2px #090 solid;
	border-left: 2px #090 solid;
	border-right: 2px #090 solid;	
	padding: 4px 4px 4px 4px;	
	font-size:13px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:24px;
	color:#060;
	background-color:#FC9;
	width:auto;
}

#error {
	position:static;
	border-bottom: 2px #F00 solid;
	border-top: 2px #F00 solid;
	border-left: 2px #F00 solid;
	border-right: 2px #F00 solid;	
	padding: 4px 4px 4px 4px;	
	font-size:13px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:24px;
	color:#F00;
	background-color:#FC9;
	width:auto;
}

#warn {
	position:static;
	border-bottom: 2px #F60 solid;
	border-top: 2px #F60 solid;
	border-left: 2px #F60 solid;
	border-right: 2px #F60 solid;	
	padding: 4px 4px 4px 4px;	
	font-size:13px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	line-height:24px;
	color:#F60;
	background-color:#FC9;
	width:auto;	
}

body {
	margin-left: 0px;
	margin-top: 0px;
}
.main_table {
	BORDER-LEFT: #FA8037 2px solid;
	BORDER-RIGHT: #FA8037 2px solid;
	BORDER-BOTTOM: #FA8037 2px solid;
	background-repeat:repeat-x;
}

a {
	font-size:12px;
	color:#00cc00;
}

a:hover {
	font-size:12px;
	color:#00FF00;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:20px;
	color:#FCC;
	padding: 5px 10px 0px 10px;
}

.bodytitle {
	color:#FF9900;
	font-size:large;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-stretch:expanded;
}

.calendartable {
	padding-top:4px;
}

.calenda {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#91230C;
	font-size:10px;
}

.calenda td{
	background-repeat:no-repeat;
}

.calenda td a {
	text-decoration:underline;
	font-weight:bold;
	color:#91230C;
}

.calenda td a:hover {
	color:#F33;
	font-size:12px;
}

.calenda_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#91230C;
	font-size:12px;
	font-weight:bold;	
	background-repeat:repeat-x;

}

.month_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:11px;
	color:#91230C;
	letter-spacing:2px;
	text-transform:uppercase;	
}

.event_date_cell {
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12;
	line-height:15px;
	padding-top:7px;
}

.event_details_cell {
	font: normal 12px Georgia;
	color:#91230C;
	padding-left: 6px;
	padding-right: 6px;
	line-height:20px;
	text-align:justify;
}

.event_details_cell a{
	font-family:Arial, Helvetica, sans-serif;
	color:#009;
	text-decoration:none;
	font-style:italic;
}

.event_details_cell a:link{
	color:#009;
	text-decoration:none;
}

.event_details_cell a:visited{
	color:#009;
	text-decoration:none;
}

.event_details_cell a:hover{
	color:#00f;

}

.event_title {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#009;
}

.resource-tb  {
	background-repeat:repeat-y;
	padding:3px 5px 3px 3px;
}

.resource {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
}

.resouce-title {
	color:#F60;
	text-transform:uppercase;
	font-weight:bold;
}

.img-wrapped {
	float:left;
	padding:2px 10px 0px 0px;
}

.foot-text {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10px;
	line-height:20px;
	padding:10px 5px 10px 10px;
}

.foot-text a{	
	color:#FCC;
}

.foot-text a:hover{
	font-weight:bold;
}

