
h2 {
	margin-bottom: 2px;
}

body, html {
	height: 98%;
	font-family: arial;
	font-size: 12px;
}
#disabled {
	display: none;
	width: 100%;
	height: 100%;
}
#header {
	padding-right: 5px;
	height: 35px;
	background-color: rgba(219, 212, 201, 0.33);
	border-bottom: thin solid silver;
}
#header.saved {
	border-bottom: medium double silver !important;
}
#container {
	position: relative;
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
	height: 99%;
	background-color: rgb(252, 252, 242);
	box-shadow: 5px 5px 15px #888888;
}
#leftpane {
	float:left;
	clear: both;
	width: 369px;
}
#leftpane.fullwidth {
	width: 952px !important;
}
#leftpane .redbul {
	color: red;
	font-size: larger;
}
#slider {
    position: relative;
	background: transparent;
    height: 0px;
	display: none;
	cursor: n-resize;
	border-style: outset;
	border-width: 2px;
	margin-left: 4px;
	border-color: white;
}
#slider.show {
	display: block;
}
#list {
	display: none;
	overflow: auto;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#list.show {
	display:block;
	height: 100px;
}
#navigator {
	height: 88%;
	/*width: 369px;*/
	position: relative;
	overflow: auto;
	padding-left: 4px;
	padding-top: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#navlabel {
	font-size: 13px;
	position: absolute;
	margin-left: 8px;
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 0.5px 0.5em;
	display: none;
	z-index: 100;
	border: thin solid rgb(252, 252, 242);
	box-sizing: border-box;
	margin-top: 2px;
}
#movie {
	margin-left: 379px;
	width: 574px;
	font-size: small;
	height: 88%;
	overflow: auto;
	color: #333333;
}
#movie.hide {
	display: none !important;
}
#movie #seenflag {
	float: right;
	padding: 0px 2px;
}
#movie #seenflag.checked {
	color: white;
	background-color: green;	
}
#intro {
	margin-left: 40px;
	color: gray;
}
.movie {
	position: relative;
	float: left;
	margin: 0px 5px 10px;
	width: 106px;
	height: 165px;
}
.movie img {
	width: 100px;
	height: 150px;
	border: none;
}
.smallMovie {
	width: 74px !important;
	height: 115px !important;
	margin: 0 5px 5px;
}
.smallImg {
	width: 74px !important;
	height: 100px !important;
}
a img {
	border: none;
}
.movie .caption {
	position: absolute;
	bottom: 0px;
	font-size: small;
	height: 16px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.movie .smallCaption {
	font-size: 11px !important;
}
#title {
	background-color: black;
	color: white;
	margin-top: -10px;
	padding: 1px 5px;
	margin-bottom: 0px;
}
#subtitle {
	display: block;
	float: right;
	font-size: smaller;
	color: darkgrey;
}
#picture {
	float: left;
	width: 100px;
	margin-right: 5px;
}
#picture img {
	width: 100px;
}
#details {
	margin-left: 110px;
}
dl img {
	width: 1em;
}
dt {
	font-style: italic;
	color: gray;
	background-color: inherit;
}
dd {
	margin-left: 20px;
}
#menu {
	float: left;
	font-size: 13px;
}
#menu ul {
	padding-left: 10px;
	/*width: 100%;*/
}
#menu ul li{
	display: inline;
	margin: auto 1px;
}
#menu ul li#label {
	font-weight: bold;
	background-color: black;
	color: white;
	padding: 0.5px 0.5em;
	min-width: 0px;
	max-width: 150px;
	display: none;
}
#search {
	/*border: thin solid green;*/
	padding-top: 6px;
	text-align: right;
	font-size: small;

}
#search input, #search select {
	font-size: 12px;
}
.high {
	color: darkred;
}
a {
	text-decoration: none;
	color: midnightblue;
}
a:hover {
	color: chocolate;
}
#copybutton {
	font-size: small;
}

#admin {
	float: right;
}
#admin #saveChanges {
	background-color: red !important;
	color: white !important;
}
#admin button.visible {
	display: inline-block;
}
#admin button {
	display: none;
}
#reload {
	display: inline !important;
}
.group {
/*	clear: both;
	border-bottom: thin solid silver;
	padding-bottom: 10px*/
	overflow: hidden;
	float: left;
	/*border: thin solid silver;*/
	margin: 0px 2px;		
}
.group h3 {
	padding-left: 4px;
	border-left: thin solid silver;
	/*cursor: pointer;*/
}
#expand {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-left: 7px;
	padding: 4px 7px;
	width: 100%;
	padding-right: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
	background-color: rgba(219, 212, 201, 0.33);
	border-top: thin solid silver;		
}

#expand button {
	border: none;
	color: midnightblue;
	background-color: transparent;
	cursor: pointer;
	font-size: 12px;
	margin: 0px;
	padding: 0px 2px;
}
#expand button:hover {
	color: chocolatef;
}
#expand button.selected {
	background-color: black;
	color: white;
}
#expand #leftbuttons {
	border-right: medium double silver;
	margin-right: 6px;
	float: left;
	padding-right: 6px;
}
#editForm {
	font-size: small;
}
#editForm label {
	width: 90px;
	text-align: right;
	color: white;
	display: block;
	float: left;
	/*background: silver;*/
	margin-right: 2px;
	font-size: 13px;
	padding: 3px;
	background: rgba(38, 38, 38, .50);
}
#editForm input[size="60"], #editForm textarea {
	width: 440px;
}
#editForm input[type="checkbox"] {
	margin: 6px;
}
#editForm .boxLeft {
	float:left; 
	margin-right: 34px
}
#editForm .boxRight {

}
#editForm .clr {
	clear: both;
}
#formbuttons {
	margin-left: 95px;
	width: 450px;
}
#formbuttons #cancel {
	display: block;
	float: right;
}
#fullpic {
	display: none;
	cursor: pointer;
	max-width: 557px;
}
table#stats {
	border-collapse: collapse;
	font-size: 12px;
}
table#stats td {
	vertical-align: top;
	border-left: thin solid silver;
	border-right: thin solid silver;
}
table.stats {
}
td.item {
	border: none !important;
}
td.value {
	vertical-align: middle !important;
	text-align: right;
	border: none !important;
}
.loading {
	background-image: url('loading.gif');
	background-position: center 20%;
	background-repeat: no-repeat;
}
