@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	text-align: center;
	min-width: 850px;
}

a
{
	color:#0066cc;
	font-size:13px;
}

a:hover
{
	color:#547daa;
	font-size:13px;
}


#container {
	width: 850px;
	text-align:left;
	margin:0 auto;
}

#navigation {
	width: 850px;
	margin: 0;
	padding: 0;
	}
	
#content {
	float: left;
	width: 790px;
	margin: 0px;
	padding: 30px;
	background-color: #FFFFFF;
	position:relative;
	text-align: left;
	border-bottom:solid 1px #d4891c;
}

#taskbar {
	overflow: hidden;
	height:20px;
	width:100px;
	margin-left:400px;
	background-image:url(../images/taskbar_logout.gif);
	text-align:center;
	padding-top:5px;
}

.submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }


.admintitles {
	font-size:15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom:10px;
}

.eventtitles {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom:10px;
}

a.button:hover {
	color: #FFFFFF;
	background: #d4891c;
	background-image:url(images/btn.gif);
	background-repeat: no-repeat;
}

.error {color:#CC0000;}

th
{
	background-color:#666666;
	color:#ffffff;
	font-size:14px;
	font-family: Arial, helvetica, sans-serif;
	padding:5px 5px 5px 5px;
	text-align:center;
}

.td_db
{
	padding:5px 5px 5px 5px;
	border:solid #eeeeee 1px 1px 1px 1px;
	background-color:#ffffff;
}

.td_db a
{
	color:#FFFFFF;
}

.td_db a:visited
{
	color:#0066cc;
}

.title
{
	font-size:18px;
	font-color:#ffffff;
}

.button100px {
	display: block;
	color: #FFFFFF;
	background: #bf311a;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(images/btn_100.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}

.button100px_hover {
	display: block;
	color: #FFFFFF;
	background: #d4891c;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(images/btn_100.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}

.button30px {
	display: block;
	color: #FFFFFF;
	background: #999999;
	width: 50px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin-left:5px;
	float:right;
	padding-top: 1px;
}

.button30px_hover {
	display: block;
	color: #FFFFFF;
	background: #333333;
	width: 50px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin-left:5px;
	float:right;
	padding-top: 1px;
}

.button100px {
	display: block;
	color: #FFFFFF;
	background: #bf311a;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn_100.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}

.button100px_hover {
	display: block;
	color: #FFFFFF;
	background: #d4891c;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn_100.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}
.button200px {
	display: block;
	color: #FFFFFF;
	background: #bf311a;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn_200.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}

.button200px_hover {
	display: block;
	color: #FFFFFF;
	background: #d4891c;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-image:url(../images/btn_200.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	border:0;
}

.taskbarlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-color: #999999;
	margin:  0px 8px 0px 8px;
}
A.taskbarlinks:link {color: #999999; text-decoration: none;}
A.taskbarlinks:active {color: #999999; text-decoration: none;}
A.taskbarlinks:visited {color: #999999; text-decoration: none;}
A.taskbarlinks:hover {color: #999999; text-decoration: underline;}