/* event manager */

#event_wrapper {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #ccc;
}

#event_wrapper td {
	font-size: 12px;
}

#event_wrapper li {
	line-height: 1.5;
}


#event_heading {
	width: 800px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #777;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #777;
}

.t_heading {
	background-color: #777;
	color: #fff;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.bottomborder {
	border-bottom: 1px solid #ccc;
}

.border {
	border: 1px solid #ccc;
}

ul#event_tabs {
display: block;
list-style: none;
float: left;
margin: 0;
padding: 0;
width: 100%;
border-bottom: 2px solid #ccc;
clear: both;
}

#event_tabs li{
display: block;
float: left;
font-size: 12px;
margin: 0;
padding: 0;
}

#event_tabs li a{
position: relative;
display: block;
top: 2px;
float: left;
height: 16px;
padding: 5px 10px;
font-size: 12px;
font-weight: bold;
background-color: #ccc;
color: #333;
text-decoration: none;
}

#event_tabs li a:hover{
background-color: #666;
color: #fff;
}

#event_tabs li span, #event_tabs li a.selected {
position: relative;
display: block;
top: 2px;
float: left;
height: 16px;
padding: 5px 10px;
background-color: #333;
font-size: 12px;
font-weight: bold;
color: #fff;
}

#event_tabs li span.disabled {
position: relative;
display: block;
top: 2px;
float: left;
height: 16px;
padding: 5px 10px;
background-color: #ccc;
font-size: 12px;
font-weight: bold;
color: #eee;
}

#event_breadcrumb {
position: relative;
font-size: 12px;
font-weight: bold;
color: #666;
padding: 15px 20px;
clear: both;
}

#message {
font-size: 12px;
font-weight: normal;
color: red;
padding: 4px 20px;
border: 1px solid #ccc;
text-align: center;
}

#sample_form {
position: absolute;
display: block;
top: 100px;
left: 200px;
width: 500px;
background: #ccc;
border: 1px solid #333;
padding: 20px;
text-align: center;
}

textarea {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* CAPTCHA STUFF */

p.captcha_1,
p.captcha_2,
p.captcha_notvalid	{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	font-weight: bold;
	color: #FF0000;
}
p.captcha_2	{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.captchapict	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #ccc;
}

#captcha	{
	width: 300px;
	margin: 0;
	padding: 5px;
	border: 2px solid #ccc;
	text-align: center;
}