body {
	padding:0;
	margin:0;
	background-color:white;	
}

body, label, input, h1{
	font-family: arial,"lucida grande","times new roman", times, serif;
	font-size:13px;
}

#pics,#pics_list {
	margin:12px 0px;	
}

#pics_text {
}

#pics .pic {	
	margin:12px;
	
} 

.pic > img {
	border-style:none;
	
	background-color:#eeeeee;
}

#pics_list .pic {
	padding:14px;
}

#forgot_password {
	text-decoration:underline;
	cursor:pointer;
}
input[type=text], input[type=password] {
	width:200px;	
}

#loginform {
	
}
#loginform .dim {
} 
#loginform input[type=submit] {
	
}

#loginform #loginbutton {
	width:64px;
	
}

label {
	
}


#toolbar {
	/*top:0px;
	left:0px;
	width:100%;
	height:32px;
	
	margin:0px;
	font-weight:bold;
	position:absolute;*/
	padding:12px;
	
	
}
#status_message {
	color:black;
	background-color:yellow;
	display:none;
}



#toolbar > div {
	display:inline;
}

#topmenuafterbutton {
	float:left;
}

.topbaritem {
	float:right;
	cursor:pointer;
	text-decoration:underline; 
	padding-left:6px;
	color:black;
}
 


/*#toolbar #topmenubutton {
	font-family:"arial narrow";
	float:right;
	font-weight:bold;
	border-bottom:2px solid black;
	cursor:pointer;
}*/

hr {
	border:none;
	border-bottom:1px solid black;
}

#expanded_toolbar {
	
	position:absolute;
	top:28px;
	left:0px;
	width:100%;
	padding:0;
	margin:0;
}

#select_view_buttons {
	margin-top:-12px;
	margin-left:12px;
}

#expanded_toolbar_form {
	float:right;
	background-color:white;
	width:480px;
	padding:12px;
}


div.image_toolbar {
	background-color:white;
	position: absolute;
	display:inline;
	margin:5px;
	padding:5px;
	visibility:hidden;

	left:0px;
	width:auto;
	
}



div.image_toolbar #caption_textarea {
	height:100px;
	padding:4px;
	margin:2px;	
	border:1px solid #ccc;
	width:200px;
}

#image_toolbar, #image_toolbar input[type=text] {
		font-size:10px;

}
#image_toolbar input[type=image] {
	margin:3px;
}
#image_toolbar input[type=text] {
	height:20px;
	border:1px solid black;
	padding:2px;
	
}

#image_toolbar * {
	float:left;
}

div.description {
	display:block;
	font-family:"Trebuchet MS";
	text-align:center;
	font-size:15px;
  margin:14px;
}

#pics_list div.description{
  width:360px;
}

#pics_text .pic {
	text-align:center;
	display:block;
	clear:both;
}
.prevOrNext {
	
	
	
}

.prevOrNext a {
	color:black;	
}

