﻿/* HTML DEFINITIONS */
body {
	background: #4A3F38 url(../images/header-bg.png) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fff;
	font-size: 14px;
}

#header, #content, #footer {
	text-align: left;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


#header {
	height: 121px;
}


#header ul.nav {
    position: absolute;
    top: 60px;
    right: 0;
    text-align: right;
}


#header ul.nav li  {
    float: left;
    margin: 0 1.5em;
}


#header ul.nav li a {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #FFF;
    text-decoration: none;
}


#logo {
	position: absolute;
	top: 50px;
	left: 0;
}

#tagline {
	position: absolute;
	top: 60px;
	left: 350px;
	font-size: 18px;
	color: #FFF;
}

#content-wrap {
	background: #080606;
	padding: 10px;
}


#footer-wrap {
	clear: both;
	background: #4A3F38 url(../images/home-bg.png) repeat-x 0 -350px;
}


#footer {
	padding-top: 40px;
	height: 100px;
}

#footer li {
	float: left;
	margin-right: 30px;
	color: #99CCFF;
	font: bold 12px/12px Arial, Helvetica, Sans-Serif;
}

#footer li a:link,
#footer li a:visited,
#footer li a:hover,
#footer li a:active {
	padding: 1px 6px;
	text-decoration: none;
	color: #FFF;
}

#footer li a:hover {
	background: #635851;
}





/************************************* FORMS */

.formField {
	margin: 10px 0;
	font-size: 12px;
}

.formField label {
	display: block;
	color: #999;
}

.formField select,
.formField input.textbox {
	font: normal 12px Arial, Helvetica, Sans-Serif;
	color: #000 !important;
	border: none;
	padding: .25em;
}

.formField .required {
	background: #333 url(../images/required_arrow.gif) no-repeat 6px 3px;
	color: #F90;
	font-size: 12px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 10px;
}


.formField td {
	padding-right: 5px;
}

.error {
	color: #F90;
	font-size: 18px;
}


span.checkbox input { float: left; line-height: 11px; margin-right: 5px; }
span.checkbox label { display: inline; line-height: 11px; }


.box, .box .sb-inner { background-color: #131313; }
.box {
	padding: 20px;
}





/********************************* PHOTO ALBUM */
#order-container {
	margin-top: 40px;
	position: relative;
	float: left;
}

#customers h2 { 
    background: transparent url(images/header_customers.png) no-repeat 20px 0;
    position: absolute;
    top: -29px;
    left: 0;
    width: 300px;
    height: 99px;
    text-align: center;
    font-size: 1px;
    color: #292929;
}

#order-address {
    font-size: 21px;
    line-height: 21px;
    color: #FFF;
}

#order-products h4 {
	font-size: 16px;
	margin-top: 10px;
}
#order-products span {
	color: #666;
	font-size: 12px;
}

#order-products div {
	margin: 0 0 10px;
}
#order-products label {
	color: #666;
	font-size: 11px;
}


#sidebar {
	float: left;
	border-right: solid 1px #333;
	width: 220px;
	padding-right: 20px;
}


#sidebar hr { 
    height: 1px;
    background-color: #333;
    color: #333;
    border: none;
    border-top: solid 1px #333;
}

.sidebarbox {
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-color: Transparent;
	padding-left: 24px;
	margin: 20px 0;
	font-size: 11px;
	color: #666;
}

.sidebarbox a {
	color: #fff;
	text-decoration: none;
}

.sidebarbox a.openwin {
	background: transparent url(../App_Themes/admin/images/link_arrow_right.gif) no-repeat 100% 50%;
	padding-right: 14px;
}


.sidebarbox h5 {
	font-size: 14px;
	color: #999;
}

#album-stats   { background-image: url(../App_Themes/admin/images/sidebar_icon_stats.png); }
#order-links   { background-image: url(../App_Themes/admin/images/sidebar_icon_home.png); }
#order-info    { background-image: url(../App_Themes/admin/images/sidebar_icon_date.png); }
#contact-info { background-image: url(../App_Themes/admin/images/sidebar_icon_customer.png); }
#property-info { background-image: url(../App_Themes/admin/images/sidebar_icon_info.png); }
#admin-notes   { background-image: url(../images/sidebar_icon_tack.png); }

#album-stats {
	font-size: 12px;
	color: #fff;
	min-height: 30px
}
#customer-info {
	min-height: 30px
}
#customer-info span {
	display: block;
}
#customer-info a {
	color: #666;
}


#admin-notes p,
#property-info p { 
    color: #FFF;
}

#admin-notes p span.empty,
#property-info p span.empty { 
    color: #666;
}

#photo-container {
	float: left;
	margin-left: 10px;
}


#action-menu a  {
	background-color: Transparent;
	background-repeat: no-repeat;
	padding-left: 24px;
	font-size: 14px;
	color: #9CF;
	text-decoration: none;
}

#action-menu li {
	float: left;
	margin-right: 24px;
}

.download,
#button-addphotos,
#button-addaudio,
#SortPhotos {
	background-color: Transparent;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	background: transparent url(../images/up-arrow.gif) no-repeat 0 50%;
	color: #FFF;
}

.download {
	background: transparent url(../images/down-arrow.gif) no-repeat 0 50%;
	margin-right: 20px;
}

#SortPhotos {
	background: transparent url(/images/sort-icon.png) no-repeat 0 50%;
	padding-left: 20px;
	margin-right: 20px;
}
#SortPhotos span {
	font-size: 11px;
	line-height: 12px;
	color: #eee;
	font-weight: bold;
	padding: 1px 2px;
}
#SortPhotos:hover span {
	background-color: #000;
}
#SortPhotos span.off {
	color: #777;
}
#SortPhotos:hover span.off {
	background-color: #000;
	color: #ddd;
}

#sort-info {
	margin: 10px 0;
	width: 460px;
	text-align: center;
	background: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-size: 12px;
	color: #666;
}

#sort-feedback {
	display: none;
	background: #99CCFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 5px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #131313;
}

#download-info {
	display: none;
	margin: 10px 0;
	width: 460px;
	text-align: center;
	background: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-size: 12px;
	color: #666;
}
#download-info h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#download-info p {
	margin: 0 3em;
}

#download-info hr {
	border: none;
	border-bottom: solid 1px #444;
	margin: 1em 5em;
}

#download-info a {
	color: #999;
}






#tab-photos {
	background-image: url(../images/button_photos.png);
	background-position: 0 50%;
}

#tab-audio {
	background-image: url(../images/button_addaudio.png);
}

#tab-agent {
	background-image: url(../App_Themes/admin/images/sidebar_icon_customer.png);
}

#tab-preview {
	background-image: url(../images/button_preview.png);
}

#tab-details {
	background-image: url(../App_Themes/admin/images/button_details.png);
	background-position: 0 50%;
}


.photo-edit-container {
	width: 350px;
	padding: 20px;
	text-align: left;
	font-size: 11px;
	background: #222;
	z-index: 999;
}
.photo-edit-container td {
	vertical-align: top;
	padding-right: 15px
}

.photo-edit-container textarea {
	width: 350px;
	height: 85px;
	border: solid 1px #000;
	font-size: 11px;
	font-family: Arial;
}

.photo-edit-container a{
	float: left;
}

#action-menu,
#thumbnails {
	width: 500px;
}
#thumbnails .sortitem,
#thumbnails .sorthighlight {
	background: #000;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 75px;
	height: 50px;
}
#thumbnails img:hover {
	background: #242222;
}

#thumbnails .sorthighlight {
	background: #60554E;
}


.button-save,
.button-cancel,
.button-delete,
.button-download {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #F60;
	border-style: outset;
	border-width: 1px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 10px;
}
.button-cancel,
.button-delete,
.button-download {
	color: #999;
	background-color: #333;
}

.transfer {
	background: #f60;
}


.photoDownload {
	position: relative;
}

.photoDownload a {
	color: #999;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #000 url(../images/down-arrow.gif) no-repeat 4px 50%;
	padding: 2px 4px;
	padding-left: 16px;
}


/* THUMBNAILS */

.ui-tabs .ui-tabs-hide {
     display: none;
}



