div#container {
	width: 750px;
	margin: 2em auto;
	background: url(../images/container.back.gif) repeat-y;
}

div#top {
	background: url(../images/container.top.gif) 0 0 no-repeat;
	min-height: 9px;
	text-align: center;
}

div#bottom {
	background: url(../images/container.bottom.gif) 0 0 no-repeat;
	height: 9px;
}

img#logo {
	padding-top: 7px;
}

div#menuContainer {
	margin: 0 2em;
}

div.breadcrumbs {
	color: #006;
}

div.content {
	margin: 0 2em;
}

a.help {
	text-decoration: none;
	white-space: normal;
}

   a.help span {
      display: none;
      position: absolute;
      background-color: #fcfafb;
      border: 1px solid #666;
      width: 200px;
      padding: 3px;
      cursor: default;
      font-weight: normal;
   	color: #000;
      text-decoration: none;
   	z-index: 100;
}

   a.help img {
   	vertical-align: text-bottom;
   }

   a.help:hover span {
      display: inline;
   }

ul#notes {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

div#admin {
	text-align: right;
	float: right;
}

   div#admin form {
      display: inline;
   }

div#editorContainer {
	margin-top: 1em;
}

table#editor {
   width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

   table#editor td {
   	padding: 2px;
   }
	
	table#editor input#title {
		width: 90%;
	}
	
	table#editor input#navtitle {
		width: 50%;
	}
	
	table#editor td textarea {
		width: 100%;
		height: 500px;
	}

div#uploadContainer {

}

button#showUpload {
   display: none;
}

p#showUpload {
	cursor: pointer;
	color: #006;
}

div#uploadDiv {
	width: 200px;
	border: 1px solid #d6d6d6;
	padding: 5px;
}

   div#uploadDiv p {
   	text-align: center;
   }
	
div#uploadStatus {
	float: right;
	width: 390px;
	height: 350px;
	border: 1px solid #d6d6d6;
	padding: 5px;
}

div#uploadStatus h4,
div#uploadDiv h4 {
	font-size: 15px;
	font-family: Helvetica, Tahoma, Verdana, 'Bitstream Vera Sans', 'Bitstream Charter';
	color: #7389ae;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

/*
 * Upload CSS start
 */

#uploadDiv input {
	background: url(../images/input.png) no-repeat center;
	width: 130px;
	height: 25px;
	border: none;
}

   #uploadDiv input.highlight {
   	background-image: url(../images/inputHighlight.png);
   }

#uploadQueue {
	list-style: none;
}

#uploadQueue li {
   background:	url(images/photo_upload.png) no-repeat 0 5px;
	padding:	5px 0 5px 0;
}

#uploadQueue .queue-file {
   font-weight: bold;
}

#uploadQueue .queue-size {
   color: #aaa;
   margin-left: 1em;
   font-size: 0.9em;
}

#uploadQueue .queue-loader {
   position: relative;
	margin: 2px 1px;
	font-size: 0.9em;
	background-color: #ddd;
	color: #fff;
	border: 1px inset #ddd;
	width: 95%;
}

#uploadQueue .queue-subloader {
   text-align: center;
	position: absolute;
	background-color: #6CD434;
   height: 100%;
	width: 0;
	left: 0;
	top: 0;
}

#uploadQueue .input-delete {
   width: 16px;
	height: 16px;
	background: url(../images/delete.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	float: right;
}

.queue-file input {
	width: 75%;
	border: 1px dashed #ddd;
}

/*
 * Upload CSS end
 */

div#login {
	width: 300px;
	border: 1px solid #d6d6d6;
	padding: 5px;
	margin-top: 2.5em;
	min-height: 50px;
}

   div#login h4 {
      font-size: large;
		font-family: Helvetica, Tahoma, Verdana, 'Bitstream Vera Sans', 'Bitstream Charter';
		color: #7389ae;
		border-bottom: 1px solid #eee;
		padding-bottom: 3px;
		margin-bottom: 7px;
   }

.ajax-loading {
	background: url(../images/spinner.gif) no-repeat center;
}