.buttons {	
	position: absolute;
	bottom: 50px;
	right: 50px;
	float:right;
}
.buttons_dialog {	
	position: absolute;
	bottom: 50px;
	right: 20px;
	float:right;
}
.buttons_dialog_left {	
	position: absolute;
	bottom: 50px;
	left: 20px;
	float:left;
}
/* Tabs
---------------------------------------------------------------- */
.mainTabs {
	padding: 0 0 2px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}
.mainTabs .tab-menu {	
	list-style:	none;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	background: url(../images/tabs_bg.png) left bottom repeat-x;
	overflow: hidden;
	white-space: nowrap;
	min-width: 310px;   /* avoid new line */
}
.mainTabs .tab-menu li {
	position: relative;
	float: left;
	margin:	0 2px 0px 2px;
	cursor: pointer;
	line-height: 16px;
	display: block;
}
.mainTabs .tab-menu li.right {
	float: right;
}
.mainTabs .tab-menu li:first-child, .mainTabs .tab-menu li:first-child a {
	margin-left: 0;
}
.mainTabs .tab-menu li a {
	display: block;
	margin-left: 3px;
	padding: 5px 10px 3px 10px;
	text-align: center;
	font-weight: normal;
	color: #7A8189;
	border:solid 1px #ddd;
	background: #eee;
	/*height: 26px;*/
}
.mainTabs .tab-menu li a.detail {
	padding-right:17px;
}
.mainTabs .tab-menu li a:hover {
	text-decoration: none;
	color: #0973B6;
	background-color: #fff;
}
.mainTabs .tab-menu li span.tab-detail{
	font-size: 9px;
	position: absolute;
	top:0px;
	right:3px;
	color:#0973B6;
	font-weight: bold;
}	

.mainTabs .tab-menu li.selected a {
	color: #3f3f3f;
	font-weight: bold;
	background: #fff;
	border-bottom: solid 1px #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
}
.mainTabs .tab-menu li.dl a {
	background: #eee url(../images/tab_star_gray_bg.png) no-repeat 97% 2px;
	padding-right: 14px;
}
.mainTabs .tab-menu li.dl.selected a {
	background: #fff url(../images/tab_star_blue_bg.png) no-repeat 97% 2px;
}

.mainTabs .tab-menu li.help a {
	background: #eee url(../images/icon_12_label_help.png) no-repeat 97% 2px;
	padding-right: 14px;
}
.mainTabs .tab-menu li.help.selected a {
	background: #fff url(../images/icon_12_label_help.png) no-repeat 97% 2px;
}
.star {
	background: #fff url(../images/tab_star_blue_bg.png) no-repeat  2px;
}
.mainTabs .tab-menu li.inactive {
	opacity: 0.3;
}

.mainTabs .tab-menu li.setup {}
.mainTabs .tab-menu li.setup a{}
.mainTabs .tab-menu li.setup a span{
	display: block;
	height: 16px;
	width: 16px;
	background: url("../images/icons_16.png") no-repeat scroll -96px -32px rgba(0, 0, 0, 0);
}


.mainTabs.small {
	margin: 0;
	padding-bottom: 0;
}
.mainTabs.small .tab-menu{
	background: none;
}
.mainTabs.small .tab-menu li a{
	border-bottom: none;
}
/* Side panel */
.panelAlt .tab-menu li a {
	padding:3px 13px 2px 13px;
}

.tab-content {
	height:2em;
	list-style:none;
	padding:0 0 0px 0;
}
.tab-content li.right {
	float:right;
	margin-left:0;
	margin-right: 8px;
}
.tab-content li {
	background: url(../images/bg-gray-light.png);
	cursor:pointer;
	float:left;
	height:24px;
	margin-left:8px;
}
.tab-content li.unactive {
	opacity:0.3;
}
.tab-content li.icon a {
	padding:0.3em 1.1em 0em 1.1em;
}
.tab-content li.dl a {
	padding-right: 1.6em;
	background:url(../images/bg_tab_default_lang.png) no-repeat top right;
}
.tab-content li.help a {
	padding-right: 1.6em;
	background:url(../images/icon_12_label_help.png) no-repeat top right;
}
.tab-content li a {
	display:block;
	color:#7a8189;
	text-decoration:none;
	font-size:11px;
	border: solid 1px #e3ded1;
	border-bottom: none;
	padding:0.3em 1.1em 0.2em 1.1em;
}
.tab-content li.active a{
	background-color:#fff;
	font-weight:bold;
	padding-bottom:0.3em;
}
.tab-content li.active a {
	color:#36607d;
}
.tab-content a:hover {
	background-color:#fff;
	color:#36607d;
}

/* Tab depending content */
textarea.tab {
	margin: 0;
}


/* Main panel titles
---------------------------------------------------------------- */

h2.main {
	color:#2a2d33;
	border-bottom:none;
	line-height:40px;
	max-height:68px;
	height:40px;
	overflow: hidden;
	font-size:24px;
	margin-bottom: 10px;
	border-bottom: none !important;
}
h2.main:before{
	content:"";
	background: url(../images/icons_40.png) no-repeat -1200px -1200px;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	float: left;
	margin-right: 8px;
}
h2.main.no-icon:before{
	width: 0;
	height: 0;
}

h2.main.page:before{background-position: 0 0}
h2.main.article:before{background-position: -120px 0}
h2.main.articles:before{background-position: -80px 0}
h2.main.tree:before{background-position: 0 -40px}
h2.main.categories:before{background-position: -40px -40px}
h2.main.tags:before{background-position: -80px -40px}
h2.main.languages:before{background-position: -240px 0}
h2.main.article_types:before{background-position: -120px -40px}
h2.main.elements:before{background-position: -160px -40px}
h2.main.extends:before{background-position: -200px -40px}
h2.main.modules:before{background-position: -240px -40px}
h2.main.system-check:before{background-position: -280px -40px}
h2.main.ionize:before{background-position: -40px -80px}
h2.main.groups:before{background-position: -280px 0}
h2.main.user:before{background-position: -360px 0}
h2.main.themes:before{background-position: -80px -80px}
h2.main.website:before{background-position: -120px -80px}
h2.main.settings:before{background-position: -320px -80px}
h2.main.help:before{background-position: -360px -40px}
h2.main.protected:before{background-position: -400px -40px}
h2.main.key:before{background-position: -200px -80px}
h2.main.items:before{background-position: -160px -120px}
h2.main.video:before{background-position: -240px -120px}
h2.main.nodes:before{background-position: -120px -120px}
h2.main.company:before{background-position: -280px -120px}
h2.main.address:before{background-position: -80px -120px}
h2.main.contacts:before{background-position: -280px 0}
h2.main.reporting:before{background-position: -320px -40px}
h2.main.mail:before{background-position: -80px -120px}
h2.main.edit:before{background-position: -200px -120px}
h2.main.gender-male:before,
h2.main.gender-female:before,
h2.main.gender-null:before{
	font-family: 'RalewayLight';
	font-size: 34px;
	font-weight:  bold;
	margin-left:5px
}
h2.main.gender-male:before{content: "?";}
h2.main.gender-female:before{content: "?";}
h2.main.gender-null:before{content: "?";}
h2.main.target:before{background-position: -360px -40px}
h2.main.send:before{background-position: -320px -120px}