/* @override 
	http://localhost/picsengine3/dev/admin/public/css/style.css
	http://localhost/picsengine3/dev/admin/public/css/style.css?v=3.0.3
	http://localhost/picsengine3/dev/admin/public/css/style.css?v=3.0.4
	http://localhost/picsengine3/dev/admin/public/css/style.css?v=3.1
	http://localhost/dp/picsengine3/dev/admin/public/css/style.css?v=3.1
	http://localhost/dp/picsengine3/dev/admin/public/css/style.css?v=3.2
	http://localhost/dp/picsengine3/dev/admin/public/css/style.css?v=3.5d
	http://localhost/dp/picsengine3/dev/admin/public/css/style.css?v=3.5f
	http://localhost/dp/picsengine3/dev/admin/public/css/style.css?v=3.5
*/

/* @group tiny buttons */

a.button_tiny, .button_tiny span, .button_tiny:hover {
	display: block;
	height: 19px;
	text-decoration: none;
}
.button_tiny:hover { 
	color: #FFF; 
	text-decoration: underline;
}
.button_tiny {
	float: left;
	font-size: 11px;
	color: #FFF;
}

.delete_button {
	float: left;
	display: block;
	width: 16px;
	height: 25px;
	background: url('../src/tiny_cross.png') no-repeat center center;
	margin: 4px 0 0 5px;
}

/* @group transluent buttons */

a.button_transluent, .button_transluent span, .button_transluent {
	display: block;
	height: 14px;
	text-decoration: none;
}
.button_transluent:hover { color: #FFF; }
a.button_transluent {
	float: left;
	font-size: 11px;
	color: #aeaeae;
	background-image: url('../src/button_transluent.png');
	background-repeat: no-repeat;
}
.button_transluent span {
	float: left;
	background-image: url('../src/button_transluent.png');
	background-repeat: no-repeat;
	background-position: right -28px;	
}
.button_transluent span span {
	float: left;
	background-image: url('../src/button_transluent.png');
	background-repeat: repeat-x;
	background-position: right -14px;
	margin: 0 8px 0 8px;
}
/* @end */

/* @end */

/* @group list_items */

.list_item {
	background: url('../src/list_item_in.gif') repeat-x;
	border-bottom: 1px solid #131313;
}
.list_item_content {
	padding: 0 8px 0 7px;
	overflow: hidden;
}
.list_item.disabled {
	background: url('../src/list_item.gif') repeat-x;
	border: 0;
}
.list_item h3 {
	display: block;
	cursor: pointer;
	color: #FFF;
	text-shadow: #000 0 1px 1px;
	font-size: 10px;
	padding: 9px 0 8px 16px;
	text-transform: uppercase;
	background: url('../src/list_item_in_puce.gif') no-repeat 6px 10px;
}
.list_item.disabled h3 {
	height: 13px;
	background: url('../src/list_item_puce.gif') no-repeat 6px 10px;
}
.list_item.disabled .list_item_content { display: none; }

/* @end */

/* @group grey bloc */

.grey {
	width: 583px;
	background: #212121;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#upload .grey {
	width: 583px;
	border-top: 1px solid;
	border-color: #3e3e3e;
	background: transparent;
}
#upload .grey .bottom {
	background: transparent;
}

/* @end */

/* @group hslider */

.hslider {
	width: 282px;
	height: 13px;
	background: url('../src/hslider_back.gif') no-repeat;
}
.hslider .handle {
	display: block;
	width: 14px;
	height: 13px;
	background: url('../src/hslider_handle.png') no-repeat;
	cursor: pointer;
}
/* @end */

/* @group error_autorizations */

.notice_list {
	overflow: auto;
}
.notice_list p {
	padding: 10px;
}
.notice_list p strong {
	color: #FFF;
}
.notice_list ul {
	float: left;
	font-size: 12px;
	list-style: none;
	padding: 0 0 10px 20px;
}
.notice_list ul li {
	padding-bottom: 3px;	
}


/* @end */

/* @group loading icon */
.loading_icon {
	background: url('../src/loading.gif') no-repeat center center; 
}
/* @end */

/* @group grey bloc */
.greybloc {
	overflow: hidden;
	width: 534px;
	background: #2c2c2c url('../src/greybloc.gif') no-repeat -534px bottom;
	margin-bottom: 8px;
}
.greybloc_top {
	background: url('../src/greybloc.gif') no-repeat left top;
	padding: 8px;
}
.greybloc h4 {
	font-size: 12px;
	padding-bottom: 3px;
}
/* @end */

/* @group auto complete */
#tags_complete_panel {
	position: absolute;
	background: #3b3b3b;
	z-index: 980;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#tags_complete_panel ul {
	list-style: none;
}
#tags_complete_panel ul li {
	padding: 0;
	margin: 0;
}
#tags_complete_panel ul li a {
	padding: 3px;
	display: block;
	color: #b8b8b8;
}
#tags_complete_panel ul li a strong {
	color: #fff;
}
#tags_complete_panel ul li.first a {
	-moz-border-radius-top-left: 4px;
	-moz-border-radius-top-right: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#tags_complete_panel ul li.last a {
	-moz-border-radius-bottom-left: 4px;
	-moz-border-radius-bottom-right: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#tags_complete_panel ul li.selected a {
	background-color: #fff;
	color: #000;
}
#tags_complete_panel ul li.selected a strong {
	color: #000;
}
/* @end */