/*
Filename: screen.css
Author: Dogstudio
Author URI: http://www.dogstudio.be/
Version: 1.0
*/

/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
    outline: none;
}


/* STRUCTURE */
html, body {
	height:100%;
}
body {
	width:100%;
	margin: 0px;
	padding:0px;
	background:#bb9465 url(../assets/body-bg.jpg);
	color:#425B7B;
}
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
}
#emu-wrap {
	position:relative;
	min-height:100%;
	height:auto!important;
	height:100%;
	min-width:900px;
	max-width:1500px;
	background:#f7f8f9 url(../assets/menu-bg.png) repeat-y top left;
	box-shadow:#000 0 0 7px;
	overflow-x:hidden;
}
#emu-container {
	padding:47px 0 36px 0;
	min-height:580px;
}
#emu-content-container {
	margin-left:145px;
	min-height:400px;
}
#emu-content {
	float:left;
	position:relative;
	width:100%;
}

/* HEADER */

#emu-header {
	background:#f4f4f7 url(../assets/header-bg.png) repeat-x center bottom;
	width:100%; height:45px;
	min-width:900px; max-width:1500px;
	border-top:1px solid #fff;
	border-bottom:1px solid #8999a5;
	position:fixed!important;
	position:absolute;
	top:0; left:0;
	z-index:102;
	box-shadow:#8999a5 0 1px 3px;
	-moz-box-shadow:#8999a5 0 1px 3px;
	-webkit-box-shadow:#8999a5 0 1px 3px;
}
#emu-header #logo{
	padding:6px 0 0 15px;
	width:135px; height:33px;
	position:absolute;
	top:0; left:0;
}
#emu-header #logo a{
	width:135px; height:33px;
	background:url(../assets/sprite-icons.png) no-repeat -72px 0;
	text-indent:-100000px;
	display:block;
}
#emu-header #emu-header-right {
	position:absolute;
	top:10px; right:15px;
}
#emu-header #emu-header-user {
	text-align:center;
	margin-top:13px;
	text-shadow:#e5e8ec 0 1px;
	color:#656b78;
}
#emu-header #emu-header-user span.screen{
	background:url(../assets/sprite-icons.png) no-repeat 0 -38px;
	width:18px; height:16px;
	margin:0 0 0 4px;
	display:inline-block;
	vertical-align:middle;
}
#emu-header #emu-header-user a.logout {
	background:#e5e8eb;
	color:#41587a;
	display:inline-block;
	padding:3px 7px;
	text-shadow:#fff 0 1px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#emu-header #emu-header-user a.logout:hover{
	background:#41587a;
	color:#e5e8eb ;
	text-shadow:none;
	box-shadow:#fff 0 1px;
	-moz-box-shadow:#fff 0 1px;
	-webkit-box-shadow:#fff 0 1px;
}
#emu-header .general-settings {
	float:right;
	margin:0 15px;
}
#emu-header .general-settings li{
	float:left;
	list-style-image:none;
	padding:3px 5px 0; margin:0;
	position:relative;
}
#emu-header .general-settings li a{
	display:block;
	width:18px; height:18px;
	text-indent:-100000px;
}
#emu-header .general-settings li a.top-search{
	background:url(../assets/sprite-icons.png) no-repeat 0 -90px;
}
#emu-header .general-settings li a.top-search:hover{
	background:url(../assets/sprite-icons.png) no-repeat -18px -90px;
}
#emu-header .general-settings li a.top-information{
	background:url(../assets/sprite-icons.png) no-repeat 0 -72px;
}
#emu-header .general-settings li a.top-information:hover{
	background:url(../assets/sprite-icons.png) no-repeat -18px -72px;
}
#emu-header .general-settings li a.top-site-settings{
	background:url(../assets/sprite-icons.png) no-repeat 0 -54px;
}
#emu-header .general-settings li a.top-site-settings:hover{
	background:url(../assets/sprite-icons.png) no-repeat -18px -54px;
}
#emu-header .general-settings li a.current-language{
	text-indent:0;
	text-align:center;
	color:#fff; font-size:8px;
	line-height:16px;
	background:url(../assets/sprite-icons.png) no-repeat 0 -269px;
	margin:2px 0 0 0;
}
#emu-header .general-settings li a.current-language:hover{
	background:url(../assets/sprite-icons.png) no-repeat -18px -269px;
}

#emu-header #language-selector{
	float:right;
	width:30px; height:25px;
	position:relative;
}
#emu-header #language-selector #current-language a{
	width:28px; height:23px;
	line-height:23px;
	display:block;
	text-align:center;
	color:#82909c;
	background:#eff0f3;
	text-shadow:#fff 0 1px;
	border:1px solid #b3bcc5;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	-o-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 0 2px  #fff, 0 1px 0 rgba(255,255,255,0.5);
}
#emu-header #language-selector #current-language a:hover,
#emu-header #language-selector #current-language.open-language a{
	background:#515b62 url(../assets/box-title-bg.png) repeat-x bottom;
	border:1px solid #08090a;
	width:28px; height:23px;
	line-height:23px;
	color:#fff;
	text-shadow:#000 0 1px;
	-webkit-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	-o-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 0 2px  #fff, 0 1px 0 rgba(255,255,255,0.5);
}
#emu-header #language-selector #select-language{
	width:30px;
	margin:0; padding:0;
	background:#fff;
	position:absolute;
	top:25px; right:0;
	display:none;
	box-shadow:rgba(0,0,0,.3) 0 0 7px;
}
#emu-header #language-selector #select-language li{
	margin:0; padding:0; 
	list-style-image:none;
	text-align:center;
}
#emu-header #language-selector #select-language a{
	display:block;
	padding:5px 0;
}


/* NAV */
#emu-admin-menu-back{
	background:#eeeeee;
	border-right:1px solid #d6d6d6;
	width:144px; height:100%;
	position:absolute;
	top:0; left:0;
	z-index:100;
}
#emu-admin-menu{
	position:relative;
	width:144px;
	float:left;
	z-index:101;
	font-size:11px;
}
#emu-admin-menu ul {
	padding:0; margin:0;
	border-bottom:1px solid #f7f7f7;
}
#emu-admin-menu ul li{
	padding:0; margin:0;
	height:auto!important;
	height:1%;
	border-bottom:1px solid #d6d6d6;
	border-top:1px solid #f7f7f7;
}
#emu-admin-menu ul li a{
	display:block;
	position:relative;
	color:#464c53;
	text-shadow:#fff 0 1px 0;
	font-size:11px;
	padding:14px 30px 14px 10px;
	text-align:left;
}
#emu-admin-menu ul li a strong{
	display:block;
	font-weight:normal;
	padding-left:32px;
}
#emu-admin-menu.open-submenu ul li a, #emu-admin-menu.open-submenu ul li.active a{
	color:#B0B7BD;
	background:#eeeeee;
}
#emu-admin-menu.open-submenu ul li a.open, #emu-admin-menu.open-submenu ul li.active a.open{
	background:#fff;
	color:#0e76bc;
}
#emu-admin-menu.open-submenu ul li a span.arrow, #emu-admin-menu.open-submenu ul li.active a span.arrow{
	background: url(../assets/sprite-icons.png) no-repeat -18px 0;
}
#emu-admin-menu.open-submenu ul li .menu-icon{
	filter: alpha(opacity=50); 
	-khtml-opacity: 0.5;      
	-moz-opacity: 0.5;       
	opacity:0.5;
}
#emu-admin-menu ul li .menu-icon img{
	width:25px; height:25px;
}
body #emu-admin-menu ul li a:hover .menu-icon, body #emu-admin-menu ul li a.open .menu-icon{
	opacity:1;
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;       
	opacity:1;
}
#emu-admin-menu ul li.active a, #emu-admin-menu ul li a.open{
	background:#ffffff;
	color:#000;
}
#emu-admin-menu ul li a:hover{
	color:#0e76bc;
	background:#ffffff;
}
#emu-admin-menu ul li a span.arrow{
	width:18px; height:18px;
	position:absolute;
	right:9px; top:50%;
	margin:-9px 0 0 0;
	display:block;
	background:url(../assets/sprite-icons.png) no-repeat -18px 0;
	text-indent:-100000px;
}
#emu-admin-menu ul li.active a span.arrow, #emu-admin-menu ul li a.open span.arrow, #emu-admin-menu ul li.active a.open span.arrow{
	background:url(../assets/sprite-icons.png) no-repeat 0 0;
}
#emu-admin-menu ul li a span.menu-icon{
	width:25px; height:25px;
	position:absolute;
	top:50%;
	left:9px!important;
	left:0;
	margin:-13px 0 0 0;
	display:block;
	text-align:center;
	overflow:hidden;
}
#edit-nav {
	position:absolute;
	bottom:31px; left:0;
	z-index:101;
	background:#bebebe url(../assets/edit-nav.png) repeat-x top;
	border-top:1px solid #d1d1d1;
	width:144px;
}
#edit-nav a{
	display:block;
	padding:7px 11px 7px;
}
#edit-nav a:hover{
	background:#eeeeee;
	color:#434343;
}
#edit-nav a span{
	display:block;
	width:18px; height:18px;
	position:absolute;
	top:0; right:0;
	color:#000;
}

/* QUICK MENU */

#emu-content-overlay {
	background:#151719;
	width:100%; height:100%;
	position:fixed!important;
	position:absolute;
	top:0; left:0;
	z-index:98;
	display:none;
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9;      
	-moz-opacity: 0.9;       
	opacity:0.9;
}
#emu-quick-menu {
	width:450px;
	position:absolute;
	top:65px; left:160px;
	z-index:101;
	box-shadow:#000 0 0 7px;
	display:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#emu-quick-menu.maximize {
	width:650px;
}
#emu-quick-menu #close-quick-submenu a{
	position:absolute;
	left:450px; top:1px;
	width:25px; height:25px;
	display:block;
	background:url(../images/close.gif) no-repeat center;
	text-indent:-100000px;
	cursor:pointer;
}
#emu-quick-menu.maximize #close-quick-submenu a{
	left:650px;
}
#emu-quick-menu table{
	width:100%;
	margin:0;
}
#emu-quick-menu table tbody{
	border:none;
}
#emu-quick-menu.minimize .maximized {
	display:none;
}
#emu-quick-menu .maximized {
	background:#e0e5e9;
	padding:0 8px;
	width:1px;
}
#emu-quick-menu .maximized {
	background-color:#e0e5e9;
	background-image:url(../assets/maximized-separator.png), url(../assets/maximized-even.png);
	background-repeat:repeat-y, repeat;
	background-position:top left;
	padding:0 8px;
}
#emu-quick-menu .odd .maximized {
	background-color:#d4dce1;
	background-image:url(../assets/maximized-separator.png), url(../assets/maximized-odd.png);
	background-repeat:repeat-y, repeat;
	background-position:top left;
}
#emu-quick-menu .maximized-container {
	padding:0;
}
#emu-quick-menu .bottom-bar .minimize-btn, #emu-quick-menu .bottom-bar .maximize-btn {
	background:url(../assets/bottom-bar-separate.gif) repeat-y;
	padding:2px 10px;
	display:inline-block;
	color:#6f7176;
}
#emu-quick-menu.minimize .bottom-bar .minimize-btn {
	display:none;
}
#emu-quick-menu.maximize .bottom-bar .maximize-btn {
	display:none;
}
#emu-quick-menu table tr:last-child td{
	border-bottom:1px solid #e5e5e5;
}
.bottom-bar {
	background:#fff url(../assets/bottom-bar-bg.png) repeat-x bottom;
	border-top:1px solid #b8b8ba;
	text-shadow:#fff 0 1px;
}
#emu-quick-menu .bottom-bar{
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#emu-quick-menu .bottom-bar p{
	margin:0;
}
#emu-quick-menu .frame-setting {
	display:none;
}
#emu-quick-menu #frame-settings-container {
	position:absolute;
	bottom:16px; left:4px;
	background:#fff;
	width:180px;
	display:none;
	z-index:1000;
	padding:5px;
	box-shadow:0 0 3px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.6);
}
#emu-quick-menu #frame-settings-container ul {
	margin:0;
}
#emu-quick-menu #frame-settings-container ul li {
	list-style-image:none;
	margin:0; padding:7px 0;
}
#emu-popup{
	position:absolute; top:65px; left:50%; z-index:98;
	margin:0 0 0 -325px;
	box-shadow:#000 0 0 7px;
	display:none;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	width:650px;
	background-color:#FFF;
}
#popup-body #emu-popup{
	top:25px;
}
#popup-body #emu-popup textarea{
	height:110px;
}
#emu-popup form {
	padding:15px;
	width:auto;
}

/*SUBMENU SLIDER*/
#emu-quick-menu #submenu-slider {
	width:448px;
	height:500px;
	background:#FFF;
	position:relative;
	border-left:1px solid #000;
	border-right:1px solid #000;
	overflow:hidden;
}
#emu-quick-menu.maximize #submenu-slider {
	width:648px;
}
#emu-quick-menu .box{
	width:450px;
	margin:0;
	float:left;
}
#emu-quick-menu.maximize .box{
	width:650px;
}
#emu-quick-menu .box-title #submenu-title{
	padding:2px;
}
#emu-quick-menu .frame {
	position:absolute;
	top:0; left:0;
	margin:0 0 0 250px;
	width:448px;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
}
#emu-quick-menu.maximize .frame {
	width:648px;
}
#emu-quick-menu .frame.centered-frame {
	z-index:100;
}
#emu-quick-menu .frame .frame-container {
	position:relative;
	min-height:485px;
	height:auto!important;
	height:485px;
}
#previous-step, #slide-detail {
	position:absolute;
	left:4px; top:4px;
	display:none;
	padding:3px 4px;
	font-size:11px;
	text-shadow:rgba(0,0,0,0.6) 0 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 0 2px rgba(255,255,255,0.6), 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0 0 2px rgba(255,255,255,0.6), 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 0 2px rgba(255,255,255,0.6), 0 1px 0 rgba(255,255,255,0.2);
	background:#000 url(../assets/box-title-bg.png) repeat-x bottom;
	border:1px solid #000;
	color:#fff;
}
#slide-detail {
	right:4px; left:auto;
}
.section-info {
	display:none;
}
#emu-quick-menu .breadcrumb{
	background:#fff url(../assets/breadcrumb-bg.png) repeat-x center bottom;
	line-height:22px;
	padding:0 0 0 2px;
	border-top:1px solid #fff;
	border-bottom:1px solid #f4f4f4;
	color:#828282;
	text-shadow:#fff 0 1px;
	white-space:nowrap
}
#emu-quick-menu .breadcrumb a{
	background:url(../assets/breadcrumb-link-bg.png) no-repeat right 50% ;
	padding:0 17px 0 3px;
	display:inline-block;
	color:#666666;
}
#emu-quick-menu .breadcrumb a:hover{
	color:#000;
}
#emu-quick-menu .frame.textured {
	background:#eee;
}
.frame-links {
}
.frame-links ul {
	background:#eee;
	padding:0; margin:0;
	border-bottom: 1px solid #F7F7F7;
	
	/*box-shadow:0 0 10px rgba(0,0,0,0.1);*/
}
.frame-links ul li {
	font-size:16px; line-height:18px;
	font-weight:bold;
	border-top: 1px solid #F7F7F7;
	border-bottom: 1px solid #D6D6D6;
	padding:0; margin:0;
	font-weight:normal;
	list-style-image:none;
}
.frame-links ul li a{
	padding: 15px 30px 15px 10px;
	display:block;
	color:#464C53;
	text-shadow: white 0px 1px 0px;
	position:relative;
}
.frame-links ul li a:hover{
	background:#fff;
	color:#0e76bc;
}
.frame-links ul li a.icon-link{
	padding-left: 50px;
}
.frame-links ul li a span.arrow{
	background:url(../images/sprite-icons.png) no-repeat -18px 0;
	width:18px; height:18px;
	display:block;
	vertical-align:top;
	position:absolute;
	right:15px; top:16px;
}
.frame-links ul li a:hover span.arrow{
	background:url(../images/sprite-icons.png) no-repeat 0 0;
}
.frame-links ul li span.menu-icon{
	width:35px; height:35px;
	position:absolute;
	top:50%;
	left:9px!important;
	left:0;
	margin:-17px 0 0 0;
	display:block;
	text-align:center;
	overflow:hidden;
}
.frame-links ul li a{
	font-size: 11px;
	padding: 15px 30px 16px 10px;
	display:block;
	color:#464C53;
	text-shadow: white 0px 1px 0px;
	position:relative;
}

/* CONTENT */

#page-wrapper {
	padding:0;
	width:100%;
	position:relative;
	float:left;
}
#page-wrapper .page-content {
	padding:13px 15px 15px 15px;
}
.page-title {
	background:url(../assets/separator.png) repeat-x bottom;
	margin-bottom:15px;
	padding:0 0 18px 0;
}
.float-left.page-title {
	background:url(../assets/separator.png) repeat-x bottom;
	margin-bottom:15px;
	padding:0 0 16px 0;
}
.page-title p {
	margin: 4px 0 0;
}
.page-title h1{
	margin:0;
	font-size:20px;
}
.page-title h1.float-left{
	margin:0 5px 0 0;
}
.page-title .field, .page-title form{
	margin:0;
}
.right-columned-content #page-wrapper .page-content {
	padding:13px 15px 15px;
}
.right-columned-content #page-wrapper #left-column {
	margin-right:191px;
}
.right-columned-content #aside {
	width:190px;
	padding:0; margin:0;
	float:right;
	position:relative; z-index:10; right:-15px;
	height:100%;
}

.right-columned-content #aside .aside-content {
	padding:15px;
}
.right-columned-content #emu-right-column-back {
	height:100%;
	width:190px;
	position:absolute;
	top:0; right:0;
	background:#fff;
	border-left:1px solid #e9eaed;
}
.edit-right {
	float:right;
	width:165px;
}
.edit-left {
	margin-right:180px;
	position:relative;
}
div.section-title {
	background:#fff url(../assets/content-function-bg.png) repeat-x bottom;
	border-bottom:1px solid #d4d9df; border-top:1px solid #d4d9df;
	padding: 12px 15px 11px; margin:0 0 15px;
	box-shadow:#fff 0 1px 0; -moz-box-shadow:#fff 0 1px 0; -webkit-box-shadow:#fff 0 1px 0;
	position:relative; left:-15px; right:-15px;
	width:100%;
}
div.clickable-title {
	cursor:pointer;
}
div.section-title *{
	margin:0; 
}
div.section-title .title-actions {
	margin:2px 0 2px 10px;
}
div.section-title .float-right{
	position:relative;
	margin:-4px 0 0 0;
}
span.entry-meta {
	display:block;
	color:#8c8c8c;
	font-size:10px;
	margin-top:2px;
}
.form-box {
	padding:15px; 
	background:#f3f3f3;
	border:1px solid #e3e3e3;
	margin-bottom:15px;
	box-shadow:inset 0 0 7px rgba(0,0,0,0.2);
	border-radius:4px;
}
.form-box label{
	color:#626c74;
}
.form-box .field{
	margin-bottom:10px;
}
.plugin_submenu ol li.float-left {
	margin-right:3px;
}
.right-search {
	float:right;
	width:300px;
	position:relative;
	margin-bottom:10px;
	margin-top:-8px;
}
.right-search .input-text{
	width:200px;
	float:left;
}
.right-search .button{
	width:90px;
	float:right;
}
.checkbox-list li.group-role {
	padding:4px 0 4px 10px; margin:0 0 0 5px;
	font-size:10px;
	border-left:2px solid #ccc;
}
.checkbox-list li.group-role input {
	top: 4px;
	left: 7px;
}

/*LIBRARY*/
.library-container {
	text-align:center;
}
#emu-quick-menu .library-container {
	margin-top:15px;
}
.library-container .item {
	width:107px;
	float:left;
	margin:0 0 12px;
}
.library-container p {
	margin:0; text-align:center;
	text-shadow:#fff 0 1px;
}
.library-container .item .thumb {
	width:48px; height:32px;
	margin:0 0 3px 25px; padding:5px;
	overflow:hidden;
	text-align:center;
	border:1px solid #d6dbdf;
	background:#fff;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:#fff 0 1px 0;
	-o-transition:-o-box-shadow 0.12s ease-out;
	-webkit-transition:-webkit-box-shadow 0.12s ease-out;
	-moz-transition:-moz-box-shadow 0.12s ease-out;
}
.attach-thumb img{
	width:96px; height:64px;
	margin:8px 0; padding:5px;
	overflow:hidden;
	text-align:center;
	border:1px solid #d6dbdf;
	background:#fff;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:#fff 0 1px 0;
	-o-transition:-o-box-shadow 0.12s ease-out;
	-webkit-transition:-webkit-box-shadow 0.12s ease-out;
	-moz-transition:-moz-box-shadow 0.12s ease-out;
}
.attach-filename{
	margin:8px 0;
	display:block;
}
.library-container .item .thumb:hover {
	box-shadow:#c1d7ea 0 0 7px;
	border:1px solid #a3b9cd;
}
.library-container .item .thumb a {
	width:48px; height:32px;
	display:block;
	position:relative;
	background:#eaebf0;
	overflow:hidden;
}
.library-container .item .thumb img {
	overflow:hidden;
	vertical-align:middle;
}

.widget-content-inner .library-container .item .thumb img {
	width:48px;
}

.library-container .item .thumb span.cache {
	background:url(../assets/library-cache.png) no-repeat top left!important;
	background:none;
	position:absolute;
	top:0; left:0;
	width:48px; height:32px;
	z-index:10;
	opacity:1;
	-o-transition:opacity 0.12s ease-out;
	-webkit-transition:opacity 0.12s ease-out;
	-moz-transition:opacity 0.12s ease-out;
}
.library-container .item .thumb a:hover span.cache {
	filter: alpha(opacity=50); 
	-khtml-opacity: 0.5;      
	-moz-opacity: 0.5;       
	opacity:0.5;
}
.maximize .library-container .item,
.library-container.big-gallery .item {
	width:157px;
	float:left;
}
.maximize .library-container .item .thumb,
.library-container.big-gallery .item .thumb{
	width:96px; height:64px;
	margin:0 0 3px 26px;
}
.maximize .library-container .item .thumb a,
.library-container.big-gallery .item .thumb a{
	width:96px; height:64px;
	line-height:64px;
}
.maximize .library-container .item .thumb span.cache,
.library-container.big-gallery .item .thumb span.cache{
	width:96px; height:64px;
}

#image-description {
	margin-left:130px;
}
#image-preview {
	width:96px; height:64px;
	margin:0 0 3px; padding:5px;
	overflow:hidden;
	float:left;
	text-align:center;
	border:1px solid #d6dbdf;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:#fff 0 1px 0;
	-o-transition:-o-box-shadow 0.12s ease-out;
	-webkit-transition:-webkit-box-shadow 0.12s ease-out;
	-moz-transition:-moz-box-shadow 0.12s ease-out;
}
#image-preview img{
	vertical-align:middle;
}
#image-preview:hover {
	box-shadow:#c1d7ea 0 0 7px;
	border:1px solid #a3b9cd;
}
#image-preview p{
	width:96px; height:64px;
	line-height:64px;
	display:block;
	position:relative;
	background:#eaebf0;
}
.fileDetailsActions .button {
	margin:0 5px 0 0;
}
#Content_iPicture_thumb {
	margin:10px 0;
}
#Content_iPicture_thumb img{
	padding:5px;
	background:#fff;
	border:1px solid #E5E7E9;
	text-shadow:#fff 0 1px;
}
.attached-file {
	float:left;
}
.attached-file img{
	margin:0 15px 0 0;
}


/*LOGIN*/
#login-page #emu-wrap {
	background:#f7f8f9;
	height:100%;
}
#login-page #login-box {
	width:300px; height:200px;
	position:absolute;
	top:50%; left:50%;
	margin-top:-100px;
	margin-left:-150px;
	z-index:111;
}

/* PLUGIN SUBMENUS */
div.emu-plugin-submenu {
	background:#ffffff url(../assets/content-function-bg.png) repeat-x bottom;
	border-bottom:1px solid #d4d9df;
	padding: 15px; margin:0;
	box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	-webkit-box-shadow:#fff 0 1px 0;
}
div.emu-plugin-submenu p.float-right{
	margin:0; padding:0 3px 0;
}
div.emu-plugin-submenu ol, div.emu-plugin-submenu ul{
	list-style-type: none;
	margin: 0; padding: 0;
}
div.emu-plugin-submenu li {
	background:url(../assets/plugin-submenu-separator.png) repeat-y left;
	font-size:11px;
	padding: 3px 12px 3px 10px; margin:0;
	list-style:none;
	float: left;
}
div.emu-plugin-submenu li.first {
	background:none;
	padding-left:0;
}
div.emu-plugin-submenu img {
	vertical-align: text-bottom;
	margin: 0 6px;
}
div.emu-plugin-submenu li a.add, div.emu-plugin-submenu li a.arrow{
	padding-left:12px;
}
div.emu-plugin-submenu li a span{
	background:url(../assets/sprite-icons.png) no-repeat -6px -181px;
	width:15px;
	height:12px;
	display:inline-block;
	vertical-align:top;
}
div.emu-plugin-submenu li a span.add{
	background:url(../assets/sprite-icons.png) no-repeat -6px -164px;
}
div.emu-plugin-submenu a{
	color:#425b7b;
}
div.emu-plugin-submenu a:hover{
	color:#0e76bc;
}

/* PLUGIN SUBMENUS */
div.emu-action-bar {
	background:#ffffff url(../assets/content-function-bg.png) repeat-x bottom;
	border-bottom:1px solid #d4d9df;
	padding: 10px 15px 10px; margin:0;
	box-shadow:#fff 0 1px 0; -moz-box-shadow:#fff 0 1px 0; -webkit-box-shadow:#fff 0 1px 0;
}
div.emu-action-bar p,div.emu-action-bar h1{
	margin:0; 
}
div.emu-action-bar h1{
	font-size:20px; line-height:22px;
}

/*ICONS*/
a.icon img {
	vertical-align:top;
	margin:0 0 0 4px;
}
a.icon span {
	display:inline-block;
	width:18px; height:18px;
	vertical-align:top;
	cursor:pointer;
	font:normal;
	font-size:0; line-height:0;
	color:#fff;
	position:relative;
	text-indent:-100000px!important;
	text-indent:0;
}
a.icon span.settings{
	background:url(../assets/sprite-icons.png) no-repeat 0 -19px;
}
a.icon span.preview{
	background:url(../assets/sprite-icons.png) no-repeat 0 -108px;
}
a.icon:hover span.preview{
	background:url(../assets/sprite-icons.png) no-repeat -18px -108px;
}
a.icon span.edit{
	background:url(../assets/sprite-icons.png) no-repeat 0 -125px;
}
a.icon:hover span.edit{
	background:url(../assets/sprite-icons.png) no-repeat -18px -125px;
}
a.icon span.delete{
	background:url(../assets/sprite-icons.png) no-repeat 0 -143px;
}
a.icon:hover span.delete{
	background:url(../assets/sprite-icons.png) no-repeat -18px -143px;
}
a.icon span.drag{
	background:url(../assets/sprite-icons.png) no-repeat 0 -197px;
	cursor:move;
}
a.icon:hover span.drag{
	background:url(../assets/sprite-icons.png) no-repeat -18px -197px;
}
a.icon span.more{
	background:url(../assets/sprite-icons.png) no-repeat 0 -215px;
}
a.icon span.minimize{
	background:url(../assets/sprite-icons.png) no-repeat 0 -234px;
	width:10px; height:14px;
}
a.icon span.maximize{
	background:url(../assets/sprite-icons.png) no-repeat 0 -252px;
	width:10px; height:14px;
}

a.folder {
	padding:3px 22px;
	background:url(../assets/icons/folder.gif) no-repeat top left;
	display:block;
	position:relative
}
a.file {
	padding:3px 0 1px 22px;
	background:url(../assets/icons/file.gif) no-repeat top left;
	display:block;
}
a.folder span.arrow{
	position:absolute;
	right:0; top:3px;
	width:18px; height:18px;
	background:url(../assets/sprite-icons.png) no-repeat -18px 0;
	display:block;
	margin-top:-4px;
}
a.folder:hover span.arrow{
	background:url(../assets/sprite-icons.png) no-repeat 0 0;
}

/* FOOTER */

#emu-footer {
	background:#232529 url(../assets/footer-bg.png) repeat-x left top;
	width:100%; height:30px;
	border-top:1px solid #fff;
	border-bottom:1px solid #232529;
	position:absolute;
	bottom:0; left:0;
	z-index:100;
	overflow:hidden;
}
#emu-footer #creative-studio {
	color:#70777f;
	text-shadow:#000 0 1px;
	margin:9px 0 0 15px;
}
#emu-footer #creative-studio a{
	color:#fff;
}
#emu-footer #emu-site-storage {
	margin:9px 15px 0 0;
	white-space:nowrap;
	float:right;
	position:relative;
}
#emu-footer #emu-site-storage p{
	color:#fff;
	text-shadow:#000 0 1px;
}
#emu-footer #emu-storage-bar {
	height:8px; width:75px;
	background:#fff url(../assets/storage-bar-bg.png) repeat-x bottom;
	line-height:0; font-size:0;
	position:absolute;
	top:2px; left:-90px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px 5px #000;
	-moz-box-shadow:0 1px 5px #000;
	-webkit-box-shadow:0 1px 5px #000;
}
#emu-footer #emu-storage-bar div {
	height:6px;
	background:#68a53a url(../assets/storage-bar-value.png) repeat-x bottom;
	position:absolute;
	top:0; left:-1px;
	padding:0 0 0 1px;
	border:1px solid #4e7c2b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#emu-footer #emu-storage-bar.full div {
	border:1px solid #6b2b24;
	background:#6b2b24 url(../assets/storage-bar-value-full.png) repeat-x bottom;
}

/*BUTTONS*/
.button {
	background:#f2f4f7 url(../assets/button-bg.png) repeat-x bottom;
	display:inline-block;
	padding:6px 12px;
	color:#3c4349; font-size:11px; line-height:13px; text-shadow:#e8ebee 0 1px;
	border:1px solid #a0a5ab; border-bottom:1px solid #78838c; border-top:1px solid #c5c6c9; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	box-shadow:inset 0 0 2px  #fff, 0 1px 0 rgba(255,255,255,0.5); -moz-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5); -webkit-box-shadow:inset 0 0 2px #fff, 0 1px 0 rgba(255,255,255,0.5);
	cursor:pointer;
}
.button:hover {
	background:#e6e8ed;
	color:#3c4349;
}
.button:active {
	background:#e1e3e7;
}
.dark-button {
	background:#515b62 url(../assets/box-title-bg.png) repeat-x bottom;
	border:1px solid #08090a;
	color:#fff;
	text-shadow:#000 0 1px;
}
.dark-button:hover {
	background:#444d53;
	color:#fff;
}
.dark-button:active {
	background:#353c41;
}
.light-button {
	background:#fbfbfb url(../assets/light-btn-bg.png) repeat-x bottom;
	border:1px solid #b6b6b6;
	border-bottom:1px solid #979797;
	border-top:1px solid #c5c5c5;
	color:#686868;
}
.light-button:hover {
	background:#fbfbfb;
}
.light-button:active {
	background:#f2f2f2;
	box-shadow:inset 0 0 2px  #fff, 0 -1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 0 2px #fff, 0 -1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 0 2px #fff, 0 -1px 0 rgba(255,255,255,0.5);
}
.footer-button {
	background:url(../assets/footer-button-bg.png) repeat;
	display:inline-block;
	vertical-align:middle;
	padding:0 7px 2px;
	color:#fff!important;
	color:#000;
	font-size:11px;
	text-shadow:#000 0 1px;
	border-top:1px solid #cdcfd0;
	border-bottom:1px solid #151719;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.footer-button:hover {
	background:#9ed44f;
	color:#163b0f!important;
	text-shadow:#fff 0 1px;
	border-top:1px solid #9ed44f;
	border-bottom:1px solid #25591c;
}
.large-button {
	padding:6px 18px;
}
.align-to-button {
	line-height:26px;
}

/* BOX */
.box {
	margin:0 0 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
.box .box-title {
	background:#515b62 url(../assets/box-title-bg.png) repeat-x bottom;
	color:#fff;
	min-height:23px;
	height:auto!important;
	height:21px;
	border:1px solid #08090a;
	text-shadow:#000 0 1px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	box-shadow:inset 0 0 2px #fff;
	-moz-box-shadow:inset 0 0 2px #fff;
	-webkit-box-shadow:inset 0 0 2px #fff;
}
.box .box-title h1,
.box .box-title h2,
.box .box-title h3,
.box .box-title h4,
.box .box-title h5,
.box .box-title p,
.box .box-title a{
	margin:0;
	color:#fff;
}
.box .box-title h2 {
	line-height:21px;
	font-size:12px;
	padding:0 8px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.box .box-title a:hover{
	color:#b3c2d2;
}
.box .box-title form,
.box .box-title .field,
.box .box-title select{
	margin:3px 5px;
}
.box .box-content {
	background:#fff;
	border:1px solid #d7dadd;
	border-top:none;
	padding:15px;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
}
.box.no-title-box .box-content {
	border:1px solid #d7dadd;
	border-radius5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.box.box-light {
	margin:0 0 9px;
}
.box.box-light .box-title {
	background:#ffffff url(../assets/light-box-title-bg.png) repeat-x bottom;
	font-size:9px; line-height:17px;
	padding:0 7px;
	color:#898c90;
	min-height:17px;
	height:auto!important;
	height:15px;
	border:1px solid #d7d8da;
	text-transform:uppercase;
	text-shadow:#fff 0 1px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	box-shadow:inset 0 0 2px #fff;
	-moz-box-shadow:inset 0 0 2px #fff;
	-webkit-box-shadow:inset 0 0 2px #fff;
}
.box.box-light .box-title h1,
.box.box-light .box-title h2,
.box.box-light .box-title h3,
.box.box-light .box-title h4,
.box.box-light .box-title h5,
.box.box-light .box-title h6,
.box.box-light .box-title p {
	font-size:9px; line-height:17px;
	color:#898c90;
}
.box.box-light .box-content {
	background:#f0f1f4;
	border:1px solid #d7d8da;
	border-top:none;
	padding:7px;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
}
.align-title {
	margin:7px 0 0 0;
}
.align-huge-title {
	margin:22px 0 0 0;
}

.title-actions,
.box .box-title .title-actions {
	font-size:11px;
	float:right;
	margin:5px 10px;
}
#submenu-loading-box {
	width:50px; height:50px;
	position:absolute;
	top:50%; left:50%;
	display:none;
	margin:-25px 0 0 -25px;
	background:rgba(26,27,28,0.8) url(../assets/loader-dark.gif) no-repeat center;
	text-indent:-100000px;
	z-index:101;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.no-rgba #submenu-loading-box{
	background:#2b2d2f url(../assets/loader-dark.gif) no-repeat center;
}
.close-section .field {
	display:none;    
}
.close-section .close-btn {
    display:none;    
}
.close-section .open-btn {
    display:inline;    
}
.close-section .section-title {
    margin-bottom:1px;
}
.open-btn {
    display:none;    
}

/*POPUP*/
.popup {
	position:absolute;
	top:0; left:0;
	z-index:1000;
	width:100%;height:100%;
	display:none;
}
.popup .popup-overlay {
	position:fixed;
	top:0; left:0;
	width:100%;height:100%;
	background:#151719;
	filter: alpha(opacity=90); 
	-khtml-opacity: 0.9;      
	-moz-opacity: 0.9;       
	opacity:0.9;
}
.popup .box{
	width:300px;
	position:fixed!important;
	position:absolute;
	top:50%; left:50%;
	margin:0 0 0 -150px;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	
	-moz-box-shadow:#000 0 0 7px;
	-webkit-box-shadow:#000 0 0 7px;
	-o-box-shadow:#000 0 0 7px;
	box-shadow:#000 0 0 7px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.popup.large .box{
	width:600px;
	margin:0 0 0 -300px;
}
.popup .box .box-content{
	border:1px solid #000;
	border-top:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
.popup.open .box{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

/*TABLE*/

table {
	width:100%;
	empty-cells: show;
	margin:0 0 15px;
}
table tbody {
	background:#fff;
	border:1px solid #d7dadd;
}
table th, table tr.table-head td{
	padding:5px 5px 7px;
	color:#fff;
	background-color:#515b62;
	background-image:url(../assets/semi-transparent-square.png),url(../assets/semi-transparent-square.png),url(../assets/box-title-bg.png);
	background-repeat:repeat-x;
	background-position:center top,bottom,center bottom;
	vertical-align:middle;
	font-size:11px; text-align:left;
	border-top:1px solid #08090a;
	border-bottom:1px solid #08090a;
	border-collapse:collapse;
	text-shadow:#000 0 1px;
}
table th h2, table tr.table-head td h2{
	color:#FFF;
	margin:0;
}
table th a, table tr.table-head td a{
	color:#d4dce2;
	padding-right:10px;
}
table th a:hover, table tr.table-head td a:hover{
	color:#fff;
}
table th.first, table th:first-child, table tr.table-head td.first, table tr.table-head td:first-child{
	background-color:#515b62;
	background-image:url(../assets/semi-transparent-square.png),url(../assets/semi-transparent-square.png),url(../assets/semi-transparent-square.png),url(../assets/box-title-bg.png);
	background-repeat:repeat-y,repeat-x,repeat-x,repeat-x;
	background-position:left,bottom,top,bottom;
	border-left:1px solid #08090a;
}
table th.last, table th:last-child, table tr.table-head td.last, table tr.table-head td:last-child{
	background-color:#515b62;
	background-image:url(../assets/semi-transparent-square.png),url(../assets/semi-transparent-square.png),url(../assets/semi-transparent-square.png),url(../assets/box-title-bg.png);
	background-repeat:repeat-y,repeat-x,repeat-x,repeat-x;
	background-position:right,bottom,top,bottom;
	border-right:1px solid #08090a;
}
.no-multiplebgs table th, , .no-multiplebgs table tr.table-head td{
	background:#515b62 url(../assets/box-title-bg.png) repeat-x bottom;
}
td.handle {
	cursor:move;
	background-image:url(../assets/drag.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:26px;
}
table tr.odd td{
	background-color:#f6f6f7;
}
table tr td {
	background:#fff;
	font-size:11px; text-align:left;
	padding:5px 5px 7px;
	vertical-align:middle;
	text-shadow:#fff 0 1px;
	height:18px;
}
table tr td img {
	vertical-align:middle;
}
table tr:hover td {
	background-color:#edeef1;
}
table tr.odd td {
	border:none;
}
table tr td.filtred-table {
	background-color:#f3f4f7;
	background-image:url(../assets/white-square.png),url(../assets/white-square.png);
	background-repeat:repeat-y;
	background-position:left top, right top;
	border-left:1px solid #cbd1db;
	border-right:1px solid #cbd1db;
}
table tr.odd td.filtred-table {
	background-color:#edeef1;
}
table tr:hover td.filtred-table,
table tr.odd:hover td.filtred-table {
	background-color:#e4e5e8;
	border-color:#cacbcd;
}
table th.filtred-table{
	background-color:#828990;
	background-image:url(../assets/semi-transparent-square.png),url(../assets/semi-transparent-square.png),url(../assets/table-selected-bg.png);
	background-repeat:repeat-x;
	background-position:top, bottom, bottom;
	color:#fff;
	font-size:11px; text-align:left;
	border:1px solid #08090a;
	border-left:1px solid #cbd1db;
	border-right:1px solid #cbd1db;
	border-collapse:collapse;
	padding:5px 5px 7px;
	text-shadow:#000 0 1px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
table th.filtred-table a{
	color:#fff;
}
table th.filtred-table a:hover{
	color:#d4dce2;
}
.no-multiplebgs table th.filtred-table{
	background:#828990 url(../assets/table-selected-bg.png) repeat-x bottom;
}
table tr.table-sort-top, table tr.table-sort-top:hover td {
	background:none;
}
table tr.table-sort-top td{
	font-size:0;
	line-height:0;
	height:6px;
	padding:0;
	min-height:0;
}
table tr.table-sort-top td.filtred-table {
	border-top:1px solid #cbd1db;
}
table tr.table-sub td , table tr.table-sub th {
	background:#c9cfd6 url(../assets/table-sub-bg.png) repeat-x bottom;
	color:#fff;
	text-shadow:#8d9197 0 1px;
	border:1px solid #bac0c6;
	border-bottom:1px solid #9ca3ac;
	padding:2px 8px 1px;
	line-height:17px;
}
table.transaction tr:hover td {
	background-color:#fff;
}
table.clear-table tr:hover td {
	background:#fff;
}
table.clear-table tr td {
	border:1px solid #e5e5e2;
	border-right:none;
	padding:8px;
}
table.clear-table tr.lastRow td {
	border-bottom:none;
}
table.clear-table tr td.highlight-cell {
	background:#e5e5e2!important;
	border:1px solid #bfbfbb;
	border-left:1px solid #bfbfbb!important;
}
table.clear-table tr td.highlight-cell input {
	border:1px solid #bfbfbb;
}
.box .box-content.table-content {
	padding:0;
}
.table-content table {
	margin:0 0 5px;
}
.table-content table tbody {
	border:none;
}
.load-more {
	text-align:center;
	padding:5px; margin:0;
	border:1px solid #c8cfd7;
}
.load-more p{
	padding:0; margin:0;
}
.load-more p a{
	padding:6px 40px;
}
.load-more:hover{
	background:#fff;
}

/*INTERNAL LINK*/
body#popup-body.link-popup div#emu-container {
	padding:0;
}
.link-popup .section-title {
	width:auto;
	right:auto; left:auto;
}
.link-thumb {
	float:right;
	margin: 0 15px 10px 0;
}
.link-indent {
	margin:0 85px 0 15px ;
}
.link-indent .field {
	min-height:0;
}
.link-indent .field select{
	width:100%;
}

/* TAGS */

.tags {
	background:#a0a6ae;
	padding:1px 10px;
	text-shadow:#65696e 0 1px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-bottom:1px solid #c6cbd2;
}

/* FORM */

form {
	width:100%;
}
.input-text,
input[type=text] {
	width:100%;
	background:#fff;
	color:#000;
	padding:5px;	
	border:1px solid #D7DADD; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	box-shadow:0 1px 0 #fff; -moz-box-shadow:0 1px 0 #fff; -webkit-box-shadow:0 1px 0 #fff;
}
body .read-only, body .read-only:focus  {
	border:none;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;
}
div.inputdate input {
	width:50%;
}
form.small,
form input.small,
form select.small,
form textarea.small {
	width: 50%;
}
.input-text:focus,
input[type=text]:focus,
textarea:focus,
select:focus{
	border:1px solid #a3b9cd;
	box-shadow:0 0 5px #d8e8f5;
	-moz-box-shadow:0 0 5px #d8e8f5;
	-webkit-box-shadow:0 0 5px #d8e8f5;
}
.input-text.bigger-text {
	font-size:18px;
	font-weight:bold;
	color:#000;
}
.ie6 .input-text,
.ie7 .input-text,
.ie8 .input-text {
	width:99%;
	padding:6px 0;
}
textarea {
	width:100%;
	height:150px;
	background:#fff;
	color:#000;
	border:1px solid #e5e7e9;
	padding:5px;	
	resize:vertical;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
}
textarea.tiny {
	height:374px;
}
textarea.basic {
	height:200px;
}
.ie6 textarea,
.ie7 textarea,
.ie8 textarea {
	width:99%;
	padding:6px 0;
}
textarea.no-resize { resize:none; }
select {
	width:150px; height:27px;
	min-width:100px;
	background:#fff url(../assets/select-bg.png) repeat-x bottom;
	color:#000;
	border:1px solid #ababab;
	border-top:1px solid #cccccc;
	padding:0 0 0 3px;	
	resize:vertical;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
}
select.multiple,select[multiple=multiple] {
	max-height:150px;
	width:100%;
}
select.big {
	width:100%;
}
label {
	color:#909ba4;
	display:block;
	padding:0; margin: 0 0 4px 0;
}
label.checked {
	color:#747d85;
}
.field {
	margin-bottom:15px;
	min-height:47px;
}
.field.checkbox-field {
	position:relative;
	min-height:0;
}
.field.checkbox-field input {
	position:absolute;
	width:13px; height:13px;
	vertical-align:middle;
	top:0; left:0;
	overflow:hidden;
	margin:0; padding:0;
	border:none;
}
.field.checkbox-field label {
	margin-left:18px;
}
.ie6 .field.checkbox-field input {
	margin-left:-18px;
}
.float-left-field {
	float:left;
	margin-right:10px;
	width:50%;
	position:relative;
}
.checkbox-list  {
	padding-left:0;
}
.checkbox-list li {
	position:relative;
	height:1%;
	margin:0 0 7px;
	list-style-image:none;
}
.checkbox-list li input {
	position:absolute;
	width:13px; height:13px;
	vertical-align:middle;
	top:0; left:0;
	overflow:hidden;
	margin:0; padding:0;
	border:none;
}
.checkbox-list li label {
	margin-left:18px;
}
.centered-input {
	text-align:center;
}
.centered-input * {
	display:inline;
}

/* MESSAGES */

div.messenger div{
	background-color: #FCF4E9;
	border: 2px solid;
	margin: 10px 0;
	padding: 10px;
	color:rgba(0,0,0, 0.8);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
}
div.messenger div.messages{
	border-color: #7DB103;
	background:#e1f8dd;
}
div.messenger div.errors{
	border-color: #BD0231;
	background:#f8dde5;
}
div.messenger div.warnings{
	border-color: #D85B25;
	background:#f8eedd;
}
div.messenger p {
	margin:0;
}
div.loading-bar {
	background:#fff url(../assets/content-function-bg.png) repeat-x bottom;
	border:1px solid #D7DADD;
	padding:8px;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:#fff 0 1px;
}
div.loading-bar strong {
	display:inline-block;
	padding:0 23px;
	background:url(../assets/loader.gif) no-repeat left;
}

/* LISTS */
ul, ol {
	margin:0 0 15px 0;
	padding:0 0 0 15px;
}
ul li, ol li{
	margin:0 0 15px 0;
	padding:0;
}
ul li{
	list-style:none;
	list-style-image:url(../assets/bullet-list.gif);
}
.inline-list{
	padding:0;
	white-space:nowrap;
}
.inline-list li{
	display:inline;
	margin:0 2px;
	line-height:0;
}
.inline-list li.active{
	font-weight:bold;
	color:#4D5358;
}
table ul{
	margin:0;
}
.language-list a {
	color:#aeaeae;
	font-size:11px; line-height:11px;
}
.language-list li.active a {
	color:#4f555a;
}
.language-list li a:hover,
.language-list li.active a:hover {
	color:#0e76bc;
}
#emu-quick-menu .language-list a {
	color:#a4b3bd;
	text-shadow:#ebeef1 0 1px;
}
#emu-quick-menu .language-list li.active a {
	color:#7b858e;
}
#emu-quick-menu .language-list li a:hover,
#emu-quick-menu .language-list li.active a:hover {
	color:#0e76bc;
}
.activate-switch {
	background:url(../assets/off-button.gif) no-repeat top left;
	display:block;
	width:64px; height:19px;
	text-indent:-100000px;
}
.desactivate-switch {
	background:url(../assets/on-button.gif) no-repeat top left;
	display:block;
	width:64px; height:19px;
	text-indent:-100000px;
}

/* GENERAL */

h1,h2,h3,h4,h5,h6 {
	color:#393939;
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:14px;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
a {
	color:#000000;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}
a:hover {
	color:#0e76bc;
}
a span {
	cursor:pointer;
}
p {
	margin-bottom:15px;
	line-height:1.3em;
}
strong {
	font-weight:bold;
}
hr {
	height:3px;
	background:url(../assets/separator.png) repeat-x;
	border:none; line-height:0; font-size:0;
	margin:0 0 12px;
	clear:both;
}
.clear {
	margin:0;
	padding:0;
	height:0;
	font-size:0;
	line-height:0;
	clear:both;
	overflow:hidden;
	border:none;
}
.clear-left {
	clear:left;
}
.clearfix {
	width:100%;
	float:left;
	position:relative;
	padding:0; margin:0;
}
.text-align-right {
	text-align:right;
}
.text-align-left {
	text-align:left;
}
.text-align-center {
	text-align:center;
}
.uppercase {
	text-transform:uppercase;
}
.hidden {
	display:none;
}
.submit-hidden {
	width:0; height:0;
	padding:0; margin:0;
	overflow:hidden;
	border:none;
	background:none;
}
.font-10 {
	font-size:10px;
}
.no-margin {
	margin:0!important;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
div.ei_column{
	width: 47%;
}
.drop-col {
	min-height:100px;
}
.handle {
	cursor:move;
}
.float-right.align-top-link {
	margin-top:6px;
}
.ui-corner-bottom {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
.ui-corner-top {
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
.ui-corner-top-left {
	border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	-webkit-border-radius:5px 0 0 0;
}
.ui-corner-top-right {
	border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
}
.ui-corner-all {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.no-corner-top {
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
}
::selection {
	background: #d0457a;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background: #d0457a;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background: #d0457a;
	color:#fff;
	text-shadow:none;
}

/* COLORS */
.grey {
	color:#8d8d8d;
}

/* TINY */
.mceLayout {
  width: 100%!important;
}
.tinyMCE_actions a{
	width:16px; height:16px;
	padding:3px 1px;
	display:inline-block;
}
.tinyMCE_actions a:hover{
	background:#fff;
}

/* TIP */
div.tip-wrap {
	background-color:#FFF;
	width:200px;
	padding:0;
	z-index:10000;
	box-shadow:rgba(255,255,255,.6) 0 0 0 10px, rgba(63,144,206,.1) 0 0 0 11px;
	border-radius:5px;
}
div.tip-wrap .tip{
	padding:15px;
	border:1px solid #ccc;
	border-radius:5px;
}
div.tip-title {
	font-weight:bold;
}
div.tip-text {
	margin:7px 0 0 0;
}
.help-icon {
	width:16px; height:16px;
	float:right;
	text-indent:-100000px;
	font-size
	0; line-height:0;
	overflow:hidden;
	background:url(../assets/help.png) repeat-x;
}

/* POPUP */
body#popup-body div#emu-container {
	padding:10px;
	background:#fff;
	box-shadow:0 0 13px #000;
	-o-shadow:0 0 13px #000;
	-moz-shadow:0 0 13px #000;
	-webkit-shadow:0 0 13px #000;
}
body#popup-body .library-container .item {
	margin-bottom:24px; margin-right:19px;
}

/* PAGINATION */
#pagination ul {
	display:block;
	overflow:hidden;
}

#pagination ul, #pagination li {
	list-style:none;
}

#pagination li {
	display:block;
	float:left;
	margin:5px;
}


/* CONFIGURATION */
.admin-config-panel {
	margin-bottom:30px;
}

.admin-config-panel .tabs {
	overflow:hidden;
	padding:0;
	margin:0;
	margin-top:-16px;
}

.admin-config-panel .tabs li {
	float:left;
	list-style:none;
	padding:7px 8px;
	margin:0;
}

.admin-config-panel .tabs li.current {
	font-weight:bold;
}

.admin-config-panel .inner {
	position:relative;
	box-shadow:0px 1px 2px #333344;
	padding:0 15px;
	overflow:hidden;
}

.admin-config-panel #control-fieldset {
	margin-bottom:0px;
}

.admin-config-panel .spinner {
	background-color:rgba(252,252,255,0.65);
}

.application-panel-delete-link {
	position:absolute;
	bottom:18px;
	right:22px;
	line-height:18px;
}


/* WIDGETS */

	.admin-widget-button {
		text-align:center;
		width:243px;
	}
	
	.box .box-title .title-actions a {
		margin-left:5px;
	}
	
	.box .box-content .padded-content {
		padding:10px;
	}
	
	.spinner {
		background-color:rgba(250,251,252,0.75);
	}
	
	.widget-col {
		padding-bottom:60px;
	}
	
	.widget-config-inner, .widget-content-inner {
		position:relative;
	}
	
	.widget-delete-button {
		position:absolute;
		right:0;
		bottom:0;
	}
	
	.box.sorted {
		border:1px dashed #333;
		box-shadow:0px 0px 9px #999 inset, 0px 0px 2px #333 inset;
	}
	
	.box.sorted * {
		visibility:hidden !important;
	}
	
	.box.clone {
		z-index:999;
	}
	
	/* FERMETURE WIDGET */
	
	.box .box-title {
		-webkit-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-o-user-select: none;
		-ms-user-select: none
	}
	
	.box.closed .box-title .title-actions {
		display:none;
	}
	
	.box.closed  .box-title {
		border-radius: 5px;
	}
	
	.box.closed .box-content {
		display:none !important;
	}
	/* PAROLE D'ADO */
	
#respSearch, #textSearch, #contSearch {
	display:block;
	width:200px;
	float:left;
	padding-right:50px
	}