html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #600;
	}
#outer_container {
	position: relative;
	width: 790px;
	margin: 0 auto;
	background: #00A;
	min-height:100%;
	}
#main_page {
	position:relative;
	width: 790px;
	font-family: "Arial";
	font-size: 14px;
	color: #FFF;
	background: #00A;
	overflow:auto;
	padding-bottom:60px;
	}
#main_page a:link {
	color:#FF0;
	}
#main_page a:hover {
	color:#000;
	background:#00C;
	text-decoration: none;
	}
#main_page a:visited {
	color:#FF0;
	}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 60px;
	line-height:15px;
	background-image: url('images/bg_footer.gif');
	background-repeat: repeat-x;
	font-family: "Arial";
	font-size: 14px;
	color: #6F3;
	}
#footer a:link {
	color:#ff0;
	}
#footer a:hover {
	color:#000;
	background:#FF0;
	}
#header {
	height: 150px;
	background-color: #b21;
	background-image: url('images/test_logo.gif');
	background-repeat: no-repeat;
	}
#event_window {
	float: left;
	width: 200px;
	height: 550px;
	text-align: center;
	background-image: url('images/bg_left_main.gif');
	background-repeat: no-repeat;
	}
#special_window {
	float: right;
	margin: 4px;
	color: #FFF;
	}
#location_window {
	border-style: dashed;
	border-width: 2px;
	border-color: #F00;
	position: absolute;
	top: 40px;
	left: 275px;
	width: 450px;
	height: 292px;
	}
#select_menu_uj {
	border-style: dashed;
	border-width: 3px;
	border-color: #0F0;
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 100px;
	font-family: "Arial";
	font-size: 18px;
	color: #FFF;
	}
#select_menu_uj a:link {
	color:#ff0;
	text-decoration: none;
	}
#select_menu_uj a:visited {
	color:#ff0;
	text-decoration: none;
	}
#select_menu_uj a:hover {
	color:#000;
	background:#FF0;
	}
#select_menu_sc {
	border-style: dashed;
	border-width: 3px;
	border-color: #0FF;
	padding: 10px;
	position: absolute;
	top: 30px;
	left: 400px;
	font-family: "Arial";
	font-size: 18px;
	color: #FFF;
	}
#select_menu_sc a:link {
	color:#ff0;
	text-decoration: none;
	}
#select_menu_sc a:visited {
	color:#ff0;
	text-decoration: none;
	}
#select_menu_sc a:hover {
	color:#000;
	background:#FF0;
	}
.admin_container{
	position:relative;
	width:900px;
	margin:auto;
	border:0px #FF0 solid;
	overflow:auto;
}
.admin_bday {
	position:relative;
	border:1px #FF0 solid;
	padding: 5px;
	float:left;
	margin:5px 0px 0px 10px;
	font-family: "Arial";
	font-size: 12px;
	color:#333;
	background-color:#EAEAEA;
	}
.admin_bday a{
	color:#CF3;
	font-weight:bold;
	}
.admin_bday a:hover{
	color:#00F;
	background-color:#FF3;
	}
.admin_bday td {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	background: #039;
	}
.admin_fpage {
	width: 470px;
	border:1px #CF0 solid;
	padding: 5px;
	float:left;
	margin:5px 0px 0px 10px;
	background-color: #009;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	}
.button_1 {font-family:Verdana,Arial; font-size:12px; font-weight:bold; color:#FFFFFF; border-color:#C082FF; background:#400080;}

.button_2 {font-family:Verdana,Arial; font-size:12px; font-weight:bold; color:#FFFFFF; border-color:#FF0000; background:#800000;}

.button_3 {font-family:Verdana,Arial; font-size:12px; font-weight:bold; color:#FFFFFF; border-color:#00FF80; background:#004000;}

.button_4 {font-family:Verdana,Arial; font-size:10px; font-weight:bold; color:#FFFFFF; border-color:#737373; background:#1D1D1D;}

.form {height:20px; border-color:#400080; border-bottom-width:1px; border-right-width:1px; background-color:#E9D2FF; margin:0px; padding:0px}

a.over_link {
background-color: #000080;
color: #FFFFFF;
text-decoration: none;
padding: .1em 1.0em;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}

a.over_link:hover {
background-color: #808080;
color: #000040;
text-decoration: none;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.defaultTbl td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background: #FFDDDD;
	}
.listTbl td {
	font-family: Verdana;
	font-size: 12px;
	}
.popup_menu {
  position: relative;
  top:-10px;
  margin-left: -10px;
  width: 360px;
  background-color: #007CB9;
  padding: 5px;
  border-style: dashed;
  border-width: 3px;
  border-color: #FF0;
  z-index: 11;
  font-family:Arial, Helvetica, sans-serif;
  color:#FF6;
}
.shadow {
	position: absolute;
	top: 220px;
	margin-left: 30%;
	width: 370px;
	background-color: #ccc;
}

