@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("buttons.css");
@import url("icon.css");
@import url("ui-custom.css");
@import url("timepicker.css");
@import url("../components/colorpicker/css/colorpicker.css");
@import url("../components/elfinder/css/elfinder.css");
@import url("../components/datatables/dataTables.css");
@import url("../components/validationEngine/validationEngine.jquery.css");
@import url("../components/jscrollpane/jscrollpane.css");
@import url("../components/fancybox/jquery.fancybox.css");
@import url("../components/tipsy/tipsy.css");
@import url("../components/editor/jquery.cleditor.css");
@import url("../components/chosen/chosen.css");
@import url("../components/confirm/jquery.confirm.css");
@import url("../components/sourcerer/sourcerer.css");
@import url("../components/fullcalendar/fullcalendar.css");
@import url("../components/Jcrop/jquery.Jcrop.css");
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #363636;
	background-repeat: repeat-x;
	background-image: url(../images/bg/pick_bg.jpg);
}
body.error {
	background-image: url(../images/bg/pick_bg.error.jpg);
}
body.dashborad {
	background: #FFF;
}
body.nobg {
	background-image: none;
	background-repeat: repeat-y;
}
:focus {
	outline: 0px;
}
ul {
	padding: 0;
	margin: 0px;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #666;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 13px;
	line-height: 35px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
h1.unline, h2.unline, h3.unline, h4.unline, h5.unline, h6.unline {
	border-bottom: none!important;
	margin-bottom: 14px;
}
b {
	font-weight: bold;
}
p {
	line-height: 23px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
pre {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0;
}
img.mid_align {
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
}
blockquote {
	margin: 0px 0 20px 0px;
	padding: 0px 10px 0px 50px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic
}
blockquote.left, blockquote.right {
	float: right;
	letter-spacing: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px 20px 10px 60px;
	width: 43%;
	background-position: 0px 0px;
}
blockquote.left {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
blockquote p {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 20px
}
.showme {
	display: inline;
}
.hideme {
	display: none;
}
label {
	font-weight: bold;
	text-transform: capitalize;
}
label.disabled {
	color: #aaa;
}
.labelname {
	border: solid 1px #C9C9C9;
	outline: 0;
	line-height: 28px;
	height: 28px;
	padding: 6px 20px 8px 20px;
	margin-left: 2px;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
.f_help {
	display: block;
	font-size: 10px;
	padding: 4px 0;
	color: #a3a3a3
}
.f_help span {
	color: #F00
}
.f_label {
	position: absolute;
	margin-top: -18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.preloader {
	display: inline-block;
	background-color: #ffffff;
	background-image: url(loader1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*
	loading layout
*/
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #111;
	/*	opacity:0.1;
	filter:alpha(opacity=10);*/
	z-index: 1000;
	display: none;
}
#preloader {
	background: #000000 url(../images/loadder/preloader.gif) no-repeat 12px 10px;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top: 50%;
	width: 100px;
	z-index: 1209;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-shadow: none;
	display: none;
}
#pageload {
	background: #000000;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -55px;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 120px;
	z-index: 1006;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #FFF;
	text-shadow: none;
	display: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
 padding: 0;
 border: 0;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #e9e9e9;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	display: none;
	background-image: url(../images/bg/NavBg.png);
}
ul.tabs li span {
	color: #999;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-size: 11px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-size: 11px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
ul.tabs li a:hover {
	color: #000;
	background-image: url(../images/bg/NavBgHover.png);
}
ul.tabs li.active a {
	color: #3F5060;
	/*background-image: url(../images/bg/NavBgHover.png);*/
	background : #E4DCC9;
	text-decoration: underline;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
ul.tabs li.active, ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}
.tab_container {
	border: 0px solid #e9e9e9;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-top: 15px;
}
.tab_content {
	padding: 0px;
	min-height: 50px;
	display: none;
}
.tab_content .uibutton-group {
	position: relative;
	margin-top: -41px;
	margin-right: 0px;
	float: right;
}
a {
	color: #666;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a:active {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}
a:hover {
	color: #06F;
	text-decoration: none;
	text-shadow: none;
}
a.red {
	color: #F30;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a.red:hover {
	color: #F00;
}
span img {
	margin-bottom: -3px;
}
.inner h3 {
	color: #000;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	border:none;
	margin-bottom: 13px;
	line-height: 35px;
}
.show_add, .load_page, .show_edit {
	position: relative;
}
/*
------------------------------------------------------------
		 shoutcutBox in dashborad 
------------------------------------------------------------
*/
.shoutcutBox {
	border: 1px solid #dddddd;
	-moz-box-shadow: 1px 1px 2px #f5f5f5;
	-webkit-box-shadow: 1px 1px 2px #f5f5f5;
	box-shadow: 1px 1px 2px #f5f5f5;
	position: relative;
	padding: 15px 20px;
	margin: 0 0px 10px 0px;
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
.shoutcutBox:hover {
	background-color: #ededed;
	-moz-box-shadow: 1px 2px 2px #eeeeee;
	-webkit-box-shadow: 1px 2px 2px #eeeeee;
	box-shadow: 1px 2px 2px #eeeeee;
}
.shoutcutBox strong {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
}
.shoutcutBox em {
	display: inline-block;
	text-transform: capitalize;
	color: #AAA;
}
.shoutcutBox.last {
	margin: 0;
}
.breaks {
	height: 7px;
	background-image: url(../images/bg/beake.png);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0 0 10px 35px;
}
.breaks span {
	height: 7px;
	width: 13px;
	background-image: url(../images/bg/beake_s.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: auto;
}
.SEdemo {
	display: inline-block;
	margin: 0px;
}
.dateBox {
	margin: 8px 0px;
	text-align: left;
}
.nD {
	font-size: 70px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.dD {
	padding-top: 0px;
	font-size: 33px!important;
	line-height: 22px;
}
.fullD {
	padding-top: 4px;
	font-size: 16px;
	color: #aaaaaa;
}
.todate {
	height: 200px;
}
.todate li {
	padding: 20px 10px;
}
.newevent {
}
.external-event { /* try to mimick the look of a real event */
	text-shadow: none;
	padding: 10px;
	margin: 0px 0;
	display: inline-block;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
}
/*
------------------------------------------------------------
		 icon List 
------------------------------------------------------------
*/
.iconBox {
	border: 1px solid #dddddd;
	-moz-box-shadow: 1px 1px 2px #f5f5f5;
	-webkit-box-shadow: 1px 1px 2px #f5f5f5;
	box-shadow: 1px 1px 2px #f5f5f5;
	padding: 7px 10px;
	margin: 10px 5px 10px 5px;
	background-color: #f5f5f5;
	cursor: pointer;
	position: relative;
	display: inline-block;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
.iconBox:hover {
	border: 1px solid #d0d0d0;
	-moz-box-shadow: 1px 1px 2px #eeeeee;
	-webkit-box-shadow: 1px 1px 2px #eeeeee;
	box-shadow: 1px 1px 2px #eeeeee;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
	background-color: #eeeeee;
}
.iconBox strong {
	font-size: 10px;
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
/*
------------------------------------------------------------
		 list Typography
------------------------------------------------------------
*/
ul.list_arrow, ul.list_arrow2 {
	margin: 0px 0 15px 15px!important;
}
ul.list_arrow li {
	padding: 2px 2px 2px 0px;
	list-style-image: url(../images/icon/arrow_a.gif);
}
ul.list_arrow2 li {
	padding: 2px 2px 2px 0px;
	list-style-image: url(../images/icon/arrow.png)
}
/*
------------------------------------------------------------
		 news update
------------------------------------------------------------
*/
#news_update ul li .temp_news {
	width: 130px;
	height: 98px;
	border: 1px #DDD solid;
	padding: 2px;
	background-color: #FFF;
	float: left;
	margin-top: 5px;
}
#news_update ul li .temp_news img {
	width: 130px;
}
#news_update ul li .detail_news {
	border: 0px #DDD solid;
	margin-left: 145px;
	margin-bottom: 10px;
}
#news_update ul li .detail_news .datepost {
	color: #BBB;
	margin-right: 2px;
}
#news_update ul li .detail_news .morelink {
	display: inline-block;
	background-image: url(../images/icon/link.png);
	height: 15px;
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: 1px #DDD solid;
}
#news_update ul li .detail_news p {
	height: 42px;
	overflow: hidden;
	padding: 0px;
	line-height: 20px;
	margin: 0;
}
.bg-black {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)), color-stop(0.4, rgba(0, 0, 0, 0)), color-stop(0.6, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#33373a), to(#000000));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(top, #33373a, #000000);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -moz-linear-gradient(top, #33373a, #000000);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -ms-linear-gradient(top, #33373a, #000000);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -o-linear-gradient(top, #33373a, #000000);
	background: linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), linear-gradient(top, #33373a, #000000);
}
.setting:hover ul.subnav {
	visibility: visible;
	opacity: 1;
	top: 55px;
	background-image: url(../images/bg/214.png);
}
.setting ul.subnav {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 75px;
	z-index: 40;
	list-style: none;
	width: 158px;
	padding: 0;
	box-shadow: 0px 0px 5px #000000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	border: 1px #000000 solid;
	border-top: none;
	margin-left: -10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.setting ul.subnav:before {
	background-image: url(../images/subnav-top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -9px;
	left: 0px;
	content: "\0020";
	display: block;
	width: 158px;
	height: 17px;
}
.setting ul li a.active, .setting ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 20px 1px #000000;
	-moz-box-shadow: inset 0px 0px 20px 1px #000000;
	box-shadow: inset 0px 0px 20px 1px #000000;
	color: #fff !important;
	background-color: #000;
	cursor: pointer;
}
.setting ul.subnav li {
	display: inline;
}
.setting ul.subnav li:first-child a {
	padding-top: 5px;
}
.setting ul.subnav li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.setting ul.subnav li a {
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bolder!important;
	width: 158px;
	height: 38px;
	line-height: 3;
	text-shadow: 1px 0 0 #666666;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	text-transform: capitalize;
}
.setting ul.subnav li a:hover {
	color: #F00 !important;
}
/*
------------------------------------------------------------
		 last Contact
------------------------------------------------------------
*/
.msg {
	text-align: left;
	margin-left: 5px;
}
.msg_icon {
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
	width: 24px!important;
	height: 24px!important;
}
.msg_icon.new {
	background-image: url(../images/icon/38.png);
}
.msg_icon.open {
	background-image: url(../images/icon/25.png);
}
.msg_icon.ans {
	background-image: url(../images/icon/24.png);
}
.msg_topic {
	margin-left: 25px;
}
.msg_topic span {
	color: #aaaaaa;
}
.msg_date {
	text-align: right;
	margin-right: 5px;
}
.msg_date span {
	font-size: 10px;
	color: #CCC;
	display: block;
}
/*
------------------------------------------------------------
		 map location
------------------------------------------------------------
*/
	
.disabled_map {
	width: 100%;
	height: 402px;
	position: absolute;
	z-index: 2;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #CCC;
	line-height: 400px;
	text-transform: uppercase;
	color: #AAA;
	text-align: center;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.map_canvas {
	color: #AAA;
	font-size: 14px;
	line-height: 400px;
}
#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 10px
}
/*
------------------------------------------------------------
		 icon click open file manager
------------------------------------------------------------
*/

.show_add, .show_edit {
	margin-left: 15px;
}
#open_icon, #open_icon2, #open_icon3, #open_icon_edit {
	height: 30px;
	width: 36px;
	margin: 0 0 0 -1px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background-image: url(../images/openFiles.png);
}
.data, .dataSet, .dataImg {
	display: none;
}
/*
------------------------------------------------------------
		 title bar
------------------------------------------------------------
*/
.boxtitle {
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 10px;
	color: #AAA;
	padding: 0px 0 15px 0;
	/*	height: 35px;*/
	line-height: 18px;
	text-transform: uppercase;
	font-size: 10px;
}
.boxtitle img {
	margin-right: 3px;
	margin-bottom: -2px;
}
.boxtitle.min {
	margin-bottom: 5px;
}
/*
------------------------------------------------------------
		 Deletezone 
------------------------------------------------------------
*/
.deletezone {
	width: 100%;
	border: 1px dashed #EEE;
	min-height: 250px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #AAA;
	font-size: 10px;
	line-height: 250px;
	background-image: url(../images/icon/bin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.deletezone img {
	margin-bottom: -4px;
}
.deletezoneover {
	border: 1px dashed #000;
}
.deletezonedragging {
	border: 1px dashed red;
	color: #F00;
}
.deletezone.small {
	min-height: 200px;
	line-height: 200px;
	font-size: 10px;
	text-transform: capitalize;
	margin: 0;
}
/*
		------------------------------------------------------------
		 input Type 
		------------------------------------------------------------
		*/
textarea {
	background-position: 5px 5px;
	border: solid 1px #dddddd;
	outline: 0;
	padding: 7px 7px;
	min-height: 73px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=text], input[type=password], .fileupload {
	background-position: 5px 5px;
	border: solid 1px #dddddd;
	outline: 0;
	line-height: 28px;
	height: 28px;
	padding: 0px 7px 0px 7px;
	-moz-box-shadow: 1px 1px 2px #f5f5f5;
	-webkit-box-shadow: 1px 1px 2px #f5f5f5;
	box-shadow: 1px 1px 2px #f5f5f5;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
	border-color: #C9C9C9;
	-moz-box-shadow: 0px 0px 8px #dddddd;
	-webkit-box-shadow: 0px 0px 8px #dddddd;
	box-shadow: 0px 0px 8px #dddddd;
}
input[type=text]:disabled, input[type=password]:disabled {
	background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
	background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
	color: #666;
}
input[type=text].error, input[type=password].error {
	height: 30px;
	border: 1px #F00 solid;
	background-position: 5px 5px;
	padding-left: 5px;
}

/* placeholder */
::-webkit-input-placeholder, input:-moz-placeholder, .placeholder {
color:#cccccc;
 line-height: 28px;
}
}
/*select box */
select[multiple] {
	padding: 6px;
	border: solid 1px #dddddd;
	font-size: 12px;
	color: #666666;
}
select:focus {
	border-color: #C9C9C9;
	-moz-box-shadow: 0px 0px 8px #dddddd;
	-webkit-box-shadow: 0px 0px 8px #dddddd;
	box-shadow: 0px 0px 8px #dddddd;
}
/* Dropdown control */
.selectBox-dropdown {
	/*	min-width: 150px;*/
	position: relative;
	border : 1px solid #dddddd;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: none;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	display: inline-block;
	cursor: default;
	background-color: #FFF;
}
/* Dropdown control */
.selectBox-dropdown.small {
	min-width: 75px;
}
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
	border-color: #C9C9C9;
	-moz-box-shadow: 0px 0px 8px #dddddd;
	-webkit-box-shadow: 0px 0px 8px #dddddd;
	box-shadow: 0px 0px 8px #dddddd;
}
.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(../images/selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #dddddd;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #dddddd; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #dddddd;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}
.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
/*.ui-selectmenu {
	display : inline-block;
	position : relative;
	border : 1px solid #dddddd;
	margin : 0 3px 0 0;
	text-decoration : none;
	overflow : hidden;
	outline : none;
	width : 150px;
	height : 28px;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
}
a.ui-selectmenu, a.ui-selectmenu:link, a.ui-selectmenu:active, a.ui-selectmenu:visited {
	text-decoration : none;
}
.ui-selectmenu-status {
	float : left;
	padding : 7px 10px 0;
	outline : none;
	overflow : hidden;
	font : 11px Arial;
	font-weight : 100;
	cursor : pointer;
	color : #666666;
	text-decoration : none;
	width : 105px;
	height : 13px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #ffffff;
	font-weight: normal;
	color: #666666;
}
.ui-state-active .ui-icon.ui-selectmenu-icon {
	background : url(../images/forms/seleteup.png) no-repeat right top transparent;
}
.ui-state-highlight .ui-icon.ui-selectmenu-icon {
	background : url(../images/forms/seletedown.png) no-repeat right top transparent;
}
.ui-icon.ui-selectmenu-icon {
	float : right;
	width : 32px;
	height : 30px;
	position: absolute;
	right:0;
	background-color: transparent;
	background-image: url(../images/forms/seletedown.png);
	background-repeat: no-repeat;
	background-position: right -2px;
}
a.ui-selectmenu {
	text-decoration : none;
}
.ui-selectmenu-menu {
	position : absolute;
	display : none;
	top : 0;
	z-index : 9999;
	background-color : #FFFFFF;
	border : 1px solid #dcdcdc;
	padding : 0;
	margin : 1px 0 0 0;
	list-style : none;
	overflow : auto;
	width : 150px;
	max-height : 175px;
}
.ui-selectmenu-open {
	display : block;
}
.ui-selectmenu-menu li {
	display : block;
	background : #FFFFFF;
	border-top : 1px solid #f5f5f5;
	line-height:25px;
	outline : none;
	padding : 0;
	margin : 0;
}
.ui-selectmenu-menu li:first-child {
	border-top : none;
}
.ui-selectmenu-menu li a {
	display : block;
	padding : 6px 10px;
	outline : none;
	overflow : hidden;
	font : 11px Arial;
	font-weight : 100;
	cursor : pointer;
	color : #666666;
	text-decoration : none;
}
.ui-selectmenu-menu li a:hover, li.ui-selectmenu-item-selected a {
	background : #c2e3f0;
}
.ui-selectmenu.small, .ui-selectmenu-menu.small {
	width : 75px;
}
.ui-selectmenu.small .ui-selectmenu-status {
	width : 40px;
}
.ui-selectmenu.big, .ui-selectmenu-menu.big {
	width : 300px;
}
.ui-selectmenu.big .ui-selectmenu-status {
	width : 255px;
}*/

.multiple {
	display : block;
	border : 1px solid #c5c5c5;
	outline : 0;
	padding : 5px;
	cursor : text;
	font : 12px/2em Arial;
	color : #1c1c1c;
	width : 100%;
}
.searchBox {
	position: absolute;
	/*	width: 300px;*/
	height: 30px;
	margin-top: -30px;
	margin-left: -1px;		
/*	left:240px;
	top:150px;*/
}
.searchAutocomplete {
	width: 91px;
	height: 30px;
	cursor: pointer;
	background:#3F5060;
	color:#fff;
	text-align:center;
	line-height:30px;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/*.searchAutocomplete:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}*/
.searchText {
	display: none;
	position: absolute;
	background: #000;
	width:420px;
	height:200px;
	padding:10px 20px;
	z-index: 15;
	color:#999;

	border-bottom:#cdcdcd solid 1px;
	border-left:#cdcdcd solid 1px;
	border-right:#cdcdcd solid 1px;
	-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;
	
	background: rgb(255,255,255); 
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.searchText div{
	margin:10px 0 2px 0;
}

/*.searchText input {
	background: url(../images/search-white.png) no-repeat 10px 6px #f8f8f8!important;
	border : 1px solid #dcdcdc;
	outline : 0;
	padding : 0px 5px 0px 30px;
	width : 166px;
}*/
.formEl_b {
	padding: 10px 0px 20px 0px;
}
/*fieldset {
		position:relative;
		padding:20px;
		padding: 0px 20px;		
		border:1px solid #ccc;		
		margin-bottom:16px
}
fieldset legend {
		position:relative;
		margin-left:-10px;
		font-weight:700;
		border:1px solid #ccc;
		background:#f2f2f2;
		font-size:12px;
		line-height:24px;
		padding:0 10px;
		*margin-bottom:20px
}	*/
.formEl_b fieldset {
	border: 1px solid #e6e6e6;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
	margin: 0 0;
}
.formEl_b fieldset legend {
	font-weight: 700;
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
	font-size: 12px;
	line-height: 24px;
	padding: 0px 10px;
	margin-left: -10px;
	margin-bottom: 20px;
}
.formEl_b fieldset legend span {
	color: #F00;
}
.sepH_b {
	margin-bottom: 12px;
}
/*
		------------------------------------------------------------
		Form input
		------------------------------------------------------------
		*/
form input.xxsmall {
	width: 5%;
	text-align: center;
}
form input.xsmall {
	width: 10%;
	text-align: center;
}
form input.small {
	width: 20%;
}
form input.medium, form textarea.medium {
	width: 40%;
	max-width: 40%
}
form input.large, form textarea.large {
	width: 69%;
	max-width: 69%
}
form textarea.largeXL {
	width: 89%;
	max-width: 89%;
	height: 350px;
}
form input.full, form textarea.full {
	width: 95%;
	max-width: 95%
}
form .limitchars {
	font-size: 14px;
	color: #aaaaaa;
	text-align: right;
}
form div.section {
	border-bottom: 1px solid #efefef;
	border-top: none;
	padding: 0px 0 13px 0;
}
form div.section:first-child, .modal_dialog form div.section:first-child {
	border-top: none
}
form div.section.last, .modal_dialog form div.section.last {
	border-bottom: none
}
form div.section > div {
	color: #404040;
	font-size: 11px;
	margin-left: 25%;
	position: relative;
	padding: 13px 0 0px 0;
}
form div.section > div >p {
	font-size: 12px;
}
form div.section > div > label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
}
form div.section > div > .select_box {
	margin-left: -1px;
	position: absolute;
	display: inline-block;
}
form div.section > label {
	text-align: right;
	color: #404040;
	float: left;
	margin-right: 5%;
	margin-top: 1px;
	width: 20%;
	padding: 11px 0 0px 0;
	font-size: 12px;
	font-weight: bold;
}
form div.section > div >label.red {
	color: #F00;
	text-transform: uppercase;
}
form div.section label small {
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-top: 3px;
	text-transform: none;
}
ul.rowData li {
	float: left;
	margin-right: 2px;
}
ul.rowData li.sep {
	line-height: 30px;
}
ul.rowData li > input {
	text-align: center;
}
/*alertMessage*/

.alertMessage, #alertMessage {
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
	background-image: -webkit-gradient(linear, left top, right bottom,  color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),  color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),  color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),  to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,  transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,  transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,  transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,  transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,  transparent 75%, transparent);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
	font-size: 13px;
	/*	font-weight:bold;*/
	border: 1px solid!important;
	color: #fff;
	padding: 15px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-webkit-animation: animate-bg 5s linear infinite;
	-moz-animation: animate-bg 5s linear infinite;
	margin-bottom: 10px;
}
#alertMessage {
	position: fixed;
	/*	display:none;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);*/
	right: -90px;
	text-transform: uppercase;
	bottom: 35px;
	z-index: 100001;
	cursor: pointer;
	border: 1px solid;
	display: none;
}
.alertMessage.info, #alertMessage.info {
	border-color: #3b8eb5!important;
	background-color: #C2E3F0;
	color: #34667A!important;
	text-shadow: 1px 1px 1px #C8EBFB;
}
.alertMessage.error, #alertMessage.error {
	border-color: #c43d3d!important;
	background-color: #fc4a48;
	color: #5A0000 !important;
	text-shadow: 1px 1px 1px #E64040;
}
.alertMessage.warning, #alertMessage.warning {
	border-color: #d99a36 !important;
	background-color: #fcdb72;
	color: #987402 !important;
	text-shadow: 1px 1px 1px #e7b104;
}
.alertMessage.success, #alertMessage.success {
	background-color: #B0A680;
	border-color: #B0A680 !important;
	/*	color:#324e03 !important;*/
	text-shadow: 1px 1px 1px #B0A680;
}
.alertMessage h3 {
	margin: 0 !important;
	border: none;
	line-height: 25px !important;
	color: #FFF;
}
.message p {
	margin: 0;
}
 @-webkit-keyframes animate-bg {
 from {
 background-position: 0 0;
}
to {
	background-position: -80px 0;
}
}
 @-moz-keyframes animate-bg {
 from {
 background-position: 0 0;
}
to {
	background-position: -80px 0;
}
}
/* styled checkboxes */
.iPhoneCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
	border: 2px #f1f1f1 solid;
}
.iPhoneCheckContainer:hover {
	border: 0px #ffffff solid;
	margin: 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}
.iPhoneCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
.iPhoneCheckContainer label {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	height: 22px;
	position: absolute;
	width: auto;
	top: 0;
	padding-top: 5px;
	overflow: hidden
}
.iPhoneCheckContainer, .iPhoneCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none
}
.iPhoneCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5
}
label.iPhoneCheckLabelOn {
	color: #FFF;
	background: url(../images/on.png) no-repeat left top;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding-top: 5px
}
label.iPhoneCheckLabelOn span {
	padding-left: 13px
}
label.iPhoneCheckLabelOff {
	color: #FFF;
	background: url(../images/off.png) no-repeat right 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	text-align: right;
	right: 0
}
label.iPhoneCheckLabelOff span {
	padding-right: 11px
}
.iPhoneCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/slider_left.png) no-repeat;
	padding-left: 3px
}
.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url(../images/slider_right.png) no-repeat right 0
}
.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url(../images/slider_center.png)
}
.responMsg {
	width: 40%;
	padding: 40px 0 0px 0;
	margin: auto;
	display: none;
}
.responMsg > div {
	text-align: center;
	padding: 50px 0;
	border: 1px #eeeeee dashed;
}
.responMsg h2 {
	display: block;
}
.responMsg a {
}
#versionBar {
	height: 50px;
	background-color: #3A4B5F;
	/*background-image: url(../images/top_bgrepeat.jpg);*/
	text-shadow: none;
	color: #FFF;
	text-align: right;
	font-size: 10px;
	line-height: 50px;
	padding: 0 0px;
}
#login2 {
    /* width: 400px; */
    /* height: 254px; */
    margin: 20px auto;
    position: absolute;
    top: 20%;
    left: 52%;
    margin-left: -200px;
    /* margin-top: -148px; */
    /* opacity: 0; */
    filter: alpha(opacity=0);
    /* border: 5px #f4f4f4 solid; */
    min-width: 200px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
#login {
	width: 400px;
	height: 254px;
	margin: 20px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -148px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 5px #f4f4f4 solid;
	min-width: 200px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#login .ribbon {
	background-image: url(../images/logform.png);
	position: absolute;
	width: 111px;
	height: 110px;
	z-index: 12;
	margin-top: -8px;
	margin-left: -9px;
}
#login .shadow {
	position: absolute;
	width: 434px;
	z-index: -1;
	margin-top: 5px;
	background-image: url(../images/shadowForm.png);
	height: 33px;
	margin-left: -20px;
}
#login .inner {
	background-color: #FFF;
	border: 1px #cccccc solid;
	min-height: 230px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#login .logo {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	width: 300px;
	height: 41px;
	margin: 20px auto;
	text-align: center;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 5%;
	left: 34%;
	margin-left: -95px;
	z-index: 11;
	background-color: #FFF;
}
#login .logo span {
	position: relative;
	left: 6px;
	top: -4px;
	line-height: 40px;
}
#login .formLogin {
	width: 100%;
	text-align: center;
	margin: auto;
	position: relative;
	left: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 150px;
	padding: 90px 0px 20px 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#login #username_id, #login #password {
	font-size: 20px;
	background-repeat: no-repeat;
	/*	padding-left: 35px;*/
	text-align: center;
	margin: auto;
	height: 35px;
	background-position: 2px 3px;
	/*	background-position:right center; */
	line-height: 35px;
	/*color: #999;*/
	width: 80%;
	margin-bottom: 10px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#login #username_id:focus, #login #password:focus {
	color: #000;
}
#login #username_id {
	background-image: url(../images/icon/user_.png);
}
#login #password {
	background-image: url(../images/icon/pass_.png);
}
#login .loginButton {
	width: 80%;
	padding: 0px 5px;
	margin: 5px auto 20px auto;
}
.text_success {
	font-size: 12px;
	text-align: center;
	margin: 0px 0 35px 0;
	line-height: 25px;
	position: absolute;
	left: 50%;
	width: 200px;
	top: 50%;
	z-index: 50;
	margin-left: -100px;
	padding: 20px 0px;
	margin-top: -100px;
	display: none;
}
.text_success img {
}
.text_success span {
	display: block;
	padding: 10px;
	color: #CCC;
}
/*....................................................*/

/*
------------------------------------------------------------
		  header
------------------------------------------------------------
*/
#header {
	width: 100%;
	height: 45px;
	background: #3F5060;
	/*url(../images/top_bgrepeat.jpg) repeat-x;*/
	text-shadow: 1px 0 0 #666666;
	color: #ffffff;
	position: fixed;
	z-index: 49;
	-moz-box-shadow: 0px 2px 15px #333333;
	-webkit-box-shadow: 0px 2px 15px #333333;
	box-shadow: 0px 2px 15px #333333;
 filter: progid: DXImageTransform.Microsoft.Shadow(strength = 5, direction = 180, color = '#999999');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#aaaaaa')";
	/*	min-width: 480px;*/
	overflow: visible;
}
#header a {
	font-weight: normal;
	color: #ffffff;
}
#header a:hover {
	color: #ebebeb;
}
#header a:active {
	color: #999999;
}
#header #account_info {
	margin: 0 35px 0 0;
	vertical-align: top;
	text-align: right;
	width: 100%;
	overflow: visible;
}
#header #account_info div {
	border-left: 1px #333333 solid;
	padding: 0 10px 0 20px;
	/*background-image: url(../images/accbg.png);*/
	background: #3F5060;
	cursor: pointer;
	display: inline-block;
	height: 45px;
	line-height: 47px;
	background-repeat: no-repeat;
}
#header #account_info div:last-child {
	border-left: 1px #333333 solid;
	padding: 0 15px 0 15px;
}
#header #account_info div .red {
	color: #F00;
}
#header #account_info img {
	margin-right: 5px;
	margin-bottom: -5px;
	margin-left: 5px;
}
#header #account_info img.disconnect {
	margin-right: 5px;
	margin-bottom: -13px;
	margin-left: 10px;
}
#header #account_info img.gear {
	margin-right: -5px;
	margin-bottom: -12px;
	transition: width 2s, height 2s;
	-moz-transition: width 2s, height 2s, -moz-transform 2s; /* Firefox 4 */
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari and Chrome */
	-o-transition: width 2s, height 2s, -o-transform 2s; /* Opera */
}
#header #account_info img.gearhover {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg); /* Firefox 4 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
}
#header #account_info img.disconnect {
	margin-top: 8px;
}
#shadowhead {
	background-image: url(../images/bg/pick_bg.jpg);
	height: 58px;
	background-repeat: repeat-x;
	position: absolute;
	top: 45px;
	width: 100%;
	z-index: -5;
	display: none;
}
/*
------------------------------------------------------------
		  Menu left  
------------------------------------------------------------
*/
#left_menu {
	background-image: url(../images/menu_bg.jpg);
	float: left;
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 48;
}
.main_menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	list-style: none;
	display: block;
}
.main_menu li {
	width: 100%;
	border-bottom: 1px solid #212123;
	border-top: 1px solid #3f3f42;
	display: block;
	text-transform: capitalize;
	background-image: url(../images/menu_bg.jpg);
}
.main_menu li.active {
	height: auto;
}
.main_menu li ul {
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 150px;
	border: 1px #111111 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -52px;
	display: none;
	clear: both;
	background-position: right top;
	list-style: none;
	position: absolute;
	left: 200px;
	margin-left: 10px;
	-webkit-box-shadow: 2px 2px 3px 2px #333333;
	-moz-box-shadow: 2px 2px 3px 2px #333333;
	box-shadow: 2px 2px 3px 2px #333333;
	background-image: url(../images/bg/214.png);
}
.main_menu li ul li {
	height: 45px;
	background-image: none;
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	width: auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all.2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all.2s ease-out;
	padding-left: 0px;
	padding: 3px 0;
}
.main_menu li .arr {
	position: absolute;
	width: 6px;
	height: 100%;
	padding-left: 10px;
	left: -16px;
	top: 0;
	z-index: 100;
}
.main_menu li .arr span {
	position: absolute;
	background-image: url(../images/arr3.png);
	width: 6px;
	height: 12px;
	top: 20px;
	display: block;
	left: 9px;
}
.main_menu li ul li:hover {
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	background-image: none;
	-webkit-box-shadow: inset 0px 0px 20px 1px #000000;
	-moz-box-shadow: inset 0px 0px 20px 1px #000000;
	box-shadow: inset 0px 0px 20px 1px #000000;
	list-style: none;
	padding-left: 10px;
}
.main_menu li ul li:first-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main_menu li ul li:last-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.main_menu li ul li a {
	text-shadow: none;
	margin-left: 32px;
	color: #FFF;
	padding-top: 13px!important;
	padding-left: 0px!important;
}
.main_menu li ul li a img {
	margin-bottom: 2px;
	margin-right: 10px;
}
.main_menu li ul li a:hover {
	background-image: none;
	text-shadow: 0 1px 0 #000000;
	color: #FFF;
	border: none;
}
.main_menu li a img {
	margin-right: 15px;
	border: 0;
	margin-bottom: -3px;
}
.main_menu li.select {
	background-image: url(../images/selectM.png);
	background-repeat: no-repeat;
	border-bottom: 1px #111111 solid;
	border-top: 1px #000000 solid
}
.main_menu li a {
	display: block;
	padding: 17px 20px 17px 30px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 2px 0 #000000;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
.main_menu li a:hover, .main_menu li:hover {
	color: #FFF;
	text-shadow: 0 2px 0 #000000;
	background-image: url(../images/foot.png);
}
.main_menu li:hover {
	border-top: 1px #000000 solid;
}
.main_menu li.select a:hover {
	background-image: url(../images/selectM.png);
}
.main_menu li.select ul li a:hover {
	background-image: none;
}
.iconmenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 50px;
	top: 120px;
	position: absolute;
	z-index: 48;
	background-color: #1f1f1f;
}
.iconmenu li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #171717;
	border-top: 1px solid #2a2a2a;
}
.iconmenu li.active {
	height: auto;
}
.iconmenu li ul {
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 150px;
	border: 1px #111111 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -52px;
	display: none;
	clear: both;
	background-position: right top;
	list-style: none;
	position: absolute;
	left: 50px;
	margin-left: 10px;
	-webkit-box-shadow: 2px 2px 3px 2px #333333;
	-moz-box-shadow: 2px 2px 3px 2px #333333;
	box-shadow: 2px 2px 3px 2px #333333;
	background-image: url(../images/bg/214.png);
}
.iconmenu li ul li {
	height: 45px;
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	width: auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all.2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all.2s ease-out;
	padding-left: 0px;
	padding: 3px 0;
	text-transform: capitalize;
}
.iconmenu li .arr {
	position: absolute;
	width: 6px;
	height: 100%;
	padding-left: 10px;
	left: -16px;
	top: 0;
	z-index: 100;
}
.iconmenu li .arr span {
	position: absolute;
	background-image: url(../images/arr3.png);
	width: 6px;
	height: 12px;
	top: 20px;
	display: block;
	left: 9px;
}
.iconmenu li ul li:hover {
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	background-image: none;
	-webkit-box-shadow: inset 0px 0px 20px 1px #000000;
	-moz-box-shadow: inset 0px 0px 20px 1px #000000;
	box-shadow: inset 0px 0px 20px 1px #000000;
	list-style: none;
	padding-left: 10px;
}
.iconmenu li ul li:first-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.iconmenu li ul li:last-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.iconmenu li ul li a {
	text-shadow: none;
	margin-left: 32px;
	color: #FFF;
	padding-top: 13px!important;
	padding-left: 0px!important;
}
.iconmenu li ul li a img {
	margin-bottom: 2px;
	margin-right: 10px;
}
.iconmenu li ul li a:hover {
	background-image: none;
	text-shadow: 0 1px 0 #000000;
	color: #FFF;
	border: none;
}
.iconmenu li a img {
	margin-right: 15px;
	border: 0;
	margin-bottom: -3px;
}
.iconmenu li.select {
	background-image: url(../images/selectM.png);
	background-repeat: no-repeat;
	border-bottom: 1px #3d3d42 solid;
	border-top: 1px #232328 solid;
}
.iconmenu li a {
	display: block;
	padding: 15px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 2px 0 #000000;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	margin: 3px 0px;
}
.iconmenu li a:hover {
	color: #FFF;
	text-shadow: 0 2px 0 #000000;
	background-image: none;
}
.iconmenu li.select a:hover {
	background-repeat: no-repeat;
}
.iconmenu li.select ul li a:hover {
	background-image: none;
}
.show {
	display: block;
}
.hide {
	display: none;
}
/*
------------------------------------------------------------
	 Menu shortcut  ( 4 icon show ) in top page
------------------------------------------------------------
*/
#shortcut {
	list-style: none;
	display: block;
	margin-top: 35px;
	font-size: 11px;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 35px;
	height: 75px;
}
#shortcut li {	position:relative;

	display: block;
	float: left;
	margin: 0 0px 0px 50px;
	text-align:center;
}
#shortcut li a {
	display: block;
	width: 50px;
	padding: 10px 15px 10px 15px;
	color: #4c535b;
	text-shadow: 0 1px 0 #ffffff;
}
#shortcut li a img {
	margin: 10px 0;
}
#shortcut li .notification {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 0 #333333;
	background: transparent url('../images/bg_notification.png') no-repeat center;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	position: absolute;
	margin-top: -75px;
	margin-left: 40px;
}
#shortcut li ul {
	position:absolute;
	width:110px;
	padding:10px 0;
	z-index:999999;
	right:10%;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */}

#shortcut li ul li{
	float:inherit;
	margin:0;
	padding:0;
}

#shortcut li ul a{
	width:auto;
	color:#999;
	text-shadow:none;
}
#shortcut li ul a:hover{
	color:#69a44d;
	background:#333;
}


.menu{
	display:none;
}

.menu2{
	display:none;
}

#content {
	margin-left: 240px;
	padding: 0px 10px 0 0;/*	min-width: 400px;*/
}

#content .inner {
	width: 98%;
	padding-top: 35px;
}
#content .inner .logo {
	float: left;
	/*padding: 15px 0 0 0;*/
	width: 400px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 20px auto;
}
#content .inner .logo span, #content .inner .logo a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	top: -4px;
	left: 6px;
	z-index: 11;
	color: #333;
}
/*
------------------------------------------------------------
		 grid in content
------------------------------------------------------------
*/
.oneTwo {
	width: 49%;
	display: inline;
	float: right;
}
.oneTwo:first-child {
	float: left;
}
.oneThree {
	width: 42%;
	display: inline;
	float: left;
	margin-left: 2%;
}
.oneThree:first-child {
	margin-left: 0;
	float: left;
}
.twoOne {
	width: 56%;
	float: right;
	margin-left: 2%;
}
.twoOne:first-child {
	margin-left: 0;
	float: left;
}
.oneFour {
	width: 23%;
	float: left;
	margin-left: 2.6%;
}
.oneFour:first-child {
	margin-left: 0px;
}
/*
------------------------------------------------------------
	widget ,  column
------------------------------------------------------------
*/

.topcolumn {
}
.widget {
	border: 1px solid #cdcdcd;
	margin: 0px 0 20px 0;
}
.widget.noborder {
	border : none;
}
.widget .header.border {
	border: 1px solid #cdcdcd;
	border-bottom: none;
}
.widget .header {
	height: 40px;
	border-bottom: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 19%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 19%, #ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 19%, #ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 19%, #ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 19%, #ededed 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );/*  IE6-9 */
}
.widget .header span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 11px 0 0 15px;
	float: left;
}
.widget .header span img {
	margin-right: 5px;
}
.widget .content {
	background: #ffffff url("../images/inner-shadow.png") repeat-x;
	border-top: 1px solid #cecece;
	padding: 15px 25px;
	min-height: 50px;
}
#buttom_top {
	height: 20px;
	width: auto;
	text-align: right;
	float: right;
	padding: 7px 7px 0 0;/*	border: 1px #CCCCCC solid;*/
}
#buttom_top img {
	margin-bottom: -3px;
	padding-right: 0px;
}
/*
------------------------------------------------------------
	 two column
------------------------------------------------------------
*/
.column_left, .column_right {
	width: 49%;
	float: left;
	padding-left: 1%;
	margin-bottom: 0px;
}
.column_left {
	padding-right: 1%;
	padding-left: 0;
}
.noshadow {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
/*
------------------------------------------------------------
	 modal_dialog
------------------------------------------------------------
*/


.modal_dialog {
	width: 700px;
	min-height: 250px;
	margin-bottom: 0;
	background-color: #FFF;
	text-shadow: none;
}
.modal_dialog .header {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #000;
	width: 100%;
	height: 40px;
}
.modal_dialog .header span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
	text-shadow: none;
}
.modal_dialog .header .close_me {
	float: right;
	color: #FFF;
	padding: 12px 10px 0 0;
}
.modal_dialog .header .close_me a {
	color: white;
	font-size: 9px;
	font-family: Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	padding: 5px;
}
.modal_dialog .header .close_me a:hover {
	color: #dddddd;
}
.modal_dialog .header .close_me a img {
	margin-bottom: -3px
}
.modal_dialog .content {
	padding: 15px 25px;
	background-color: #eeeeee;
}
.modal_dialog form div.section {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding: 0px 0 13px 0;
}
/* 
------------------------------------------------------------
	  filestyle
------------------------------------------------------------
*/
.txtpart {
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	display: block;
	padding-left: 5px;
}
/*
------------------------------------------------------------
	 mutiupload
------------------------------------------------------------
*/
.upload-group {
	background: #fafafa;
	height: 38px;
	border-top: none;
	width: auto;
	padding: 0 20px;
}
#uploadButton {
	height: 26px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	width: 92px;
	float: left;
	z-index: 5;
	margin-left: 20px;
}
#uploadButton_edit {
	height: 26px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	width: 92px;
	float: left;
	z-index: 5;
	margin-left: 20px;
}
#uploadDisableBut {
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	background-color: #ffffff;
	height: 26px;
	width: 155px;
	z-index: 5;
	margin-left: -3px;
}
#uploadButtondisable {
	height: 26px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	background-color: transparent;
	width: 87px;
	float: left;
	z-index: 5;
	margin-left: 115px;
}
#uploadButtondisable_edit {
	height: 26px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	width: 87px;
	float: left;
	z-index: 5;
	margin-left: 115px;
}
#uploadButtondisable.uploadme {
	height: 26px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	width: 160px;
	float: left;
	z-index: 5;
	margin-left: 0px;
}
#status-message, #status-message_edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	text-align: right;
	color: #666;
	padding-left: 5px;
}
.demo-box {
	width: auto;
}
.uploadifyQueueItem {
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	height: 50px;
	padding: 10px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: none !important;
	border-bottom: 1px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	color: #C5C5C5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #bedd17;
	height: 20px;
	width: 1px;
}
.custom-queue {
	border: 1px solid #E5E5E5;
	min-height: 71px;
	width: auto;
	background-color: #FFF;
	background-image: url(../components/uploadify/add.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.custom-queue.dialog {
	min-height: 355px;
	width: 100%;
}
#open_file {
	width: 100px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 3px 0;
	padding: 1px 0;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: .3em .7em;
	cursor: pointer;
}
/*
------------------------------------------------------------
	 Gallery Album 
------------------------------------------------------------
*/

#albumsList {
	margin-top: 10px;
	max-height: 528px;
	min-height: 528px;
	border-right: 1px #eeeeee solid;
	float: left;
	margin-bottom: 20px;
}
.album_edit {
	float: left;
	border-right: 1px #eeeeee solid;
	margin-right: 20px;
	padding-right: 23px;
}
.album_edit h1 {
	color: #666;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 13px;
	line-height: 35px;
}
.album_edit h1 img {
	margin-bottom: -1px;
	margin-right: 5px;
}
.albumpics {
	max-height: 465px;
	min-height: 465px;
	border-right: 1px #eeeeee solid;
	border: 1px #eeeeee solid;
	/*	padding-left: 10px;*/
	padding-top: 10px;
	width: auto;
}
.albumpics li {
	background-color: #333;
}
.albumpics li img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.albumImage {
	float: left;/*	margin: 0 10px 10px 2px;*/
}
#imagearea {
	padding: 0px;
	margin: 40px;
	border: 1px solid #ccc;
}
.imageContainer {
	margin: 3px;
	-webkit-user-select: none;
	position: relative;
	float: left;
	padding: 0px;
}
.imageContainer a {
	margin: 0px;
	padding: 0px;
}
.imageContainer div:hover {
	-webkit-box-shadow: #d90 0px 0px 6px 2px;
	-moz-box-shadow: #d90 0px 0px 6px 2px;
	box-shadow: #d90 0px 0px 6px 2px;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
	-moz-transition: -moz-box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}
.picHolder {
	/*	border: 1px #aaaaaa solid;*/
	position: relative;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.picHolder:hover {
	-moz-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	z-index: 11;
}
.picHolder:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.image_highlight {
	z-index: 10;
	display: block;
	width: 160px;
	height: 120px;
	background: url("../images/pic_highlight.png") no-repeat top left;
	position: absolute;
}
.expandIcon {
	background: url("../images/pen_icon.png") no-repeat left top;
	cursor: pointer;
	display: none;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 28px;
	z-index: 10;
}
.picPreview {
	position: relative;
	text-align: left;
	margin: auto;
	border: 1px solid #dddddd;
	-moz-box-shadow: 1px 1px 2px #f5f5f5;
	-webkit-box-shadow: 1px 1px 2px #f5f5f5;
	box-shadow: 1px 1px 2px #f5f5f5;
}
.picPreview-hover {
	border: 1px dashed #aaaaaa;
	-moz-box-shadow: 1px 1px 2px #eeeeee;
	-webkit-box-shadow: 1px 1px 2px #eeeeee;
	box-shadow: 1px 1px 2px #eeeeee;
}
.picPreviewLabel {
	text-align: center;
	margin: 10px 0 0px 0;
	color: #F00;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-shadow: none;
}
.albumImagePreview {
	margin-top: 8px;
	height: 420px;
	/*	min-width: 720px;*/
	margin-left: 208px;
	margin-right: 18px;/*	display: none;*/
}
.albumPanel {
	text-align: center;
	position: absolute;
	margin-left: 8%;
	margin-top: 390px;
}
.hr {
	background-color: #FFF;
	border-bottom: 1px solid #ffffff;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
}
.title, .stats {
	padding: 2px;
	max-width: 146px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	padding: 4px 0px 2px 2px;
}
.stats {
	color: #777777;
	padding-top: 0px;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 0px;
}
div.album {
	border-width: 1px;
	cursor: pointer;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	padding: 14px 28px 10px 19px;
}
div.album.float {
	float: left;
}
div.album:nth-child(odd) {
	border-color: #383838 #383838 black;
}
div.album:last-child:nth-child(odd) {
	border-bottom-color: #383838;
}
div.album:last-child {
	border-bottom-color: #444444;
}
div.album.dragging {
	border-left: 4px #dddddd solid;
	padding-left: 15px;
}
div.album.selected {
	background-color: #f9f9f9;
	border-left: 4px #4D90F0 solid;
	padding-left: 15px;
}
div#animate {
	border: 4px solid #4D90F0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	position: absolute;
	z-index: 10000;
}
.album.over {
	background-color: #f4f4f4;
}
.preview {
	min-height: 106px;
	width: 138px;
	display: block;
	clear: both;
}
img.stackphotos {
	border: none;
	text-decoration: none;
	position: absolute;
	margin-left: 0px;
	width: 130px;
	position: absolute;
	border: 1px solid #BBB;
	z-index: 20;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 2px;
	background-color: #FFF;
}
.preview #p1:hover {
	-moz-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
}
.preview #photo1, .preview #p1 {/* position of middle photo in the stack */
	margin-left: 6px;
	margin-top: 4px;
}
.preview #photo2 {/* position of middle photo in the stack */
	margin-left: 3px;
	margin-top: 2px;
}
.preview #photo3 {/* position of first photo at the top in the stack */
}
.preview .rotate1 {/* rotate last image 15 degrees to the right */
	-webkit-transform: rotate(15deg); /* safari and chrome */
	-moz-transform: rotate(15deg);/*firefox browsers */
	transform: rotate(15deg);/*other */
	-ms-transform: rotate(15deg); /* Internet Explorer 9 */
	-o-transform: rotate(15deg); /* Opera */
}
.preview .rotate2 {/* css not used*/
	-webkit-transform: rotate(0deg); /* safari and chrome */
	-moz-transform: rotate(0deg);/*firefox browsers */
	transform: rotate(0deg);/*other */
	-ms-transform: rotate(0deg); /* Internet Explorer 9 */
	-o-transform: rotate(0deg); /* Opera */
}
.preview .rotate3 {/*rotate first image 15 degrees to the left*/
	-webkit-transform: rotate(-15deg); /* safari and chrome */
	-moz-transform: rotate(-15deg); /*firefox browsers */
	transform: rotate(-15deg);/*other */
	-ms-transform: rotate(-15deg); /* Internet Explorer 9 */
	-o-transform: rotate(-15deg); /* Opera */
	cursor: pointer;
}
.picTitle {
	background-color: #3C3C3C;
	color: #DDDDDD;
	font-size: 0.825em;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 4px 6px;
	text-align: center;
	text-shadow: 0 0 1px black;
	white-space: nowrap;
	position: absolute;
	display: none;
	margin-top: -20px;
	z-index: 11;
	width: auto;
	max-width: 148px;
	cursor: pointer;
}
.screen-msg {
	color: #AAAAAA;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 470px;
}
.screen-msg span {
	margin-right: 7px;
	margin-bottom: -5px;
}
.screen-msg span img {
	margin-bottom: -7px;
}
/*
------------------------------------------------------------
	 UI slider demo 
------------------------------------------------------------
*/

#amount, #amount2, #amount3 {
	font-size: 14px;
	color: #F96;
	font-weight: 700;
}
#red, #green, #blue {
	display: block;
	margin: 15px 0 15px 0;
	width: auto;
	max-width: 400px;
}
#swatch {
	width: auto;
	max-width: 400px;
	height: 120px;
	background-image: none;
}
#red .ui-slider-range {
	background: #ef2929;
	background-image: linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -o-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -moz-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -webkit-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -ms-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
}
#blue .ui-slider-range {
	background: #729fcf;
	background-image: linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -o-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -moz-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -webkit-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -ms-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
}
#eq span {
	height: 130px;
	float: left;
	margin-right: 35px;
	display: block;
}
/*
------------------------------------------------------------
	 chart demo 
------------------------------------------------------------
*/
#tooltip, #tooltipPie, .legendBG {
	background-color: #ffffff;
	text-align: center;
	border: 2px #CCCCCC solid;
	cursor: pointer;
	font-size: 11px;
	padding: 10px;
	text-shadow: none;
	color: #aaaaaa;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-box-shadow: 2px 2px 2px #aaaaaa;
	-webkit-box-shadow: 2px 2px 2px #aaaaaa;
	box-shadow: 2px 2px 2px #aaaaaa;
	opacity: 0.8;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}
.legendBG {
	margin-top: -30px;
	-moz-box-shadow: 2px 2px 2px #eeeeee;
	-webkit-box-shadow: 2px 2px 2px #eeeeee;
	box-shadow: 2px 2px 2px #eeeeee;
	padding: 7px 10px;
}
#tooltip {
	margin-top: -5px;
}
#tooltip b, #tooltipPie b {
	color: #000;
}
#tooltipPie:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-box-shadow: 2px 2px 2px #999999;
	-webkit-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
	-moz-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
}
.chart_title {
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.legend {
}
.chart_title span {
	padding: 10px;
	display: inline-block;
	border: 1px solid #dddddd;
	-moz-box-shadow: 1px 1px 2px #f5f5f5;
	-webkit-box-shadow: 1px 1px 2px #f5f5f5;
	box-shadow: 1px 1px 2px #f5f5f5;
	position: relative;
	padding: 10px 20px;
	margin: 0 0px 10px 0px;
	background-color: #f5f5f5;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}
.chart-pie-shadow {
	background-image: url(../images/chaft-shadow.png);
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -18px;
	margin-bottom: 10px;
}
/*
------------------------------------------------------------
	 UI Spinner 
------------------------------------------------------------
*/
.ui-spinner {
	/*width: 10em;*/
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 1px #dddddd;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ui-spinner:hover, .ui-spinner:focus {
	border-color: #C9C9C9;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}
.ui-spinner input.ui-spinner-box {
	border: none!important;
	/*background: none!important;*/
	box-shadow: none!important;
	line-height: 30px;
	height: 30px;/*	padding: 6px 0!important;*/
}
.ui-spinner-up, .ui-spinner-down {
	width: 18px;
	padding: 0;
	margin: 0;
	z-index: 13;
	position: absolute;
	right: 0;
	cursor: pointer;
	border: none;
}
.ui-spinner-up {
	background: url(../images/forms/spinnerTop.png) no-repeat;
	height: 15px;
	top: 0;
}
.ui-spinner-down {
	height: 15px;
	bottom: 0px;
	background: url(../images/forms/spinnerBottom.png) no-repeat;
}
.ui-spinner-pressed {
}
.ui-spinner-list, .ui-spinner-listitem {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.ui-spinner ul li, .ui-spinner-data {
	line-height: 30px;
	height: 30px;
	padding: 0 6px;
}
/*
------------------------------------------------------------
	custom-checkbox
------------------------------------------------------------
*/
.custom-checkbox, .custom-radio {
	position: relative;
	display: inline-block;
	margin: 0px 3px 3px 0px;
}
.custom-checkbox input, .custom-radio input {
	position: absolute;
	left: 0px;
	top: 3px;
	margin: 0;
	z-index: 0;
	margin-bottom: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.custom-checkbox label, .custom-radio label {
	display: inline-block;
	height: 17px;
	position: relative;
	z-index: 1;
	font-size: 1.1em;
	padding-right: 1em;
	line-height: 1;
	padding: 7px 5px 5px 28px;
	cursor: pointer;
}
.custom-checkbox label.disabled {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-position: -10px -513px;
}
.custom-radio label.disabled {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-position: -10px -414px;
}
.custom-checkbox label.checkedDisabled {
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #aaaaaa;
	background-position: -10px -413px;
}
.custom-checkbox label {
	background: url(../images/checkbox.png) no-repeat;
}
.custom-radio label {
	background: url(../images/radiobutton.png) no-repeat;
}
.custom-checkbox label, .custom-radio label {
	background-position: -10px -14px;
}
.custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
	background-position: -10px -114px;
}
.custom-checkbox label.checked, .custom-radio label.checked {
	background-position: -10px -214px;
}
.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}
.custom-checkbox label.focus, .custom-radio label.focus {
	outline: none;
}
#footer {
	margin: 20px 0 10px 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #eeeeee;
	font-size: 10px;
	color: #999999;
}
/*
------------------------------------------------------------
	error pages 
------------------------------------------------------------
*/
.slideshow-block {
	position: absolute;
	width: 220px;
	height: 180px;
	top: 60px;
	left: 30px;
	overflow: hidden;
	background-color: #000;
}
a.link {
	position: absolute;
	height: 180px;
	width: 220px;
	display: block;
	z-index: 10;
}
.slides {
	z-index: 0;
	visibility: hidden;
}
.slides.active {
	visibility: visible;
}
#tv-wrap {
	margin: 0 auto 20px auto;
	position: relative;
	height: 273px;
	width: 300px;
}
#tv {
	position: absolute;
	z-index: 10;
}
#text {
	text-align: center;
	text-transform: uppercase;
	-webkit-tranform: translateZ(0);
	-webkit-transition-duration: 0.05s;
	-moz-tranform: translateZ(0);
	color: #000000;
	text-shadow: 0 0 1px rgba(0, 0, 0, .2);
	height: 100px;
}
#text h1 {
	font-size: 50px;
	color: #000000;
	border: none;
}
#text h2 {
	font-size: 20px;
	color: #000000;
	border: none;
}
.errorpage {
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 400px;
	margin-top: -200px;
}
/*
------------------------------------------------------------
	profile Setting 
------------------------------------------------------------
*/
.profileSetting {
	padding: 10px 0;
}
.profileSetting .avartar {
	padding: 8px 0;
	width: 180px;
	margin: 0 auto;
}
.profileSetting .avartar span {
	display: block;
	margin: 5px 5px 0px 5px;
	color: #aaaaaa;
}
.webcam {
	display: none;
}
#screen {
	width: 250px;
	height: 250px;
	margin: 5px 0px 20px 0px;
	border: 2px #f5f5f5 solid;
	background: #000000;
	text-align: center;
	color: #666;
}
/*
------------------------------------------------------------
	comment  
------------------------------------------------------------
*/
.comment {
	width: auto;
	border-left: 1px #eeeeee solid;
	color: #666666;
	margin-left: 17%;
}
.comment .avartar {
	margin: 0 35px;
	padding: 10px;
	position: absolute;
	border: 1px #d9d9d9 solid;
	background-color: #fafafa;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	box-shadow: 1px 1px 5px #cccccc;
}
.comment .avartar img {
	width: 40px;
	height: 40px;
}
.comment .msg {
	margin: 20px 55px 15px 0px;
	position: relative;
	border: 1px #dddddd solid;
	margin-left: 115px;
	min-height: 40px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #eeeeee;
	-webkit-box-shadow: 1px 1px 5px #eeeeee;
	box-shadow: 1px 1px 5px #eeeeee;
}
.comment .msg span {
	width: 50%;
	display: inline-block;
	text-align: right;
	color: #aaaaaa;
}
.comment .msg span:first-child {
	text-align: left;
	color: #000000;
}
.comment .bodyMsg {
	padding-top: 5px;
}
.comment .toolMsg {
	position: absolute;
	/*	border:1px #222222 solid;*/
	text-align: right;
	right: -50px;
	width: 55px;
	height: 100%;
	top: -1px;
	display: none;
}
.comment .toolMsg span.iconReply, .comment .toolMsg span.iconEdit, .comment .toolMsg span.iconDelete {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: 15px;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.comment .toolMsg span.iconReply {
	width: 44px;
	background-image: url(../images/icon/icon_reply_comment.png);
}
.comment .toolMsg span.iconEdit {
	margin-top: -22px;
	margin-left: 15px;
	background-image: url(../images/icon/icon_edit_comment.png);
}
.comment .toolMsg span.iconDelete {
	background-image: url(../images/icon/icon_delete_comment.png);
	margin-top: 3px;
}
.comment .reply {
	padding-left: 40px;
	background-image: url(../images/arrReply.png);
	background-position: 45px 25px;
	background-repeat: no-repeat;
}
.commentMsg {
	margin: 10px 55px 0 0px;
	text-align: right;
}
.commentMsg .newComment {
	margin-left: 35px;
	margin-right: 20px;
}
.commentMsg textarea {
	width: 100%;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.commentMsg div {
	margin: 10px 0;
	position: relative;
	right: -20px;
}
.userOnline {
	width: 17%;
	float: left;
	height: 100%;
	position: relative;
	padding-top: 14px;
}
.userOnline li {
	background-color: #fbfbfb;
	border-bottom: 1px #eeeeee solid;
	border-top: 1px #fafafa solid;
	position: relative;
}
.userOnline li:hover {
	background-color: #eaf7ff;
}
.userOnline li.selected {
	background-color: #ffffff;
	background-image: none;
	border-right: 1px #ffffff solid;
	left: 1px;
	z-index: 10;
}
.userOnline li a.statusOnline {
	background-image: url(../images/icon/bullet_green.png);
}
.userOnline li a.statusOffline {
	background-image: url(../images/icon/bullet_red.png);
}
.userOnline li a {
	padding: 15px 25px;
	display: block;
	background-position: 5px center;
	background-repeat: no-repeat;
}
/*   
  SmartWizard 
  */
.swMain {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow: visible;
	float: left;
	width: 100%;
}
.swMain .stepContainer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.swMain .stepContainer div.content {
	display: block;
	border: none;
	background-image: none;
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: visible;
	width: auto;
	clear: both;
}
.swMain div.actionBar {
	border-top: 1px solid #eeeeee;
	padding: 10px;
	background-color: #F8F8F8;
	text-align: right;
	left: 0;
}
.swMain ul.anchor {
	position: relative;
	display: block;
	float: left;
	padding: 0px;
	margin: 10px 0;
	clear: both;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
.swMain ul.anchor li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border: 0px solid #E0E0E0;
	float: left;
	top: 1px;
}
.swMain ul.anchor li a {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 3px;
	width: auto;
	outline-style: none;
}
.swMain ul.anchor li a .stepNumber {
	position: relative;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	float: left;
	width: 30px;
	text-align: center;
	padding: 5px;
	padding-top: 0;
	font-size: 40px;
}
.swMain ul.anchor li a .stepDesc {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	padding: 10px 5px 5px 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.swMain ul.anchor li a .stepDesc small {
	font-size: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a.selected {
	color: #666666;
	background: #c2e3f0;
	border: 1px solid #73b4ce;
	cursor: text;
}
.swMain ul.anchor li a.selected:hover {
	background: #a9daed;
	cursor: pointer;
}
.swMain ul.anchor li a.done {
	position: relative;
	color: #FFF;
	background: #a4d143;
	border: 1px solid #8CC63F;
}
.swMain ul.anchor li a.done:hover {
	color: #5A5655;
	background: #8CC63F;
	border: 1px solid #5A5655;
}
.swMain ul.anchor li a.disabled {
	color: #CCCCCC;
	background: #F8F8F8;
	border: 1px solid #CCC;
	cursor: text;
}
.swMain ul.anchor li a.disabled:hover {
	color: #CCCCCC;
	background: #F8F8F8;
}
.swMain ul.anchor li a.error {
	color: #6c6c6c !important;
	background: #f08f75 !important;
	border: 1px solid #fb3500 !important;
}
.swMain ul.anchor li a.error:hover {
	color: #000 !important;
}
.swMain .buttonNext, .swMain .buttonPrevious {
	float: right;
}
.swMain .loader {
	position: relative;
	display: none;
	float: left;
	margin: 2px 0 0 2px;
	padding: 8px 10px 8px 40px;
	border: 1px solid #FFD700;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #5A5655;
	background: #FFF url(../images/loadder/loader_green.gif) no-repeat 5px;
	z-index: 998;
}
.swMain .msgBox {
	position: relative;
	display: none;
	float: left;
	margin: 4px 0 0 5px;
	padding: 5px 10px;
	border: 1px solid #FFD700;
	background-color: #FFFFDD;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #5A5655;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	z-index: 999;
	min-width: 200px;
}
.swMain .msgBox .content {
	background: none!important;
	border: none;
	padding: 15px 25px;
	min-height: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 0px!important;
	float: left;
}
.swMain .msgBox .close {
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #CCC;
	display: block;
	float: right;
	margin: 0 0 0 5px;
	outline-style: none;
	padding: 0 2px 0 2px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.swMain .msgBox .close:hover {
	color: #EA8511;
	border: 1px solid #EA8511;
}
/*   
  rating_star 
  */
.rating_star {
	padding: 0px;
	margin: 0px;
	float: left;
}
.rating_star li {
	line-height: 0px;
	width: 28px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
}
.rating_star li span {
	display: none;
}
/*   
  dualListBox 
  */
.countLabel {
	color: #aaaaaa;
	display: block;
	font-style: italic;
	margin-top: 10px;
}
.storageBox {
	display: none;
}
#box1Filter, #box2Filter {
	background: url(../images/search-white.png) no-repeat 10px 5px #ffffff;
	border : 1px solid #dcdcdc;
	outline : 0;
	padding : 2px 5px 5px 30px;
	width : 166px;
	line-height: 15px!important;
	height: 20px!important;
}
.boxMove {
	margin-top: 140px;
}
/*
------------------------------------------------------------
	Process Bar  
------------------------------------------------------------
*/
.bar {
	float: left;
	clear: both;
	width: 100%;
	max-width: 570px;
	margin: 20px 0px 10px 0px;
	height: 40px;
	position: relative;
}
.bar .percent {
	background: rgb(237,45,45); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(237,45,45,1) 0%, rgba(232,144,44,1) 25%, rgba(224,215,42,1) 50%, rgba(134,221,42,1) 75%, rgba(44,174,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237,45,45,1)), color-stop(25%, rgba(232,144,44,1)), color-stop(50%, rgba(224,215,42,1)), color-stop(75%, rgba(134,221,42,1)), color-stop(100%, rgba(44,174,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(237,45,45,1) 0%, rgba(232,144,44,1) 25%, rgba(224,215,42,1) 50%, rgba(134,221,42,1) 75%, rgba(44,174,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(237,45,45,1) 0%, rgba(232,144,44,1) 25%, rgba(224,215,42,1) 50%, rgba(134,221,42,1) 75%, rgba(44,174,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(237,45,45,1) 0%, rgba(232,144,44,1) 25%, rgba(224,215,42,1) 50%, rgba(134,221,42,1) 75%, rgba(44,174,221,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(237,45,45,1) 0%, rgba(232,144,44,1) 25%, rgba(224,215,42,1) 50%, rgba(134,221,42,1) 75%, rgba(44,174,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2d2d', endColorstr='#2caedd', GradientType=1 ); /* IE6-9 */
	float: left;
	width: 100%;
	height: 40px;
	position: relative;
}
.bar .percent span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	background: rgba(255, 255, 255, .7);
}
.bar .circle {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .1);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.bar .circle.rotate {
	-webkit-transform: rotate(1080deg);
	-moz-transform: rotate(1080deg);
	-o-transform: rotate(1080deg);
}
.bar .circle span {
	display: inline-block;
	margin-top: 5px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, .7);
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}
/*
------------------------------------------------------------
	Text highlight  
------------------------------------------------------------
*/
.highlight {
	background-color: #fff34d;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}
.highlight {
	padding: 1px 4px;
	margin: 0 -4px;
}
/* -------------------------------------- */

ol {
	counter-reset: li;
	list-style: none;
 *list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol ol {
	margin: 0 0 0 2em;
}
/* -------------------------------------- */			

.rounded-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
 *padding: .4em;
	margin: .5em 0 .5em 1.2em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.rounded-list a:hover {
	background: #eee;
}
.rounded-list a:hover:before {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rounded-list a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/* -------------------------------------- */

.rectangle-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
 *padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.rectangle-list a small {
	font-size: 10px;
	color: #aaaaaa;
	padding-left: 5px;
	font-style: italic;
}
.rectangle-list a:hover {
	background: #eee;
}
.rectangle-list a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.rectangle-list a:after {
	position: absolute;
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.rectangle-list a:hover:after {
	left: -.5em;
	border-left-color: #fa8072;
}
.boxs {
	margin: 5px;
	padding: 5px;
	background: #ededed;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
}
.boxs img {
	display: block;
	width: 100%;
}
.rtl .boxs {
	float: right;
	text-align: right;
	direction: rtl;
}
.col1 {
	width: 80px;
}
.col2 {
	width: 180px;
}
.col3 {
	width: 280px;
}
.col4 {
	width: 380px;
}
.col5 {
	width: 480px;
}
.col1 img {
	max-width: 80px;
}
.col2 img {
	max-width: 180px;
}
.col3 img {
	max-width: 280px;
}
.col4 img {
	max-width: 380px;
}
.col5 img {
	max-width: 480px;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* CSS3 Metal Checkbox */
.checkslide {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 60px;
	height: 30px;
	background-color: #BBB;
	overflow: hidden;
	-webkit-box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255,255,255,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.checkslide input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}
.checkslide label {
	background-color: #DDD;
	background-image: -webkit-linear-gradient(-40deg, rgba(0,0,0,0), rgba(255,255,255,0.1), rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(-40deg, rgba(0,0,0,0), rgba(255,255,255,0.1), rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(-40deg, rgba(0,0,0,0), rgba(255,255,255,0.1), rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(-40deg, rgba(0,0,0,0), rgba(255,255,255,0.1), rgba(0,0,0,0.2));
	background-image: linear-gradient(-40deg, rgba(0,0,0,0), rgba(255,255,255,0.1), rgba(0,0,0,0.2));
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.7);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 40px;
	text-align: center;
	font: bold 11px/28px Arial, Sans-Serif;
	color: #000;
	/*  text-shadow:0 -1px 0 rgba(0,0,0,0.7);*/
	-webkit-transition: margin-left 0.2s ease-in-out;
	-moz-transition: margin-left 0.2s ease-in-out;
	-ms-transition: margin-left 0.2s ease-in-out;
	-o-transition: margin-left 0.2s ease-in-out;
	transition: margin-left 0.2s ease-in-out;
	margin: 1px;
}
.checkslide label:before {
	content: attr(data-off);
}
.checkslide input:checked + label {
	margin-left: 19px;
	background-color: #9bc652;
	color: white;
}
.checkslide input:checked + label:before {
	content: attr(data-on);
}
.checksquared input[type=checkbox], .radiorounded input[type=radio] {
	visibility: hidden;
}
.checksquared {
	width: 13px;
	margin: 0px!important;
	position: relative;/*	border:1px #F00 dashed;*/
}
.checksquared label:before {
	content: attr(title);
	position: absolute;
	top: 0;
	margin-left: 23px;
	min-width: 180px;
}
.checksquared label {
	cursor: pointer;
	position: absolute;
	width: 13px;
	height: 13px;
	top: 0;
	left: 50%;
	border: 1px #acacac solid;
	margin-left: -7px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 0px #e3e3e3;
	-moz-box-shadow: 0px 1px 0px #e3e3e3;
	box-shadow: 0px 1px 0px #e3e3e3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.checksquared label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 11px;
	height: 4px;
	background: transparent;
	top: -1px;
	left: 2px;
	border: 4px solid #51a809;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checksquared label:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(164,233,48,1);
	-moz-box-shadow: 0px 0px 15px rgba(164,233,48,1);
	box-shadow: 0px 0px 15px rgba(164,233,48,1);
}
.checksquared label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.checksquared input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.checksquared input[type=checkbox]:disabled + label:after {
	border-color: #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.checksquared input[type=checkbox]:disabled:checked + label:after {
	border-color: #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* ROUNDED ONE */
.radiorounded {
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 1px #dddddd solid;
	margin: 0px 0 10px 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}
.radiorounded label:before {
	content: attr(title);
	position: absolute;
	top: 0;
	margin-left: 23px;
	min-width: 200px;
}
.radiorounded label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	left: 2px;
	top: 2px;
	border: 1px #CCC solid;
}
.radiorounded:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(164,233,48,1);
	-moz-box-shadow: 0px 0px 15px rgba(164,233,48,1);
	box-shadow: 0px 0px 15px rgba(164,233,48,1);
}
.radiorounded label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #61b818;
	background: -moz-linear-gradient(top, #61b818 0%, #61b818 50%, #51a809 50%, #51a809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b818), color-stop(50%, #61b818), color-stop(50%, #51a809), color-stop(100%, #51a809));
	background: -webkit-linear-gradient(top, #61b818 0%, #61b818 50%, #51a809 50%, #51a809 100%);
	background: -o-linear-gradient(top, #61b818 0%, #61b818 50%, #51a809 50%, #51a809 100%);
	background: -ms-linear-gradient(top, #61b818 0%, #61b818 50%, #51a809 50%, #51a809 100%);
	background: linear-gradient(to bottom, #61b818 0%, #61b818 50%, #51a809 50%, #51a809 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b818', endColorstr='#51a809', GradientType=0 );
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	clear: both;
}
.radiorounded label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	opacity: 0.1;
}
.radiorounded input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.radiorounded input[type=radio]:disabled + label:after {
	background: #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#breadcrumb{
	font-family: "Arial", Helvetica, sans-serif;
	position:relative;
	float:left;
	font-size:14px;
	font-weight:bold;
	top:-50px;
	color:#000;
}
#breadcrumb a, #breadcrumb a:hover{
	color:#000;
}
#breadcrumb span{
	/*color:#6b9d18;*/
	color: #B0A680;
	font-weight:normal;
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media only screen and (max-width: 1024px) {
.oneTwo, .oneThree, .twoOne, .oneFour {
	width: 100%;
	margin: 0;
}
.column_left, .column_right {
	padding: 0;
	width: 100%;
	margin: 0;
}
.boxMove {
	margin: 10px auto 20px auto;
}
}
 @media only screen (min-width: 10px) and (max-width: 768px) {
 #shadowhead {
position:fixed;
}
 #content {
margin-left:70px;
}
}
@media only screen and (max-width: 480px) {
#content .inner .logo {
	float: none;
	width: 100%;
	background-position: right bottom;
}
#shortcut {
	margin-top: 15px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#shortcut li {
	margin: 0 7px 0 9px;
}
.iconmenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 50px;
	top: 0px;
	position: absolute;
	z-index: 48;
	background-color: #1f1f1f;
}
body.dashborad {
	background-image: url(../images/menu_small_bg.jpg);
	background-repeat: repeat-y;
}
form div.section > div {
	margin-left: 0%;
}
form div.section > label {
	float: none;
	width: 100%;
	display: block;
}
#text h1 {
	font-size: 40px;
}
#text h2 {
	font-size: 20px;
}
.errorpage {
	width: 460px;
	margin-left: -230px;
}
.albumImagePreview {
	margin-top: 8px;
	height: 400px;
	margin-left: 0px;
	margin-right: 0px;
	display: none;
}
.boxtitle, #albumsList, .userOnline, .comment .avartar, .fc-button-today, .overHiden {
	display: none!important;
}
.fc-header-right {
	right: 52px!important;
}
.comment {
	margin-left: 0px;
	border: none;
}
.comment .msg {
	margin-left: 0px;
}
.comment .reply {
	background-position: 5px 25px;
}
.modal_dialog {
	max-width: 400px;
}
/*#alertMessage { bottom: 0px; 	width:100%; 	padding:15px 0 15px 0; background-image:none!important;}*/
#login {
	width: auto;
	margin: 30px 20px;
	height: auto;
	position: static;
	opacity: 1;
	filter: alpha(opacity=100);
}
#login .shadow {
	display: none;
}
#login .logo {
	width: 90%;
	text-align: right;
	position: static;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: 0px;
}
#login .formLogin {
	position: static;
	opacity: 1;
	filter: alpha(opacity=100);
	padding: 10px 0px 20px 0px;
}
#login .loginButton {
	width: 80%;
	padding: 0px 5px;
	margin: 5px auto 20px auto;
}
.comment .toolMsg {
	right: 0px;
	height: 25px;
}
.comment .msg, .commentMsg {
	margin: 20px 20px 15px 0px;
}
.comment, .commentMsg .newComment {
	margin-left: 0;
}
.comment .toolMsg span.iconEdit {
	margin-top: -12px;
	margin-left: 0px;
	right: -1px;
}
.comment .toolMsg span.iconDelete {
	margin-top: -12px;
	margin-left: 17px;
}
.comment .toolMsg span.iconReply {
	margin-top: -12px;
	margin-left: 0px;
	right: -1px;
}
.shoutcutBox {
	text-align: center
}
.shoutcutBox em {
	display: block;
	font-style: normal;
	padding-top: 5px;
}
}
 @media only screen and (max-width: 320px) {
#header #account_info img.disconnect, .section.datepickerInlineShow, .section.colorPickerFlatShow, #buttom_top, .fc-button-today {
	display: none !important;
}
.fc-header-right {
	left: 15px!important;
	top: -25px!important;
	text-align: left !important;
}
.fc-header-title h2 {
	font-size: 14px!important;
}
.fc-header-title {
	height: 50px!important;
	display: block!important;
	width: 172px!important;
	text-align: center;
}
.fc-button-next, .fc-button-prev {
	top: -25px!important;
	width: 20px;
	overflow: hidden;
	padding: 0px!important;
	background-position: left center!important;
	height: 20px;
	text-indent: -99999px
}
.fc-button-prev {
	left: -10px!important;
	padding-right: 0px!important;
	border-right: 0px!important;
}
.fc-button-next {
	right: -35px!important;
}
#calendar {
	margin-top: 25px!important;
}
.dateBox {
	margin-left: 10px;
	margin-top: 0px!important;
}
.nD {
	font-size: 50px;
}
.dD {
	font-size: 20px!important;
}
.fullD {
	padding-top: 0px;
	font-size: 14px;
}
#content .inner .logo {
	float: none;
	width: 100%;
	background-position: center bottom;
}
#header #account_info {
	text-align: left;
	margin-left: 4px;
}
#header #account_info div.logout {
	padding: 0 10px 0 29px;
}
#shortcut {
	height: 155px;
}
#shortcut li {
	display: inline-block;
	margin: 0 0px 0 20px;
	width: 80px;
	height: 80px;
}
}
