@charset "UTF-8";
/* CSS Document */
body{
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif	;
	margin-top: 0px;
	background-image: url(images/pond_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	font-size: 12px;
}
p.small{
	font-size: 10px;
}
a img{
	border: 0px;
}
a:link, a:visited{
	color: #9d1627;
	text-decoration: none;
}
a:hover, a:active{
	color: #9d1627;
	text-decoration: underline;
}
div.clearer{
	clear: both;	
}
#maincontainer{
	width: 765px;
	margin: auto;
}
#header{
	background-image: url(images/pond_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 96px;
	text-align: right;
}
#header img{
	padding-top: 40px;
}
#mainarea{
	width: 576px;
	float: left;
}
#mainarea h1{
	font-size: 36px;
	color: #9d1627;
	font-weight: lighter;
	margin-top: 0px;
}
#mainarea .inner{
	padding: 29px;
	background-color: #fff;
}

#rightbar{
	width: 180px;
	float: left;
	margin-left: 9px;
	font-size: 12px;
}
#rightbar .rightbarbox{
	margin-bottom: 15px;
}
#rightbar .rightbarbox .inner{
	padding: 15px;
	background-color: #fff;
}
#rightbar .profile .inner{
	background-color: #DDD;
	border: 1px solid #FFF;
}
#rightbar .title{
	font-weight: bold;
	color: #9d1627;
	font-size: 12px;
	margin-bottom: 10px;
}
#rightbar .navi{
	padding-top: 5px;
}

#rightnavi{
	margin-top: 15px;
}

#rightnavi .element{
	padding-left: 30px;
	background-image: url(images/regular_btn.png);
	display: block;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 22px;
	margin-bottom: 3px;
	font-size: 16px;
}

#rightnavi .title{
	font-size: 18px;
	padding: 5px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #999;
}

#rightnavi .element.active{
	background-image: url(images/regular_btn_active.png);
}

#rightnavi .element#logout{
	background-image: url(images/logout_btn.png);
	margin-top: 10px;
}

#login input{
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 10px;
}
#login input.submit{
	width: 50px;
	border: 1px solid #999;
}

#members{
	margin-top: 10px;
	padding-top: 5px;
}
#rightbar img.profile{
	padding: 1px;
	border: 1px solid #999;
	margin-right: 4px;
	float: left;
	margin-bottom: 4px;
}
#rightbar .box .element{
	padding-bottom: 5px;
}
img.icon{
	float: left;
	margin-right: 10px;
}

input.largetext{
	width: 400px;
}
input.mediumtext{
	width: 200px;
}
input.smalltext{
	width: 50px;
}
textarea{
	color: #000000;
	width: 400px;
	height: 100px;
}
a img{
	border: 0px;	
}
table.standard{
	border-collapse:collapse;
}
table.standard thead td{
	background-color: #CCC;	
}
table.standard tbody td{
	border-bottom: 1px solid #BBBBBB;
}

ul{
	padding-left: 5px;	
}

input.standard{
	width: 350px;	
}

textarea.short{
	width: 200px;
	height: 70px;
}

textarea.standard{
	width: 350px;
	height: 150px;
}

textarea.long{
	width: 500px;
	height: 500px;
}

img.icon{
	float: left;
	margin-right: 10px;
}

/* PAGINATION */

.pagination{
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: right;
}
.pagination .disabled{
	font-weight: bold;
}
.pagination img{
	padding-top: 3px;
}

.homecontent{
	float: left;
	width: 576px;
	color: #FFF;
}

#screenshots img.screenshot{
	float: left;
	padding: 3px;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
}


#loading {
    visibility: hidden;
}


#loading {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #990000;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 50%;
    width: 200px;
    color: #000000;
	text-align: center;
    }
	


