/* GENERAL */

ul{
	list-style:none;
	text-align:center;
}

a{
	color:white;	
}

div.gallery_link{
	font-size:16pt;
}

/* END GENERAL */

div.navpanel{
	margin-top:5px;	
}

div.error
{
	text-align:center;
	font-size:14pt;
	color:orange;
}

/* HEADER */

div.admin_header{
	font-size:12pt;
	font-weight:bold;
	width:900px;
	margin:0 auto;
}

div#home{
	float:left;
	margin-top:20px;
}

div#home a
{
	color:white;
}

div#logout{
	float:right;
	margin-top:20px;	
}

div#logout a{
	color:#CC2222;
}

/* END HEADER */

/* MESSAGE */

div.message{
	text-align:center;
	font-size:14pt;
	margin-top:15px;	
}

/* END MESSAGE */

/* TRASH */

div#trash{
	clear:both;
	float:right;
	width:150px;
	height:150px;
	margin-top:20px;
	margin-left:10px;
	background:transparent url(/images/trashcan_empty.png) no-repeat 50% 50%;	
}

/* END TRASH */

/* TITLE */
div.title{
	text-align:center;
	clear:both;
	font-size:18pt;
	margin-top:20px;
}

/* GALLERIES */
div.gallery_link{
	text-align:center;
	margin:10px;	
}

div#admincontent{
	width:710px;
	margin:0 auto;
	margin-top:15px;
}

div.picture{
	float:left;
	margin:5px;
	height:110px;
	width:130px;
	background-color:transparent;
	text-align:center;
	border:1px solid white;
}

div.thumb img{
	display:block;
	margin: 0 auto;
	height:83px;
}

div.thumb{
	float:left;
	background-color:transparent;
	height:110px;
	width:auto;
	width:130px;
	margin:0 auto;
	padding:0;
}

/* END GALLERIES */

/* UPLOAD */

form#uploader{
	margin:0 auto;
	width:425px;
}

form#uploader fieldset{
	border:none;
	width:100%;
	float:left;
}

form#uploader fieldset label{
	clear:both;
	width:60px;
	float:left;
	margin-bottom:5px;	
}

form#uploader fieldset input{
	float:left;
	margin-bottom:5px;
}

form#uploader div.action{
	clear:both;
	margin:0 auto;
	width:145px;
}

form#uploader div.action input{
	width: 70px;	
}

input#addbtn{
	margin:0 auto;
	margin-top:20px;
	
	display:block;	
}

/* END UPLOAD */

/* ACTION BAR */

div#action
{
	margin:0 auto;
	margin-bottom:15px;
	width:140px;
}

input#savebtn,
input#cancelbtn{
	font-size:12pt;
	width:68px;
}

/* END ACTION BAR */

form#login{
	margin:0 auto;
	width:295px;
}

form#login input#submit{
	display:block;
	float:right;
	margin:0 auto;
	clear:both;
}

form#login fieldset{
	border:none;
	width:100%;
	float:left;
}

form#login fieldset label{
	clear:both;
	width:90px;
	float:left;
	margin-bottom:5px;	
}

form#login fieldset input{
	float:left;
	margin-bottom:5px;
}