/* @override 
	http://localhost/picsengine3/dev/admin/public/css/photos.css
	http://localhost/picsengine3/dev/admin/public/css/photos.css?v=3.0.3
	http://localhost/picsengine3/dev/admin/public/css/photos.css?v=3.0.4
	http://localhost/picsengine3/dev/admin/public/css/photos.css?v=3.1
*/

/* @group general */
.trash {
	width: 196px;
	height: 44px;
	background: url('../src/trash.jpg') no-repeat;
	margin-top: 15px;
}
.trash p {
	font-size: 12px;
	color: #616161;
	padding-top: 16px;
	padding-right: 14px;
	text-align: right;
}
.trash_hover { background: url('../src/trash_hover.jpg') no-repeat; }
.trash_hover p { color: #FFF; }
.trash .state2 { display: none; }
.trash_active .state1 { display: none; }
.trash_active .state2 { display: block; }
.trash_active .state2 {
	padding: 10px;
	overflow: auto;
}
.trash_active .state2 .button {
	margin-left: 5px;
	float: right;
	text-decoration: none;
}

.home {	
	width: 196px;
	height: 44px;
	background: url('../src/home.jpg') no-repeat;
	margin-top: 15px;
}
.home.home_hover { background: url('../src/home_hover.jpg') no-repeat; }
.home.home_hover p { color: #FFF; }
.home p {
	font-size: 12px;
	color: #616161;
	padding-top: 16px;
	padding-right: 14px;
	text-align: right;
}
.home_settings {
	padding: 15px 0 0 5px;
	font-size: 11px; 
}
.home_settings a {
	text-decoration: underline; 
}

.zip {
	width: 196px;
	height: 44px;
	background: url('../src/zip.jpg') no-repeat;
	margin-top: 15px;
	overflow: hidden;
}
.zip p {
	font-size: 12px;
	color: #616161;
	padding-top: 16px;
	padding-right: 14px;
	text-align: right;
}
.zip_hover { background: url('../src/zip_hover.jpg') no-repeat; }
.zip_hover p { color: #FFF; }
.zip .state2 { display: none; }
.zip_active .state1 { display: none; }
.zip_active .state2 { display: block; }
.zip_active {
	background: url('../src/zip_active.jpg') no-repeat;
	height: 74px;
}
.zip_active.zip_hover { background: url('../src/zip_active_hover.jpg') no-repeat; }
.zip_active .button {
	float: right;
	margin: 7px 10px 0 0;
	text-decoration: none;
}

#tags_loading {
	width: 170px;
	margin-top: 10px;
	height: 55px; 
}
#tags_loading.hide {
	background: transparent; 
}
#tags {
	width: 170px;
	overflow: hidden;
	margin-bottom: 15px;
}
#tags a.tag {
	float: right; 
}
#tags a.tag.middle { background: url('../src/tag_black_left.png') no-repeat; }
#tags a.tag.middle span { background: url('../src/tag_black_right.png') no-repeat top right; }
#tags a.tag.middle span span { background: url('../src/tag_black_center.png') repeat-x; }

#tags a.tag.full { background: url('../src/tag_left.png') no-repeat; }
#tags a.tag.full span { background: url('../src/tag_right.png') no-repeat top right; }
#tags a.tag.full span span { background: url('../src/tag_center.png') repeat-x; }

#tags a.tag.hover { background: url('../src/tag_hover_left.png') no-repeat; }
#tags a.tag.hover span { background: url('../src/tag_hover_right.png') no-repeat top right; }
#tags a.tag.hover span span { background: url('../src/tag_hover_center.png') repeat-x; }

#tags a.tag, #tags a.tag span, #tags a.full.tag span span span, #tags a.middle.tag span span span, #tags a.hover.tag span span span { background: none; }
/* @end */













/* @group list */
#photos_nav {
	clear: left;
	float: left;
	padding: 6px 0 0 6px;
	overflow: auto;
}
#photos_nav div { float: left; }
#photos_nav .title {
	font-size: 12px;
	padding: 6px 0 6px 8px;
}


#photos_filter {
	clear: right;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 6px 6px 0 0;
	overflow: hidden;
}
#photos_filter span, #photos_filter .input {
	float: left;
}
#photos_filter .input {
	width: 160px;
}
#photos_filter .input input {
	width: 151px;
}
#photos_filter span {
	padding: 6px 8px 6px 0;
}



#photos_list_loading {
	width: 100%;
	height: 100px; 
}
#photos_list {
	background: url('../src/page_top.gif') no-repeat;
	width: 596px;
	overflow: auto;
}
#photos_list_inner {
	clear: left;
	overflow: auto;
	width: 586px;
	padding: 5px 5px 5px 5px;
}
#photos_list_js {
	overflow: auto;
}
#photos_list .photo {
	z-index: 1000;
	float: left;
	margin: 0 0 9px 9px;
	width: 106px;
	height: 106px;
}
#photos_list .photo div {
	width: 106px;
	height: 106px;
}
#photos_list .photo .in {
	background: url('../src/photo_on.png') no-repeat;
}
#photos_list .photo.selected .in {
	background: url('../src/photo_selected.png') no-repeat;
}

#photos_selected {
	position: absolute;
	z-index: 100;
	padding: 12px 0 0 12px;
	width: 120px;
	height: 120px;
}
#photos_selected_in {
	position: absolute;
	z-index: 0;
}
#photos_selected_in .photo {
	position: absolute;
	width: 100px;
	height: 100px;
}
#photos_counts {
	color: #fff;
	z-index: 10;
	position: absolute;
	display: block;
	margin: -9px 0 0 5px;
	height: 27px;
	background: url('../src/photos_drag_count_left.png') no-repeat;
}
#photos_counts span {
	float: left;
	display: block;
	height: 27px;
	background: url('../src/photos_drag_count_right.png') no-repeat top right;
}
#photos_counts span span {
	float: left;
	margin: 0 13px 0 13px;
	padding-top: 5px;
	height: 22px;
	font-size: 11px;
	background: url('../src/photos_drag_count_center.png') repeat-x;
}

.photoancr {
	background: #bcbcbc;
	height: 108px;
	width: 3px;
	z-index: 520;
}
/* @end */









/* @group edit */
#photo_tiny {
	float: left;
	padding: 0 9px 5px 0;
}
#photo_infos {
	float: left;
	font-size: 12px;
	width: 424px;
}
#photo_infos .label {
	color: #737373;
}
#photo_infos .static a {
	text-decoration: underline; 
}
#photo_infos .editable {
	background: #2c2c2c;
	padding: 8px;	
	overflow: hidden;
	cursor: text;
}
#photo_infos .editable.now {
	background: transparent;
	border: 1px dashed #2c2c2c; 
	cursor: default;
}
#photo_infos .editable .edit_state,
#photo_infos .editable.now span, 
#photo_infos .editable.now:hover .warn,
#photo_infos .editable .warn {
	display: none; 
}
#photo_infos .editable.now .edit_state, #photo_infos .editable.now .edit_state span {
	display: block; 
	float: left;
}
#photo_infos .editable.now .edit_state a {
	float: left; 
	height: 26px;
}
.window #photo_infos .editable .input {
	float: left;
	width: 185px;
}
.window #photo_infos .editable .input input {
	width: 176px;
}
#photo_infos .editable a.button, #photo_infos .editable a.button2 {
	margin-left: 5px; 
	margin-top: -1px;
}
#photo_infos .editable:hover .warn {
	float: right;
	display: block; 
	font-size: 11px;
	color: #989898; 
}
#photo_infos .static {
	padding: 8px; 
}
#photo_add_tag {
	overflow: auto;
	padding: 0 9px 0 0;
}
#photo_add_tag .input { margin-right: 5px; margin-top: 1px; float: left; }
#photo_add_tag input {
	width: 300px;
}
#photo_tags {
	clear: left;
	padding: 0 9px 4px 0;
	overflow: auto;
}
a.tag {
	display: block;
	float: left;
	background: url('../src/tag_left.png') no-repeat;
	height: 26px;
	margin-right: 2px;
	text-decoration: none;
}
a.tag:hover { text-decoration: none; }
a.tag span {
	display: block;
	float: left;
	background: url('../src/tag_right.png') no-repeat top right;
	height: 26px;
}
a.tag span span {
	background: url('../src/tag_center.png') repeat-x;
	margin: 0 8px 0 8px;
}
a.tag span span span, a.tag.middle span span span {
	background: none;
	margin: 0 -4px 0 -4px;
	color: #FFF;
	font-size: 12px;
	padding: 4px 0 0 0;
	height: 22px;
}
a.tag .cross {
	z-index: 10000;
	position: absolute;
	display: none;
	margin: 0px;
}
a.tag:hover .cross {
	display: block;
	width: 26px;
	height: 26px;
	background: url('../src/tiny_cross.png') no-repeat center center;
}
a.tag.middle:hover .cross { background: none; }

a.tag.middle { background: url('../src/tag_black_left.png') no-repeat; }
a.tag.middle span { background: url('../src/tag_black_right.png') no-repeat top right; }
a.tag.middle span span { background: url('../src/tag_black_center.png') repeat-x; }

dl#exif_list {
	font-size: 10px;
	padding: 0 9px 5px 9px;
	overflow: auto;
	color: #424242;
}
dl#exif_list dd {
	clear: left;
	float: left;
	text-align: right;
	width: 240px;
	padding: 0 6px 3px 0;
	color: #424242;
}
dl#exif_list dt {
	float: left;
	margin-bottom: 3px;
	width: 260px;
	color: #FFF;
}
#description_form {
	overflow: auto;
}
#description_form a.button {
	margin: 10px 0 0 0;
}
#photo_edit textarea {
	width: 530px;
	max-width: 530px;
	height: 50px;
}
#list_item_transform .list_item_content {
	overflow: hidden; 
}
#list_item_transform .greybloc .left {
	float: left;
	padding-bottom: 4px;
}
#list_item_transform .greybloc .button {
	float: right;
}
.transform_settings {
	float: left;
	font-size: 12px;
	padding: 0 5px 0 0;
	margin-top: 2px;
}
/* @end */









/* @group listing files */
#listing_files .upload_file {
	margin: 0 0 2px 6px;
	overflow: auto;
}
#listing_files .upload_file .bottom {
	overflow: auto;
}
#listing_files .upload_file .fileinfo {
	float: left;
	width: 354px;
	font-size: 11px;
	padding: 10px;
	overflow: auto;
}
#listing_files .upload_file .filename {
	clear: left;
	float: left;
}
#listing_files .upload_file .filesize {
	clear: right;
	float: right;
}
#listing_files .upload_file .progressbar {
	margin: 14px 10px 0 0;
	float: right;
	width: 194px;
	height: 6px;
}
#listing_files .upload_file .progressbar div {
	width: 0px;
	height: 6px;
	background: url('../src/progressbar.gif') no-repeat;
}
/* @end */


/* @group upload */
#upload {
	background: url('../src/page_top.gif') no-repeat;
	width: 596px;
}
#upload_topbar {
	width: 584px;
	padding: 6px 6px 0 6px;
	overflow: hidden;
	height: 40px;
}

#photo_settings_box {
	margin: 0 10px 15px 10px;
	padding: 0px 5px 0 5px;
}
#photo_settings_box h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#photo_settings {
	overflow: auto;
}
#photo_settings label {
	clear: left;
	float: left;
	font-size: 11px;
	width: 150px;
	padding-bottom: 10px;
	padding-top: 4px;
}
#photo_settings p {
	float: left;
}
#photo_settings span {
	font-size: 10px;
	font-style: italic;
}
#photo_settings .input {
	float: left;
}
#photo_settings input {
	font-size: 12px;
	width: 250px;
}

#photo_limitations, #ftp_nofile {
	margin: 15px 9px 15px 9px;
	padding: 6px;
	background-color: #0f0f0f;
}
#photo_limitations p strong, #ftp_nofile p strong {
	color: #fff;
}
/* @end */



/* @group ftp */
#ftp {

}
/* @end */



/* @group flickr */
#flickr_form {
	margin: 10px 10px 0 10px;
	padding: 5px 5px 0 5px;
}
#flickr_form h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
#flickr_form_in {
	overflow: auto;
}
#flickr_form_in label {
	clear: left;
	float: left;
	font-size: 11px;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 4px;
}
#flickr_form_in p {
	float: left;
}
#flickr_form_in label span {
	font-size: 10px;
	font-style: italic;
}
#flickr_form_in .input {
	float: left;
}
#flickr_form_in input {
	font-size: 12px;
	width: 250px;
}
#loading, #success {
	margin-left: 6px;
	margin-top: 6px;
}
#loading p, #success p {
	font-size: 12px;
	padding: 8px;
}
#flickr_submit {
	padding: 0 10px 0 10px; 
}

/* @group thumbs */
#flickr_loading {
	clear: left;
	width: 100%;
	height: 60px; 
	margin-top: 10px;
}
#flickr_photos {
	clear: left;
	padding: 4px; 
}
#flickr_photos .photo {
	z-index: 1000;
	float: left;
	margin: 0 0 3px 3px;
	width: 81px;
	height: 81px;
}
#flickr_photos .photo div {
	width: 81px;
	height: 81px;
}
#flickr_photos .photo .in {
	background: url('../src/photo_75_on.png') no-repeat;
}
#flickr_photos .photo.selected .in {
	background: url('../src/photo_75_selected.png') no-repeat;
}
/* @end */

/* @group import */
.import {
	width: 196px;
	min-height: 44px;
	background: url('../src/import.jpg') no-repeat;
	margin-top: 15px;
}
.import p {
	font-size: 12px;
	color: #616161;
	padding-top: 16px;
	height: 28px;
	padding-right: 14px;
	text-align: right;
}
.import_hover { background: url('../src/import_hover.jpg') no-repeat; }
.import_hover p { color: #FFF; }
.import .import_settings {
	 padding: 5px 10px 0 10px;
	 color: #fff;
	 font-size: 11px;
	 color: #616161;
}
/* @end */

/* @end */