html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url('/img/gallery/bg.png') top left repeat-x;
}

body{
	width:100%;
	min-height:100%;
/* 	height:auto !important; */
	height:100%;
	position: relative;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Tahoma,Helvetica,Arial;
}

h1{
	font-size:22px;
	color:#0099d5;
	font-weight:normal;
	margin:0 0 5px;
}

a img{
	border:0;
}

p, form, select, object{
	margin:0;
	padding:0;
}

a, a:link{
	text-decoration:underline;
	color:#0099d5;
}

a:hover{
	text-decoration:none;
}

.db{display:block}
.dn{display:none}
.fl{float:left}
.fr{float:right}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right;}
.red{color:#ff0000}
.green{color:#00ff00}
.white{color:#ffffff}
.al{text-align:left}
.ac{text-align:center}
.ar{text-align:right}

a.bigtitle, a.bigtitle:link{
	text-decoration:none;
	border-bottom:1px dashed #0087bd;
	padding:0 0 1px;
	font-size:26px;
	font-family:Verdana;
	color:#0099d5;
}

a.bigtitle:hover{
	border-color:#e62d30;
	color:#e62d30
}

.action{
	background:#f3faff;
	padding:1px 2px;
}

.text{
	width:40%;
}

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

#year{
	margin:3px 0 0;
}

#year select{
	width:80px;
	border:1px solid #0087bd;
	padding:2px;
}

.year{
	max-height:650px;
	overflow:auto;
}

span.smalltitle{
	color:#0099d5;
	font-size:15px;
	font-family:'Trebuchet MS', Trebuchet, sans;
}

#header_wrap{
	height:25px;
	background:url('/img/gallery/header.png') top left repeat-x;
}

#header{
	width:1000px;
	margin:0 auto;
}

#header .content{
	position:relative;
	top:-1px;
	padding:0;
}

#header a, #header a:link{
	color:#fff;
	font-size:13px;
	border-bottom:1px solid #fff;
	text-decoration:none;
}

#header a:hover{
	border-bottom:0;
	text-decoration:none
}

#header .separator{
	margin:0 10px;
	color:#fff
}

#body{
	width:1000px;
	margin:0 auto 15px;
	padding:0 5px;
}

#top_l{
	width:270px;
	float:left;
}

#top_c{
	width:300px;
	float:left
}

#top_r{
	float:right;
	width:250px
}

.content{
	padding:6px 0;
}

#auth{
text-align:center
}

#authhelp{
	float:right;
	width:150px;
	font-size:12px;
	line-height:12px;
	font-style:italic;
	padding:22px 0 0;
	font-family:Georgia;
	text-align:left;
}

#authform{
	float:right;
	text-align:left;
	padding:0 5px;
}

#authform input{
	margin:2px 0;
}

/*  */

#content{
/* 	padding:5px 0 0; */
}

#sidebar_left{
	float:left;
	width:160px;
	text-align:center;
}

#sidebar_right{
	margin:0 0 0 160px;
}

/*  */

.album{
	margin:10px auto;
	text-align:center;
}

.album img{
	border:1px solid #ccc;
	margin:2px 0;
}

.album a.date, .album a.date:link, a.date:hover{
	display:block;
	font-size:11px;
	color:#35689e;
	text-decoration:none;
	font-weight:bold;
}

#sidebar_left .separator{
	display:block;
	width:75%;
	margin:0 auto;
	border-width:1px 0 0;
	border-style:dotted none none;
	border-color:#000;
}

#btnCancel{
	background:url('/swfupload/buttons/cancel.png') top left no-repeat;
	width:136px;
	height:29px;
	border:0;
}
#btnCancel:hover{
	background:url('/swfupload/buttons/cancel_1.png') top left no-repeat;
}

table.list td{
	vertical-align:center;
	text-align:center;
}

table.list img{
	padding:5px;
	border:1px solid #d9d9d9;
}

table.list img:hover{
	border:1px solid #0099d5;
	background:#efefef;
}

#pager a, #pager a:link{
	padding:1px 4px;
	margin:0 2px
}

#pager a.active{
	background:#efefef;
	border:1px solid #dfdfdf;
}
.arrow, .arrow:link{
	text-decoration:none;
}

.arrow:hover{
	text-decoration:underline;
}

/*  */

#comments{
	margin:20px 0
}

#comments td{
	vertical-align:top;
	font-size:12px;
}

#comments .h{
	background:#efefef;
	padding:3px;
}

td.avatar{
	text-align:center;
	vertical-align:top;
	width:64px;
}

img.avatar{
	padding:3px;
	border:1px solid #dfdfdf;
}

.nick{
	font-weight:bold;
}

.date{
	font-size:11px;
}

blockquote{
	margin:5px 0 5px 0;
	padding:5px;
	border-left:2px solid #0099d5;
}

.control{
	border-left:2px solid #0099d5;
	padding:0 5px;
	margin:0 0 3px;
}

#photo{
	cursor:pointer
}