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

body {
	background:url(../images/site_bg.jpg) repeat top left;
}

#site {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background:url(../images/header_bg.png) no-repeat top left;
	height:30px;
	border-bottom:2px ridge #ccc;
}
	#logout {
		float:right;
	}
#admin-sect {
	width:100%;
}
#admin-sect td.divide {
	background:url(../images/divider.png) repeat-x top left;
}
#admin-sect td {
	background:url(../images/cell_bg.png) repeat top left;
}

input {
	background:#ccc;
}

#message {
	color:#fff;
	font-size:1.8px;
}
.success {
	color:#fff;
	font-size:1.8em;
}
.logout {
	float:left;
	width:40%;
	color:#fff;
	text-align:center;
}
.inlinelink {
	color:#999;
	text-decoration:underline;
}
.inlinelink:hover {
	text-decoration:none;
	color:#fff;
}
#logintable {
	color:#fff;
}
.standard {
	width:50%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

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

 #backgroundPopup{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;  
 z-index:1;  
 }  
 #popupContact{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:200px;  
 width:500px;  
 background:#fff;  
 border:2px solid #dcdc00;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 }  
 #popupContact h1{  
 text-align:left;  
 color:#a40000;  
 font-size:22px;  
 font-weight:700;  
 border-bottom:1px solid #dcdc00;  
 padding-bottom:2px;  
 margin-bottom:20px;  
 }  
 #popupContactClose{  
 font-size:14px;  
 line-height:14px;  
 right:6px;  
 top:4px;  
 position:absolute;  
 color:#a40000;
 font-weight:700;  
 display:block;  
 }  
