@charset "UTF-8";
/* CSS Document */

body, .admin_box, a {
	font-family: Arial, Helvetica, sans-serif;
}
.fixFrame {

	clear: both;
}
.admin_box {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
a {
	color: #003366;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.formField {
	padding-bottom: 10px;
}
.formField .field {
	width: 200px;
	margin-right: 10px;
}
.fieldLabel, .fieldLabel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.listItem, .listItem a, .editField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	padding-right: 15px;
	border-width: 1px;
}
.itemContainer {
	background-color: #ffc;
}
.editField, input, form {
	display: inline;
	float: none;
	padding: 0px; 
	margin: 0px;
}
input[type="button"], input[type="submit"] {
	height: auto;
	line-height: 14px;
	padding: 0px 5px 0px 5px;
	margin: 0px 2px 0px 2px;
	border: none;
}
.editField {
	border: 1px solid #ccc;
	background-color: #fff;
}
.submit {
	clear: both;
}



.largeImage, .imageTitle, .keywords, .topics, .date {
	float: left;
}
.topics {
	padding-left: 10px;
}
.keywords textarea, .date input[type="text"], .largeImage, .topics, .topicsSelect, .imageTitle input[type="text"] {
	width: 230px;
}
.topicsSelect, .keywords textarea {
	height: 400px;
}
.topicsSelect {
	overflow: auto;
	padding: 0px 5px;
	border: 1px solid #ccc;
}
.caption textarea {
	width: 470px;
	height: 30px;
}




.photo {
	float: left;
	border: 1px solid #eee;
	padding: 5px 1px;
	width: 165px;
	height: 200px;
	margin: 0px 5px 5px 0px;
	overflow: hidden;
}
.photo_name, .photo_date {
	font-size: 10px;
	line-height: 10px;
}
.photo_active {
	border: 1px solid #000;
}


.itemLinks {
	/*float: right;*/
}
.topLevel, .midLevel {
	clear: both;
	margin-left: 5px;
	padding-left: 10px;
	border: 1px solid eee;
}
.topLevel {
	padding-left: 0px;
	margin-bottom: 10px;
}
.midLevel {
	/*border-left: 1px solid black;*/
}
.level {
	/*border: 1px solid #666;*/
}
.childIcon, .noChildIcon {
	float: left;
	margin: 1px 6px 0px 0px;
	background-color: #fff;
	border: 1px solid #666;
	line-height: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
}
.noChildIcon {
	background-color: transparent;
	width: 12px;
	height: 12px;
	border: none;
}




