body {
	background: #5d6976 url(water.jpg) repeat-x;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	padding:0;
	overflow:hidden;
    height: 100%;
}
a {
color:#000;
}
.gray, .gray a {
color:#777;
}

ul {
	margin: 0 0 8px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style-position:inside;
}
li {
	padding: 0;
	margin: 0 0 4px 0;
	font-size:13px;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	margin: 12px 0 5px 0;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 12px 0 5px 0;
}
h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 12px 0 5px 0;
}
p {
	font-size: 13px;
	margin: 0 0 5px 0;
}
img {
	border:none;
}
input, select {
	font-size:12px;
}
#bg {
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
}
#abg {
	width:1px;
	height:1px;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 0;
}
#backdrop {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    background-color: #333;
    opacity:0;
    display:none;
}
#gallery {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    z-index:11;
    display:none;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
#igallery {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;    
    z-index:11;
    display:none;
    text-align: center;
}
#igallery iframe {
    width:600px;
    height:500px;
    margin-top:6%;
}
#prefetchimg {
    opacity:0;
}
.galphoto {
    position:absolute;
    top:3%;
    left:0;
    width:100%;
    height:95%;    
    z-index:10;
    padding-top:10px;
    opacity:0;
    text-align: center;
}
#nextphoto, #prevphoto {
    border: 2px solid #999;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
    
    font-family: 'Electrolize', sans-serif;
    font-weight:bold;
    cursor: pointer;
    position:absolute;
    z-index:12;
    font-size: 40px;
    line-height: 20px;
    padding:12px 10px 8px 10px;
    font-weight: bold;
    color:#FFF;
    top:40%;
}
img.drop {
	position:absolute;
	width:0;
	height:0;
	top: -100px;
	left: -100px;
	z-index: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
img.ring {
	position:absolute;
	width:12px;
	height:4px;
	top: -100px;
	left: -100px;
	z-index: 0;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
div.fish {
	position:absolute;
	width:0;
	height:0;
	top: -100px;
	left: -100px;
	z-index: 0;
	overflow: hidden;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
div.headerbox {
	height:72px;
	width:194px;
	padding: 6px;
	z-index: 8;
}
div.bluebg {
	opacity: 0.8;
	border: 1px solid #3A83AD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;

	background: #f0f9ff; /* old browsers */
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 54%, #a1dbff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(54%,#cbebff), color-stop(100%,#a1dbff));
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );*/
}
#wreport {
	text-align: center;
	position: absolute;
	top: 116px;
	right: 16px;
	padding-bottom: 11px;
}
#wreport div {
	font-size: 10px;
	margin-bottom: 4px;
	color: #333;
}
#wreport img {
	vertical-align: top;
	cursor:pointer;
	padding: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}
#wreport img.sel {
	background-color: #80CDFC;
}
.fadedtext {
position:absolute;
text-align:center;
z-index:1;
font-family: 'Electrolize', sans-serif;
font-weight:bold;
}
#gamebox {
	font-family: 'Electrolize', sans-serif;
	position:absolute;
	line-height: 0.9em;
	top: 16px;
	right:16px;
	text-align:center;
    
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#gamebox p {
	font-size:12px;
}
#gamebox b {
font-family: 'Electrolize', sans-serif;
font-size:16px;
}
p#gametitle {
	font-size:17px;
	font-weight:bold;
	margin:2px 0 8px 0;
	font-style:italic;
}
#gamecancel {
	margin-top:10px;
}
#gamestart {
	margin: 10px 0;
	font-size: 12px;
}
#gameoverbox {
	font-family: 'Electrolize', sans-serif;
	width:300px;
	position:absolute;
	top:100px;
	left:100px;
	z-index:20;
	text-align:center;
	padding:18px;
	display:none;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
#gameoverbox .title {
	font-family: 'Electrolize', sans-serif;
	font-size:28px;
	font-weight: bold;	
}
.link {
	cursor:pointer;
	text-decoration:underline;
}
#scoreboard {
	display:none;
}
#topics {
	margin: 16px 240px 16px 16px;
}
div.topicbox {
	position:relative;
	z-index:11;
	margin-bottom:16px;
	height:26px;
	padding:0;
	z-index:10;
	background: #FFF;
	border: 1px solid #3A83AD;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.8;
	overflow:hidden;
}
.topic {
    height:18px;
	cursor:pointer;
	padding:4px 10px 6px 10px;
	margin: 0;
	background: #BDDCF2;
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 54%, #a1dbff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(54%,#cbebff), color-stop(100%,#a1dbff));
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 );*/
}
h1.topic {
	padding-top:2px;
}
.topiccont {
	margin: 6px 10px;
	position:relative;
	overflow-x:hidden;
	overflow-y:auto;
}
#abouttext {
    margin-left:130px;
}
.topborder {
	padding-top:8px;
    margin-top:12px;
	border-top:1px solid #3A83AD;
}
.allborder {
	border:1px solid #3A83AD;
}
.bottomborder {
	padding-bottom:2px;
	border-bottom:1px solid #3A83AD;
}
