/*

	Zen Photo Admin
	
*/


/* Basics
------------------------------ */
html { /* Force vertical scrollbar to prevent page shift "jog" */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
body {
	font: normal 82% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
	text-align: center;
	background: #D0DBDF;
	margin: 0;
	padding: 0;
}


/* Main Layout
------------------------------ */
#logo {
	float: left;
	text-align: left;
	margin: 20px 0 0 30px;
	width: 200px;
	height: 47px;
}
#logo img {
	border: 0;
}
#main {
	text-align: left;
	padding: 20px 0;
	clear: both;
}
#footer {
	clear: both;
	color: #597580;
	font-size: 85%;
	margin: 8px 30px 0px;
	text-align: right;
}
#footer a {
	color: #597580;
	text-decoration: none;
	border-bottom: 1px dotted #597580;
}
#footer a:hover {
	color: #4B636B;
	text-decoration: none;
	border-bottom: 1px solid #4B636B;
}
#links {
	float: right;
	font-size: 100%;
	margin: 40px 30px 0 0;
}
#links a {
	color: #597580;
	text-decoration: none;
	border-bottom: 1px dotted #597580;
}
#links a:hover {
	color: #4B636B;
	text-decoration: none;
	border-bottom: 1px solid #4B636B;
}
#content {
	padding: 30px;
	background-color: #fff;
  	border-top: 1px solid #BAC9CF;
	border-bottom: 5px solid #BAC9CF;
	min-height: 450px;
	_height: 450px; /* IE Only */
}


/* Text Styles
------------------------------ */
h1 {
	color: #000;
	font-size: 136%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
p {
	line-height: 1.2em;
}


/* Menu
------------------------------ */
#nav {
	list-style-type: none;
	padding: 0;
	_padding: 0 0 0 30px;
	margin: 0 0 0 30px;
	height: 30px;
	width: 80%;
}
#nav li {
	display: inline;
}
#nav li a {
	border-top: 1px solid #C7D3D8;
	border-left: 1px solid #C7D3D8;
	border-right: 1px solid #C7D3D8;

	font-size: 120%;
	display: block;
	float: left;
	padding: 6px 12px;
	margin: 0px 8px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	color: #8797A5;
	background: #E9ECEF;
	
	_position: relative; /* IE Only */
	_top: 6px;	/* IE Only */
}
#nav li a:hover {
	border-top: 1px solid #BAC9CF;
	border-left: 1px solid #BAC9CF;
	border-right: 1px solid #BAC9CF;

	color: #000;
	background-color: #F7F8F9;

	height: 21px;
	_height: 24px;

	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}
#nav li.current a {
	border-top: 1px solid #BAC9CF;
	border-left: 1px solid #BAC9CF;
	border-right: 1px solid #BAC9CF;

	color: #4D646F;
	background-color: #fff;
	cursor: default;

	height: 21px;
	_height: 24px;

	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}


/* Messages 
------------------------------ */ 
.messagebox {
	padding: 20px;
	background-color: #B1F7B6;
	border: 1px solid #009966;
	border-bottom: 5px solid #009966;
	margin-bottom: 10px;
}
.messagebox h2 {
	color: #006633;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
	

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

/* Miscellaneous
------------------------------ */
a {
	color: #4D76CF;
	text-decoration: none;
}
a img {
	border-width: 1px;
}
a:hover {
	color: #FF8A00;
}
hr {
	height: 0px;
	border: 0px;
	border-bottom: 1px solid #BAC9CF;
	margin: 1em 0px;
}
table.noinput {
	width: 100%;
	padding: 0px;
	border-spacing: 1px;
	background: #F1F2F3;
	border: 1px solid #BAC9CF;
}
table.noinput td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%
}
table.bordered {
	width: 100%;
	padding: 0px;
	border-spacing: 1px;
	background: #F1F2F3;
	border: 1px solid #BAC9CF;
	border-bottom-width: 5px;
}
table.bordered th {
	font-weight: normal;
	padding: 4px 12px;
	border-bottom: 2px solid #BAC9CF;
	background: #ECF1F2;
}
table.bordered .subhead {
	border-top: 1px solid #BAC9CF;
}
table.bordered td {
	padding: 8px 16px;
	margin: 0px;
	background-color: #fff;
}
table.bordered tr.alt td {
  background-color: #f8f8f8;
}

table.formlayout td {
  padding: 2px;
  vertical-align: top;
}
table.checkboxes {
  padding: 0px;
  margin: 0px;
  line-height: 10px;
  border: 0px;
}
table.checkboxes tr {
  padding: 0px;
  margin: 0px;
}
table.checkboxes td {
  padding: 0px;
  margin: 0px;
}


.box { 
  background: #F7F8F9;
	border: 1px solid #BAC9CF;
  border-bottom-width: 5px;
}

.imagethumb { margin: 0px; padding: 1px;}


/* Sortable Album Divs
------------------------------ */

div.albumList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.albumList div {
	margin: 2px 2px;
	border: 1px solid #F0F3F8;
}
td.handle {
	cursor: move;
}




/* Forms
------------------------------ */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

input.tags {
	width:408px;
}


/* Individual Page Styles
------------------------------ */
#home-actions {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#home-actions li {
	margin-bottom: 3px;
	font-size: 100%;
}

#overview-stats, #overview-suggest {
	width: 250px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 10px;
}
#overview-comments {
	min-width: 410px;
	_width: 410px;
	float: left;
	padding: 10px;
}
#overview-comments ul { list-style-type: none; padding: 0px; }
#overview-comments ul li { margin-bottom: .5em; }
#overview-comments .commentmeta {
	font-size:100%;
	color: #999;
}
#overview-comments .commentbody {

	font-size:14px !important;
	background:#C7C7C !important;
	border:1px dashed grey !important;
	padding:2px 4px !important;
	float:left !important;
	width:98% !important;
	margin-bottom:5px;

	font-size: 85%;
}

.fileuploadbox {
	margin-bottom: 5px;
}
#albumselect {
	padding: 10px;
    background: #F7F8F9;
	border-top: 1px solid #BAC9CF;
	border-left: 1px solid #BAC9CF;
	border-right: 1px solid #BAC9CF;
	border-bottom: 5px solid #BAC9CF;
}
#albumselect input {
	padding: 4px;
	font-weight: normal;
	font-size: 100%;
}
acronym {
	cursor: help;
}


/* Login
------------------------------ */
#loginform {
	padding: 10px;
	width: 300px;
	margin: 25px auto;
	font-size: 100%;
	background: #F7F8F9;
	border-top: 1px solid #BAC9CF;
	border-left: 1px solid #BAC9CF;
	border-right: 1px solid #BAC9CF;
	border-bottom: 5px solid #BAC9CF;
}
.button {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}
#loginform input.textfield {
	margin: 0px;
	font-size: 100%;
	padding: 4px;
}

#loginform table {
	margin: 0px auto;
	border: 0px;
}
#loginform td { padding: 4px; }


/* Thumbnail Preview selectbox effect.
------------------------------------- */

.thumbselect {
  padding-left: 90px;
  background-repeat: no-repeat;
  background-position: center left;
  height:90px;
}

.thumboption {
  padding-left: 90px;
  height: 40px;
  margin-bottom: 2px;
  background-position: center left;
}

/* Option Tabs
------------------------------------- */
.space {margin-top:40px;}
.panel {
	clear: both;
	display: none;
	padding: 0px 1em;
}
.panel.active-tab-body {
	display: block;
}

#tabs {
	list-style: none;
	padding: 0px 13px;
	margin: 0px;
	height: 26px;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 6px 12px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #6b7d84;
	outline: none;
	background: #E9ECEF;
	border-top: 1px solid #C7D3D8;
	border-left: 1px solid #C7D3D8;
	border-right: 1px solid #C7D3D8;
}

#tabs a:hover {
	background-color: #d6dbde;
}

#tabs a.active-tab {
	background-color: #d6dbde;
	border-top: 3px solid #6b7d84;
	padding-top: 4px;
	color: #6b7d84;
}

/* Pretty Buttons
------------------------------------- */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* standard buttons */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* positive buttons */
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* negative buttons */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}