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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

@font-face{
	font-family: HattoriHanzoLight;
	src: url('/themes/core/default/css/fonts/hattori/hattori_hanzo-webfont.eot');
	src: url('/themes/core/default/css/fonts/hattori/hattori_hanzo-webfont.eot') format('eot'), url('/themes/core/default/css/fonts/hattori/hattori_hanzo-webfont.woff') format('woff'), url('/themes/core/default/css/fonts/hattori/hattori_hanzo-webfont.ttf') format('truetype'), url('fonts/hattori/hattori_hanzo-webfont.svg#webfont2bbtnxOL') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	background-image: url('/themes/core/default/css/img/altbg/carbon.gif');
}
.ez-hidden{
	display: none;
}
.ez-invisible{
	visibility: hidden;
}
.ez-overflow{
	overflow: auto;
}
.ez-clear{
	clear: both;
}
.ez-sshlog{
	width: 96%;
	margin: 5px auto;
}
.ez-options{
	margin-bottom: 10px;
}
.ez-rows{
	float:right;
	margin-right:30px;
}
.ez-full-width{
	width: 100%;
}
.ez-half-width{
	width: 50%;
}
.ez-search-input{
	margin-left: 15px;
	padding: 3px;
}
.ez-cmd-group{
	float:right;
	margin-right:30px;
}
.ez-no-decoration{
	text-decoration: none;
}
.ez-img-button{
	border: 0;
	padding: 10px;
}
.ez-activity-log{
	width: 96%;
	margin: 5px auto;
}
.ez-right{
	float: right;
}
.ez-small-margin {
	margin: 3px 3px 3px 3px!important;
}
.ci-error{
	border: 1px solid #990000;
	padding-left: 20px;
	margin: 0 0 10px 0;
}
.ci-trace{
	margin-left: 10px;
}
.php-error{
	border: 1px solid #990000;
	padding-left: 20px;
	margin: 0 0 10px 0;
}
.ez-red{
	color:red;
}
.ez-duo-login{
	width: 620px;
	height: 330px;
}
.ez-tipsy {
	position: fixed;
	z-index: 2147483647;
	display: none;
}
.clipboard-target {
	position: absolute;
	left: -9999px;
	top: 0;
}
.uniform {
	width: 0;
	height: 0;
	color: rgb(120,2,153);
}
.ui_tpicker_div {
	padding-left: 1px;
}
.dynatree-span {
	display: inline-block;
}
.transparent-bg {
	background-color: transparent;
}
.cb, .clear{
	clear: both;
}
.relative{
	position: relative;
}
#head, #head a.button, #head .search{
	background: url('/themes/core/default/css/img/spriteh.png');
}
/*********************************************** HEADER ***********************************************************/
#head{
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	border: 1px solid #000000;
	color: #AEAEAE;
	/*+text-shadow:0px 1px 0px #000000;*/
	-moz-text-shadow: 0px 1px 0px #000000;
	-webkit-text-shadow: 0px 1px 0px #000000;
	-o-text-shadow: 0px 1px 0px #000000;
	text-shadow: 0px 1px 0px #000000;
	z-index: 9999;
}
#head .left{
	position: absolute;
	left: 15px;
	top: 0;
}
#head .right{
	position: absolute;
	top: 0;
	right: 15px;
}
#head a{
	color: #FFFFFF;
	text-decoration: none;
}
#head a:hover{
	text-decoration: underline;
}
#head a.button{
	border: 1px solid #222222;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 6px;
	margin: 6px 10px 0px 0px;
	line-height: 32px;
	text-align: center;
	background-position: 0px -40px;
}
#head .logo{
	float:left;
	margin-right: 10px;
}
/** Search Form **/
#head .search{
	display: inline-block;
	position: relative;
	width: 215px;
	height: 25px;
	background-position: 0px -65px;
	margin-top: 5px;
	margin-bottom: 10px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #505050;
	vertical-align: middle;
	margin-left: 10px;
}
#head .search input.text{
	position: absolute;
	border: none;
	background: none;
	width: 194px;
	height: 22px;
	line-height: 27px;
	padding: 0 5px;
	color: #CCC;
	/*+text-shadow:0 1px 0px #000;*/
	-moz-text-shadow: 0 1px 0px #000;
	-webkit-text-shadow: 0 1px 0px #000;
	-o-text-shadow: 0 1px 0px #000;
	text-shadow: 0 1px 0px #000;
}
#head .search input.submit{
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	background: url('/themes/core/default/css/img/search.png') no-repeat center center;
	border: none;
	cursor: pointer;
	text-indent: 3000px;
	overflow: hidden;
}
#head .search label{
	position: absolute;
	border: none;
	background: none;
	width: 194px;
	height: 22px;
	line-height: 25px;
	padding: 0 5px;
}
/*********************************************** SIDEBAR ***********************************************************/
#sidebar{
	position: fixed;
	z-index: 3;
	top: 42px;
	left: 0;
	bottom: 0;
	width: 240px;
    overflow: auto;
	/*+text-shadow:0px 1px 0px #000000;*/
	-moz-text-shadow: 0px 1px 0px #000000;
	-webkit-text-shadow: 0px 1px 0px #000000;
	-o-text-shadow: 0px 1px 0px #000000;
	text-shadow: 0px 1px 0px #000000;
	background-color: #494949;
	border-right: 1px solid #1B1B1B;
	/*+box-shadow:inset -5px 0 5px #404040;*/
	-moz-box-shadow: inset -5px 0 5px #404040;
	-webkit-box-shadow: inset -5px 0 5px #404040;
	-o-box-shadow: inset -5px 0 5px #404040;
	box-shadow: inset -5px 0 5px #404040;
}
#sidebar>ul>li>a{
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #AAAAAA;
	/*+text-shadow:0px 1px #0D0D0D;*/
	-moz-text-shadow: 0px 1px #0D0D0D;
	-webkit-text-shadow: 0px 1px #0D0D0D;
	-o-text-shadow: 0px 1px #0D0D0D;
	text-shadow: 0px 1px #0D0D0D;
	background: #494949 url('/themes/core/default/css/img/arrow.png') no-repeat 96% -5px;
	border-bottom: 1px solid #313131;
	border-top: 1px solid #606060;
}
#sidebar>ul>li>ul>li ul{
	margin-left: 20px;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
}
#sidebar ul li a img{
	vertical-align: text-bottom;
	padding-right: 4px;
	/*+opacity:49%;*/
	filter: alpha(opacity=49);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=49);
	-moz-opacity: 0.49;
	opacity: 0.49;
}
#sidebar ul li:hover a img, #sidebar ul li.current a img{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#sidebar ul li.nosubmenu a{
	background-image: none !important;
}
#sidebar>ul>li:hover>a, #sidebar>ul>li.current>a{
	color: #FFF;
	background-position: 96% -53px !important;
	background-color: #585858;
}
#sidebar ul li ul{
	background: #404040;
	/*+box-shadow:inset 0 0 15px #3A3A3A;*/
	-moz-box-shadow: inset 0 0 15px #3A3A3A;
	-webkit-box-shadow: inset 0 0 15px #3A3A3A;
	-o-box-shadow: inset 0 0 15px #3A3A3A;
	box-shadow: inset 0 0 15px #3A3A3A;
	border-bottom: 1px solid #313131;
	padding: 7px 0px;
}
#sidebar ul li li a{
	height: 28px;
	line-height: 28px;
	text-indent: 52px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	background: transparent url('/themes/core/default/css/img/sideli.png') no-repeat 37px 10px;
	color: #949090;
}
#sidebar ul li li a:hover, #sidebar ul li li.current a{
	background-position: 37px -31px;
}
#sidebar a:hover, #sidebar li.current>a{
	color: #FFF !important;
}
#sidebar a#menucollapse{ color:#AAA; display: block; height:40px; line-height: 40px; text-align: right; padding-right: 10px; text-decoration: none; font-style:italic; }
#sidebar a span{ color:#AAA; border: 1px solid #AAA; border-radius:20px; width: 17px; height: 17px; display: inline-block; text-align: left; text-indent: 2px; line-height: 16px;background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2)); }

.collapsed #sidebar{width: 56px; }
.collapsed #sidebar>ul>li{ position: relative; }
.collapsed #sidebar>ul>li>a{ width: 52px; overflow: hidden; background-image:none!important; text-indent: 17px; -webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s;}
.collapsed #sidebar>ul>li:hover>a{ width: 200px;}
.collapsed #sidebar>ul>li ul{ position: absolute; width: 146px; left:-150px; -webkit-transition:0.5s;-moz-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s; display: block!important;}
.collapsed #sidebar>ul>li ul ul{ left:0; margin-left: 0px; }
.collapsed #sidebar>ul>li:hover>ul{   overflow: visible; left:56px;  }
.collapsed #sidebar>ul>li ul li a{ text-indent: 10px; background:none; overflow: hidden;}
.collapsed #sidebar>ul>li ul ul li a{ text-indent: 20px; }
.collapsed #sidebar>ul>li ul ul ul li a{ text-indent: 40px; }
.collapsed #content{ margin-left: 90px; min-width: 600px; }

/*********************************************** CONTENT ***********************************************************/
#content{
	margin: 64px 40px 0px 280px;
	color: #6D6D6D;
	padding: 0px 0px 20px;
	font-size: 12px;
	position: relative;
    min-width: 840px;
}
#content.nosidebar{
	margin-left: 40px;
}
#content a{
	color: #0A93CC;
}
#content a:hover{
	color: #000000;
	text-decoration: underline;
}
#content em, #content em a{
	font-style: italic;
	color: #B2B2B2;
	font-weight: normal;
}
#content strong{
	font-weight: bold;
	color: #1A1616;
}
#content pre{
	font-style: italic;
	font-size: 1.1em;
}
#content h1{
	font-family: HattoriHanzoLight;
	color: #000000;
	/*+text-shadow:0px 1px 0px #EDEDED;*/
	-moz-text-shadow: 0px 1px 0px #EDEDED;
	-webkit-text-shadow: 0px 1px 0px #EDEDED;
	-o-text-shadow: 0px 1px 0px #EDEDED;
	text-shadow: 0px 1px 0px #EDEDED;
	font-size: 27px;
	font-weight: normal;
	height: 32px;
	padding-top: 0px;
	letter-spacing: 1px;
}
#content h1 a{
	color: inherit;
}
#content h1 span{
	font-size: 16px;
}
/**#content .bloc:first-child{
	margin-top: 84px;
}*/
#content h1 img{
	vertical-align: top;
}
#content .bloc{
	margin: 20px 0px 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	/*+box-shadow:0px 5px 10px #AFAEAE;*/
	-moz-box-shadow: 0px 5px 10px #AFAEAE;
	-webkit-box-shadow: 0px 5px 10px #AFAEAE;
	-o-box-shadow: 0px 5px 10px #AFAEAE;
	box-shadow: 0px 5px 10px #AFAEAE;
}
#content .left, #content .right{
	width: 49%;
	float: left;
}
#content .right{
	float: right;
}
#content .bloc .title{
	height: 35px;
	position: relative;
	background: url('/themes/core/default/css/img/bloctitle.png');
	line-height: 34px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	/*+text-shadow:0 -1px 0px #000;*/
	-moz-text-shadow: 0 -1px 0px #000;
	-webkit-text-shadow: 0 -1px 0px #000;
	-o-text-shadow: 0 -1px 0px #000;
	text-shadow: 0 -1px 0px #000;
}
#content .bloc .title .toggle{
	display: block;
	height: 18px;
	width: 18px;
	background: url('/themes/core/default/css/img/slidebuttons.png') left top;
	position: absolute;
	top: 8px;
	right: 10px;
}
#content .bloc .title .toggle.hide{
	background-position: top right;
}
#content .good{
	color: #6F9106;
}
#content .neutral{
	color: #FF7400;
}
#content .bad{
	color: #C21C1C;
}
/*Modal content*/
.modal #content{
	margin: 0;
	padding: 0px;
}
.modal #content .bloc{
	margin: 0px;
	padding: 0px;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
/**  Login **/
#content.login{
	width: 451px;
    min-width: 451px;
	margin: 90px auto 0;
}
#content.login .notif{
	margin: 12px 0px 16px;
}
#content.login div.input{
	height: 33px;
	line-height: 33px;
	margin-bottom: 13px;
	position: relative;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	background-color: #1B1B1B;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #0E0D0D;
	border: 1px solid #303030;
	/*+box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.6);*/
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	-o-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.6);
	margin-top: 16px;
}
#content.login div.input input{
	position: absolute;
	top: 0;
	left: 0;
	width: 429px;
	height: 32px;
	background: transparent;
	border: none;
	color: #6A6A6A;
	padding: 0 10px;
}
#content.login div.input label{
	position: absolute;
	top: 0;
	left: 10px;
	height: 33px;
	line-height: 33px;
	color: #3A3636;
}
#content.login div.submit{
	float: right;
	width: 97px;
	text-align: right;
	margin-top: 16px;
}
#content.login .checkbox{
	background: none !important;
	/*+box-shadow:none;*/
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
#content.login div.checkbox{
	float: left;
	width: 229px;
	margin-top: 3px;
}
#content.login div.checkbox label{
	cursor: pointer;
}
#content.login div.submit input{
	/*+box-shadow:0px 2px 5px #202020;*/
	-moz-box-shadow: 0px 2px 5px #202020;
	-webkit-box-shadow: 0px 2px 5px #202020;
	-o-box-shadow: 0px 2px 5px #202020;
	box-shadow: 0px 2px 5px #202020;
}
/**  White **/
.white #content.login{
	color: #808080;
}
.white #content.login div.input{
	background-color: #EEEEEE;
	background-color: rgba(255, 255, 255, 0.5);
	/*+box-shadow:inset 2px 2px 5px #CECBCB;*/
	-moz-box-shadow: inset 2px 2px 5px #CECBCB;
	-webkit-box-shadow: inset 2px 2px 5px #CECBCB;
	-o-box-shadow: inset 2px 2px 5px #CECBCB;
	box-shadow: inset 2px 2px 5px #CECBCB;
	border: 1px solid #C2C1C1;
}
.white #content.login div.submit input{
	/*+box-shadow:0px 2px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 2px 5px #B2B2B2;
	-webkit-box-shadow: 0px 2px 5px #B2B2B2;
	-o-box-shadow: 0px 2px 5px #B2B2B2;
	box-shadow: 0px 2px 5px #B2B2B2;
}
.white #content.login div.input label{
	color: #A7A3A3;
}
/**  Wood **/
.wood #content.login{
	/*+text-shadow:0px 1px #692F18;*/
	-moz-text-shadow: 0px 1px #692F18;
	-webkit-text-shadow: 0px 1px #692F18;
	-o-text-shadow: 0px 1px #692F18;
	text-shadow: 0px 1px #692F18;
}
.wood #content.login h1{
	color: #FFFFFF;
	/*+text-shadow:0px 1px #692F18;*/
	-moz-text-shadow: 0px 1px #692F18;
	-webkit-text-shadow: 0px 1px #692F18;
	-o-text-shadow: 0px 1px #692F18;
	text-shadow: 0px 1px #692F18;
}
.wood #content.login div.input{
	background-color: #EEEEEE;
	background-color: rgba(0, 0, 0, 0.2);
	/*+box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.8);*/
	-moz-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	-o-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
	border: 1px solid #A34D2A;
}
.wood #content.login div.input input, .wood #content.login, .wood #content.login div.input label{
	color: #EEDDC9;
}
.wood #content.login div.submit input{
	/*+box-shadow:0px 2px 5px #100806;*/
	-moz-box-shadow: 0px 2px 5px #100806;
	-webkit-box-shadow: 0px 2px 5px #100806;
	-o-box-shadow: 0px 2px 5px #100806;
	box-shadow: 0px 2px 5px #100806;
}
/**  Texts **/
#content .bloc .content h1{
	color: #000000;
	font-family: Arial, Helvetica, Sans-serif;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	margin: 0px;
	padding: 10px 0;
	font-weight: bold;
}
#content .bloc .content h1, #content .bloc .content h2, #content .bloc .content h3, #content .bloc .content h4, #content .bloc .content h5{
	color: #000000;
	font-weight: bold;
	padding: 0 0px 5px;
}
#content .bloc .content h2{
	color: #1B1B1B;
	font-size: 25px;
}
#content .bloc .content h3{
	color: #282828;
	font-size: 22px;
}
#content .bloc .content h4{
	color: #404040;
	font-size: 20px;
}
#content .bloc .content h5{
	color: #5A5656;
	font-size: 18px;
}
#content .bloc .content p{
	padding: 5px 0 10px;
	line-height: 1.5em;
}
#content .bloc .content ul, #content .bloc .content ol{
	list-style: disc;
	margin-left: 25px;
	line-height: 1.5em;
	padding: 5px 0 10px;
}
#content .bloc .content ul.toolbar{
	padding: 3px 0px 0px 3px;
	margin: 0px;
	border: 0;
}
#content .bloc .content ul.toolbar li:hover{
	border: 1 solid #FFFFFF;
	background-color: #D9D6D6;
}
#content .wysiwyg{
	margin: 1px;
	padding: 0px;
}
#content .bloc .content ol{
	list-style: decimal;
}
#content .bloc .content{
	padding: 10px;
	/**background-color: #F7F7F7;*/
	position: relative;
}

#content .loader{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background:url('/themes/core/default/css/img/loader.gif') center center no-repeat rgba(255,255,255,0.7);
	z-index:9998;
}
/**  Tabs **/
#content .title .tabs{
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 31px;
}
#content .title .tabs a{
	padding: 1px 21px 0;
	/*+border-radius:6px 6px 0 0;*/
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #B2B2B2;
	text-decoration: none;
	margin: 5px 0 0px 0px;
}
#content .title .tabs a.active, #content .title .tabs a:hover{
	color: #000;
	border: 1px solid #CFD1D4;
	border-bottom: none;
	background-color: #F7F7F7;
	padding: 0 20px;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
/** Shortcuts**/
#content .center{
	margin: 0 auto;
}
#content .bloc .shortcut{
	width: 105px;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 5px;
	color: #6D6D6D;
	border: 1px solid #D0D2D4;
	position: relative;
	display: inline-block;
}
#content .bloc .shortcut span{
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 23px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	background: url('/themes/core/default/css/img/notif.png');
}
#content .bloc .shortcut:hover{
	color: #2D2D2D;
	border: 1px solid #6F7275;
	background-color: #DBDCDE;
}
#content .bloc .shortcut img{
	display: block;
	margin: 0 auto 10px;
	max-width: 48px;
	max-height: 48px;
}
/** Table **/
#content table{
	width: 100%;
	text-align: left;
}
#content table .picture img{
	border: 4px solid #DFDFDF;
	margin: 7px;
	padding: 0px;
}
#content table .picture a:hover img{
	border-color: #BDBDBD;
}
#content table h1, #content table h2, #content table h3, #content table h4, #content table h5{
	display: inline;
}
#content table thead th{
	border-bottom: 1px solid #BDBDBD;
}
#content table thead tr th{
	font-weight: bold;
	color: #151515;
	font-size: 1.1em;
	padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px;
}
#content table thead tr th a{
	color: #151515;
}
#content table tbody tr td{
	height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #FFFFFF;
    padding-left: 1px;
    padding-right: 1px;
}
#content table tbody tr:nth-child(2n+1) td{
	background-color: #F0F0F0;
}
#content table tbody tr:hover td{
	background-color: #EAEAEA;
	border-bottom: 1px solid #CACACA;
	border-top: 1px solid #E2E2E2;
}
#content table tbody tr td.actions{
	text-align: right;
	padding-right: 10px;
	width: 100px;
}
#content table.noalt tbody tr td{
	background-color: transparent !important;
	border-bottom: 1px solid #DADBDD;
}
#content table.noborder tbody tr td{
	border: none;
}
#content table tbody tr td img{
	padding-right: 5px;
}
/** Pagination**/
#content .pagination{
	text-align: right;
	margin: 10px -7px 10px 10px;
	/*[empty]border:;*/
}
#content .pagination a{
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin: 0 1px 0 0;
	border: 1px solid #DAD9D9;
	text-align: center;
	text-decoration: none;
	color: #646161;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
#content .pagination a.next, #content .pagination a.prev{
	border: 1px solid #FFFFFF;
}
#content .pagination a.current, #content .pagination a:hover{
	background: url('/themes/core/default/css/img/buttons.png') left -68px;
	border: 1px solid #3580A9;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/
	-moz-text-shadow: 0px -1px 0px #2C6AA3;
	-webkit-text-shadow: 0px -1px 0px #2C6AA3;
	-o-text-shadow: 0px -1px 0px #2C6AA3;
	text-shadow: 0px -1px 0px #2C6AA3;
	color: #D4E6EF;
	font-weight: bold;
}
#content .pagination a.next:hover, #content .pagination a.prev:hover{
	background: none;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	color: #646161;
	font-weight: normal;
	border-color: #F7F7F7;
}
/** Notification **/
#content .notif{
  position: relative;
  padding: 15px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
#content .content .notif{
	margin-bottom: 10px;
}
#content .notif .close{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 13.5px;
	text-shadow: 0 1px 0 #ffffff;
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	text-decoration: none;
}
#content .notif .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#content .notif strong{
	font-weight: bold;
	color:inherit;
}
#content .notif.success{
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#FFF;
}
#content .notif.error,#content .bloc .notif.error{
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFF!important;
}
#content .notif.info{
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#FFF;
}
/**  Forms **/
#content .bloc .input{
	padding: 5px 0 10px;
}
#content .bloc .input.inline{
	display:inline-block;
}

#content .bloc label{
	display: block;
	color: #2C2C2C;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 14px;
}
#content .bloc .input label span{
	color: #0877A6;
}
#content .bloc .input input, #content .bloc .input select{
	border: 1px solid #C8CACC;
	height: 28px;
	line-height: 28px;
	width: 260px;
	display: block;
	padding: 0 5px;
}
#content .bloc .input select{
    height: auto;
	width: auto;
}
#content .bloc .checkbox input{
	width: auto;
	display: inline-block;
	height: auto;
}
#content .bloc .input label.inline{
	color: #6D6D6D;
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	height: 14px;
	line-height: 23px;
}
#content .bloc .input textarea{
	width: 98%;
   	line-height: 15px;
   	padding: 5px 0 0 5px;
}
#content .bloc .input input.datepicker{
	background-image: url('/themes/core/default/css/img/input-datepicker.png');
	background-position: 98px center;
	background-repeat: no-repeat;
	width: 110px;
}
#content .bloc .input input.datetimepicker{
	background-image: url('/themes/core/default/css/img/input-datepicker.png');
	background-position: 118px center;
	background-repeat: no-repeat;
	width: 130px;
}
#content .bloc .medium input{
	width: 50%;
}
#content .bloc .long input, #content .bloc .full input{
	width: 98%;
	/**padding: 0 1%;*/
}
#content .bloc .error, #content .bloc .error label, #content .bloc .error input, #content .error-message, #content .error textarea{
	color: #9D261D !important;
	border-color: #C87872 !important;
}
#content .bloc .error input, #content .bloc .error textarea{
	background-color: #FAE5E3 !important;
}
#content .bloc .loading input, input.loading{
	background:url('/themes/core/default/css/img/loader.gif') right center #FFF no-repeat!important;
	padding-right: 35px;
}
#content .bloc .loading{
	background:url('/themes/core/default/css/img/loader.gif') center center #FFF no-repeat!important;
}
#content .error-message{
	display: block;
    margin-top: 3px;
}
/** Gallery **/
#content .gallery{
	text-align: left;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}
#content .bloc .gallery{
	margin-top: 0 !important;
}
#content .gallery li{
	display: inline-block;
	padding: 5px;
	position: relative;
	margin: 5px;
	/*+box-shadow:0px 3px 5px #A3A3A3;*/
	-moz-box-shadow: 0px 3px 5px #A3A3A3;
	-webkit-box-shadow: 0px 3px 5px #A3A3A3;
	-o-box-shadow: 0px 3px 5px #A3A3A3;
	box-shadow: 0px 3px 5px #A3A3A3;
	text-align: center;
	background: #FFF;
}
#content .gallery li span.info{
	display: block;
	text-align: left;
}
#content .gallery li .del{
	background: url('/themes/core/default/css/img/close2.png');
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	top: -6px;
	right: -10px;
	text-indent: 3000px;
	text-decoration: none;
}
#content .gallery li .large{
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: url('/themes/core/default/css/img/enlarge.jpg');
	width: 19px;
	height: 19px;
	text-indent: 3000em;
	display: none;
}
#content .gallery li .over{
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -18px;
	width: 100%;
	text-decoration: none;
	display: none;
}
#content .gallery li .over span{
	color: #FFF;
	text-decoration: none;
	background: #292828;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	display: inline;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
#content .gallery li:hover .del, #content .gallery li:hover .over, #content .gallery li:hover .large{
	display: block;
}
#content .gallery li:hover img{
	/*+opacity:30%;*/
	filter: alpha(opacity=30);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
/*Input colors*/
#content .bloc .input textarea, #content .bloc .input input, #content .selector, #content .uploader{
	border: 1px solid #DDDCDC;
	/*+box-shadow:inset 2px 1px 5px #CBC9C9;*/
	-moz-box-shadow: inset 2px 1px 5px #CBC9C9;
	-webkit-box-shadow: inset 2px 1px 5px #CBC9C9;
	-o-box-shadow: inset 2px 1px 5px #CBC9C9;
	box-shadow: inset 2px 1px 5px #CBC9C9;
	background: #FFFFFF;
}
#content .bloc .input textarea:focus, #content .bloc .input input:focus{
	border: 1px solid #59C7FF;
	/*+box-shadow:inset 2px 1px 5px #88BCD7;*/
	-moz-box-shadow: inset 2px 1px 5px #88BCD7;
	-webkit-box-shadow: inset 2px 1px 5px #88BCD7;
	-o-box-shadow: inset 2px 1px 5px #88BCD7;
	box-shadow: inset 2px 1px 5px #88BCD7;
}
/*Range input*/
#content .ui-slider-horizontal{
	width: 350px;
	background: url('/themes/core/default/css/img/range.png') no-repeat right -35px;
	height: 10px;
	border: none;
}
#content .ui-slider-range{
	background: url('/themes/core/default/css/img/range.png') no-repeat left -25px;
	border: none;
}
#content .ui-slider-handle{
	width: 25px;
	height: 25px;
	background: url('/themes/core/default/css/img/range.png') no-repeat;
	border: none;
	top: -7px;
	margin-left: -13px;
	cursor: pointer;
}
/*Datepicker*/
.ui-datepicker{
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 210px !important;
	/*+box-shadow:0 0 5px #B9B6B6;*/
	-moz-box-shadow: 0 0 5px #B9B6B6;
	-webkit-box-shadow: 0 0 5px #B9B6B6;
	-o-box-shadow: 0 0 5px #B9B6B6;
	box-shadow: 0 0 5px #B9B6B6;
}
.ui-datepicker-header{
	background: #363636 none !important;
	border: none !important;
	/*+border-radius:0;*/
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 0 0 0 !important;
	height: 35px;
	color: #FFFFFF !important;
	/*+text-shadow:0 -1px #000;*/
	-moz-text-shadow: 0 -1px #000 !important;
	-webkit-text-shadow: 0 -1px #000 !important;
	-o-text-shadow: 0 -1px #000 !important;
	text-shadow: 0 -1px #000 !important;
}
.ui-datepicker-title{
	padding-top: 5px !important;
}
.ui-datepicker-next, .ui-datepicker-prev{
	margin-top: 6px;
}
.ui-datepicker table{
	margin: 0px !important;
	padding: 0px !important;
	width: 210px !important;
	border-collapse: collapse !important;
}
.ui-datepicker table thead th{
	margin: 0px !important;
	padding: 0px !important;
	text-align: center !important;
	color: #666666 !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	font-size: 7.2pt !important;
	height: 19px !important;
	line-height: 19px !important;
}
.ui-datepicker table tbody tr{
	height: 29px;
}
.ui-datepicker table td{
	border: none !important;
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 29px !important;
	width: 29px !important;
	line-height: 29px !important;
	border: 1px solid #BBBBBB !important;
}
.ui-datepicker table td a{
	display: block !important;
	height: 29px !important;
	width: 29px !important;
	line-height: 29px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: url('/themes/core/default/css/img/day.png') !important;
	text-align: center !important;
	color: #666666 !important;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF !important;
	-webkit-text-shadow: 0px 1px #FFFFFF !important;
	-o-text-shadow: 0px 1px #FFFFFF !important;
	text-shadow: 0px 1px #FFFFFF !important;
	border: none !important;
}
.ui-datepicker table td a:hover, .ui-datepicker table td.ui-datepicker-current-day a{
	background-position: right top !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	/*+text-shadow:0px 0px #4E7A85;*/
	-moz-text-shadow: 0px 0px #4E7A85 !important;
	-webkit-text-shadow: 0px 0px #4E7A85 !important;
	-o-text-shadow: 0px 0px #4E7A85 !important;
	text-shadow: 0px 0px #4E7A85 !important;
	font-weight: bold !important;
}
.ui-datepicker table td.ui-datepicker-today a{
	background-position: center top !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	/*+text-shadow:0px 0px #4E7A85;*/
	-moz-text-shadow: 0px 0px #4E7A85 !important;
	-webkit-text-shadow: 0px 0px #4E7A85 !important;
	-o-text-shadow: 0px 0px #4E7A85 !important;
	text-shadow: 0px 0px #4E7A85 !important;
	font-weight: bold !important;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
/*Checkbox/Radio*/
.selector, .checker, .button, .radio, .uploader{
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.selector span, .checker span, .button span, .radio span, .uploader span{
	display: block;
}
#content .checker:hover, #content .radio:hover{
	/*+box-shadow:0px 0px 10px #D2D2D2;*/
	-moz-box-shadow: 0px 0px 10px #D2D2D2;
	-webkit-box-shadow: 0px 0px 10px #D2D2D2;
	-o-box-shadow: 0px 0px 10px #D2D2D2;
	box-shadow: 0px 0px 10px #D2D2D2;
}
#content .checker, #content .checker span, #content .checker input, #content .radio, #content .radio span, #content .radio input{
	width: 50px !important;
	height: 24px !important;
	cursor: pointer;
	margin-bottom: 4px;
	margin-right: 5px;
}
#content .checker span, #content .radio span{
	background: url('/themes/core/default/css/img/checkbox.png') bottom left;
}
#content .checker span.checked, #content .radio span.checked{
	background-position: top left;
}
/*Select*/
#content .selector, #content .selector select, #content .selector span{
	width: 162px !important;
	height: 28px;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
#content .selector span{
	background: none;
	position: absolute;
	line-height: 29px;
	background: url('/themes/core/default/css/img/select.png') no-repeat 98% center;
	text-indent: 10px;
}
#content .selector.focus{
	border: 1px solid #59C7FF;
	/*+box-shadow:inset 2px 1px 5px #88BCD7;*/
	-moz-box-shadow: inset 2px 1px 5px #88BCD7;
	-webkit-box-shadow: inset 2px 1px 5px #88BCD7;
	-o-box-shadow: inset 2px 1px 5px #88BCD7;
	box-shadow: inset 2px 1px 5px #88BCD7;
}
/*Upload*/
#content .uploader{
	width: 200px !important;
	height: 25px;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#content .uploader input{
	position: absolute;
	width: 200px !important;
	height: 25px;
	z-index: 50;
}
#content .uploader span{
	height: 25px;
	line-height: 25px;
}
#content .uploader span.action{
	background: url('/themes/core/default/css/img/buttons.png') left -68px;
	border: 1px solid #3580A9;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/
	-moz-text-shadow: 0px -1px 0px #2C6AA3;
	-webkit-text-shadow: 0px -1px 0px #2C6AA3;
	-o-text-shadow: 0px -1px 0px #2C6AA3;
	text-shadow: 0px -1px 0px #2C6AA3;
	color: #D4E6EF;
	font-weight: bold;
	padding: 0 5px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	/*+box-shadow:0px 1px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 1px 5px #B2B2B2;
	-webkit-box-shadow: 0px 1px 5px #B2B2B2;
	-o-box-shadow: 0px 1px 5px #B2B2B2;
	box-shadow: 0px 1px 5px #B2B2B2;
	height: 22px;
	line-height: 22px;
	margin-top: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	cursor: pointer;
}
#content .uploader.hover span.action, #content .uploader span.action:hover{
	background: #3786B9;
	color: #FFFFFF;
	text-decoration: none;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
/*Submit*/
#content .submit input, #content .button{
	background: url('/themes/core/default/css/img/buttons.png') left -68px;
	border: 1px solid #3580A9;
	/*+text-shadow:0px -1px 0px #2C6AA3;*/
	-moz-text-shadow: 0px -1px 0px #2C6AA3;
	-webkit-text-shadow: 0px -1px 0px #2C6AA3;
	-o-text-shadow: 0px -1px 0px #2C6AA3;
	text-shadow: 0px -1px 0px #2C6AA3;
	color: #D4E6EF;
	font-weight: bold;
	padding: 5px 10px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	text-decoration: none;
	/*+box-shadow:0px 1px 5px #B2B2B2;*/
	-moz-box-shadow: 0px 1px 5px #B2B2B2;
	-webkit-box-shadow: 0px 1px 5px #B2B2B2;
	-o-box-shadow: 0px 1px 5px #B2B2B2;
	box-shadow: 0px 1px 5px #B2B2B2;
}
#content .button img{
	vertical-align: text-top;
	/*+opacity:65%;*/
	filter: alpha(opacity=65);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
#content .button:hover img{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#content .submit input:hover, #content .button:hover{
	background: #3786B9;
	color: #FFFFFF;
	text-decoration: none;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#content .black, #content .submit input.black{
	background: url('/themes/core/default/css/img/buttons.png');
	border: 1px solid #151515;
	/*+text-shadow:0px -1px 0px #050505;*/
	-moz-text-shadow: 0px -1px 0px #050505;
	-webkit-text-shadow: 0px -1px 0px #050505;
	-o-text-shadow: 0px -1px 0px #050505;
	text-shadow: 0px -1px 0px #050505;
	color: #929292;
}
#content .black:hover, #content .submit input.black:hover{
	background: #323232;
	color: #FFFFFF;
	text-decoration: none;
}
#content .white, #content .submit input.white{
	background: url('/themes/core/default/css/img/buttons.png') left -34px;
	border: 1px solid #CCC;
	/*+text-shadow:0px -1px #FFFFFF;*/
	-moz-text-shadow: 0px -1px #FFFFFF;
	-webkit-text-shadow: 0px -1px #FFFFFF;
	-o-text-shadow: 0px -1px #FFFFFF;
	text-shadow: 0px -1px #FFFFFF;
	/*+box-shadow:0px 1px 5px #EAEAEA;*/
	-moz-box-shadow: 0px 1px 5px #EAEAEA;
	-webkit-box-shadow: 0px 1px 5px #EAEAEA;
	-o-box-shadow: 0px 1px 5px #EAEAEA;
	box-shadow: 0px 1px 5px #EAEAEA;
	color: #606060;
}
#content .white:hover, #content .submit input.white:hover{
	background: #EAEAEA;
	color: #555555;
	text-decoration: none;
	background-image: none;
}
/**  iPhone checkbox**/
#content .iPhoneCheckContainer{
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
}
#content .iPhoneCheckContainer input{
	position: absolute;
	top: 5px;
	left: 30px;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#content .iPhoneCheckContainer label{
	white-space: nowrap;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	width: auto;
	top: 0;
	overflow: hidden;
	padding: 5px 0px 0px !important;
	color: #FFFFFF !important;
}
#content .iPhoneCheckContainer, .iPhoneCheckContainer label{
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#content .iPhoneCheckDisabled{
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#content label.iPhoneCheckLabelOn, #content label.iPhoneCheckLabelOff{
	background: url('/themes/core/default/css/img/iphonecheck.png') no-repeat right bottom;
}
#content label.iPhoneCheckLabelOn{
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	background-position: left top;
	left: 0;
	padding-top: 5px;
}
#content label.iPhoneCheckLabelOn span{
	padding-left: 8px;
	color: #B2D8E7 !important;
}
#content label.iPhoneCheckLabelOff{
	color: #CCCCCC;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
	text-align: right;
	right: 0;
	background-position: 100% -27px;
}
#content label.iPhoneCheckLabelOff span{
	padding-right: 8px;
	color: #666464 !important;
}
#content .iPhoneCheckHandle{
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('/themes/core/default/css/img/slider_left.png') no-repeat;
	padding-left: 3px;
}
#content .iPhoneCheckHandleRight{
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('/themes/core/default/css/img/slider_right.png') no-repeat right 0;
}
#content .iPhoneCheckHandleCenter{
	height: 100%;
	width: 100%;
	background: url('/themes/core/default/css/img/slider_center.png');
}
/** Charts *
plugin styles*/
#content .bloc .visualize{
	border: 1px solid #888;
	position: relative;
	background: #FAFAFA;
	margin: 20px auto;
}
#content .bloc .visualize canvas{
	position: absolute;
}
#content .bloc .visualize ul, #content .bloc .visualize li{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*table title, key elements*/
#content .bloc .visualize .visualize-info{
	padding: 3px 5px;
	background: #FAFAFA;
	border: 1px solid #888;
	position: absolute;
	top: -20px;
	right: 10px;
	opacity: .8;
}
#content .bloc .visualize .visualize-title{
	display: block;
	color: #333;
	margin-bottom: 3px;
	font-size: 1.1em;
}
#content .bloc .visualize ul.visualize-key{
	list-style: none;
}
#content .bloc .visualize ul.visualize-key li{
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	position: relative;
}
#content .bloc .visualize ul.visualize-key .visualize-key-color{
	width: 6px;
	height: 6px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}
#content .bloc .visualize ul.visualize-key .visualize-key-label{
	color: #000;
}
/*pie labels*/
#content .bloc .visualize-pie .visualize-labels{
	list-style: none;
}
#content .bloc .visualize-pie .visualize-label-pos, .visualize-pie .visualize-label{
	position: absolute;
	margin: 0;
	padding: 0;
}
#content .bloc .visualize-pie .visualize-label{
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}
#content .bloc .visualize-pie-outside .visualize-label{
	color: #000;
	font-weight: normal;
}
/*line,bar, area labels*/
#content .bloc .visualize-labels-x, #content .bloc .visualize-labels-y{
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
}
#content .bloc .visualize-labels-x li, #content .bloc .visualize-labels-y li{
	position: absolute;
	bottom: 0;
}
#content .bloc .visualize-labels-x li span.label, #content .bloc .visualize-labels-y li span.label{
	position: absolute;
	color: #555;
}
#content .bloc .visualize-labels-x li span.line, #content .bloc .visualize-labels-y li span.line{
	position: absolute;
	border: 0 solid #CCC;
}
#content .bloc .visualize-labels-x li{
	height: 100%;
}
#content .bloc .visualize-labels-x li span.label{
	top: 100%;
	margin-top: 5px;
}
#content .bloc .visualize-labels-x li span.line{
	border-left-width: 1px;
	height: 100%;
	display: block;
}
#content .bloc .visualize-labels-x li span.line{
	border: 0;
}
/*hide vertical lines on area, line, bar*/
#content .bloc .visualize-labels-y li{
	width: 100%;
}
#content .bloc .visualize-labels-y li span.label{
	right: 100%;
	margin-right: 5px;
	display: block;
	width: 100px;
	text-align: right;
}
#content .bloc .visualize-labels-y li span.line{
	border-top-width: 1px;
	width: 100%;
}
#content .bloc .visualize-bar .visualize-labels-x li span.label{
	width: 100%;
	text-align: center;
}
#content .bloc .visualize .stats_tooltip{
	margin: 3px 4px 0;
	padding: 6px 10px;
	background-color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 10px;
	line-height: normal;
	text-shadow: none;
	text-align: center;
}
#content .bloc .visualize .stats_tooltip strong{
	color: #FFF;
}
.visualize-interaction-tracker:hover{
	cursor: help;
}
.ie8 .visualize-interaction-tracker{
	top: 240px;
}
/*IE hover Fixes - Added in 1.1
*  Calendar **/
#content .calendar .title{
	text-align: center;
	position: relative;
}
#content .calendar .title .next, #content .calendar .title .prev{
	display: block;
	width: 18px;
	height: 18px;
	vertical-align: sub;
	margin: 0 50px;
	background: url('/themes/core/default/css/img/slidebuttons.png');
	position: absolute;
}
#content .calendar .title .next{
	background-position: 18px top;
	top: 8px;
	right: -13px;
}
#content .calendar .title .prev{
	background-position: 38px 0%;
	top: 8px;
	left: -35px;
}
#content .calendar .content{
	padding: 0;
	margin: 0px;
}
#content .calendar table{
	margin-right: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
#content .calendar th{
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid #C7C7C7;
	border-top: none;
	background: #FAFAFA;
	background: -moz-linear-gradient(top, #fafafa 0%, #eaeae9 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(99%,#eaeae9));
	background: -webkit-linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	background: -o-linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	background: -ms-linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeae9',GradientType=0 );
	background: linear-gradient(top, #fafafa 0%,#eaeae9 99%);
	height: 32px;
	color: #6D6D6D;
}
#content .calendar td{
	width: 14%;
	border: 1px solid #C5C5C5;
	background: #EEEEEE none;
	/*+box-shadow:inset 1px 1px 0px #FFFFFF;*/
	-moz-box-shadow: inset 1px 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 1px 1px 0px #FFFFFF;
	-o-box-shadow: inset 1px 1px 0px #FFFFFF;
	box-shadow: inset 1px 1px 0px #FFFFFF;
	color: #383838;
	vertical-align: top;
	background: #F0F0F0;
	color: #6A6A6A;
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e3e2e2 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(99%,#e3e2e2));
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
	background: -o-linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
	background: -ms-linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e2e2',GradientType=0 );
	background: linear-gradient(top, #f0f0f0 0%,#e3e2e2 99%);
}
#content .calendar td:hover{
	background: #EFEFEF;
	color: #FFFFFF;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF;
	-webkit-text-shadow: 0px 1px #FFFFFF;
	-o-text-shadow: 0px 1px #FFFFFF;
	text-shadow: 0px 1px #FFFFFF;
	color: #000;
}
#content .calendar td.today{
	background: #949594 none;
	/*+box-shadow:inset 1px 1px 20px #515251;*/
	-moz-box-shadow: inset 1px 1px 20px #515251;
	-webkit-box-shadow: inset 1px 1px 20px #515251;
	-o-box-shadow: inset 1px 1px 20px #515251;
	box-shadow: inset 1px 1px 20px #515251;
	/*+text-shadow:0px 1px #336F9C;*/
	-moz-text-shadow: 0px 1px #336F9C;
	-webkit-text-shadow: 0px 1px #336F9C;
	-o-text-shadow: 0px 1px #336F9C;
	text-shadow: 0px 1px #336F9C;
	color: #FFFFFF;
	background: #337BB2;
	background: -moz-linear-gradient(top, #337bb2 0%, #43a6ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337bb2), color-stop(100%,#43a6ce));
	background: -webkit-linear-gradient(top, #337bb2 0%,#43a6ce 100%);
	background: -o-linear-gradient(top, #337bb2 0%,#43a6ce 100%);
	background: -ms-linear-gradient(top, #337bb2 0%,#43a6ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337bb2', endColorstr='#43a6ce',GradientType=0 );
	background: linear-gradient(top, #337bb2 0%,#43a6ce 100%);
}
#content .calendar td.padding, #content .calendar td.padding:hover{
	background: none;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#content .calendar td .relative{
	height: 60px;
	display: block;
}
#content .calendar td .day{
	font-size: 25px;
	width: 0px;
	margin: 5px;
	color: inherit;
}
#content .calendar td.today .day{
	color: #FFFFFF;
}
#content .calendar .events span{
	color: #0A93CC;
	padding-right: 4px;
	font-weight: normal;
	font-style: italic;
}
#content .calendar .events a{
	color: #707070;
	text-decoration: none;
	font-size: 10.6pt;
}
#content .calendar .events a:hover{
	text-decoration: underline;
}
#content .calendar .today .events a{
	color: #FFFFFF;
}
#content .calendar .today .events span{
	color: #A7C9D8;
}
#content .calendar ul, #content .calendar ul li{
	list-style: none;
	margin: 0 0 0 3px !important;
	padding: 0 !important;
}
.tooltipsy{
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	padding: 5px 10px;
	/*+border-radius:3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
/***********************************************  COLORS **********************************************************
Background*/
.white{
    background: url('/themes/core/default/css/img/bg.png');
}
.dark{
	background: url('/themes/core/default/css/img/dark-bg.png');
}
.wood{
	background: url('/themes/core/default/css/img/wood.jpg') fixed center top;
}
.dark #content .bloc{
	/*+box-shadow:0px 5px 15px rgba(0, 0, 0, 0.5);*/
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.dark #content h1{
	color: #FFF;
	text-shadow: 0px 1px #000000;
}
/*White blocks*/
#content.white .bloc .title{
	background: url('/themes/core/default/css/img/white-title.png');
	color: #2C2C2C;
	/*+text-shadow:0px 1px #FFFFFF;*/
	-moz-text-shadow: 0px 1px #FFFFFF;
	-webkit-text-shadow: 0px 1px #FFFFFF;
	-o-text-shadow: 0px 1px #FFFFFF;
	text-shadow: 0px 1px #FFFFFF;
	font-weight: bold;
	border: none;
}
#content.white .bloc .title .toggle{
	background-position: left -18px;
}
#content.white .bloc .title .toggle.hide{
	background-position: right -18px;
}
#content.white .bloc .title .next{
	background-position: right -18px;
}
#content.white .bloc .title .prev{
	background-position: center -18px;
}
#content.white .bloc .tabs a{
	color: #434242;
}
/*Wood  blocks*/
#content.wood{
	background: none;
}
#content.wood .bloc .title{
	background: url('/themes/core/default/css/img/wood-title.jpg');
	color: #948076;
	/*+text-shadow:0px -1px #000000;*/
	-moz-text-shadow: 0px -1px #000000;
	-webkit-text-shadow: 0px -1px #000000;
	-o-text-shadow: 0px -1px #000000;
	text-shadow: 0px -1px #000000;
	font-weight: bold;
	border: none;
}
#content.wood .bloc .title .toggle{
	background-position: left -36px;
}
#content.wood .bloc .title .toggle.hide{
	background-position: right -36px;
}
#content.wood .bloc .title .next{
	background-position: right -36px;
}
#content.wood .bloc .title .prev{
	background-position: center -36px;
}
#content.wood .bloc .tabs a{
	color: #8A6450;
}
/*Dark Sidebar*/
#sidebar.black{
	background-color: #262626;
	border-right: 1px solid #1B1B1B;
	/*+box-shadow:inset -4px 0 #3C3A3A;*/
	-moz-box-shadow: inset -4px 0 #3C3A3A;
	-webkit-box-shadow: inset -4px 0 #3C3A3A;
	-o-box-shadow: inset -4px 0 #3C3A3A;
	box-shadow: inset -4px 0 #3C3A3A;
}
#sidebar.black>ul>li>a{
	color: #828282;
	/*+text-shadow:0px 1px #0D0D0D;*/
	-moz-text-shadow: 0px 1px #0D0D0D;
	-webkit-text-shadow: 0px 1px #0D0D0D;
	-o-text-shadow: 0px 1px #0D0D0D;
	text-shadow: 0px 1px #0D0D0D;
	background: #222222 url('/themes/core/default/css/img/arrow.png') no-repeat 96% -5px;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #2D2C2C;
	border-right: 4px solid #303030;
}
#sidebar.black>ul>li:hover>a, #sidebar.black ul li.current>a{
	background-color: #262626;
	color: #FFFFFF;
	border-right-color: #FFFFFF;
}
#sidebar.black ul li ul{
	background: #262626;
	/*+box-shadow:inset 0 0 15px #1B1B1B;*/
	-moz-box-shadow: inset 0 0 15px #1B1B1B;
	-webkit-box-shadow: inset 0 0 15px #1B1B1B;
	-o-box-shadow: inset 0 0 15px #1B1B1B;
	box-shadow: inset 0 0 15px #1B1B1B;
	padding: 7px 0px;
	border-right: 4px solid #3C3A3A;
	border-bottom: 0px solid #000000;
}
#sidebar.black ul ul ul{
	background: #262626;
	/*+box-shadow:inset 0 0 15px #1B1B1B;*/
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	padding: 7px 0px;
	border-right: none;
	border-bottom: 0px solid #000000;
}
.collapsed #sidebar.black ul ul{
	border-right: none;
}
#sidebar.black ul li li a{
	color: #747474;
}
/*White sidebar*/
#sidebar.white{
	background-color: #EEEEEE;
	border-right: none;
	/*+box-shadow:inset -4px 0px 0 #DCDCDC;*/
	-moz-box-shadow: inset -4px 0px 0 #DCDCDC;
	-webkit-box-shadow: inset -4px 0px 0 #DCDCDC;
	-o-box-shadow: inset -4px 0px 0 #DCDCDC;
	box-shadow: inset -4px 0px 0 #DCDCDC;
}
#sidebar.white>ul>li>a{
	color: #7C7D7E;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	background: transparent url('/themes/core/default/css/img/white-arrow.png') no-repeat 96% -5px;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #FCFDFD;
	border-right: 4px solid #D6D6D6;
}
#sidebar.white>ul>li:hover>a, #sidebar.white>ul>li.current>a{
	background-color: #E7E7E7;
	color: #000000;
	border-right-color: #808080;
}
#sidebar.white ul li ul{
	background: #F8F8F8;
	/*+box-shadow:inset 0 0 15px #CECECE;*/
	-moz-box-shadow: inset 0 0 15px #CECECE;
	-webkit-box-shadow: inset 0 0 15px #CECECE;
	-o-box-shadow: inset 0 0 15px #CECECE;
	box-shadow: inset 0 0 15px #CECECE;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	padding: 7px 0px;
	border-right: 4px solid #C5C5C5;
	border-bottom: 1px solid #D6D6D6;
}
#sidebar.white ul li li a{
	color: #7C7D7E;
	/*+text-shadow:none;*/
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
	background-image: url('/themes/core/default/css/img/dark-sideli.png');
}
#sidebar.white a:hover, #sidebar.white li.current>a{
	color: #000000 !important;
}
/** CORE UNIFORM **/
.selector, .checker, .button, .radio, .uploader{
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	=display: inline;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus{
	outline: 0;
}
/*Button*/
div.button a, div.button button, div.button input{
	position: absolute;
}
div.button{
	cursor: pointer;
	position: relative;
}
div.button span{
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
/*Select*/
div.selector{
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}
div.selector span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.selector select{
	position: absolute;
	opacity: 0;
	filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;
}
/*Checker*/
div.checker{
	position: relative;
}
div.checker span{
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.checker input{
	opacity: 0;
	filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}
/*Radio*/
div.radio{
	position: relative;
}
div.radio span{
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.radio input{
	opacity: 0;
	filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}
/*Uploader*/
div.uploader{
	position: relative;
	overflow: hidden;
	cursor: default;
}
div.uploader span.action{
	float: left;
	display: inline;
	padding: 2px 0px;
	overflow: hidden;
	cursor: pointer;
}
div.uploader span.filename{
	padding: 0px 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}
div.uploader input{
	opacity: 0;
	filter: alpha(opacity:0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 25px;
	border: none;
	cursor: default;
}



/*******
Script or plugins CSS
*****/
/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url('/themes/core/default/css/img/jqueryui/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url('/themes/core/default/css/img/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url('/themes/core/default/css/img/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url('/themes/core/default/css/img/jqueryui/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url('/themes/core/default/css/img/jqueryui/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url('/themes/core/default/css/img/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url('/themes/core/default/css/img/jqueryui/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_222222_256x240.png'); }
.ui-widget-content .ui-icon {background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_222222_256x240.png'); }
.ui-widget-header .ui-icon {background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_222222_256x240.png'); }
.ui-state-default .ui-icon { background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_888888_256x240.png'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_454545_256x240.png'); }
.ui-state-active .ui-icon {background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_454545_256x240.png'); }
.ui-state-highlight .ui-icon {background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_2e83ff_256x240.png'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('/themes/core/default/css/img/jqueryui/ui-icons_cd0a0a_256x240.png'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url('/themes/core/default/css/img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url('/themes/core/default/css/img/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
	/* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
	background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }


/** Zoombox **//*[fmt]0A90-0A0A-2*/
#zoombox iframe,#zoombox img{
	border:none;
}
#zoombox .zoombox_mask{
	background-color:#000;
	position:fixed;
	width:100%;
	z-index:90;
	height:100%;
	top:0;
	left:0;
}
#zoombox .zoombox_container{
	position:absolute;
	z-index:100;
}
#zoombox .relative{
	position:relative;
}
#zoombox .zoombox_prev{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	cursor:pointer;
	/*+opacity:0;*/
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#zoombox .zoombox_prev:hover{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox .zoombox_next{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	/*+opacity:0;*/
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#zoombox .zoombox_close,#zoombox .zoombox_next,#zoombox .zoombox_prev{
	cursor:pointer;
}
#zoombox .multimedia .zoombox_next,#zoombox .multimedia .zoombox_prev{
	display:none;
}
#zoombox .zoombox_next:hover{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox .zoombox_gallery{
	position:fixed;
	z-index:120;
	bottom:-60px;
	left:0;
	right:0;
	text-align:center;
	/*+opacity:85%;*/
	filter:alpha(opacity=85);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	cursor:pointer;
	width:auto;
	background-color:#050505;
	height:60px;
	overflow: hidden;
	display:none;
}
#zoombox .zoombox_gallery img{
	height:50px;
	padding:5px;
	/*+opacity:50%;*/
	filter:alpha(opacity=30);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#zoombox .zoombox_gallery img:hover,#zoombox .zoombox_gallery img.current{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox_loader{
	background:url('/themes/core/default/css/img/zoombox/loader.png') no-repeat left top;
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	z-index:110;
}
/** Zoombox Theme **/
.zoombox .zoombox_container{
	background:#000;
	color:#666;
	/*+box-shadow:0px 0px 10px #000000;*/
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	-o-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
.zoombox .content{
	background:#000;
}
.zoombox .zoombox_title{
	color:#FFF;
	/*+placement:anchor-top-left -1px -22px;*/
	position:absolute;
	left:-1px;
	top:-22px;
	/*+text-shadow:1px 1px #000000;*/
	-moz-text-shadow:1px 1px #000000;
	-webkit-text-shadow:1px 1px #000000;
	-o-text-shadow:1px 1px #000000;
	text-shadow:1px 1px #000000;
	-moz-text-shadow:1px 1px #000;
	-webkit-text-shadow:1px 1px #000;
	-o-text-shadow:1px 1px #000;
	text-shadow:1px 1px #000;
}
.zoombox .zoombox_close{
	background:url('/themes/core/default/css/img/zoombox/close.png') no-repeat;
	width:30px;
	height:30px;
	/*+placement:anchor-top-right -15px -15px;*/
	position:absolute;
	right:-15px;
	top:-15px;
}
#zoombox.zoombox .zoombox_next{
	background:url('/themes/core/default/css/img/zoombox/next.png') no-repeat right center;
}
#zoombox.zoombox .zoombox_prev{
	background:url('/themes/core/default/css/img/zoombox/prev.png') no-repeat left center;
}
/** Lightbox Theme **/
.lightbox .zoombox_container{
	background:#FFF;
	margin-left:-30px;
	padding:10px 10px 37px;
	color:#666;
}
/*
.lightbox .zoombox_close{
	background:url('/themes/core/default/img/zoombox/lightclose.gif') no-repeat left top;
	width:66px;
	height:22px;
	top:auto;
	/*+placement:anchor-bottom-right 12px 6px;*/
/*	position:absolute;
	right:12px;
	bottom:6px;
}*/
.lightbox .zoombox_title{
	text-align:left;
}
.lightbox .zoombox_next{
	background:url('/themes/core/default/css/img/zoombox/lightnext.gif') no-repeat right 50px;
}
.lightbox .zoombox_prev{
	background:url('/themes/core/default/css/img/zoombox/lightprev.gif') no-repeat left 50px;
}
#zoombox.lightbox .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Pretty Photo Theme **/
.prettyphoto .zoombox_container{
	border:10px solid #0B0A0A;
	/*+border-radius:10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background:#FFF;
	padding:10px 10px 37px;
	margin-left:-20px;
	color:#797979;
}
.prettyphoto .zoombox_title{
	text-align:left;
}
.prettyphoto .zoombox_close{
	background:url('/themes/core/default/css/img/zoombox/ppsprite.png');
	width:27px;
	height:24px;
	top:auto;
	/*+placement:anchor-bottom-right 6px 8px;*/
	position:absolute;
	right:6px;
	bottom:8px;
}
.prettyphoto .zoombox_next{
	background:url('/themes/core/default/css/img/zoombox/ppnext.png') no-repeat right center;
}
.prettyphoto .zoombox_prev{
	background:url('/themes/core/default/css/img/zoombox/ppprev.png') no-repeat left center;
}
.prettyphoto .multimedia .zoombox_next,.prettyphoto .multimedia .zoombox_prev{
	display:none;
}
#zoombox.prettyphoto .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Dark Pretty Photo Theme **/
.darkprettyphoto .zoombox_container{
	/*+border-radius:10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background:#0C0C0C;
	padding:10px 10px 37px;
	margin-left:-30px;
	color:#828282;
}
.darkprettyphoto .zoombox_title{
	/*[empty]position:;*/
	text-align:left;
}
.darkprettyphoto .zoombox_close{
	background:url('/themes/core/default/css/img/zoombox/ppsprite.png');
	width:27px;
	height:24px;
	top:auto;
	/*+placement:anchor-bottom-right 2px 6px;*/
	position:absolute;
	right:2px;
	bottom:6px;
}
.darkprettyphoto .zoombox_next{
	background:url('/themes/core/default/css/img/zoombox/ppnext.png') no-repeat right center;
}
.darkprettyphoto .zoombox_prev{
	background:url('/themes/core/default/css/img/zoombox/ppprev.png') no-repeat left center;
}
.darkprettyphoto .multimedia .zoombox_next,.darkprettyphoto .multimedia .zoombox_prev{
	display:none;
}
#zoombox.darkprettyphoto .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Simple Theme **/
.simple .zoombox_container{
	background:#000;
}
.simple .zoombox_title{
	color:#FFF;
	/*+placement:anchor-top-left -1px -22px;*/
	position:absolute;
	left:-1px;
	top:-22px;
	/*+text-shadow:1px 1px #000000;*/
	-moz-text-shadow:1px 1px #000000;
	-webkit-text-shadow:1px 1px #000000;
	-o-text-shadow:1px 1px #000000;
	text-shadow:1px 1px #000000;
	-moz-text-shadow:1px 1px #000;
	-webkit-text-shadow:1px 1px #000;
	-o-text-shadow:1px 1px #000;
	text-shadow:1px 1px #000;
}
#zoombox.simple .zoombox_next{
	background:url('/themes/core/default/css/img/zoombox/simplenav.png') no-repeat -20px center;
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	right:-20px;
	width:20px;
}
#zoombox.simple .zoombox_next:hover{
	background-position-x:left;
}
#zoombox.simple .zoombox_prev{
	background:url('/themes/core/default/css/img/zoombox/simplenav.png') no-repeat -40px center;
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	left:-20px;
	width:20px;
}
#zoombox.simple .zoombox_prev:hover{
	background-position-x:-60px;
}
.simple .zoombox_prev{
	background:url('/themes/core/default/css/img/zoombox/ppprev.png') no-repeat left center;
}
.simple .zoombox_close{
	background:url('/themes/core/default/css/img/zoombox/simpleclose.png') no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:-10px;
}

#zoombox.simple .multimedia .zoombox_next,#zoombox.simple .multimedia .zoombox_prev{
	display:block;
}

/**
* CUSTOMIZATIONS
*/
.active-sort-d {
    padding-right: 20px;
    background: url('/themes/core/default/img/icons/arrow-black-up.png') no-repeat right center;
}

.active-sort-a {
    padding-right: 20px;
    background: url('/themes/core/default/img/icons/arrow-black-down.png') no-repeat right center;
}

.inactive-sort {
    padding-right: 20px;
    /*background: url('/themes/core/default/img/icons/arrow-black-down-inactive.png') no-repeat right center;*/
}

.highlight { /* For search highlighting */
    background-color: yellow
}

td.noitem {
    text-align:center;
}

/** Menu Search **/
#sidebar .search{
	display: inline-block;
	position: relative;
	width: 215px;
	height: 25px;
	background-position: 0px -65px;
    background-color: #2A2A2A;
	margin-top: 5px;
	margin-bottom: 10px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #505050;
	vertical-align: middle;
	margin-left: 10px;
}
#sidebar .search input.text{
	position: absolute;
	border: none;
	background: none;
	width: 200px;
	height: 23px;
	line-height: 27px;
	padding: 0 5px;
	color: #CCC;
	/*+text-shadow:0 1px 0px #000;*/
	-moz-text-shadow: 0 1px 0px #000;
	-webkit-text-shadow: 0 1px 0px #000;
	-o-text-shadow: 0 1px 0px #000;
	text-shadow: 0 1px 0px #000;
}
#sidebar .search input.submit{
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	background: url('/themes/core/default/css/img/search.png') no-repeat center center;
	border: none;
	cursor: pointer;
	text-indent: 3000px;
	overflow: hidden;
}
#sidebar .search label{
	position: absolute;
	border: none;
	background: none;
	width: 194px;
	height: 22px;
	line-height: 25px;
	padding: 0 5px;
    color: #AEAEAE;
}

/** Controls **/
.controls {
    background: #FFFFE0;
    color: #000;
    position: fixed;
    top: 42px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 32px;
    -moz-box-shadow: 0px 0px 3px #000000;
    -webkit-box-shadow: 0px 0px 3px #000000;
    -o-box-shadow: 0px 0px 3px #000000;
    box-shadow: 0px 0px 3px #000000;
}

.controls .wrapper {
    background: none; /*+box-shadow:none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
}

.controls .wrapper .titre {
    font-size: 15px;
    color: #BDBDBD; /*+text-shadow:0px 1px #000000;*/
    -moz-text-shadow: 0px 1px #000000;
    -webkit-text-shadow: 0px 1px #000000;
    -o-text-shadow: 0px 1px #000000;
    text-shadow: 0px 1px #000000;
    margin: 0px 0px 12px;
    padding: 0px;
}

.controls a {
    display: block;
    margin: 15px 5px;
}

.controls .controlbutton {
    position: absolute;
    display: block;
    border: 0;
    top: 28px;
    left: -20px;
    height: 20px;
    width: 20px; /*+border-radius:5px 0 0 5px;*/
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #FFFFE0 url('/themes/core/default/css/img/controls_open.png') no-repeat center center;
    margin: 0px;
}

.controls .grid3 {
    width: 32px;
    margin: 0 3px 3px;
}

#content .bloc a.expand {
   	text-decoration: none;
}

.infoexpand {
    padding-left: 30px;
}

/** SSH log **/
span.special{
    color: #6D6D6D;
    font-size: smaller;
}
#logcontent{
    color: #000;
    height: 77%;
    overflow: auto;
}

/** colours **/
span.green{
    color: #5DB85D;
}
span.red{
    color: #C94039;
}

/** Theme settings **/
.theme_settings a {
    background: #616161 no-repeat left top;
    width: 25px;
    height: 25px;
    display: block;
    float: left; /*+border-radius:3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 3px 3px; /*+box-shadow:inset 0px 0px 5px #000000;*/
    -moz-box-shadow: inset 0px 0px 5px #000000;
    -webkit-box-shadow: inset 0px 0px 5px #000000;
    -o-box-shadow: inset 0px 0px 5px #000000;
    box-shadow: inset 0px 0px 5px #000000;
    margin: 10px;
}

.theme_settings a.active {
    margin: 7px;
    border: 3px solid #FEE836;
}

#brand {
    float: right;
    font-size: 20px;
    padding-left: 10px;
    width: 150px;
}
#logoimg, #logoimg1 {
    width: 42px;
    height: 40px;
}

.progress {
    position: relative;
    width: 400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    margin-top: 10px;
    display: none;
}
.progress_bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}
.progress_percent {
    position: absolute;
    display: inline-block;
    top:3px;
    left:48%;
}

/** Additional blue style **/
#head.blue, #head.blue a.button, #head.blue .search {
    background: none repeat scroll 0 0 #192839;
}
#head.blue {
    border-bottom: 4px solid #176092;
    height: 40px;
    line-height: 40px;
}
#head.blue .search {
    background: #eee;
    text-shadow: none;
    margint-top: 8px;
}
#sidebar.blue {
    background-color: #F0F4FA;
    border-right: medium none;
    box-shadow: -3px 0 12px;
    padding-top: 16px;
}
#sidebar.blue > ul > li.current > a {
    background-color: white;
    border-right-color: #808080;
    color: black;
}
/*
#sidebar.blue > ul > li.current:hover > a {
    background-color: rgba(41, 62, 102, 0.75);
    border-right-color: #808080;
    color: #000000;
}
*/
#sidebar.blue > ul > li:hover > a {
    color: black;
}
#sidebar.blue li.current {
    border-right: 2px solid rgba(41, 62, 102, 0.75);
    border-top: 1px solid #D6D6D6;
}
#sidebar.blue a:hover, #sidebar.blue li.current > a {
    color: #162032 !important;
}
#sidebar.blue li.current ul li a:hover {
    background-color: #CED6E6
}
#sidebar.blue li.current ul li a.selected, #sidebar.blue li.current ul li a.selected:hover {
    background-color: rgba(41, 62, 102, 0.65);
    color: white;
}
#sidebar.blue > ul > li > a {
    background: url('/themes/core/default/css/img/dark-arrow.png') no-repeat scroll 96% -5px transparent;
    border: none;
    color: #444;
    text-shadow: none;
}
#sidebar.blue ul li ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D6D6D6;
    border-right: none;
    box-shadow: none;
    padding: 7px 0;
}
#sidebar.blue ul li li a {
    background-image: url('/themes/core/default/css/img/dark-sideli.png');
    color: #444;
    text-shadow: none;
}
#sidebar.blue a#menucollapse {
    color: #666666;
    display: block;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    text-align: right;
    text-decoration: none;
    text-shadow: none;
}
/* -- select box fix -- */
#content.blue .selector, #content.blue .selector select, #content.blue .selector span {
    display: inline;
    background: white;
    border: 1px solid #ccc;
}
#content.blue {
    margin: 61px 10px 0 238px;
    color: #555;
}
#content.blue .bloc .title {
    background: -moz-linear-gradient(#FFFFFF, #E6EAF2) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #A0A6B3;
}
#content.blue .bloc {
    box-shadow: none;
    border: 1px solid #bbb;
}
#content.blue .bloc .content {
    background: none;
}
#content.blue .bloc:first-child {
    margin-top: 10px;
}
#content.blue table tbody tr:nth-child(2n+1) td {
    background: #F7F9FC;
}
#content.blue table tbody tr:nth-child(2n+1):hover td {
    background-color: #eaeaea;
}
#content.blue table tr.selected {
    background-color: #F0F4FA;
    color: #000;
}
#content.blue table thead tr th {
    padding-bottom: 10px;
}
#content.blue table tbody tr td {
    height: 34px;
}
#content.blue table tbody tr:hover td{
    cursor: pointer;
    color: #000;
}
#content.blue .loader {
    background: url('/themes/core/default/css/img/ajax-loader.gif') no-repeat scroll center center transparent;
    height: 500px;
}
#content.blue .zoombox .loader {
    background-color: #FFFFFF;
}

/** New greenglow style **/
#head.greenglow {
    height: 40px;
    line-height: 40px;
    color:#fff;
    background:#000;
    background-position:center;
    background-repeat:repeat-x;
    box-shadow: 0px 0px 15px rgb(43, 237, 75) inset;
    border: 1px solid rgb(167, 231, 124);
}
#head.greenglow a {
    color: #4aee23;
    text-shadow: 2px 2px 8px #81df6b;
}
#head.greenglow a.button, #head.greenglow .search {
    background:#000;
    background-position:center;
    background-repeat:repeat-x;
    box-shadow: 0px 0px 15px rgb(43, 237, 75) inset;
    border: 1px solid rgb(167, 231, 124);
}

#sidebar.greenglow{
	position: fixed;
	z-index: 3;
	top: 42px;
	left: 0;
	bottom: 0;
	width: 240px;
    overflow: auto;
	/*+text-shadow:0px 1px 0px #000000;*/
    background:#000;
	border-right: 1px solid #1B1B1B;
	/*+box-shadow:inset -5px 0 5px #404040;*/
	-moz-box-shadow: inset -5px 0 5px #404040;
	-webkit-box-shadow: inset -5px 0 5px #404040;
	-o-box-shadow: inset -5px 0 5px #404040;
	box-shadow: inset -5px 0 5px #404040;
}
#sidebar.greenglow>ul>li>a{
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #19e914;

	filter: glow(color=#96fffc,strength=3);

	background: #000 url('/themes/core/default/css/img/arrow_greenglow.png') no-repeat 96% -5px;


	border: 1px solid #a7e77c; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 3px 3px 4px #a7e77c;
       -moz-box-shadow: 3px 3px 4px #a7e77c;
            box-shadow: 3px 3px 4px #a7e77c; /* some variation of blue for the shadow */
}
#sidebar.greenglow>ul>li>ul>li ul{
	margin-left: 20px;
	/*+box-shadow:none;*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
}
#sidebar.greenglow ul li a img{
	vertical-align: text-bottom;
	padding-right: 4px;
	/*+opacity:49%;*/
	filter: alpha(opacity=49);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=49);
	-moz-opacity: 0.49;
	opacity: 0.49;
}
#sidebar.greenglow ul li:hover a img, #sidebar.greenglow ul li.current a img{
	/*+opacity:100%;*/
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#sidebar.greenglow>ul>li:hover>a, #sidebar.greenglow>ul>li.current>a{
	color: #FFF;
	background-position: 96% -53px !important;
	background:#419e41;
}
#sidebar.greenglow ul li ul{
	background: #000;
	/*+box-shadow:inset 0 0 15px #3A3A3A;*/
	-moz-box-shadow: inset 0 0 15px #2bed4b;
	-webkit-box-shadow: inset 0 0 15px #2bed4b;
	-o-box-shadow: inset 0 0 15px #2bed4b;
	box-shadow: inset 0 0 15px #2bed4b;
	border-bottom: 1px solid #2bed4b;
	padding: 7px 0px;
}
#sidebar.greenglow ul li li a{
	height: 28px;
	line-height: 28px;
	text-indent: 52px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	background: transparent url('/themes/core/default/css/img/sideli.png') no-repeat 37px 10px;
	color: #949090;
}
#sidebar.greenglow a:hover, #sidebar.greenglow li.current>a{
	color: #FFF !important;
}
#sidebar.greenglow a#menucollapse{ color:#AAA; display: block; height:40px; line-height: 40px; text-align: right; padding-right: 10px; text-decoration: none; font-style:italic; }
#sidebar.greenglow a span{ color:#AAA; border: 1px solid #AAA; border-radius:20px; width: 17px; height: 17px; display: inline-block; text-align: left; text-indent: 2px; line-height: 16px;background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.2)); }

.collapsed #sidebar.greenglow{width: 56px; }
.collapsed #sidebar.greenglow>ul>li{ position: relative; }
.collapsed #sidebar.greenglow>ul>li>a{ width: 52px; overflow: hidden; background-image:none!important; text-indent: 17px; -webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s;}
.collapsed #sidebar.greenglow>ul>li:hover>a{ width: 200px;}
.collapsed #sidebar.greenglow>ul>li ul{ position: absolute; width: 146px; left:-150px; -webkit-transition:0.5s;-moz-transition:0.3s;-o-transition:0.3s;-ms-transition:0.3s;transition:0.3s; display: block!important;}
.collapsed #sidebar.greenglow>ul>li ul ul{ left:0; margin-left: 0px; }
.collapsed #sidebar.greenglow>ul>li:hover>ul{   overflow: visible; left:56px;  }
.collapsed #sidebar.greenglow>ul>li ul li a{ text-indent: 10px; background:none; overflow: hidden;}
.collapsed #sidebar.greenglow>ul>li ul ul li a{ text-indent: 20px; }
.collapsed #sidebar.greenglow>ul>li ul ul ul li a{ text-indent: 40px; }
.collapsed #content.greenglow{ margin-left: 90px;}

#content.greenglow .bloc .title{
	background: url('/themes/core/default/css/img/greenglow-title.png');
	/*+text-shadow:0px -1px #000000;*/
	-moz-text-shadow: 0px -1px #000000;
	-webkit-text-shadow: 0px -1px #000000;
	-o-text-shadow: 0px -1px #000000;
	text-shadow: 0px -1px #000000;
	font-weight: bold;
	border: none;

}

/** New papyrus style **/
#head.papyrus {
    color: #FFF;
}
#head.papyrus a.button {
    box-shadow:1px 1px 1px #9f7171 , 3px 3px 3px #200000 inset;
}
#head.papyrus, #head.papyrus a.button, #head.papyrus .search {
	background:url('/themes/core/default/css/img/red-top-title.png') repeat-x left top;
}
#sidebar.papyrus {
    background:url('/themes/core/default/css/img/red_sidebar_bg.png') repeat left top;
}
#sidebar.papyrus>ul>li>a {
	height: 43px;
	line-height: 43px;
	color: #D49492;
	background:url('/themes/core/default/css/img/red_li_inactive.png') no-repeat 96% center, url('/themes/core/default/css/img/red_li_bg.png') repeat-x left top;
}
#sidebar.papyrus ul li a img {
    /*+opacity:49%;*/
    filter: alpha(opacity=49);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=49);
    -moz-opacity: 0.49;
    opacity: 0.49;
}
#sidebar.papyrus ul li:hover a img, #sidebar.papyrus ul li.current a img {
    vertical-align: text-bottom;
    padding-right: 4px;
    /*+opacity:100%;*/
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#sidebar.papyrus>ul>li:hover>a, #sidebar.papyrus>ul>li.current>a {
	color: #FFF;
	background:url('/themes/core/default/css/img/red_li_active.png') no-repeat 96% center, url('/themes/core/default/css/img/red_li_bg.png') repeat-x left top !important;
}
#sidebar.papyrus ul li.nosubmenu a {
	background:url('/themes/core/default/css/img/red_li_bg.png') repeat-x left top !important;
}
#sidebar.papyrus ul li ul {
	background: #972924;
	padding: 7px 0px;
}
#sidebar.papyrus ul li li a {
	text-indent: 20px;
	border-bottom:1px solid #811918;
    text-indent: 52px;
	background: transparent url('/themes/core/default/css/img/red_sideli.png') no-repeat 37px 10px;
    color: #D49492;
}
#sidebar.papyrus ul li li:last-child a{
	border-bottom: 0;
}
#sidebar.papyrus ul li li a:hover, #sidebar.papyrus ul li li.current a {
    color: #FFF;
}
#sidebar.papyrus a#menucollapse {
	color: #FFF;
}
#sidebar.papyrus a#menucollapse small{
	color:#811918;
}
#content.papyrus table tbody tr:nth-child(2n+1) td {
	background-color: #efe4db;
}
#content.papyrus .submit input, #content.papyrus .button {
	background: url('/themes/core/default/css/img/red-title.png') left top;
	color: #FFF;
	border:none;
}
#content.papyrus .submit input:hover, #content.papyrus .button:hover {
	opacity:0.9;
}
#content.papyrus {
	background: none;
}
#content.papyrus .bloc .title {
	background: url('/themes/core/default/css/img/red-title.png') repeat-x left top;
	color: #FFF;
}
#content.papyrus .controls {
	background: #ffd55b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDU1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWMwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffd55b 0%, #fec007 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd55b), color-stop(100%,#fec007)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd55b 0%,#fec007 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd55b 0%,#fec007 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd55b 0%,#fec007 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd55b 0%,#fec007 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd55b', endColorstr='#fec007',GradientType=0 ); /* IE6-8 */
}
#content.papyrus .controls .controlbutton {
	background: #ffd458 url('/themes/core/default/css/img/controls_open.png') no-repeat center center;
}
.collapsed #sidebar.papyrus {
	width: 56px;
}
.collapsed #sidebar.papyrus>ul>li {
	position: relative;
}
.collapsed #sidebar.papyrus>ul>li>a {
	width: 57px;
	overflow: hidden;
	background:url('/themes/core/default/css/img/red_li_bg.png') repeat-x left top !important;
	text-indent: 17px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.collapsed #sidebar.papyrus>ul>li:hover>a {
	width: 202px;
}
.collapsed #sidebar.papyrus>ul>li ul {
	position: absolute;
	width: 146px;
	left: -150px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: block!important;
}
.collapsed #sidebar.papyrus>ul>li ul ul {
	left: 0;
	margin-left: 0px;
}
.collapsed #sidebar.papyrus>ul>li:hover>ul {
	overflow: visible;
	left: 56px;
}
.collapsed #sidebar.papyrus>ul>li ul li a {
	text-indent: 10px;
	background: none;
	overflow: hidden;
}
.collapsed #sidebar.papyrus>ul>li ul ul li a {
	text-indent: 20px;
}
.collapsed #sidebar.papyrus>ul>li ul ul ul li a {
	text-indent: 40px;
}
.collapsed #content.papyrus {
	margin-left: 90px;
}
#content.papyrus .title .tabs{
	height: 36px;
}
#content.papyrus .title .tabs a.active, #content.papyrus .title .tabs a:hover{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #81201C;
    border-color: #81201C #81201C -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
    padding: 0 20px;
    text-shadow: none;
}
#content.papyrus .bloc .title .toggle{
	background: url('/themes/core/default/css/img/red_slidebuttons.png') left top;
}
#content.papyrus .bloc .title .toggle.hide{
    background-position: right top;
}
/* Login */
.papyrus{
	background: url('/themes/core/default/css/img/altbg/papyrus.jpg') fixed center top;
}
.papyrus #content.login div.input input, .papyrus #content.login, .papyrus #content.login div.input label{
	color: #EEDDC9;
}

/** New sky style **/
#head.sky {
    color: #FFF;
}
#head.sky a.button {
    box-shadow:1px 1px 1px #91AFC8 , 3px 3px 3px #243A4B inset;
}
#head.sky, #head.sky a.button, #head.sky .search {
	background:url('/themes/core/default/css/img/blue-top-title.png') repeat-x left top;
}
#sidebar.sky {
    background-color: #cce4f1;
    border-right: 1px solid #097fbd;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#sidebar.sky>ul>li>a {
	height: 41px;
	line-height: 41px;
    border-top: 0;
    border-bottom: 1px solid #097FBD;
    color: #144C7D;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    background: url('/themes/core/default/css/img/blue_li_inactive.png') no-repeat 96% center, url('/themes/core/default/css/img/blue_li_bg.png') repeat-x left top;
}
#sidebar.sky ul li a img {
    /*+opacity:49%;*/
    filter: alpha(opacity=49);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=49);
    -moz-opacity: 0.49;
    opacity: 0.49;
}
#sidebar.sky ul li:hover a img, #sidebar.sky ul li.current a img {
    vertical-align: text-bottom;
    padding-right: 4px;
    /*+opacity:100%;*/
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#sidebar.sky>ul>li:hover>a, #sidebar.sky>ul>li.current>a {
    font-size: 1.2em;
	color: #144C7D !important;
	background:url('/themes/core/default/css/img/blue_li_active.png') no-repeat 96% center, url('/themes/core/default/css/img/blue_li_bg.png') repeat-x left top !important;
}
#sidebar.sky ul li.nosubmenu a {
	background:url('/themes/core/default/css/img/blue_li_bg.png') repeat-x left top !important;
}
#sidebar.sky ul li ul {
	background: #B5D6E9;
	padding: 7px 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #097FBD;
}
#sidebar.sky ul li li a {
	text-indent: 20px;
    text-indent: 52px;
    color: #144C7D;
}
#sidebar.sky ul li li:last-child a{
	border-bottom: 0;
}
#sidebar.sky ul li li a:hover, #sidebar.sky ul li li.current a {
    font-weight: bold;
    color: #144C7D !important;
}
#sidebar.sky a#menucollapse {
	color: #144C7D;
}
#sidebar.sky a#menucollapse:hover {
	color: #000 !important;
}
#content.sky table tbody tr:nth-child(2n+1) td {
	background-color: #EAEAEA;
}
#content.sky {
	background: none;
}
#content.sky .bloc .title {
	background: url('/themes/core/default/css/img/blue-title.png') repeat left top;
	color: #FFF;
}
#content.sky .controls {
	background: #F2A7C6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDU1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWMwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #F2A7C6 0%, #F2A7C6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2A7C6), color-stop(100%,#F2A7C6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F2A7C6 0%,#F2A7C6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F2A7C6 0%,#F2A7C6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F2A7C6 0%,#F2A7C6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F2A7C6 0%,#F2A7C6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2A7C6', endColorstr='#F2A7C6',GradientType=0 ); /* IE6-8 */
}
#content.sky .controls .controlbutton {
	background: #F2A7C6 url('/themes/core/default/css/img/controls_open.png') no-repeat center center;
}
.collapsed #sidebar {
    width: 54px;
}
.collapsed #sidebar.sky>ul>li>a {
    width: 54px;
    background: url('/themes/core/default/css/img/blue_li_bg.png') repeat left top !important;
}
.collapsed #sidebar.sky>ul>li:hover>a {
    width: 200px;
}
.collapsed #sidebar.sky>ul>li:hover>ul {
	left: 54px;
}
#content.sky .title .tabs{
	height: 36px;
}
#content.sky .title .tabs a.active, #content.sky .title .tabs a:hover{
    color: #000;
    border: 1px solid #CFD1D4;
    border-bottom: none;
    background-color: #F7F7F7;
    padding: 0 20px;
    /*+text-shadow:none;*/
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
}
#content.sky .bloc .title .toggle{
	background: url('/themes/core/default/css/img/blue_slidebuttons.png') left top;
}
#content.sky .bloc .title .toggle.hide{
    background-position: right top;
}
#content.sky table thead tr th a{
	color: #4B779D;
    font-weight: normal;
}
#content.sky table tbody tr td {
    background-color: #EAEAEA;
	border-bottom: 1px solid #CACACA;
	border-top: 1px solid #E2E2E2;
}
/** Logged IP **/
.loggedip {
    position: fixed;
    left: 10px;
    bottom: 10px;
}
/** Powered **/
.power {
    height: 51px;
    width: 147px;
    position: fixed;
    right: 0px;
    bottom: 0px;
}
.powered {
    width: 80%;
    padding: 20px;
}
.collapsed #sidebar>div.powered {
    display: none;
}

/** style for remove_account **/
#content .three_column{
float: left;
width: 16%;
}
#content .outer_box{
float: left;
width: 52%;
}
.inner_box {
width: 100%;
}
.left_detail{
width:13%;
float:left;
padding : 8px;
font-weight : bold;
}
.left_detail_box {
width: 100%;
background-color : #ccc;
padding : 8px;
margin-bottom : 3px;
}
.right_detail_box {
width: 20%;
float:left;
padding : 8px;
margin-left : 2%;
}
.right_detail_inner {
width: 100%;
color : #000;
padding : 8px;
margin-bottom : 3px;
}
#acctinfo span {
display: inline-block;
text-align: center;
vertical-align: middle;
width: 250px;
padding-top: 50px;
font-size: 14px;
}
.left_box{
width : 100%;
float : left;
}
.submit_bottom{
float : left;
padding-top :10px;
padding-bottom: 10px;
}
.table_format {font-size:16px;color: #5a5656;}
.newtextarea {
line-height: 15px;
padding: 5px 0 0 5px;
width: 98%;
height: 150px !important;
}
.newtextarea2 {
line-height: 15px;
padding: 5px 0 0 5px;
width: 98%;
height: 50px !important;
}

#infoContent div{
	width: 100%;
    text-align: left;
    background-color:#F0F3F4 !important;
}
.rightInfo {
    width: 68% !important;
    float: left !important;
    padding: 10px;
    border-bottom:1px solid #e2e2e2;
}
.leftInfo {
    width: 27% !important;
    float: left !important;
    padding: 10px;
    font-weight: bold;
    border-bottom:1px solid #e2e2e2;
}
td.infoexpand {
    background: #F0F3F4 ;
}
td.infoexpand:hover {
    background: #F0F3F4 !important;
	border:none !important;
}

.multiselect {
	width: 450px!important;
	height: 200px!important;
}
.ms-container {
	overflow:visible;
	width:100%;
	height:240px;
}