#error {
	color: #f00;
}

h1 {
	margin: 5px 0px 15px 0px;
	font-size: 14px;
	color: #000;
	border-bottom:1px solid #c03;
}

h2 {
	margin: 0 0 5px;
	font-size: 12px;
	color: gray;
	border-bottom:1px dotted #c03;
}

h3 {
	margin: 5px 0;
	font-size: 12px;
	color: gray;
	border-bottom:1px dotted #c03;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	margin: 1px;
	border:1px solid #aeaeae;
}

.listHeader {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #4a4a4a;
}

.listRow {
	padding-top: 3px;
	font-size: 11px;
	border-bottom: 1px dotted #cfcfcf;
}

.listIcon {
	text-align: right;
	padding: 3px 0px;
	border-bottom: 1px dotted #cfcfcf;
}

.eventBox {
	padding: 3px 0px;
	border-bottom: 1px dotted #cfcfcf;
}

/* Links CSS */
a.event {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #039;
}

a.event:hover {
	color: #000;
}

a.navP {
	text-decoration: none;
	font-weight: bold;
	color: #c03;
}

a.navA {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a.navP:hover, a.navA:hover {
	color: #000;
}

a {
	text-decoration: none;
	color: #039;
}

a:hover {
	color: #c03;
}

/* Calender Small CSS */
.calTit {  
	font-size:10px; 
	font-weight:bold;
	color:#000;
	text-align:center;
	border:1px solid #cfcfcf;
}
.cal {  
	font-size:10px; 
	color:#000000;
	text-align:center; 
	border:1px solid #cfcfcf;
}
.calToday {  
	font-size:10px; 
	font-weight:bold;
	text-align:center;
	border:1px solid #cfcfcf;
	background-color: #E49CAE;
}
.calResult {  
	color: #039;
	font-weight:bold;
	background-color: #efefef;
}
