/* FORMS */

body, p, td {
	color: #999999;
}

#editform {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	margin-top: 15px;
	margin-bottom:15px;
	margin-left: 15px;
}

#editform h1, #eventslist h1 {
	font-size:14px;
	font-weight: bold;
	color:#990000;
}

#editform h2, #eventslist h2 {
	font-size:13px;
	font-weight: bold;
	color:#990000;

}

#editform h3, #eventslist h3 {
	font-size:12px;
	font-weight: bold;
}


#editform h4, #eventslist h4 {
	font-size:11px;
	font-weight: bold;
}


#eventslist {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 885px;
	margin-top: 15px;
	margin-bottom:15px;
	margin-left: 15px;
	float:left;
	
}




#editform input, #editform textarea, #editform select  {	
	padding: 3px;
	width: 280px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #b2b2b2;
	background: #f4f4f4;
	
}

#editform input.shortinput {
	width: 50px;
}




#editform .mysubmit, #editform .mysubmit input:focus, #editform .button, #editform .button:focus, .mysubmit {
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	width: 120px;
}
#editform .mycheck{
	width: 20px;
	background: #fff;
	border: none;
	margin-right: 10px;
	padding-bottom:0px;	
}
#editform textarea:focus, #editform input:focus, #editform select:focus {
	border: 1px solid #000;
	background: #fff;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
}

label.nofloat {
	float:none;
	
}

#editform .formbuttons {
	padding-left:165px;
	margin-bottom:10px;
	margin-top:5px;
}
#editform .checkboxes {
	margin-left: 165px;

}
/* CONFIRMATION MESSAGES AND WARNINGS */

.warningAlert,
.successAlert,
.errorAlert {
	text-align: center;
	width:600px;
	margin: 15px 15px 15px 15px;
	padding: 9px;
	font-size: 100%;
	font-weight: normal;
}

.successAlert {
	background-color: #edf9d9;
	color: #333;
	border: 3px solid #8fc15e;
}
.warningAlert,
.errorAlert {
	background-color: #FFE6CD;
	color: black;
	border: 3px solid #CD6531;
}

form {
margin: 0;
padding: 0;
}


.eventrow:hover {
	background-color: #333333;

}
