/*===[GLOBAL DEFINITIONS]===*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:url(aquabg.jpg) #778cdd center top repeat-x;
	margin:0;
	padding:0;
	position:relative;
}
p{
	margin:0 0 10px 5px;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin:0 0 10px 0;
	padding:0;
}
label{
	margin:0;
	padding:0;
}
img{
	border:none;
	margin:0;
}
form{
	padding:0;
	margin:0;
}
input, textarea, button{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*===[/GLOBAL DEFINITIONS]===*/
.outer_container{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	z-index:1;
}
.header{
	width:778px;
	height:105px;
	margin:0 auto;
}
.navigation{
	position:relative;
	width:760px;
	height:100px;
	text-align:center;
	margin:0 auto;
}
.navigation a{
	position:relative;
	display:block;
	text-decoration:none;
	z-index:1;
}
.content_separator{
	background:url(content_box_separator.png) no-repeat;
	width:778px;
	height:7px;
	margin:0 auto;
}
.container{
	width:760px;
	padding:0 6px;
	background:url(content_bg.png) center repeat-y;
	position:relative;
	margin:0 auto;
}
.content{
	color:#333333;
	padding:5px;
	padding-top:4px;
}
.footnote{
	background:url(content_footer.png) no-repeat;
	width:778px;
	height:30px;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
}
#control{
	background:url(black_to_transparent_fade_30px.png) top repeat-x #333333;
	color:white;
	padding:0 20px 10px 20px;
	-moz-border-radius:0 0 15px 15px;
}
#control_container{
	width:800px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#control_nav{
	margin:0;
	padding:5px 0;
	text-align:left;
	font-size:8px;
	line-height:8px;
	font-weight:bold;
	color:white;
}
#control_nav a, #control_nav a:visited{
	color:white;
	font-size:8px;
	line-height:8px;
	text-decoration:none;
	font-weight:bold;
}
#control_nav a:hover{
	text-decoration:underline;
}
#login{
	width:100px;
	text-align:center;
	margin:0 auto;
	position:relative;
	background:#333333;
	padding:2px;
	left:300px;
	-moz-border-radius:0 0 15px 15px;
}
#login a{
	display:block;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:8px;
	line-height:8px;
	cursor:pointer;
}

.clear{
	height:1px;
	display:block;
	clear:both;
}
.dialogbox{
	position:absolute;
	z-index:50;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	background:url(dialogobox.png) no-repeat;
	width:221px;
	height:57px;
	text-align:center;
	padding-top:16px;
	font-family:Arial, Helvetica, sans-serif;
}
.subnav{
	background:url(subnav_bg_off.gif) center repeat-x;
	height:25px;
	line-height:25px;
	color:#333333;
	margin:5px 10px;
}
.subnav ul{
	display:block;
	margin:0;
	padding:0;
}
.subnav li{
	margin:0;
	padding:0;
	display:block;
	height:25px;
	float:left;
}
.subnav li a{
	display:block;
	height:25px;
	line-height:25px;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(subnav_separator.gif) right no-repeat;
	padding:0 15px;
}
.subnav .active, .subnav li:hover{
	background-image:url(subnav_bg_on.gif);
}
.subnav .disabled{
	background:none !important;
}
.subnav .search{
	float:right;
	background:none !important;
}
.noresult{
	padding:70px 15px;
	color:#d7d4fd;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.noresult h1{
	font-size:40px;
}
.feedback{
	margin:10px;
	background:#FFFFCC;
	padding:5px 10px;
	color:#333333;
	border:1px dotted #CC9900;
	font-size:12px;
	font-weight:bold;
	position:relative;
}
.feedback p{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.feedback .close{
	width:16px;
	height:16px;
	cursor:pointer;
	position:absolute;
	top:5px;
	right:5px;
	background:url(../../images/x_red_ico.png) no-repeat;
}