body{margin:0; padding:0;}

a:hover{
	color: #EE0000;
}

.graytablebody{
	font-size: 12;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: "#F3F3F3";
	padding: 5 10 5 10;
}
.graytablehead{
	color:#666666;
	font-size: 12;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: "#DDDDDD";
	padding: 5 5 5 5;
}

.bluetable{
	background-color: #eee
}
.bluetablebody{
	font-size: 12;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #f5f5f5;
	padding: 5 10 5 10;
}
.bluetablehead{
	color:#666666;
	font-size: 12;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
	background-color: #e9edf8;
	padding: 5 5 5 5;
}

.blueeventbtn{
	background-color: #c6d5fd;
	border: #666;
	padding: 10px;
	color: #333;
	text-decoration: none;
	font-size: 1.1em;
}
.event_form p label{
	font-weight: bold;
	font-size: 1.2em;
}


.leftlink{
	color:#000000;
	font-size: 12;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: none;
}

.small{
	color:#000000;
	font-size: 11;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.pageheading{
	color:#FF9C03;
	font-size: 20;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.pagesubheading{
	color:#666666;
	font-size: 16;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.long{
	font-size: 15;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height:2;
}

.warning{
	color:#F90000;
	font-size: 12;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.normal{
	color:#666666;
	font-size: 15;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.forminput{
	width:250;
	height:20;
}

.formsmlinput{
	width:150;
	height:20;
}

.newshead{
	color:#666666;
	font-size: 12;
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";
}

.frontlink{
	color:#666666;
	font-size: 15;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-decoration: none;
}


.event_form{
	margin-left: 30px;
}

.event_form label{
	display: block;
	width:100px;
	cursor: pointer;
}

.event_form input{
	width:400px;
    height: 30px;
}

.event_form .button button{
    border: none;
    color: #fff;
    background-color: rgb(153, 204, 1);
    font-size: 15px;
    padding: 5px 20px;
    cursor: pointer;
}

.event_form .extra_data{
	display: none;
}

