@charset "utf-8";
/* CSS Document */

/* /////////////////////////////////////////////////////////////////////
 CONTROLS
//////////////////////////////////////////////////////////////////////*/

.wtForm label, .wtForm .label {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
}

.section_dialog input[type="text"], .section_dialog input[type="password"], .section_dialog select, .section_dialog textarea {
    background-color: #eef7ff;
    border: 1px solid #d2d0d2;
    border-radius: 2px;
    margin: 6px 0;
    padding: 6px;
}

.section_dialog .suggestbox_wrapper.combo {
    background: none repeat scroll 0 0 #eef7ff;
    border: 1px solid #d2d0d2;
    border-radius: 2px;
	padding: 0 6px;
}

.section_dialog .suggestbox_wrapper.combo select, .section_dialog .suggestbox_wrapper.combo input[type="text"] {
    background: none;
    border: none;
    border-radius: 0px;
	padding: 1px 0 0 5px;
	margin-top:2px;
}

.section_dialog .section.panel_left .section_content {
	border-right:solid 1px #f3f3f3;
}


#formManageItem .section .section_content.wt_table {
    background-position: -30px center;
}

/* Tabs */
ul.tabs li {
	font-weight: normal;
	height: 30px;
	width:inherit;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	line-height:30px;
	border-radius: 4px;
    border: none;
    background-color: #dedede;
    color: #7e7e7e;
	text-shadow:none;
	display:block;
}

ul.tabs li:hover, ul.tabs li.active {
	border:none;
	background-color:#efeeee;
    color: #777;
	font-weight:bold;
}

ul.tabs .icon {
	display:none;
}

ul.tabs li a, ul.tabs li a:hover {
	display:inline-block;
	text-align:center;
	color: #7e7e7e;
}

ul.tabs li.active a, ul.tabs li:hover a {
	color:#1279c3;
}

ul.tabs a::after {
    color: transparent;
    content: attr(title);
    display: block;
    font-weight: bold;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

/* Information */
.section.information {
	background-color:#eef7ff;
}

#userRole label {
	font-weight:bold;
}
.checkbox {
	width: 21px;
	height: 20px;
	margin-right:5px;
	background: url(/site_art/control_checkbox.png) no-repeat;
	display: inline-block;
	vertical-align:middle;
}

.checkbox.checked {	background-position:0px -40px; }
.checkbox.downunchecked { background-position:0px -20px; }
.checkbox.downchecked { background-position:0px -60px; }
.checkbox.disabled { background-position:0px -80px; }
.checkbox.checked.disabled { background-position:0px -100px; }

.checkbox.large {
	width: 40px;
	height: 40px;
	padding: 0 10px 0 0;
	margin-bottom:5px;
	background: url(/site_art/control_checkbox_large.png) no-repeat;
	display: inline-block;
	vertical-align:middle;
}

.checkbox.large.checked { background-position:0px -80px; }
.checkbox.large.downunchecked {	background-position:0px -40px; }
.checkbox.large.downchecked { background-position:0px -120px; }
.checkbox.large.disabled { background-position:0px -160px; }
.checkbox.large.checked.disabled { background-position:0px -200px; }
/* radio-buttons */
.radio {
	width: 21px;
	height: 20px;
	margin-right:5px;
	background: url(/site_art/control_radio.png) no-repeat;
	display: inline-block;
	vertical-align:middle;
}

.radio.checked {	background-position:0px -40px; }
.radio.downunchecked { background-position:0px -20px; }
.radio.downchecked { background-position:0px -60px; }
.radio.disabled { background-position:0px -80px; }

.button {
	background-color:#e6007e;
}
.button:hover {
	background-color:#ff008c;
}