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


html { 

	font:13px Lucida Sans, Helvetica, Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#ffffff;

}

a {
   outline: none;
}

form { outline: none; }

a:link {  color: #bedb95; text-decoration: none; }
a:visited {  color: #bedb95; text-decoration: none; }
a:hover {  color: #a2bc7d;text-decoration: underline;  }

.formtext { font-size:12px; color: #a7d9e1;}
.input { padding:4px; font-size:14px;}
.input2 { padding:5px; font-size:20px; width:250px; }
.input3 { font-size:12px; }

.bubblesmall { font-size:11px; color: #a7d9e1; }

.gray { color: gray; }

.small { font-size:11px; }
.smaller { font-size:10px; }
.tweet { font-size:10px; }
.smaller2 { font-size:10px; color:gray; }
.smallest { font-size:9px; }
.big { font-size:14px; color:#fffdd3 }
.bigger { font-size:18px; }
.biggest { font-size:23px; }

body { 
	background-color:#00000;
	background-attachment:fixed;
	background-position: bottom center;
	background-repeat:no-repeat;

	margin: 0px;
	padding: 0px;
}

.bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-99999;
}

.wrapper {
	position: relative;
	width:800px;
	z-index:99;
}

.contentheader {
	width:800px;
	padding:20px;
	line-height:1.5;
	text-align:left;
	background: #172426;
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;
}

.content {
	width:780px;
	padding:30px;
	line-height:1.5;
	text-align:left;
	background: #272e2f;
	filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
}

.contentfooter {
	width:800px;
	padding-left:20px;
	padding-right:20px;
	line-height:1.5;
	text-align:left;
	background: #4a5152;
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;
}

.contentfooter2 {
	width:760px;
	padding-left:80px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.5;
	text-align:right;
	background: #172426;
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;
}

.wrapper .logo {
	padding:10px;
	float:inherit;
	text-align:left;
}

.wrapper .toplinks {
	float:right;	
}

.buttonbox {

	background-color: #16292c;
	padding:5px;
	border: 2px #264146 solid;
	
}

.orange { color: #ff993f; }

.error {
	font-size: 16px;
	color: #ff993f;
	padding:6px;
	border: 1px solid gray;
}

.msg {
	font-size: 14px;
	color: #a9ff4c;
	padding:6px;
	border: 1px solid gray;
}

.profile {

	border: 3px solid gray;

}

#aquabg {
	background-color: #0c1c1e;
	padding: 6px;
	padding-left:12px;
}

#aquabg2 {
	background-color: #16292c;
	padding: 6px;
	padding-left:12px;
}
 
  /* Uplaoder CSS */
  
.upload {
	position:relative;
	width:275px;
}
.realupload {
	position:absolute;
	top:0;
	right:0;
	height:35px;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:5; /* bring the real upload interactivity up front */
	width:220px;
}
.fakeupload {
	background:url('/images/buttons/browse.png') no-repeat 100% 30%;
}
.fakeupload input {
	width:200px;
	font-size:13px;
}

.hr {

border:0px;
background-color: #4a5765;
color: #4a5765;
height: 1px;


}