/* Global reset */
* {
	margin: 0;
	padding: 0;	
}
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: Arial;
}

:focus {
	outline: 0
}

html, body {
	height: 100%;
}

#wrapper {
	height: 100%;
}

#xpertis_layout {
	min-height: 82%;
	padding-bottom: 110px
}

#footer {
	margin-top: -110px;
	height: 110px;
}

body {
	line-height: 1;
	color: #000;
	background: #fff
}

ol,ul {
	list-style: none
}

table {
	border-collapse: separate;
	*border-collapse: collapse;
	border-spacing: 0
}

caption,th,td {	
	font-weight: normal
}

blockquote:before,blockquote:after,q:before,q:after {
	content: ""
}

blockquote,q {
	quotes: "" ""
}

input,button {
	overflow: visible
}

strong {
	font-weight: bold
}

em {
	font-style: normal
}

button {
	cursor: pointer
}

/* Default classes */
.margin-top {
	margin-top: 15px
}

.margin-bottom {
	margin-bottom: 15px
}

.margin-left {
	margin-left: 15px
}

.margin-right {
	margin-right: 15px
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.middle {
	vertical-align: middle
}

/* Basic selectors styles */
h1 {
	font: bold 11px Arail, Helvetica, sans-serif;
	color: #3f4042;
	margin-bottom: 5px;
}

h2 {
	font: bold 11px Arail, Helvetica, sans-serif;
	color: #3f4042;
	margin-bottom: 5px;
}

h3 {
	font: bold 11px Arail, Helvetica, sans-serif;
	color: #3f4042;
	margin-bottom: 5px;
}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
	cursor: pointer
}

a:hover {
	color: #f46d0d;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

blockquote {
	padding: 8px 10px 0;
	margin: 0 auto 10px;
	font-style: italic;
	border: 1px solid #cecbc4;
}

ol {
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

ol li {
	padding: 3px 0;
	list-style: decimal;
}

body {
	font: 11px/160% Arail, Helvetica, sans-serif;
	color: #3f4042;
	background: #fff url(img/body.gif) repeat-x;
}

/* Container
---------------------------------------------- */
#xpertis_layout {
	width: 1300px;
	margin: 0 auto;
}

/* Header
	---------------------------------------------- */
#header {
	position: relative;
	height: 150px;
	/* IBIS*/ background: url('img/header/logo.png') no-repeat;
	background-size: 340px;
} 

/* Logo */
#header h1.default {
	float: left;
	width: 380px;
	height: 80px; /*ibis 44px; */
	padding: 24px 0 10px 5px;
	margin: 0;
}

#header h1.default a {
	display: block;
	height: 80px; /*100%; */
	/* background: url('img/header/logo.png') no-repeat; */
	text-indent: -999999px
}

#header .userinfo {
	color: white;
	padding: 0px 5px;
	clear: left;
}

/* Admin tools */
#header form {
	float: right;
	padding: 34px 5px 0 5px;
}

#header fieldset {
	float: left;
}

#header fieldset label {
	float: left;	
}

#header form div.search {
	background: url(img/header/input.gif) no-repeat;
	width: 180px;
}

#header form .h_input {
	width: 134px;
	padding: 4px 8px;
	color: white;
	font: 12px Arail, sans-serif;
	background-color: transparent; 
	border: 0;
	margin-top: 3px;
}
#header form label {
	padding: 5px 2px 0px 15px;
}

#header form .h_button {
	float: right;
	width: 25px;
	height: 26px;
/* 	background: url(img/header/button2.gif) no-repeat scroll 0 2px; */
	text-indent: -999999px; 
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

#nav {
	position: absolute;
	padding: 0;
	top: 75px;
	right: 2px;
}

#nav li {
	float: left;
	line-height: 21px;
	padding: 0 15px;
}

#nav li.last-child {
	border: none;
}

#nav a {
	color: black; /* white; */
	text-decoration: none;
}

#nav a:hover {
	color: #f46d0d; 
	border-bottom: 1px solid #f77411;
}

#langs {
	position: absolute;
	right: 0;
	top: 0;
	/*width: 475px;*/
	height: 36px;
	overflow: hidden;
	padding-right: 20px;
}

#langs li {
	float: right;
	padding: 5px 0;
	margin-left: 15px;
}

#langs .current {
	Xbackground: url(img/header/arr.gif) center bottom no-repeat;
}

#langs a {
	float: left;
	padding-left: 22px;
	font-size: 10px;
	text-decoration: none;
	background: 0 center no-repeat;
	color: gray;
}

#langs a.current {
	color: black; /*white;*/
}

/* Menu */
#menu-bar {
	clear: both;
}

#menu-bar ol {
	float: right;
	padding: 2px 15px 0 0;
}

#menu-bar ol li {
	float: left;
	list-style: none;
}

#menu-bar ol a {
	float: left;
	width: 23px;
	height: 23px;
	background: url(img/header/pagination.gif);
	text-indent: -9999999px;
	font-size: 0;
}

#menu-bar ol .prev {
	margin-right: 5px;
}

#menu-bar ol .next {
	background-position: 0 bottom;
}

#menu {
	float: left;
	width: 100%;
	height: 36px;
	position: relative;
	z-index: 15;
	border-bottom: 1px solid silver;
	top: 0px;
}

#menu > ul {
	position: absolute;
	top: 5px;
	left: 15px;
}


#menu > ul li {
	float: left;
	height: 32px;
	padding-top: 6px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}

#menu > ul > li {
	padding-top: 2px;
}

#menu > ul a {
	float: left;
/* 	line-height: 14px; */
	padding: 4px 15px 0px;
	color: black;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	min-height: 24px;
	height: auto;
}

#menu > ul a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #f46d0d;
}

#menu li:hover {
}

#menu > ul > li.current,#menu > ul > li.inpath {
	height: 36px;
	padding: 0 0 0 0px;
	margin: 0 0px;
	z-index: 5;
	
}

#menu > ul > li.current.first-child,#menu > ul > li.inpath.first-child {
	height: 43px;
	padding: 0 0 0 15px;
	margin: 0 -15px;
	z-index: 5;
}

#menu > ul > li > a.current,#menu > ul > li > a.inpath {
	height: 24px;
	padding: 6px 15px 0 15px;
	color: #3c4951;
	border-bottom: 2px solid #f46d0d;
	font-weight: bold;
}
#menu span.sf-sub-indicator {
	text-indent: -999em;
	display: none;
}


#menu ul ul a {
	display:block;
	width:160px;
	}
	
#menu ul ul a.sf-with-ul {	
	background: url("img/content/arrow.gif") no-repeat 180px center transparent;
	}


#menu ul ul {
	display: none;
	z-index: 1000;
	position: absolute;
	top: 30px;
}

#menu ul ul ul {
	z-index: 1000;
	position: absolute;
	left:200px;	
	top: 0px;
	border-left:1px solid white;
}
#menu ul ul ul li {
	background-image: none;
}

#menu ul ul li, #menu ul ul li.current  {
	border-bottom: 1px solid white;
	display: block;
	z-index: 1000;
	position: relative;
	background-image: none;
	background-color: #f8f8f8;
	width: 200px;
	height: auto;
	padding-bottom: 6px;
	font-weight: bold;
}

#menu ul ul li:last-child, #menu ul ul li.current.last-child {
	border-bottom: none;
}

#menu ul ul li a, #menu ul ul li.current a {
	color:  #3c4951;
	border: none;
}
#menu ul ul li a:hover, #menu ul ul li.current a:hover {
/* 	color: black; */
	border: none;
	font-weight: bold;
}
#menu ul ul a.current {
	padding: 0px 15px;
	height: auto;
}

/* Content
	---------------------------------------------- */
#content-container {
	background: #fff;
	overflow-y: hidden;
	overflow-x: auto;
	height: 100%;
	padding-top: 4px;
}

/* Box */
.box {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.box .header {
	height: 27px;
	background: url(img/content/box/header-orange.gif) right 0 no-repeat;
}

.box .header h2 {
	float: left;
	line-height: 27px;
	padding-left: 10px;
	margin: 0;
	color: #fff;
	background: url(img/content/box/header-orange.gif) 0 bottom no-repeat;
}

.box .content {
	border: 1px solid #cdcbc4;
}

html> /**/ body .box,x:-moz-any-link,x:default {
	border-collapse: separate;
}

.box .content .inside {
	padding: 10px;
}

.box .header ul {
	float: right;
	padding: 5px 10px 0 0;
}

.box .header li {
	float: left;
}

.box .header li a {
	float: left;
	width: 17px;
	height: 17px;
	margin-left: 1px;
	line-height: 0;
	text-indent: -9999999px;
}

.box .header .help {
	background-image: url(img/content/box/help-orange.gif);
}

.box .header .minimize {
	background-image: url(img/content/box/minimize-orange.gif);
}

.box .header .maximalize {
	background-image: url(img/content/box/maximalize-orange.gif);
}

/* Gray */
.box.gray .header,.box.gray .header h2 {
	color: #3f4042;
	background-image: url(img/content/box/header-gray.gif);
}

.box.gray .content {
	border-color: #e5e3de;
}

.box.gray .header .help {
	background-image: url(img/content/box/help-gray.gif);
}

.box.gray .header .minimize {
	background-image: url(img/content/box/minimize-gray.gif);
}

.box.gray .header .maximalize {
	background-image: url(img/content/box/maximalize-gray.gif);
}

#breadcrumbs {
	overflow: hidden;
	height: 100%;
	Xmargin-bottom: 10px;
	Xpadding-bottom: 5px;
	Xborder-bottom: 1px solid #cecbc4;
	float: left;
	height: 30px;
}

#breadcrumbs dt {
	float: left;
	margin-right: 10px;
	color: #8f8d88;
}

#breadcrumbs dd {
	float: left;
	padding-right: 8px;
	margin-right: 5px;
	background: url(img/content/arrow.gif) right 7px no-repeat;
}

#breadcrumbs .last-child {
	color: #f46d0d;
	background: none;
}

#breadcrumbs dd a {
	text-decoration: none;
}

/* Sidebar ---------------------------------------------- */
#sidebar {
	float: left;
	width: 160px; 
}

/* List with arrow */
.left-menu .menu_fragment  { 
	padding: 0 0px;
}

.left-menu .menu_fragment  ul {
	padding: 0 5px;
}

.left-menu .menu_fragment  li {
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	line-height: 1.5;
}

.left-menu .menu_fragment li.hasKids > a {
	background: url(img/content/arrow.gif) 5px 5px no-repeat;
}

.left-menu .menu_fragment li.hasKids > a.inpath {
	background: url(img/content/arrow.gif) 5px 5px no-repeat;
}

.left-menu .menu_fragment li > a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	/*background: url(img/content/arrow.gif) 5px 5px no-repeat;*/
}

.left-menu .menu_fragment  ul li.hasKids > a:hover {
	color: #f46d0d;
	background: url(img/content/arrow-orange.gif) 5px 7px no-repeat;
}
.left-menu .menu_fragment  ul li > a:hover {
	color: #f46d0d;
}

.left-menu .menu_fragment  li.hasKids > a.current,.left-menu .menu_fragment  li.hasKids > a.current:hover {
	color: #f46d0d;
	background: url(img/content/arrow-orange-bottom.gif) 4px 8px no-repeat;
}
.left-menu .menu_fragment  li > a.current,.left-menu .menu_fragment  li > a.current:hover {
	color: #f46d0d;
}

.left-menu .menu_fragment  .last-child {
	border: 0;
}

.left-menu .menu_fragment  ul ul {
	padding: 0 0 0 15px;
	margin-top: 5px;
}

.left-menu .menu_fragment  ul ul li {
	padding: 2px 0;
	border: 0;
	_height: 5px;
}


.left-menu .menu_fragment  ul a {
	background-position: 5px 7px;
}

/* List */
.list {
	padding: 0 15px;
	margin-bottom: 10px;
}

.list li,.content ul li {
	padding: 2px 0 2px 15px;
	background: url(img/content/arrow.gif) 0 8px no-repeat;
}

/* Content ---------------------------------------------- */

#content {
	float: right;
	width: 1112px;
}
.content td {
	vertical-align: top;	
}

/* Useful classes */
.border-bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f4f1;
}

.selected,
.selected:link,
.selected:visited,
.selected:active,
.selected a:link,
.selected a:visited,
.selected a:active {
	color:#F56D3E;
	font-weight: bold;
	}

/* Info box */
.info-box, .info-box.error, .info-box.message, .info-box.info, .info-box.decorated, .info-box.warning, .info-box.success {
	position: relative;
	padding: 10px 5px 10px 30px;
	margin-bottom: 10px;
	zoom: 1;
	border: 1px dotted #e3e3e3;
	background: #fbfbfa 10px 10px no-repeat;
	background-image: none;
}
.info-box h2, .info-box.error h2, .info-box.message h2, .info-box.info h2, .info-box.decorated h2, .info-box.warning h2, .info-box.success h2 {
	font-size: 12px;	
}
.info-box h3, .info-box.error h3, .info-box.message h3, .info-box.info h3, .info-box.decorated h3, .info-box.warning h3, .info-box.success h3 {
	font-size: 11px;	
}
.info-box.decorated {
	padding-left: 10px;
}

.info-box .c, .info-box.decorated .c {
	position: absolute;
	width: 26px;
	height: 26px;
	margin: -1px -1px 0 0;
	background: url(img/content/info-box-corner.gif) no-repeat;
	right: 0;
	top: 0;
}

.info-box p, .info-box h3, .info-box.error p, .info-box.error h3, .info-box.error h2 {
	margin: 0;
}

.info-box p, .info-box.error p {
	padding-top: 5px;
}

.icon-workers {
	padding-left: 60px;
	background-image: url(img/content/info-box/workers.gif);
}

.icon-cards {
	background-image: url(img/content/info-box/cards.gif);
}

/* Alerts */
.info-box.error {
	border-color: #f5e0dd;
	background: #fff5f4 url(img/content/info-box/error.png) 5px 9px no-repeat;
}

.info-box.error .c {
	background: url(img/content/info-box/error-c.gif) right 0 no-repeat;
}

.info-box.error h3, .info-box.error h2 {
	color: #f4230d;
}

.info-box.success {
	border-color: #b9d5bd;
	background: #e3eedd url(img/content/info-box/success.png) 5px 9px	no-repeat;
}

.info-box.success h3, .info-box.success h2 {
	color: #59a725;
}

.info-box.success .c {
	background: url(img/content/info-box/success-c.gif) right 0 no-repeat;
}

.info-box.info, .info-box.message {
	background: #FAFAF9 url(img/content/info-box/info.png) no-repeat 5px 9px;
}
.info-box.info h3, .info-box.info h2, .info-box.message h2, .info-box.message h3 {
	color: black;	
	padding-top: 2px;
}
.info-box.warning {
	border-color: #cfcea9;
	background: #efeec2 url(img/content/info-box/warning.png) 5px 9px	no-repeat;
}

.info-box.warning .c {
	background: url(img/content/info-box/warning-c.gif) right 0 no-repeat;
}

/* Table one */
.table {
	border: 1px solid #cecbc4;
	border-collapse: separate;
	*border-collapse: collapse;
}

.table th,.table .th, .table .tc {
	padding: 5px;
	border-left: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
	background-color: #f8f8f8;
}

.table .dark th {
	color: #b8b8b8;
	border-left: 0;
	border-right: 1px solid #3e3e3e;
	background: #3d3d3d url(img/content/table-one-header-dark.gif) 0 bottom
		repeat-x;
}

.table th input {
	display: block;
	padding: 3px 0;
	width: 100%;
	margin-top: 5px;
	color: #000;
	font: 11px Arail, sans-serif;
	border: 1px solid #c2c0bb;
	border-right: 0;
	border-bottom: 0;
}

.table th select {
	display: block;
	height: 20px;
	width: 100%;
	border: 1px solid #c2c0bb;
	margin-top: 5px;
	color: #000;
	font: 11px Arail, sans-serif;
}

.table th.first {
	border-left: 0;
}

.table th.last {
	border-right: 0;
}

.table td,.table .td, .table .td1, .table .even  {
	padding: 5px 5px;
	border-right: 1px solid #eeedec;
	border-bottom: 1px solid #eeedec;
}

.table .td0, .table .odd, .table .td2  {
	padding: 5px 5px;
	border-right: 1px solid #eeedec;
}
.table label,.table2 label {
	font-weight: bold;	
}
.table td.employ {
	border-right: 0;
}

.table .table-header td {
	padding: 0 10px;
}

.table .table-header td a {
	display: block;
	padding: 5px 0;
}

.table .table-header td a:hover {
	color: #f46d0d;
}

.table .table-content td {
	padding: 4px 10px;
	border-color: #d7d2cf;
	background: #f0eee8;
}

.table tr td.last {
	border-right: 0;
}

.table .table-content:hover td {
	background-color: #e7e5e1;
}

.table .table-content.in_tree td,.table .table-content.bold:hover td {
	background-color: #d7d2cf;
	border-color: #b5b2b0;
}

.table.form td {
	border: none;
}

.orange-hover .table-content.in_tree td,.orange-hover .table-content.in_tree a
	{
	background-color: #f46d0d;
	color: #fff;
}

.table tfoot td {
	border: 0;
	background: #fafafa url(img/content/table-one-header.gif) 0 bottom
		repeat-x;
}

/* Workers table */
.workers-list th.surname {
	width: 170px;
}

.workers-list th.surname input {
	width: 159px;
}

.workers-list th.forname {
	width: 140px;
}

.workers-list th.forname input {
	width: 129px;
}

.workers-list th.unit {
	width: 75px;
}

.workers-list th.position {
	width: 190px;
}

/*
				.workers-list .table-content .surname a { display: block; padding-left: 20px; background: 0 center no-repeat; }
				.workers-list .table-content .surname .male { background-image: url(img/content/workers-list-male.gif); }
				.workers-list .table-content .surname .female { background-image: url(img/content/workers-list-female.gif); }
				*/ /* Table two */
.table2 {
	border-collapse: separate;
	*border-collapse: collapse;
	border: 1px solid #cecbc4;
}

.table2 th {
	padding: 10px;
	border-left: 1px solid #fbfbfb;
	border-right: 1px solid #cecbc4;
	background: #fff url(img/content/table-one-header.gif) 0 bottom repeat-x
		;
}

.table2 th.first {
	border-left: 0;
}

.table2 th input {
	display: block;
	padding: 3px 0;
	width: 100%;
	margin-top: 5px;
	color: #000;
	font: 11px Arail, sans-serif;
	border: 1px solid #c2c0bb;
	border-right: 0;
	border-bottom: 0;
}

.table2 th select {
	display: block;
	height: 20px;
	width: 100%;
	border: 1px solid #c2c0bb;
	margin-top: 5px;
	color: #000;
	font: 11px Arail, sans-serif;
}

.table2 th.last {
	border-right: 0;
}

.table2 td {
	padding: 5px 10px;
	border-bottom: 1px dotted #d6d6d4;
}

.table2 tr.last td {
	border: 0;
}

.table2 tfoot td {
	border: 0;
	background: #fafafa url(img/content/table-one-header.gif) 0 bottom
		repeat-x;
}

/* Employers list */
.employers-list th.surname {
	width: 90px;
}

.employers-list td.surname a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background: 0 center no-repeat;
}

.employers-list td.surname .male {
	background-image: url(img/content/workers-list-male.gif);
}

.employers-list td.surname .female {
	background-image: url(img/content/workers-list-female.gif);
}

.employers-list td.employ {
	text-align: center;
	color: #8f8d88;
}

/* Sections */
div.section {
	background: transparent url(img/content/box/header-gray.gif) no-repeat;
	height: 27px;
	margin-bottom: 1px;
}

ul.section {
	Xborder: 1px #E9E8E3 solid;
	text-align: left;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
}

.section_body {
	border: 1px #E9E8E3 solid;
	padding: 5px;
	margin-top: -1px;
}

ul.section li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-image: none;
	Xborder-top: 2px solid #F2F2F0;
	Xborder-bottom: 1px solid #A8A8A4;
	font-weight: bold;
}

ul.section li a {
	background: transparent url("img/content/arrow.gif") no-repeat scroll
		10px center;
	padding-left: 2em;
	text-decoration: underline;
	color: black;
}

ul.section li a:hover {
	background: transparent url('img/content/arrow-orange.gif') no-repeat
		scroll 10px center;
	color: #FF9933;
}

ul.section li:hover {
	text-decoration: none;
	color: navy;
}

.active_section ul li a {
	background: transparent url('img/content/arrow-orange-bottom.gif')
		no-repeat scroll 10px center;
	color: #F46D0D;
}

.active_section ul li a:hover {
	background: transparent url('img/content/arrow-orange-bottom.gif')
		no-repeat scroll 10px center;
}

/* Tabs */
.tabs-container {
	
}

.tabs-container .tabs {
	height: 31px;
	padding: 0; 
	border-bottom: 1px solid silver;
}

.tabs-container .tabs li {
	float: left;
	margin-right: 2px;
	padding: 0px;
	background-image: none;
}

.tabs-container .tabs a,.tabs-container .tabs a strong {
	float: left;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
}

.tabs-container .tabs a {
	
}

.tabs-container .tabs a:hover strong {
/* 	color: #f46d0d; */
}

.tabs-container .tabs a strong {
	padding: 0 25px;
	background-position: right bottom;
}


.tabs-container .tabs a:hover strong {
	color: black;
	border-bottom: 1px solid #f46d0d;
}

.tabs-container .tabs .current a,.tabs-container .tabs .current a strong,.tabs-container .tabs .current a:hover strong
	{
	height: 31px;
	line-height: 31px;
	margin: 0;
	font-weight: bold;
	color: #3c4951;
    border-bottom: 2px solid #f46d0d
}

.tabs-container .tabs-item {
	padding: 0 10px 10px;
}

/* Gray */
.tabs-gray .tabs {
	background: url(img/content/tabs-gray.gif) 0 30px repeat-x;
}

.tabs-gray .tabs .current a,.tabs-gray .tabs .current a strong,.tabs-gray .tabs .current a:hover strong
	{
	color: #404041;
	background-image: url(img/content/tabs-gray-hover.gif);
}

/* Forms ---------------------------------------------- */
.form {
	overflow: hidden;
	height: 100%;
}

.form fieldset {
	text-align: left;
	margin-bottom: 10px;
}

.form fieldset legend {
	font-weight: bold;
}

.form fieldset ul {
	margin-top: 10px;
	border: 1px solid #e5e4e1;
	border-bottom: 0;
}

.form fieldset ul ul {
	margin: 0;
	border: 0;
}

.form fieldset ul li {
	overflow: hidden;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #e5e4e1;
	vertical-align: bottom;
	background: none;
}

.form .odd {
	background: #f0eee9;
}

.form label,.form .label {
	float: right;
	line-height: 20px;
	text-align: right; 
	padding: 0 1em 0 5px;
	font-weight: bold;
}

.form label em,.form .label em {
	color: #f36a0f;
	font-size: 12px;
	font-weight: bold;
}

.form label small,.form .label small {
	display: block;
	line-height: 120%;
	font-weight: normal;
	color: #a1a1a1;
}

/* Checkboxes */
.form .checkbox {
	float: left;
}

.form .checkbox li {
	float: left;
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
}

.form .checkbox.columns li {
	width: 200px;
}

.form .checkbox.columns .break {
	clear: left;
}

.form .checkbox label {
	float: none;
	width: auto;
	font-weight: normal;
}

.form .checkbox input {
	vertical-align: middle;
}

/* Select */
.form .select {
	float: left;
	color: #000;
}

.form .select li {
	float: left;
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0 15px 0 0;
}

.form .select.block li {
	float: none;
	margin-bottom: 5px;
}

.form .select label {
	text-align: left;
	padding: 0;
	width: 100px;
	font-weight: normal;
}

.form .select label.auto {
	float: none;
	width: auto;
	padding-right: 5px;
}

.form .select select {
	vertical-align: middle;
}

.form .input,.form select,.form textarea {
	color: #000;
	font: 11px Arail, sans-serif;
	border: 1px solid #c2c0bb;
}

.form .input {
	padding: 3px 5px;
}

.form textarea {
	padding: 3px 5px;
	width: 300px;
}

.form select {
	height: 20px;
}

.form .input:focus,.form select:focus,.form textarea:focus {
	border-color: #f57d28;
}

.form input[readonly] {
	color: #999;
}

.form select optgroup {
	font-weight: normal;
	color: #000;
	font-style: normal;
	background: #dbd7ce;
}

.form select optgroup option {
	color: #000;
	background: #fff;
}

/* Error */
.form .warning {
	display: none;
}

.form .error .input,.form .error textarea,.form .error select {
	border-color: #c60a0a;
}

.form .error .warning {
	display: block;
	margin: 3px 0 0 275px;
	color: #c60a0a;
}

/* Sample */
#sample-buttons {
	overflow: hidden;
	height: 100%;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #f3f2f0;
}

#sample-buttons li {
	float: left;
	width: 50%;
	overflow: hidden;
	height: 100%;
	margin-bottom: 10px;
}

/* ------------------ Buttons -------------------- */
.form .buttons {
	text-align: center;
	border: 0;
	margin: 0;
}

.button {
	padding: 0 10px 3px 10px;
	_padding-bottom: 0;
	height: 28px;
	border: 1px solid #cdcbc4;
	border-bottom: 1px solid #93918a;
	color: #f46d0d;
	font: bold 11px/25px Arail, sans-serif;
	background: #e7e5de url(img/content/button/icons.gif) no-repeat scroll 0px 0px;
}
.button:hover {
	color: #ff9951;
	background-color: #f0efe9;
}
.button.disabled, .button.disabled:hover, .disabled, .disabled:hover {
	color: #8f8d88;
	background-color: #e7e5de;
	background-image: url(img/content/button/icons_gray.gif);
	cursor: default;
}

.button.default {
	border-color: #797979;
	border-bottom-color: #333;
}

.save_button {
	padding-left: 25px;
	background-position: 0 -25px;
}
.save_button.small {
	background-position: 0 -29px;
}
.edit_button {
	padding-left: 25px;
	background-position: 0 -50px;
}
.edit_button.small {
	background-position: 0 -54px;
}
.show_button, .view_button {
	padding-left: 25px;
	background-position: 0 -75px;
}
.show_button.small, .view_button.small {
	background-position: 0 -79px;
}
.add_button {
	padding-left: 25px;
	background-position: 0 -100px;
}
.add_button.small {
	background-position: 0 -104px;
}
.remove_button {
	padding-left: 25px;
	background-position: 0 -125px;
}
.remove_button.small {
	background-position: 0 -129px;
}
.add-user_button {
	padding-left: 25px;
	background-position: 0 -150px;
}
.add-user_button.small {
	background-position: 0 -154px;
}
.remove-user_button {
	padding-left: 25px;
	background-position: 0 -175px;
}
.remove-user_button.small {
	background-position: 0 -179px;
}
.edit-user_button {
	padding-left: 25px;
	background-position: 0 -200px;
}
.edit-user_button.small {
	background-position: 0 -204px;
}
.ok_button,.accept_button {
	padding-left: 25px;
	background-position: 0 -225px;
}
.ok_button.small,.accept_button.small {
	background-position: 0 -229px;
}
.cancel_button {
	padding-left: 25px;
	background-position: 0 -250px;
}
.cancel_button.small {
	background-position: 0 -254px;
}
.abort_button {
	padding-left: 25px;
	background-position: 0 -275px;
}
.abort_button.small {
	background-position: 0 -279px;
}
.print_button {
	padding-left: 25px;
	background-position: 0 -300px;
}
.print_button.small {
	background-position: 0 -304px;
}
.search_button {
	padding-left: 25px;
	background-position: 0 -325px;
}
.search_button.small {
	background-position: 0 -329px;
}
.email_button {
	padding-left: 25px;
	background-position: 0 -350px;
}
.email_button.small {
	background-position: 0 -354px;
}
.copy_button {
	padding-left: 25px;
	background-position: 0 -375px;
}
.copy_button.small {
	background-position: 0 -379px;
}
.paste_button {
	padding-left: 25px;
	background-position: 0 -400px;
}
.paste_button.small {
	background-position: 0 -404px;
}
.delete_button {
	padding-left: 25px;
	background-position: 0 -425px;
}
.delete_button.small {
	background-position: 0 -429px;
}
.refresh_button {
	padding-left: 25px;
	background-position: 0 -450px;
}
.refresh_button.small {
	background-position: 0 -454px;
}
.next_button {
	padding-left: 25px;
	background-position: 0 -475px;
}
.next_button.small {
	background-position: 0 -479px;
}
.previous_button, .back_button {
	padding-left: 25px;
	background-position: 0 -500px;
}
.previous_button.small, .back_button.small {
	background-position: 0 -504px;
}
.security_button {
	padding-left: 25px;
	background-position: 0 -525px;	
}
.security_button.small {
	background-position: 0 -529px;	
}
.download_button {
	padding-left: 25px;
	background-position: 0 -550px;	
}
.download_button.small {
	background-position: 0 -554px;	
}
.exit_button {
	padding-left: 25px;
	background-position: 0 -575px;	
}
.exit_button.small {
	background-position: 0 -579px;	
}
.calendar_button {
	padding-left: 25px;
	background-position: 0 -600px;	
}
.calendar_button.small {
	background-position: 0 -604px;	
}
.chart_button {
	padding-left: 25px;
	background-position: 0 -625px;	
}
.chart_button.small {
	background-position: 0 -629px;	
}
.excel_button {
	padding-left: 25px;
	background-position: 0 -650px;	
}
.excel_button.small {
	background-position: 0 -654px;	
}
.pdf_button {
	padding-left: 25px;
	background-position: 0 -675px;	
}
.pdf_button.small {
	background-position: 0 -679px;	
}
.document_button {
	padding-left: 25px;
	background-position: 0 -700px;	
}
.document_button.small {
	background-position: 0 -704px;	
}
.small {
	height: 19px;
	line-height: 17px;
	font-weight: normal;
	border-bottom-color: #92908b;
}

/* Footer
	---------------------------------------------- */
#footer {
	padding: 15px 0px;
	overflow: hidden;
	height: 100px;
	color: #8f8d88;
}

#footer div {
	width: 1280px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #f46d0d;
	text-decoration: underline;
}

/*  ------- corrections for CMS  ------- */
.container_table {
	border-collapse: collapse;
}

.container_td {
	vertical-align: top;
}

#HTMLEditor {
	position: absolute;
    z-index: 15;
    background: white none no-repeat;
    top: 110px;
    left: 10px;
    right: 10px;
    height: calc(100% - 110px);
}
#HTMLEditor fieldset {
	background-color: white;
	padding: 10px;	
}

i.welcome.fa {
	font-size: 45px;
    color: #f77411;
    width: 76px;
}

div.c {
	display: none;
}

