body {
	/*background: url(images/bg.jpg) repeat;*/
	background: #f2f2f2;
	border-top: 0px solid #666;
	color: #333;
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 12px;
}

body, * {
	/*font-family: Trebuchet MS;*/
	font-family: Sans-serif;
}

.margin-top {
	margin-top: 10px;
}

div#header {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
	background: #1f79b8;
	z-index: 99;
	padding: 0;
	max-width: 370px;
	min-width: 200px;
	box-shadow: 0px 0px 15px #AAA;
}

div#header.hidden {
	min-width: 70px;
	display: initial !important;
	visibility: visible !important;
}

div#header.hidden form {
	position: relative;
}

div#header.hidden form span {
	display: none;
	visibility: hidden;
}

div#header.hidden form .ui-button {
	position: relative;
	padding: 0px 4px;
	margin: 10px auto;
	font-size: 14px;
	display: block;
	width: 90%;
	float: right;
}

#header form {
	position: absolute;
	top: 5px;
	right: 5px;
}

#Wrapper {
	width: 100%;
	margin: auto;
	padding-top: 0px;
	float: left;
	background: url('images/bg.jpg') no-repeat top center;
}

#ContentOuter {
	padding: 1%;
	/*background: #fff;*/
	float: left;
	max-width: 100%;
	min-width: 980px;
	width: 78%;
	/*border-radius: 0px 20px 20px 0;
	 box-shadow: 0 0 30px #CCC;*/
	position: relative;
}

#ContentOuter.full-size {
	width: 92%;
	padding-left: 1%;
}

@media screen {
	body > div#header {
		position: fixed;
	}
}

@media all and (max-width: 1420px) {
	div#header {
		position: fixed !important;
		float: left;
		width: 100%;
		height: 120px !important;
		max-width: 100%;
		height: auto;
	}
	div#header, div#header.hidden {
		position: fixed !important;
		float: left;
		top: 0;
		width: 100% !important;
		height: auto !important;
	}

	div#header.hidden #menu > ul, div#header.hidden #menu ul > li {
		float: left !important;
		clear: none !important;
		width: auto !important;
	}

	div#header.hidden #menu #header_hide {

	}
	div#header.hidden form {
		position: absolute;
	}
	div#header.hidden form .ui-button {
		padding: 5px 10px;
		margin: 10px auto;
		font-size: 14px;
		display: block;
		width: auto;
		float: right;
	}

	#header.hidden #menu li ul {
		width: 60px !important;
		min-width: 0 !important;
	}

	#Wrapper {
		width: 100%;
		margin: auto;
		padding-top: 0px;
		margin-left: 0px;
		float: left;
	}

	#ContentOuter {
		margin-top: 70px;
		width: 98% !important;
		padding: 1% 0 1% 1%;
	}

	#ContentOuter.small-size {
		margin-top: 140px;
	}

	div#header ul li {
		float: left;
		width: auto;
	}

	#menu li ul {
		position: absolute;
		width: 62px !important;
		top: 45px !important;
		left: 0px !important;
		list-style: none;
		margin: 0;
		background: #333;
		display: none;
		z-index: 10000;
	}

	#menu li ul li {
		padding: 5px 0;
		border-bottom: 1px dotted #666;
		width: 48px !important;
	}

	#header #menu li .text {
		display: none !important;
	}

	.ui-state-highlight.ui-widget-content.float-left.half-width {
		height: 280px;
		background: #ffffdd;
		border-color: #f6f6ff;
		margin: 2% 0px 1% 0;
		width: 45% !important;
	}

}

@media all and (max-width: 1600px) {

	.row .half-width {
		width: 50% !important;
	}

}

* html body {
	overflow: hidden;
}

* html div#content {
	height: 100%;
	overflow: auto;
}

#menu {
	float: left;
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 99%;
	background: transparent;
}

h1 {
	color: #fff;
	background: #fff;
	font-family: Arial;
	font-weight: normal;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	width: 95%;
	padding: 10px 2.5%;
	margin: 0;
	position: relative;
	letter-spacing: -1px;
}

#Content {
	float: left;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#Login {
	display: block;
	width: 0%;
	padding: 0% 3%;
	border-radius: 10px;
	background: #fff;
	opacity: 0;
	width: 280px;
	height: 0;
}

h2 {
	color: #1f79b8;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
	font-family: Trebuchet MS;
}

h2 .ui-icon {
	margin-top: 3px;
}

#loginForm {
	float: left;
	width: 230px;
	clear: both;
	padding: 10px;
}

.login-inform {
	float: left;
	width: 230px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #005596;
	clear: both;
	padding: 0 10px;
}

#loginForm label {
	float: left;
	width: 250px;
	font-weight: bold;
	color: #333;
	clear: both;
	font-size: 12px;
}

.forgot-pwd {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px 0;
}

.forgot-pwd a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

#loginForm .ui-input {
	border: 1px solid #cdf;
	font-size: 12px;
	float: left;
	width: 244px;
	clear: both;
	padding: 4px 3px;
	margin: 5px 0;
}

.error {
	color: #c00;
	clear: both;
	font-size: 11px;
	float: left;
	padding: 5px 10px;
}

a.logout {
	float: right;
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
	line-height: 48px;
	padding: 0 10px;
}

.admin-inner {
	float: left;
	width: 980px;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height: 400px;
}

.login-status {
	float: right;
	font-size: 12px;
	line-height: 48px;
	padding: 0;
	color: #999;
}

h1 img {
	width: 80px;
	margin-top: 4px;
}

ul#menu {
	float: left;
	list-style: none !important;
	margin: 0;
	padding: 3px 1%;
	width: 69%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*border: 1px solid #dfdfdf;*/
	position: absolute;
	top: 20px;
	left: 190px;
}

#menu li {
	float: left;
	padding: 0px 5px;
	margin: 5px 5px;
	border: 0;
	list-style: none;
	width: 94%;
}

#menu li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	/*font-weight: bold;*/

	color: #fff;
	float: left;
	width: 96%;
	padding-left: 10px !important;
}

#menu li a:hover {
	color: #fff;
}

#menu li.active {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 0;
	text-decoration: none;
	padding: 0px 5px;
	background: #444;
	border: 0;
}

#menu li.active a {
	text-decoration: none;
	color: #fff;
}

.editor-box .ui-button {
	font-size: 14px;
	font-weight: bold;
}

.editor-box {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#Left {
	width: 70%;
	min-width: 705px;
	float: left;
}

#Options {
	float: left;
	width: 235px;
	margin-left: 1%;
	min-height: 300px;
	padding: 5px 4px;
	padding-bottom: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#editor h3, #Options h3 {
	display: block;
	padding: 5px 2%;
	width: 96%;
	clear: both;
	margin: 0;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	font-weight: normal;
}

.CodeMirror {
	display: block;
	clear: both;
	width: 700px;
	margin: auto;
}

.CodeMirror * {
	line-height: 16px;
}

#editor h3 .ui-icon {
	float: left;
	margin: 0 3px;
}

.editor-box-menu {
	float: left;
	width: 96%;
	padding: 5px 2%;
	height: 25px;
}

.eb-left {
	float: left;
}

.eb-right {
	float: right;
}

.editor-box-menu a {
	color: #e00;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 10px;
	font-weight: bold;
}

.editor-box-menu a:hover {
	text-decoration: underline;
}

.option-row {
	float: left;
	width: 215px;
	padding: 5px 0;
	margin-bottom: 3px;
	border-bottom: 1px solid #eee;
	clear: both;
}

.option-row label {
	clear: both;
	float: left;
	padding: 6px 0;
}
.option-row label.no-style {
	clear: none;
	float: none;
	padding: 0;
}

.option-row .ui-input {
	float: left;
	width: 190px;
	border-color: #e9e9e9;
	color: #333;
	font-weight: normal;
	padding: 5px;
}

.ui-area {
	width: 210px;
	min-height: 80px;
	border-color: #e9e9e9;
	color: #333;
	font-weight: normal;
	padding: 5px 0;
}

#editor .save {
	width: 90px;
	margin: auto;
	float: none;
	display: block;
}

#catSelector {
	float: left;
	padding: 0px 4px;
	padding-bottom: 0;
	margin: 2px 0;
	width: 75%;
	height: auto;
	min-height: 24px;
	line-height: 24px;
	overflow: hidden;
	min-width: 500px;
	background: transparent;
	border: 0;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	margin-top: 10px;
}

#catSel {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}

.editors {
	float: left;
	width: 85%;
	padding-left: 8%;
	margin-bottom: 60px;
	clear: both;
}

.ui-input {
	border: 1px solid #ddd;
	height: 18px;
	padding: 2px 3px;
}

#Left #title {
	min-width: 575px;
	width: 97%;
	clear: none;
	float: left;
}

.link {
	font-size: 12px;
	color: #005596;
	text-decoration: none;
}

.oneCat {
	float: left;
	margin: 2px;
	padding: 1px 3px;
	color: #777;
	line-height: normal;
}
.ui-icon {
	float: left;
	margin-right: 2px;
}

.exit {
	float: right;
	padding: 3px 10px;
	color: #f00;
	margin-bottom: 5px;
	cursor: pointer;
	font-weight: bold;
}

#popup {
	font-size: 12px;
	background: #fafafa;
	min-height: 100px;
	border: 5px solid #EEE !important;
	padding: 15px 10px !important;
	box-shadow: 0 0 40px #666;
}

#popup ul {
	list-style: none;
	padding: 3px 0px;
	margin: 0;
	width: 100%;
	float: left;
	border: 0;
}

#popup ul li {
	float: left;
	width: 100%;
	clear: both;
	padding: 5px 0 !important;
	margin-bottom: 3px;
}

#popup ul li a {
	color: #333 !important;
	text-decoration: none;
	font-size: 14px !important;
	float: left;
	width: 100%;
}

#popup ul li a .ui-icon {
	margin-right: 5px;
}

#Left.news-editor h3 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	padding-left: 0;
}

.catText {
	float: left;
	max-width: 100px;
	max-height: 16px;
	overflow: hidden;
}

.news-editor h3.news-title {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}

.news-editor h3 small {
	font-size: 12px;
	color: #c00;
	font-weight: bold;
}

.news-editor h2.editors-header {
	padding-left: 0;
}
.news-editor h2.editors-header .ui-icon {
	margin-top: 3px;
}

div.clear {
	float: left;
	width: 100%;
	clear: both;
	margin: 20px 0;
}

#menu li a {
	padding: 5px 0;
	float: left;
	text-decoration: none;
}

#menu li {
	position: relative;
}

#header.hidden #menu > ul {
	width: 55px !important;
}

#header.hidden #menu li ul {
	width: auto;
	min-width: 48px;
	max-width: 400px;
}

#header.hidden #menu li {
	float: left !important;
	width: 50px !important;
	clear: none !important;
	display: block;
}

#menu li ul {
	position: absolute;
	width: 320px;
	top: 25px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	display: none;
	background: #1f79b8;
	min-width: 250px;
	max-width: 330px;
}

#menu li ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #666;
	width: 95%;
}

#registerForm {
	float: left;
	width: 100%;
}

.sdivmh {
	float: left;
	font-size: 12px;
	clear: both;
	width: 500px;
	padding: 10px;
}

.sdivmh .error {
	float: left;
	width: 100%;
	clear: both;
}

.sdivmh label {
	float: left;
	padding: 0 10px;
	width: 230px;
}

select#access {
	float: left;
	width: 200px;
	height: 24px;
	border: 1px solid #ddd;
}

.ui-input {
	float: left;
	width: 200px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #666;
}

#registerForm .ui-button {
	float: left;
	clear: both;
	margin: 10px auto;
	margin-bottom: 20px;
}

#uploaded_videos {
	float: left;
	width: 98%;
	padding: 1%;
	max-height: 250px;
	overflow: hidden;
}

#uploaded_videos .one-item {
	float: left;
	text-align: left;
	margin: 5px 0;
	width: 98%;
	padding: 10px 1%;
	background: #e9e9e9;
	border-bottom: 1px solid #ddd;
}

.one-item a {
	font-size: 14px;
	color: #039;
	text-decoration: none;
	padding: 0 2px;
}

.one-item .one-video-options {
	float: right;
	width: auto;
	padding: 5px;
	font-size: 12px;
}

.one-item div {
	float: left;
	max-width: 65%;
	font-size: 12px;
	padding: 0px 0;
}

#uploadBox .close {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #a00;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

#status_uploader {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
	font-weight: bold;
	color: #c00;
	font-size: 12px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#uploadBox .ui-help {
	position: absolute;
	font-size: 11px;
	width: 350px;
	top: 20px;
	right: 30px;
	background: #e9e9e9;
	padding: 10px;
	border: 1px solid #dfdfdf;
}

#uploadBox strong {
	line-height: 18px;
}

.ui-help a {
	color: #a00;
}

.ui-help-header {
	color: #b00;
	font-size: 11px;
	font-family: Arial;
}

* input[type='file'] {
	padding: 10px 1%;
	margin: 5px 0px;
}

div.small {
	float: left;
	width: 98%;
	clear: both;
	margin-top: 3px;
	font-size: 11px;
	color: #c00;
	font-weight: bold;
	padding: 0 1%;
}

#uploadBox .close {
	right: 10px;
	top: 10px;
	font-size: 0px;
	text-indent: -200px;
	background: url(/images/close.png) no-repeat center;
	width: 27px;
	height: 27px;
	z-index: 9999;
}

#uploadBox small {
	clear: both;
	float: left;
	width: 100%;
}

#commentBox {
	float: left;
	width: 98%;
	padding: 0 1%;
	clear: both;
	font-size: 12px;
}

#commentBox div {
	padding: 5px 0;
	text-align: center;
}

#commentForm {
	clear: both;
	display: block;
	width: 98%;
	padding: 0 1%;
}

.button-set {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

#commentBox .ui-button {
	float: left;
	margin-top: 5px;
}

#commentBox .comment-div {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	text-align: left;
}

.comment-pager {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 5px;
}

.comment-pager a {
	color: #b00;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.comment-pager a.prev {
	float: left;
	margin-left: 10px;
}

.comment-pager a.next {
	float: right;
	margin-right: 10px;
}

#commentBox ul.comment-list {
	float: left;
	list-style-type: none;
	padding: 5px 1%;
	margin: 0;
	width: 98%;
	clear: both;
	text-align: left;
}

#commentBox ul.comment-list li {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

ul.comment-list li .num {
	float: left;
	width: 4%;
	height: 60px;
	padding-top: 40px;
	text-align: center;
	background: #c00;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
}

#delComment a {
	float: left;
	font-size: 12px;
	color: #b00;
	text-decoration: none;
}

div.user-info {
	float: left;
	width: 94%;
}

#commentBox .comment-str {
	float: left;
	width: 94%;
	font-size: 12px;
	text-align: left;
}

#commentBox .comm-date {
	float: right;
	font-size: 11px;
	color: #999;
}

#commentBox .user-info a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
}

#commentBox .user-comments {
	width: 100%;
	display: block;
	margin: 10px auto;
	clear: both;
	text-align: left;
}

#commentBox .user-comments h2.title {
	font-size: 18px;
	text-align: left;
}

.user-comments .comment-pager {
	float: left;
}

.form-row {
	clear: both;
	float: left;
	width: 100%;
	padding: 5px 0;
}

.form-row input[type="text"], .form-row input[type="password"], .form-row input[type="email"] {
	padding: 3px 10px;
	border: 1px solid #ddd;
	float: left;
}

.form-row label {
	min-width: 150px;
	float: left;
	font-size: 80%;
	padding: 7px 10px;
}

#loginForm .form-row label {
	display: none;
}

input#event {
	margin: 8px 5px;
}

.center {
	text-align: center !important;
}

.float-left {
	float: left !important;
	text-align: left;
}
.float-right {
	float: right !important;
	text-align: right;
}

.label-padding {
	padding: 10px;
}

.ui-input.ui-padding {
	padding: 4px 0;
	margin: 2px;
	margin-right: 10px;
}

.error {
	font-weight: bold;
	color: #c00;
}

.red {
	color: #f00;
}

.full-width {
	width: 100%;
}

.selector-row {
	float: left;
	width: 48%;
	padding: 0 1%;
}

.selector-row .ct-selector, .acz-select {
	float: left;
	width: 98%;
	clear: both;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 24px !important;
	background: #f9f9f9;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px #CCC;
	max-height: 400px;
	height: 400px;
}

.selector-row .ct-selector option {
	font-weight: bold;
}

.ui-input.ui-state-default {
	color: #fff;
}

.admin-option {
	float: left;
	padding: 2% 1.5%;
	width: 20%;
	text-align: center;
	margin-right: 2%;
	border-radius: 10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 0 15px #dadada;
}

.admin-option:hover {
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.admin-option a {
	color: #666;
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 100%;
}

#accordion .ui-accordion-content {
	padding: 10px;
	border: 0;
}

label .ui-button-text {
}

.ui-select-widget {
	float: left;
	width: 98%;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 1%;
	border: 1px solid #ddd;
	background: #fff;
}

.ui-select-widget .select-item {
	float: left;
	width: 95%;
	padding: 5px 2%;
	margin-bottom: 5px;
	text-align: left;
	font-size: 14px;
	border: 1px solid #ddd;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 0 0 2px #CCC;
	font-weight: bold;
	color: #444;
}

.select-item.select-hover {
	background: rgb(246,248,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1)));
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
	color: #333;
}

.select-item.select-active {
	background: #1c8bc7 url(images/ui-bg_glass_0_1c8bc7_1x400.png) 50% 50% repeat-x;
	color: #fff;
}

.desc {
	float: left;
	width: 98%;
	padding: 0 1%;
	line-height: 18px;
	margin: 0;
	margin-bottom: 15px;
}

.menu-list h4 {
	float: none;
	padding: 0;
	margin: 0;
}

.menu-list h4 a {
	color: #333;
}

.menu-o-link {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	float: left;
	margin-left: 15px;
}

.menu-o-link:hover {
	text-decoration: underline;
}

.select-item.select-active .menu-o-link {
	color: #fff;
}

* img {
	border: 0;
}

.half-width {
	width: 50%;
}

.row .half-width {
	width: 33%;
}

.half-width .admin-option {
	width: 44%;
}

.admin-option img {
	height: 160px;
	transition-duration: 0.5s;
	transition-property: transform;
}

#menu img {
	transition-duration: 0.5s;
	transition-property: transform;
}

.admin-option img:hover, #menu img:hover {
	transform: rotate(15deg);
	-ms-transform: rotate(15deg); /* IE 9 */
	-webkit-transform: rotate(15deg); /* Safari and Chrome */
}

.menu-options {
	position: absolute;
	width: auto;
	height: 32px;
	top: 10px;
	right: 190px;
}

.admin-small-option {
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 0px 10px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 0 0 2px #CCC;
	-moz-box-shadow: 0 0 2px #CCC;
	-webkit-box-shadow: 0 0 2px #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.admin-small-option:hover {
	background: rgb(246,248,249);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1)));
	background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );
}

.i32x32 {
	max-height: 32px;
	float: left;
}

.admin-small-option a, .admin-small-option span {
	text-decoration: none;
	color: #999;
	float: left;
	clear: none;
	line-height: 32px;
	padding: 3px 5px;
}

.admin-small-option:hover a, .admin-small-option:hover span {
	color: #000 !important;
}

.form-row .ui-button-set label {
	padding: 0 !important;
}

.ui-dialog h3 {
	float: left;
	padding: 5px 0 5px 0;
	margin: 5px 0;
	font-size: 12px;
}

.ui-dialog * .row {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.ui-dialog * .row h3 {
	color: #07c;
}

.silver {
	color: #aaa;
}

.button-set.half-width {
	width: 48%;
}

.gallery-image {
	float: left;
	width: auto;
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	margin: 0;
	background: #f9f9f9;
	padding: 5px;
	margin-right: 10px;
	min-width: 160px;
	border-radius: 10px;
	height: 180px;
	margin-bottom: 10px;
	min-width: 174px;
	overflow: hidden;
}

.gallery-image .img-button-set {
	position: absolute;
	width: 92%;
	bottom: 5px;
	max-height: 30px;
}

.gallery-image img {
	min-height: 60px;
	max-width: 220px;
	border: 0;
	max-height: 100%;
}

.gallery-image a {
	float: left;
	width: 100%;
}

* select {
	border: 1px solid #ddd;
	padding: 5px 3px;
}

input, select {
	color: #666;
}

.submit {
	font-size: 18px !important;
}

h4 {
	margin: 0;
}

.half-width .ui-select-widget {
	width: 100%;
}

.half-width .chzn-container {
	margin: 9px 10px;
}

.form-row input.full-width {
	max-width: 95%;
}

.full-width.with-padding {
	max-width: 98%;
}

.ui-datepicker-title select {
	padding: 0;
}

.font-12 {
	font-size: 12px !important;
}
.width-auto {
	min-width: 0 !important;
	width: auto !important;
}

.navigation {
	float: left;
	width: 96%;
	clear: both;
	list-style: none;
	padding: 0;
	text-align: center;
	position: relative;
	margin: 5px 2% 15px 2%;
}

.navigation li {
	display: inline;
	padding: 0;
}

.navigation li a {
	color: #4774aa;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 5px;
	margin: 0 0px;
	background: #f9f9f9;
	border-radius: 5px;
}

.navigation li a.current {
	color: #eee;
	font-weight: bold;
	background: #4774aa;
}

.nav-first, .nav-prev {
	float: left;
	position: absolute;
	left: 0;
}

.nav-prev {
	left: 23px;
}

.nav-next, .nav-last {
	float: right;
	position: absolute;
	right: 0;
}

.nav-next {
	right: 23px;
}

.nav-next a, .nav-last a, .nav-prev a, .nav-first a {
	font-size: 18px !important;
}

.ui-dialog .form-row .ui-input.full-width {
	max-width: 91%;
}

.margin-bottom {
	margin-bottom: 15px;
}

.ui-tag {
	padding: 1px 10px 1px 0;
	margin-right: 3px;
	border-right: 1px solid #ddd;
	background: #f6f6f6;
	cursor: move;
}

.ui-tab {
	min-height: 500px;
}

.inline-title {
	float: left;
	margin: 10px;
}

.inline-input {
	max-width: 140px;
	margin: 5px 10px;
}

.form-row.table table th {
	background: #e9e9e9;
	padding: 5px;
}

.form-row.table table tbody td {
	border: 1px solid #efefef;
	padding: 5px;
}

.form-row.table table tbody td select {
	padding: 2px;
	min-width: 100px;
}

.brImageBorder {
	float: left;
	height: 100px;
	overflow: hidden;
	margin: 10px 5px;
	padding: 0px;
	border-radius: 10px;
	position: relative;
}

.brImageBorder span.del-file {
	position: absolute;
	top: -1px;
	right: -1px;
	background: #fff;
	padding: 2px;
	opacity: .90;
}

span.ui-spinner {
	border: 1px solid #ddd !important;
	box-shadow: none;
}
.ui-spinner input {
	border: 0 !important;
}

.ui-check {
	margin: 8px;
}

.form-row h4 {
	padding: 10px 0;
	float: left;
	width: 100%;
	clear: both;
}

.only-number {
	text-align: right;
}

.row-option input {
	max-width: 70% !important;
	float: left;
}

.row-option select {
	float: left;
	max-width: 22% !important;
	padding: 3px 2px 4px 2px;
	margin: 0 0 0 2px;
	width: 22%;
}

#product-settings .half-width {
	width: 48%;
	margin-right: 1%;
}

#product-settings .half-width input {
	max-width: 92.5%;
}

#product-settings .half-width select {
	max-width: 98%;
}

.ui-state-default .chzn-single {
	color: #666 !important;
}

.select-no-margin .chzn-container {
	margin: 0px 0px;
}

#databaseForm .half-width .ui-input {
	max-width: 93%;
}

input.align-right {
	text-align: right;
}

#system-message {
	display: none
}

.ui-input.half-width.datepicker {
	clear: none;
	max-width: 44%;
}

.form-row .ui-input.half-width.datepicker:last-child {
	margin-left: 5px;
}

.ui-autocomplete {
	background: #ffa !important;
	border: 1px solid #f84 !important;
	border-top: 0 !important;
	border-radius: 0 !important;
}

.form-row .chzn-autoselect {
	width: 98% !important;
}

#playlist-arrow {
	float: left;
	width: 94.5%;
	height: 85px;
	background: url('images/more_video.jpg') no-repeat top right;
}

.showcase-item {
	text-align: center;
	padding: 10px;
	margin: 0 10px 0 0;
	border: 1px solid #ddd;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
	max-width: 30%;
	margin-bottom: 10px;
}
.showcase-item img{
	max-width: 100%;
}

.tzCheckBox.float-left.checked, .tzCheckBox {
	margin-top: 3px !important;
}

.showcase-item.ui-state-highlight {
	min-width: 180px;
	height: 160px;
	float: left;
}

.menu-icon-easy {
	max-width: 32px;
	float: left;
}

#menu ul li span.text {
	float: left;
	padding: 6px 10px;
}

body .ui-tooltip, .arrow:after {
	background: #1c8bc7;
	border: 2px solid white;
}

body .ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 5px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px #333;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 20%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 25px;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px blue;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.ui-state-highlight.ui-widget-content.float-left.half-width {
	height: 280px;
	background: #ffffdd;
	border-color: #f6f6ff;
	margin: 2% 0px 1% 0;
	width: 30% !important;
}

.ui-sortable h2 {
	cursor: move;
}

.ui-datepicker-trigger {
	float: right;
	margin: 4px 1px;
}

#showPanel.tt-option {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#showPanel.tt-option:hover {
	text-decoration: underline;
}

#showPanel.tt-option img {
	margin-right: 10px;
}

#property_values {
	min-height: 20px;
	height: auto;
}

#property_values .ui-tag {
	margin: 3px 2px;
	border: 1px solid #CCC;
}

table td .ui-input {
	max-width: 94%;
}

.td-container {
	min-height: 200px;
	border: 1px solid #ddd;
}

.one-log {
	float: left;
	width: 98%;
	padding: 5px 1%;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.one-log.odd {
	background: #ddd;
}


.uPic{
	float: left;
	width: 23%;
	position: relative;
	padding: 10px 1%;
	margin-bottom: 5px;
}
.uPic.active{
	box-shadow: inset 0 0 5px #111;
}
.uPic .delPic{
	background: red;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px 8px;
	font-size: 10px; 
	font-weight: bold;
}