body {
	font-family:tahoma;
}
input {
	width:200px;
	height:20px;
	padding-left:3px;
	font-size:11px;
	color:#000;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#ccc;
}
textarea {
	width:370px;
	height:120px;
	padding:5px;
	font-family:tahoma;
	font-size:11px;
	color:#000; 
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#ccc;
}
select {
	width:205px;
	height:23px;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	color:#000;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#ccc;
}

#alert_message{
	position:absolute;	
	z-index:10;
	width:350px;
	left:50%;
	margin-left:-175px;
	top:-90px;
	display:none;
}
.info, .success, .warning, .error {
	position:relative;
	margin: 10px 0px;
	padding:5px 10px 7px 10px;
	font: bold 11px tahoma;

	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;

	-webkit-border-bottom-right-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	
	text-align:center;
	bottom:10px;
}
.info {
	color: #FFFFFF;
	background: url('../images/icons/alert/info.png') no-repeat center left;
}
.success {
	color: #FFFFFF;
	background: url('../images/icons/alert/success.png') no-repeat center left;
}
.warning {
	color: #FFFFFF;
	background: url('../images/icons/alert/warning.png') no-repeat center left;
}
.error {
	color: #FFFFFF;
	background: url('../images/icons/alert/error.png') no-repeat center left;
}
.no-select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#sx_menu {
	position:relative;
	float:left;
}

.qk_menu_sx_box{
	position:relative;
	float:left;
	width:100%;
	height:14%;
	text-align:center;
}

.qk_menu_sx_box_active{
	position:relative;
	float:left;
	width:100%;
	height:14%;
	text-align:center;
	background-color:#353535;
}

.qk_menu_sx_box:hover {
	background-color:#353535;
}

.admin_menu_top_normal{
	position:relative;
	float:left;	
	height:100%;
	text-align:center;
	color:#fff;
	margin:0 3px 0 3px;
	padding:0 15px 0 15px;
}

.admin_menu_top_normal:hover{
	background-image:url('../images/template/admin_selected.png');	
}

.admin_menu_top_active{ 
	position:relative;
	float:left;
	padding:0 15px 0 15px;
	margin:0 3px 0 3px;
	height:100%;
	text-align:center;
	color:#fff;
	background-image:url('../images/template/admin_selected.png');	
}
.single_link {
	text-decoration:none;
	color:#000;
}
.single_link:hover {
	color:#333;
}
.single_link_white {
	text-decoration:none;
	color:#fff;
}
.single_link_white:hover {
	color:#e7e7e7;
}
.single_link_menu_white {
	text-decoration:none;
	color:#fff;
}
.menu_button {
	width:100px;
	height:24px;
	font-size:11px;
	cursor:pointer;
	background-color: #4C4848;
	background-image: -ms-linear-gradient(top,#4C4848,#393735);
	background-image: -moz-linear-gradient(top,#4C4848,#393735);
	background-image: -o-linear-gradient(top,#4C4848,#393735);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4C4848),to(#393735));
	background-image: -webkit-linear-gradient(top,#4C4848,#393735);
	background-image: linear-gradient(top,#4C4848,#393735);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#393735;
	color:#fff;
}
.menu_button:hover{
	background-color: #E29033;
	background-image: -ms-linear-gradient(top,#E29033,#EEB43A);
	background-image: -moz-linear-gradient(top,#E29033,#EEB43A);
	background-image: -o-linear-gradient(top,#E29033,#EEB43A);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E29033),to(#EEB43A));
	background-image: -webkit-linear-gradient(top,#E29033,#EEB43A);
	background-image: linear-gradient(top,#E29033,#EEB43A);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#E29033;
}
#content_menu_top_dx {
	position:relative;
	float:right;
	height:30px;
	margin-bottom:20px;
}
.placeholder {
	background-color: #dddddd;
}
.ui-nestedSortable-error {
	background:#fbe3e4;
	color:#8a1f11;
}
ol.sortable, ol.sortable ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}
ol.sortable {
	margin: 0px 20px 10px 10px;
}
.sortable li {
	margin: 7px 0 0 0;
	padding: 0;
}
.sortable li div  {
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 0;
	cursor: pointer;
	background-color: #E7E7E7;
	background-image: -ms-linear-gradient(top,#F9F9F9,#CCCCCC);
	background-image: -moz-linear-gradient(top,#F9F9F9,#CCCCCC);
	background-image: -o-linear-gradient(top,#F9F9F9,#CCCCCC);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F9F9F9),to(#CCCCCC));
	background-image: -webkit-linear-gradient(top,#F9F9F9,#CCCCCC);
	background-image: linear-gradient(top,#F9F9F9,#CCCCCC);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
dl {
	margin: 0;
}
dd {
	margin: 0;
	padding: 0 0 0 1.5em;
}

/* Used for the Switch effect: */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/template/switch.png) repeat-x; display: block; float: left;}
.cb-enable span, .cb-disable span { line-height: 20px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -60px; padding: 0 10px; width:40px; text-align:center }
.cb-disable span { background-position: right -120px;padding: 0 10px; width:40px; text-align:center }
.cb-disable.selected { background-position: 0 -20px; }
.cb-disable.selected span { background-position: right -140px; color: #fff; }
.cb-enable.selected { background-position: 0 -40px;}
.cb-enable.selected span { background-position: left -100px; color: #fff; }

/* Used for the Range Input effect: */
.slider {
    background:#4A4646 url(../images/template/rangeinput.png) repeat-x 0 0;
    height:4px;
    position:relative;
    cursor:pointer;
    border:1px solid #333;
    width:70px;
    float:left;
    clear:right;
    margin-top:10px;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.progress {
    height:9px;
    background-color:#C5FF00;
    display:none;
    opacity:0.6;
}
.handle {
    background:url(../images/template/rangeball.png) repeat-x 0 0;
    height:18px;
    width:18px;
    top:-8px;
    position:absolute;
    display:block;
    margin-top:1px;
    cursor:pointer;
}
.range {
    float:left;
    width:35px;
	margin-left:7px;
    text-align:center;
	font-size:11px;
	color:#000;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#ccc;
}

.editor_language:hover {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#DDDDDD;
}

.editor_language_active{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#D0D0D0;
}

div.buttonfavicon {
	position:relative;
	float:left;
	margin-top:3px;
	width: 25px;
	height: 20px;
	background: url(../images/icons/upload.png) no-repeat;
	cursor:pointer;
}

#file {
	display: block;
	width: 25px;
	height: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor:pointer;
}