@charset "utf-8";
/* CSS Document */
body {
	background: #CCCCCC;
	margin: 15px;
}
#main {
	width: 900px;
	height: 600px;
	position: fixed;
    top: 50%;
    left: 50%;
	margin-top: -300px;
 	margin-left: -450px;
	background:url(../images/entrance_background.jpg) no-repeat;
	box-shadow: 0px 0px 15px #E5E5E5;
	border-radius:15px;
}
#mainPage-1 {
	width: 900px;
	min-height: 755px;
	height: auto;
	position: absolute;
    left: 50%;
 	margin-left: -450px;
	background:url(../images/header.jpg) no-repeat;
	background-color: #CCCCCC;
	box-shadow: 0px 0px 15px #E5E5E5;
	border-radius:15px;
}
#mainPage-2 {
	width: 900px;
	min-height: 755px;
	height: auto;
	background:url(../images/footer.jpg) no-repeat bottom;
}
#header{
	height: 200px;
}
#assMenu {
	height: 20px;
	width: 300px;
	float:right;
	text-align:right;
	margin-top: 5px;
}
#assMenu a:link, a:visited{
	color: #FFF;
	text-decoration:none;
	margin-right: 19px;
}
#assMenu a:hover{
	color: #FFF;
	text-decoration: underline;
	width: 100px;	
}
#topMenu {
	height: 30px;
	width: 580px;
	float:right;
	clear:both;
	margin-top: 142px;
}
#content {
	width: 723px;
	height:auto;
	margin: 10px 85px 60px 85px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 25px;
	text-align: justify;
}
#h2content {
	margin:30px 0px 15px 0px;
	font-size: 18px;
	text-align:center;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	padding: 3px;
}
#enter a:link, a:visited {
	color: #FFF;
	font-size: 30px;
	text-align:center;
	text-decoration: underline;
	margin-top:450px;
	display:block;
}
#footer {
	height: 50px;
	text-align:center;
	font-style: italic;
	color: #999;
}
.popup {
	background: #CCCCCC;
	z-index: 1000;
	display: none;
	box-shadow: 1px 1px 15px #E5E5E5;
	border-radius:3px;
	-moz-border-radius:5px;
	border: 2px solid #666666; 
	color: #0473D3;
}
.popup .close{
	width: 30px;
	height: 30px; 
	float: right;
	position: relative;
	top: -15px;
	right: -15px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
}
.popup .close:hover{
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	cursor: pointer;
}
.popup .title{
	width: auto;
	height: auto; 
	border-bottom: 2px solid #0473D3; 
	margin: 3px 10px 3px 10px;
	text-align: center;
	font-weight: bold;
}
.popup .content{
	width: auto;
	height: auto; 
	margin: 3px 10px 3px 10px;
	text-align: center;
}
.popup .content p{
	text-align: justify;
}
.popup fieldset {
	border: 1px solid #0473D3;
	text-align:center;
	padding:2px;
	border-radius:3px;
	-moz-border-radius:5px;
}
input:hover, input:focus{
	border: 1px solid #F8FBB8;
}
input{
	width: 200px;
	height: 24px;
	font-size: 16px;
	text-align: center;
	color: #0872d1;
	box-shadow: 1px 1px 15px #E5E5E5;
	border-radius:3px;
	-moz-border-radius:5px;
	border: 1px solid #0030ff;
}
textarea{
	font-size: 14px;
	box-shadow: 1px 1px 15px #E5E5E5;
	border-radius:3px;
	-moz-border-radius:5px;
	border: 1px solid #0030ff;
}
#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=50);
	display: none;
}
.alertPopup {
	background: #CCCCCC;
	z-index: 1000;
	display: none;
	box-shadow: 1px 1px 15px #595757;
	border-radius:5px;
	-moz-border-radius:5px;
	border: 1px solid #FF0000; 
	color: #0473D3;
	padding: 10px 5px 10px 10px;
}
#alertOverlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=50);
	display: none;
}
.ui-dialog-titlebar-close {display: none }