@import "reset.css";
@import "font.css";
@import "ui_custom.css";


/* GENERAL */
html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
	background:url('/i/backgrounds/patterns/pattern2.png') repeat left top;
	background-color: #F2F2F2;
	/*position: relative; sortable issues*/
}

body ul {
	list-style-type: disc;
	list-style: disc;
	padding-left:10px;
}

/* Accordion */

.menu_body { display: none; padding: 12px 14px; }
.acc .whead, .togglesGroup .whead { cursor: pointer; border-top: 1px solid #cdcdcd; margin-bottom: -1px; }
.acc .whead:first-child, .togglesGroup .whead:first-child { border-top: none; }
.acc .whead h6 { padding: 9px 14px; }

.clearBoth {
	clear:both;
}

.clearLeft {
	clear:left;
}

.clearRight {
	clear:right;
}

a {
	cursor: pointer;
	outline:none;
	text-decoration:none;
}

label {
	cursor:pointer;
	margin-right:6px;
}

.noShadow {
	text-shadow:none;
}

.noBorderRadius {
	border-radius:0;
}

/* BUTTONS */
.btn_grey_disabled {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 14px;
	border: 1px solid #c3c3c3;
	box-shadow: inset 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	-moz-box-shadow: inset 0 1px 2px #fff;
	color: #686868;
	text-shadow:#FFFFFF 1px 1px 0;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
	opacity: 0.35; filter: alpha(opacity=35);
}

.btn_grey_disabled span {
	margin-left: 10px;
}

.btnSmall_grey_disabled {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	border: 1px solid #c3c3c3;
	box-shadow: inset 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	-moz-box-shadow: inset 0 1px 2px #fff;
	color: #686868;
	text-shadow:#FFFFFF 1px 1px 0;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
	opacity: 0.35; filter: alpha(opacity=35);
}

.btnSmall_grey_disabled span {
	margin-left: 10px;
}

.btn {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	font-family: Arial,Tahoma,Verdana;
	display: inline-block;
	line-height: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 14px;
	cursor:pointer;
}

.btn span {
	margin-left: 10px;
}

.btnSmall {
	font-size: 11px;
	font-family:Arial,Tahoma,Verdana;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	line-height: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	cursor:pointer;
}

.small {
	font-size:11px;
}

.big {
	font-size:14px;
}

.bigger {
	font-size:16px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.huge {
	font-size:18px;
}

.center {
	text-align:center;
}

.btn_grey {
	border: 1px solid #c3c3c3;
	box-shadow: inset 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #fff;
	-moz-box-shadow: inset 0 1px 2px #fff;
	color: #686868;
	text-shadow:#FFFFFF 1px 1px 0;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}

.btn_grey:hover {
	color:#454545;
	border:1px solid #A4A4A4;
}

.btn_grey:active {
	background: #eee;
	color: #616161;
	border-color: #c0c0c0;
	box-shadow: 0 0 3px #e2e2e2 inset;
	-webkit-box-shadow: 0 0 3px #e2e2e2 inset;
	-moz-box-shadow: 0 0 3px #e2e2e2 inset;
	text-shadow: 0 -1px 1px #f1f1f1;
}

.btn_green {
	border: 1px solid #56B118;
	text-shadow:#5C8C39 1px 1px 0;
	box-shadow: 0 1px 2px 0 #a4ca6c inset;
	-webkit-box-shadow: 0 1px 2px 0 #a4ca6c inset;
	-moz-box-shadow: 0 1px 2px 0 #a4ca6c inset;
	background: #96c161;
	background: -moz-linear-gradient(top,  #A9F260 0%, #63C428 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A9F260), color-stop(100%,#63C428));
	background: -webkit-linear-gradient(top, #A9F260 0%,#63C428 100%);
	background: -o-linear-gradient(top, #A9F260 0%,#63C428 100%);
	background: -ms-linear-gradient(top, #A9F260 0%,#63C428 100%);
	background: linear-gradient(top, #A9F260 0%,#63C428 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A9F260', endColorstr='#63C428',GradientType=0 );
}
.btn_green:hover {
	border:1px solid #517E32;
}
.btn_green:active {
	background: #76BB1A;
	box-shadow: 0 0 0 #707070 inset;
	-webkit-box-shadow: 0 0 0px #707070 inset;
	-moz-box-shadow: 0 0 0px #707070 inset;
}

.btn_red {
	border: 1px solid #911A1A;
	box-shadow: 0 1px 2px 0 #cd8787 inset;
	-webkit-box-shadow: 0 1px 2px 0 #cd8787 inset;
	-moz-box-shadow: 0 1px 2px 0 #cd8787 inset;
	background: #DF4040;
	text-shadow:#790003 1px 1px 0;
	background: -moz-linear-gradient(top,  #DF4040 0%, #BC2929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DF4040), color-stop(100%,#BC2929));
	background: -webkit-linear-gradient(top,  #DF4040 0%,#BC2929 100%);
	background: -o-linear-gradient(top,  #DF4040 0%,#BC2929 100%);
	background: -ms-linear-gradient(top,  #DF4040 0%,#BC2929 100%);
	background: linear-gradient(top,  #DF4040 0%,#BC2929 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DF4040', endColorstr='#BC2929',GradientType=0 );
}
.btn_red:hover {
	border:1px solid #550F0F;
}
.btn_red:active {
	background: #BC2929;
	box-shadow: 0 0 0 #707070 inset;
	-webkit-box-shadow: 0 0 0 #707070 inset;
	-moz-box-shadow: 0 0 0 #707070 inset;
}

.btn-group { position: relative; *zoom: 1; *margin-left: .3em; }
.btn-group:before, .btn-group:after { display: table; content: ""; }
.btn-group:after { clear: both; }
.btn-group:first-child { *margin-left: 0; }
.btn-group + .btn-group { margin-left: 5px; }
.btn-toolbar { margin-top: 9px; margin-bottom: 9px; }
.btn-toolbar .btn-group { display: inline-block; *display: inline;  /* IE7 inline-block hack */ *zoom: 1; }

.toolbar > li { position: relative; float: left; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.toolbar li a { border-radius: 0; }
.btn-group [class*="btn"]  { position: relative; float: left; margin-left: -1px; cursor: pointer; }
.toolbar > li > [class*="btn"] { border-radius: 0; }
.toolbar > li:first-child [class*="btn"], .toolbar > li:first-child [class*="control"] { margin-left: 0; -webkit-border-top-left-radius: 3px;  -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }
.toolbar > li:last-child [class*="control"], .toolbar > li:last-child [class*="btn"] { border-radius: 0; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; }
.btn-group > [class*="btn"]:last-child,
.btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0; }
.btn-group > [class*="btn"]:hover, .btn-group > [class*="btn"]:focus, .btn-group > [class*="btn"]:active, .btn-group > [class*="btn"].active { z-index: 2; }
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }
.btn-group > .dropdown-toggle { padding-left: 8px; padding-right: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); *padding-top: 4px; *padding-bottom: 4px; }
.btn-group > .btn-mini.dropdown-toggle { padding-left: 5px; padding-right: 5px; }
.btn-group > .btn-small.dropdown-toggle { *padding-top: 4px; *padding-bottom: 4px; }
.btn-group > .btn-large.dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; opacity: 0.6; filter: alpha(opacity=60); margin: 5px -5px 5px 10px; }
.dropdown .caret { margin-top: 8px; margin-left: 2px; }
.dropdown:hover .caret, .open .caret {   opacity: 0.3;   filter: alpha(opacity=30); }

.dropdown-menu { position: absolute; text-align: left; top: 100%; left: -1px; z-index: 1000; display: none; float: left; min-width: 160px; margin: -1px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #c3c3c3; *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 2px 2px -2px #ccc; -moz-box-shadow: 0 2px 2px -2px #ccc; box-shadow: 0 2px 2px -2px #ccc; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; }
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu li a { border-bottom: 1px solid #e4e4e4; border-top: 1px solid #fff; }
.dropdown-menu li:first-child a { border-top: none; }
.dropdown-menu li:last-child a { border-bottom: none; }
.dropdown-menu a { display: block; padding: 5px 10px; clear: both; font-weight: normal; color: #6A6A6A; white-space: nowrap; font-size: 11px; background: #fdfdfd; background: -moz-linear-gradient(top,  #fdfdfd 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); background: linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 ); }
.dropdown-menu a:hover { background: #f5f5f5; }

.open { *z-index: 1000; }
.open .dropdown-menu { display: block; }
.pull-right .dropdown-menu { right: 0; left: auto; }
.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: "\2191"; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; }

/* MARKERS */
.mark_red {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#8A0003 1px 1px 0;
	background-color: #D20005;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mark_grey {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #969696;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#FFFFFF 1px 1px 0;
	background-color: #E6E6E6;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mark_orange {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#B05400 1px 1px 0;
	background-color: #F07200;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mark_green {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#5F8F3A 1px 1px 0;
	background-color: #9BC100;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mark_blue {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#00719B 1px 1px 0;
	background-color: #00AFF2;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mark_yellow {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #6C4002;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#FFFFFF 1px 1px 0;
	background-color: #FFDA09;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mark_magenta {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow:#5E005E 1px 1px 0;
	background-color: #A800A8;
	padding: 3px 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

/* GRID */
.fluid [class*="grid"] { display: block; width: 100%; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; }
.fluid [class*="grid"]:first-child { margin-left: 0; }

.fluid .grid12 { width: 99.99999998999999%; *width: 99.94680850063828%; }
.fluid .grid11 { width: 91.489361693%; *width: 91.4361702036383%; }
.fluid .grid10 { width: 82.97872339599999%; *width: 82.92553190663828%; }
.fluid .grid9 { width: 74.468085099%; *width: 74.4148936096383%; }
.fluid .grid8 { width: 65.95744680199999%; *width: 65.90425531263828%; }
.fluid .grid7 { width: 57.446808505%; *width: 57.3936170156383%; }
.fluid .grid6 { width: 48.93617020799999%; *width: 48.88297871863829%; }
.fluid .grid5 { width: 40.425531911%; *width: 40.3723404216383%; }
.fluid .grid4 { width: 31.914893614%; *width: 31.8617021246383%; }
.fluid .grid3 { width: 23.404255317%; *width: 23.3510638276383%; }
.fluid .grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.fluid .grid1 { width: 6.382978723%; *width: 6.329787233638298%; }

/* FORM ELEMENTS */
.inp {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #575757;
	box-shadow: 0 1px 2px #F9F9F9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	padding: 7px;
	border: 1px solid #d7d7d7;
	display: inline-block;
	background: #fdfdfd;
	font-size:14px;
	font-family: Arial,Helvetica,Tahoma,Verdana;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	resize:none;
}

.inp:focus {
	border: 1px solid #AEAEAE;
}

.note {
	font-size: 11px;
	padding-top: 2px;
	display: block;
	color: #AAA;
	white-space: nowrap;
}

.noteInfo {
	font-size: 11px;
	padding-top: 2px;
	padding-left:14px;
	display: block;
	color: #AAA;
	white-space: nowrap;
	background:url('/i/small_info.png') no-repeat left 3px;
}


textarea { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; width: 100%; height: auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; font-size: 11px; color: #858585; box-shadow: 0 1px 0 #F9F9F9; -webkit-box-shadow: 0 1px 0 #F9F9F9; -moz-box-shadow: 0 1px 0 #F9F9F9; padding: 6px 7px; border: 1px solid #d7d7d7; display: inline-block; background: #fdfdfd;}

/* Progressbar */
.progress { display:block;margin-top:8px;background: #e6e6e6; border: 1px solid #ccc; box-shadow: 0 1px 0 #F9F9F9, 0 1px 0 #ddd inset; -webkit-box-shadow: 0 1px 0 #F9F9F9, 0 1px 0 #ddd inset; -moz-box-shadow: 0 1px 0 #F9F9F9, 0 1px 0 #ddd inset; }
.progress, .progress_green, .progress_blue, .progress_orange, .progress_red { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; height: 4px; }

.progress_red, .progress_green, .progress_blue, .progress_orange { background: url(/i/elements/ui/progress.png) repeat-x; width: 0; margin: -1px 0 0 -1px; border: 1px solid; }

.progress_green { background-position: 0 0; border-color: #97af32; }
.progress_blue { background-position: 0 -5px; border-color: #5f9fce; }
.progress_orange { background-position: 0 -10px; border-color: #d28346; }
.progress_red { background-position: 0 -25px; border-color: #c8514e; }

/* Select */
.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *, .uploader *{ margin: 0; padding: 0; cursor: pointer; }

.selector { display: none; background: #fcfcfc; background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1)); background: -webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); background: linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); border: 1px solid #D2D2D2; line-height: 27px; height: 27px; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box;  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 1px 0 #F9F9F9 inset, 0 1px 0px #eeeeee; -webkit-box-shadow: 0 1px 0 #F9F9F9 inset, 0 1px 0px #eeeeee; -moz-box-shadow: 0 1px 0 #F9F9F9 inset, 0 1px 0px #eeeeee; vertical-align: middle; zoom: 1; margin: 0; padding: 0 0 0 8px; cursor: pointer; width: auto; max-width: 280px; font-size: 12px; position: relative; overflow: hidden; }
.selector span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #808080; text-shadow: 0 1px #f5f5f5; padding: 0px 37px 0px 2px; background: url(/i/elements/forms/selectArrow.png) no-repeat 100%; cursor: pointer; font-size: 11px; height: 27px; line-height: 27px; }
.selector select { position: absolute; opacity: 0; filter: alpha(opacity:0); height: 28px; border: none; background: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; border: solid 1px white; width: 100%; top: 0px; left: 0px; }
.disabled { opacity: 0.6; filter: alpha(opacity=60); }
.labelDisabled { color: #B7B7B7; }

/* Checkboxes */
div.checker { width: 16px; height: 16px; position: relative; display: inline-block; vertical-align: middle; margin-top: -3px; box-shadow: 0 1px 0 #F9F9F9; -webkit-box-shadow: 0 1px 0 #F9F9F9; -moz-box-shadow: 0 1px 0 #F9F9F9; }
div.checker span { background: url(/i/elements/forms/checkboxes.png) no-repeat 0 0; height: 16px; width: 16px; display: inline-block; text-align: center; }
div.checker span.checked { background-position: 0 -17px; }

/* Radio buttons */
div.radio { width: 16px; height: 17px; position: relative; display: -moz-inline-box; display: inline-block; vertical-align: middle; margin-top: -2px; }
div.radio span { background: url(/i/elements/forms/radios.png) no-repeat 0 0; height: 17px; width: 16px; display: -moz-inline-box; display: inline-block; text-align: center; }
div.radio span.checked { background-position: 0 -18px; }

/* File uploader */
div.uploader { 	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; width: 240px; position: relative; overflow: hidden; box-shadow: 0 1px 0 #F9F9F9; -webkit-box-shadow: 0 1px 0 #F9F9F9; -moz-box-shadow: 0 1px 0 #F9F9F9; border: 1px solid #d7d7d7; background: #fdfdfd; padding: 2px 2px 2px 8px; }
div.uploader span.action { width: 22px; background: #fff url(/i/elements/forms/addFiles.png) no-repeat 0 0; height: 22px; font-size: 11px; font-weight: bold; cursor: pointer; float: right; text-indent: -9999px; display: inline; overflow: hidden; cursor: pointer; }
div.uploader:hover span.action { background-position: 0 -27px; }
div.uploader:active span.action { background-position: 0 -54px; }
div.uploader span.filename { color: #777; max-width: 200px; width:200px; font-size: 11px; line-height: 22px; float: left; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: default; }
div.uploader input { width: 210px; opacity: 0; filter: alpha(opacity:0); position: absolute; top: 0; right: 0; bottom: 0; float: right; height: 26px; border: none; cursor: pointer; }
.uploader { display: -moz-inline-box; display: inline-block; vertical-align: middle; zoom: 1; *display: inline; }

/* Spinner */
.ui-spinner { width: 10em; display: block; position: relative; overflow: hidden; border: 1px solid #d7d7d7; background: #fdfdfd; height: 26px; padding: 0 6px; box-shadow: 0 1px 0 #F9F9F9; -webkit-box-shadow: 0 1px 0 #F9F9F9; -moz-box-shadow: 0 1px 0 #F9F9F9; }
.ui-spinner-disabled { background: #F4F4F4; color: #CCC; }
.ui-spinner input.ui-spinner-box { border: none!important; background: none!important; padding: 0!important; height: 26px; }
.ui-spinner-up, .ui-spinner-down { width: 18px; padding: 0; margin: 0; z-index: 100; position: absolute; right: 0; cursor: pointer; border: none; }
.ui-spinner-up { background: url(/i/elements/forms/spinnerTop.png) no-repeat; height: 14px; top: -1px; }
.ui-spinner-down { height: 14px; bottom: -1px; background: url(/i/elements/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: 26px; height: 26px; }

/* Chosen multiple select plugin with dropdown */
.chzn-container { position: relative; display: inline-block; zoom: 1; *display: inline; max-width: 300px; vertical-align: middle;}
.noSearch .chzn-search { display: none; }
.noSearch .chzn-results { margin: 0!important; padding: 2px!important; }
.chzn-container > .chzn-drop { background: #fff; border: 1px solid #d5d5d5; border-top: 0; position: absolute; top: 29px; margin-top: 1px; left: 0; z-index: 998; width: 100%!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.chzn-container-single .chzn-single { border: 1px solid #d8d8d8; display: block; overflow: hidden; white-space: nowrap; position: relative; color: #808080; text-shadow: 0 1px #f5f5f5; height: 27px; line-height: 27px; padding: 0 0 0 10px; background: #fcfcfc; background: -moz-linear-gradient(top,  #fcfcfc 0%, #f1f1f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1)); background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); background: -o-linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); background: -ms-linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); background: linear-gradient(top,  #fcfcfc 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 ); border: 1px solid #d2d2d2;  box-sizing: content-box; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;  box-shadow: 0 1px 0 #F9F9F9 inset, 0 1px 0px #eeeeee; -webkit-box-shadow: 0 1px 0 #F9F9F9 inset, 0 1px 0px #eeeeee; -moz-box-shadow: 0 1px 0 #F9F9F9 inset, 0 1px 0px #eeeeee; }
.chzn-container-single .chzn-single span { display: block; font-size: 11px; padding-right: 30px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; background: url(/i/elements/forms/selectArrow.png) no-repeat 100%; }
.chzn-container-single .chzn-single abbr { display: block; position: absolute; right: 26px; top: 6px; width: 12px; height: 13px; font-size: 1px; }
.chzn-container-single .chzn-single div { position: absolute; right: -1px; top: -1px; display: block; height: 27px; width: 27px; }
.chzn-container-single .chzn-single div b { display: block; width: 27px; height: 28px; }
.chzn-container-single .chzn-search { padding: 3px 4px; position: relative; margin: 0; white-space: nowrap; z-index: 1010; }
.chzn-container-single .chzn-search input { margin: 1px 0; padding: 4px 20px 4px 5px; outline: 0; border: 1px solid #aaa; font-family: sans-serif; font-size: 11px; background: url(/i/searchSmall.png) no-repeat 98% !important; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; max-width: 100%; min-width: 100%; }
.chzn-container-single-nosearch .chzn-search input { position: absolute; left: -9000px; }
.chzn-container-multi .chzn-choices { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;box-shadow: 0 1px 2px #F9F9F9;-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08);border: 1px solid #d7d7d7; margin: 0; cursor: text; overflow: hidden; height: auto !important; height: 1%; position: relative; font-size: 12px; padding: 4px; background: white; color: #656565;  }
.chzn-container-multi .chzn-choices li { float: left; list-style: none; }
.chzn-container-multi .chzn-choices .search-field { white-space: nowrap; margin: 0; padding: 0; }
.chzn-container-multi .chzn-choices .search-field input { color: #666; background: transparent !important; border: 0 !important; font-family: sans-serif; font-size: 12px!important; padding: 5px 4px 5px 4px!important; margin: 0; outline: 0; box-shadow: none!important; }
.chzn-container-multi .chzn-choices .search-field .default { color: #999; }
.chzn-container-multi .chzn-choices .search-choice { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; position: relative; line-height: 16px; font-size: 11px; border: 1px solid #A5D24A; display: block; float: left; padding: 2px 19px 2px 5px; background: #CDE69C; color: #638421; margin: 2px; }
.chzn-container-multi .chzn-choices .search-choice-focus { background: #d4d4d4; }
.chzn-container-multi .chzn-choices .search-choice .search-choice-close { display: block; position: absolute; right: 6px; top: 5px; width: 10px; height: 10px; font-size: 1px; background: url(/i/elements/forms/closeSelection.png) 50% no-repeat; }
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close { background-position: right -11px; }
.chzn-container .chzn-results { margin: 0 4px 4px 0; max-height: 160px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; }
.chzn-container-multi .chzn-results { padding: 0; margin: 0; }
.chzn-container .chzn-results li { display: none; line-height: 14px; padding: 5px 6px; margin: 0; list-style: none; font-size: 11px; white-space:nowrap;}
.chzn-container .chzn-results .active-result { border:2px solid #FFFFFF;border-radius:4px;cursor: pointer; display: list-item; }
.chzn-container .chzn-results .highlighted { border:2px solid #2762C2; background-color: #3875d7 !important; color: #fff !important;text-shadow: none; }
.chzn-container .chzn-results li em { background: #feffde; font-style: normal; }
.chzn-container .chzn-results .highlighted em { background: transparent; }
.chzn-container .chzn-results .no-results { background: #f4f4f4; display: list-item; }
.chzn-container .chzn-results .group-result { cursor: default; color: #2e74a6; font-weight: bold; font-size: 10px; border-bottom: 1px solid #DDD; border-top: 1px solid #DDD; }
.chzn-container .chzn-results .group-option { padding-left: 15px; }
.chzn-container-multi .chzn-drop .result-selected { display: none; }
.chzn-container .chzn-results-scroll { background: white; margin: 0 4px; position: absolute; text-align: center; width: 321px; /* This should be dynamic with js */ z-index: 1; }
.chzn-container .chzn-results-scroll span { display: inline-block; height: 17px; text-indent: -5000px; width: 9px; }
.chzn-container .chzn-results-scroll-down { bottom: 0; }
.chzn-container-active .chzn-single-with-drop div { background: transparent; border-left: none; }
.chzn-container-active .chzn-choices { border: 1px solid #d5d5d5; }
.chzn-container-active .chzn-choices .search-field input { color: #111 !important; }
.chzn-disabled { cursor: default; opacity:0.5 !important; }
.chzn-disabled .chzn-single { cursor: default; }
.chzn-disabled .chzn-choices .search-choice .search-choice-close { cursor: default; }


/* iPhone like checkboxes */
.ibutton-container { position: relative; height: 21px; cursor: pointer; overflow: hidden; max-width: 400px; -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -moz-user-focus: ignore;  -moz-user-input: disabled; width: 89px; }
.ibutton-container input { position: absolute; top: 0; left: 0; filter:alpha(opacity=0); -moz-opacity: 0.0;  opacity: 0.0; -moz-user-input: enabled  !important; }
.ibutton-handle { display: block; height: 20px; cursor: inherit; position: absolute; top: 0; left: 0; width: 0; background: transparent url(/i/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 -73px; z-index: 3; padding-left: 3px; width: 33px; }
.ibutton-handle-right { height: 100%; width: 100%; padding-right: 3px; background: transparent url(/i/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 100% -73px; z-index: 3;  }
.ibutton-handle-middle { height: 100%; width: 100%; background: transparent url(/i/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 50% -73px; z-index: 3;  }
.ibutton-label-on, .ibutton-label-off { white-space: nowrap; font-size: 11px; line-height: 18px; font-weight: bold; text-transform: uppercase; cursor: inherit; display: block; height: 21px; position: absolute; width: auto; top: 0; padding-top: 4px; overflow: hidden;  text-align: center; background: transparent url(/i/elements/checkboxes/ibutton-slider-default.png) no-repeat scroll 0 0; }
.ibutton-label-on { color: #fff; text-shadow: 0 1px #808080; left: 0; z-index: 1; background-position: 0 -52px; }
.ibutton-label-on span { padding-left: 0px; background: url(/i/elements/checkboxes/yes.png) no-repeat; width: 11px; left: -1px; position: relative; height: 11px; display: block; float: right; padding-top: 0px; margin-top: 1px; padding-right: 7px; }
.ibutton-label-off { background-position: 100% -52px; color: #fff; text-shadow: 0 1px #808080; text-align: right; right: 0; width: 95%; }
.ibutton-label-off span { background: url(/i/elements/checkboxes/no.png) no-repeat; width: 8px; height: 9px; position: relative; left: -4px; display: block; float: right; padding-top: 0; margin-top: 2px; padding-right: 7px; text-indent: -9999px;  }
.ibutton-padding-left { left: 0; }
.ibutton-padding-right { right: 0; }
.ibutton-disabled { cursor: not-allowed !important; opacity: 0.6; filter:alpha(opacity=60); }

/* ===== Tipsy ===== */
.tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 1000; }
.tipsy-inner { padding: 2px 10px 2px 10px; background-color: #1d1d1d; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 2px; -moz-border-radius:2px; -webkit-border-radius:2px; }
.tipsy-arrow { position: absolute; background: url('/i/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
/*.tipsy-s { margin-top: -5px; }
.tipsy-w { margin-left: 5px; }
.tipsy-e { margin-right: -5px; }
.tipsy-n { margin-top: 5px; }*/
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* ===== jQuery jGrowl ===== */
div.jGrowl { z-index: 999; color: #fff; font-size: 12px; }
div.jGrowl { position:	absolute; }
body > div.jGrowl { position:	fixed; }
div.jGrowl.top-left { left: 	0px; top: 0px; }
div.jGrowl.top-right { right: 0px; top: 0px; }
div.jGrowl.bottom-left { left: 0px; bottom: 0px; }
div.jGrowl.bottom-right { right: 0px; bottom: 0px; }
div.jGrowl.center { top: 0px; width: 	50%; left: 25%; }
div.center div.jGrowl-notification, div.center div.jGrowl-closer { margin-left:auto; margin-right:auto; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { background: url(/i/backgrounds/sidebar.jpg); border-bottom:1px solid #FFFFFF;opacity: .90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);  zoom: 1; width: 235px; padding: 8px 15px; margin-top:5px; margin-bottom:5px; font-family: Arial, Helvetica, sans-serif; font-size: 1em; text-align:left; display: none; -moz-border-radius: 5px; -webkit-border-radius:	5px; }
div.jGrowl div.jGrowl-notification { min-height:40px; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {margin: 10px;}
div.jGrowl div.jGrowl-notification div.jGrowl-header {	font-weight: bold;	font-size: 12px; }
div.jGrowl div.jGrowl-notification div.jGrowl-close {z-index:	99;	float: right;	font-weight: bold;	font-size: 1em;	cursor: pointer; }
div.jGrowl div.jGrowl-closer { padding-top: 4px; padding-bottom: 4px; cursor: pointer; font-size:	.9em;	font-weight: bold; text-align: center; }

.divider { height: 0; border-top: 1px solid #cdcdcd; border-bottom: 1px solid #f5f5f5; position: relative; margin: 20px 0; }
.divider_noShadow { height: 0; border-top: 1px solid #F3F3F3; position: relative; margin: 20px 0;}
.divider_noShadowy { height: 0; border-top: 1px solid #EDDEB1; position: relative; margin: 5px 0;}
.divider > span { position: absolute; left: 50%; margin-left: -21px; background: #EFEFEF url(/i/div.png) no-repeat 50%; width: 36px; padding: 0 3px; height: 9px; display: block; top: -4px; }

/* ===== Notification messages ===== */
.notification { cursor: pointer; margin: 32px 0px 0px 0px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
#sidebar .notification { margin: 0; border-radius: 0; border-left: none; border-right: none; box-shadow: 0 1px 1px #f5f5f5; -webkit-box-shadow: 0 1px 1px #f5f5f5; -moz-box-shadow: 0 1px 1px #f5f5f5; }
.notification p { padding: 10px 25px 10px 25px; margin: 0px; text-align: center; font-weight: bold; text-shadow: 0 1px 0 #fff;  }
.nMessage p { font-size: 11px; }
.warning { border: 1px solid #f2d083; color: #826200; box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #fff0c7 inset, 0 1px 1px #dfdfdf;
background: #ffedbc;
background: -moz-linear-gradient(top,  #ffedbc 0%, #fbe5a8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedbc), color-stop(100%,#fbe5a8));
background: -webkit-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: -o-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: -ms-linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
background: linear-gradient(top,  #ffedbc 0%,#fbe5a8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedbc', endColorstr='#fbe5a8',GradientType=0 );
  }

.ok { box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #e3f4bf inset, 0 1px 1px #dfdfdf; border: 1px solid #c1d779; color: #4f7307;
background: #d6efa1;
background: -moz-linear-gradient(top,  #d6efa1 0%, #d0e69d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6efa1), color-stop(100%,#d0e69d));
background: -webkit-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: -o-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: -ms-linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
background: linear-gradient(top,  #d6efa1 0%,#d0e69d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6efa1', endColorstr='#d0e69d',GradientType=0 );
}

.error { box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #fbb5b5 inset, 0 1px 1px #dfdfdf; border: 1px solid #dfa59b; color: #6F0606;
background: #f0b5a1;
background: -moz-linear-gradient(top,  #f0b5a1 0%, #de9d8a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b5a1), color-stop(100%,#de9d8a));
background: -webkit-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
background: -o-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
background: -ms-linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
background: linear-gradient(top,  #f0b5a1 0%,#de9d8a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b5a1', endColorstr='#de9d8a',GradientType=0 );
}
.error > p { text-shadow: 0 1px 0 #EFCBC0; }

.info { border: 1px solid #bcd9f3; color: #4579aa;
background: #deedf9;
background: -moz-linear-gradient(top,  #deedf9 0%, #cde5f7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deedf9), color-stop(100%,#cde5f7));
background: -webkit-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
background: -o-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
background: -ms-linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
background: linear-gradient(top,  #deedf9 0%,#cde5f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deedf9', endColorstr='#cde5f7',GradientType=0 );
box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf; -webkit-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf; -moz-box-shadow: 0 1px 2px #e9f3fb inset, 0 1px 1px #dfdfdf;
 }

.ok_msg {
	display:block;
	line-height:normal;
	width:100%;
	height:32px;
	background:url('/i/ok_msg_left.gif') #D6F4B4 no-repeat left top;
	margin-bottom:12px;
	cursor:pointer;
}

.ok_msg_text {
	display:block;
	float:left;
	color:#419501;
	text-shadow: #F3FCEB 1px 1px 0;
	font-weight:bold;
	padding-top:8px;
	padding-left:45px;
}

.ok_msg_right {
	display:block;
	float:right;
}

.ok_msg_btn {
	display:block;
	width:30px;
	height:32px;
	background:url('/i/ok_msg_btn.gif') no-repeat left top;
	outline:none;
}

.ok_msg_btn:hover {
	background-position:left bottom;
}

.err_msg {
	display:block;
	line-height:normal;
	width:100%;
	height:32px;
	background:url('/i/err_msg_left.gif') #FFCDCD no-repeat left top;
	margin-bottom:12px;
	cursor:pointer;
}

.err_msg_text {
	display:block;
	float:left;
	color:#B70004;
	text-shadow: #FFF2F2 1px 1px 0;
	font-weight:bold;
	padding-top:8px;
	padding-left:45px;
}

.err_msg_right {
	display:block;
	float:right;
}

.err_msg_btn {
	display:block;
	width:30px;
	height:32px;
	background:url('/i/err_msg_btn.gif') no-repeat left top;
	outline:none;
}

.err_msg_btn:hover {
	background-position:left bottom;
}

.widget { font-family:Arial;font-size:12px;color:#5f5f5f;background: #f7f7f7; border: 1px solid #cdcdcd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 2px 2px -2px #ccc; position: relative; }
.widget > [class*="whead"] { border-bottom: 1px solid #cdcdcd; box-shadow: 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 #fff; -moz-box-shadow: 0 1px 0 #fff; text-shadow: 0 1px #fff; -webkit-border-top-right-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-topleft: 3px;  position: relative; }
.whead a { color: #636363; }
.widget > [class*="whead"] h6 { float: left; display: block; padding: 8px 14px 7px 14px; font-size: 12px; font-weight: bold;  }
[class*="whead"]:after { content: ""; display: block; clear: both; }
.widget .body { padding: 14px 16px; }

.whead {  color: #636363;
background: #f8f8f8;
background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}


.tDefault { text-shadow:#FFFFFF 1px 1px 0; }
.tdCenter {	text-align:center; }
table thead td.sortCol > div { cursor: pointer; position: relative; }
table thead td span { background: url(/i/tables/sort.png) no-repeat 0; display: block; width: 7px; float: right; margin-right:5px; height: 16px; }
table thead td.headerSortUp span { background: url(/i/tables/sortUp.png) no-repeat 0; }
table thead td.headerSortDown span { background: url(/i/tables/sortDown.png) no-repeat 0; }

.tDefaultCurr thead {
	background-color:#EEEEEE;
	text-shadow:#FFFFFF 1px 1px 0;
	color:#909090;
	text-align:center;
}

.tDefaultCurr tr:hover {
	background-color:#FFFACC;
}

.exratesTablehover {
	background-color:#FFFACC;
}

.tDefaultCurr td {
	text-align:center;
	vertical-align: middle;
}


/* ===== Default table ===== */

.tDefault tbody td, .tDefault thead td { border-left: 1px solid #DFDFDF; box-shadow: 0 1px 0 #fafafa inset; -webkit-box-shadow: 0 1px 0 #fafafa inset; -moz-box-shadow: 0 1px 0 #fafafa inset; }
.tDefault tbody td:first-child, .tDefault thead td:first-child { border-left: none; text-align:center; }
.checkAll thead td:first-child > img { vertical-align: middle; padding-bottom: 2px; }
.tDefault thead td { text-align: center; font-size: 11px; padding: 7px 5px 5px 5px; color: #909090; background: #eee; }
.tDefault tbody td { padding: 15px 11px; vertical-align: middle; }
.tDefault tbody tr { border-top: 1px solid #DFDFDF; }
.tDefault tbody tr:first-child { box-shadow: 0 1px 0px #fff inset; -webkit-box-shadow: 0 1px 0px #fff inset; -moz-box-shadow: 0 1px 0px #fff inset; }
.tDefault tbody tr:nth-child(even) { background: #f2f2f2; }
.tDefault tbody tr:hover { background-color:#FFFDEA; }

.tDefault2 tbody td { padding: 3px 3px; vertical-align: middle; }








































.headerc {
	display:block;
	position:fixed;
	top:0;
	width:100%;
	height:47px;
	z-index:150;
	/*background:url('/i/header_bgr.png') repeat-x left top;*/
	background-color: rgba(48, 158, 221, 0.85);
	border-bottom: 2px solid #3586B5;
	box-shadow: 0px 2px 2px rgba(104, 104, 104, 0.5);
}

.login_logo {
	display:block;
	width:350px;
	height:60px;
	background:url('/i/logo_login.png') no-repeat left top;
	margin:70px auto 10px auto;
}

.login_bgr_top {
	display:block;
	width:520px;
	height:10px;
	background:url('/i/login_bgr_top.png') no-repeat left top;
}

.login_bgr_bot {
	display:block;
	width:520px;
	height:10px;
	background:url('/i/login_bgr_bot.png') no-repeat left top;
}

.login_bgr_mid {
	display:block;
	width:470px;
	padding:10px 25px;
	background:url('/i/login_bgr_mid.png') repeat-y left top;
}

.login_bgr {
	display:block;
	line-height:21px;
	width:520px;
	margin:0 auto;
}

.field {
	display:block;
	position:relative;
}

.fieldName {
	display:block;
	text-shadow: #FFFFFF 1px 1px 0;
	font-size:14px;
	font-weight:bold;
}

.floatLeft {
	display:block;
	float:left;
}

.floatRight {
	display:block;
	float:right;
}

.loginInfo {
	display:block;
	padding-top:5px;
	width:500px;
	margin:0 auto;
	font-size:10px;
	color:#AAAAAA;
	text-shadow: #FFFFFF 1px 1px 0;
}

.input_icon {
	position:absolute;
	top:10px;
	right:8px;
	display:block;
}

.input_icon_left {
	position:absolute;
	top:10px;
	left:8px;
	display:block;
}

.input_icon_left2 {
	position:absolute;
	top:15px;
	left:12px;
	display:block;
}

.inp_field {
	padding-left:23px;
}

.link {
	text-decoration:none;
	padding:3px;
	color:#4A95D0;
	outline:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.link:hover {
	background-color:#DEEDFA;
}

.layout_container {
   height: auto;
   margin-top:51px;
   overflow: hidden;
}

.layout_container_full {
   height: auto;
   margin-top:51px;
}

.layout_right {
    width: 400px;
    float: right;
	margin:0 10px;
}

.rightModule {
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
	box-shadow:#DADADA 1px 1px 0;
}

.layout_left {
    float: none;
	padding:10px;
	margin:10px;
    width: auto;
    overflow: hidden;
	background-color:#FFFFFF;
	box-shadow:#DADADA 1px 1px 0;
}

.layout_full {
	display:block;
	padding:10px;
	margin:10px;
	background-color:#FFFFFF;
	box-shadow:#DADADA 1px 1px 0;
}

.logo {
	display:block;
	width:300px;
	height:45px;
	background:url('/i/logo_main.png') no-repeat left top;
	outline:none;
	margin-left:7px;
}

.login_hider {
	display:none;
	position:absolute;
	margin-top:5px;
	margin-left:5px;
	background-color:#FFFFFF;
	opacity:0.8;
	width:510px;
	height:166px;
	padding-top:116px;
	z-index:140;
}

.topmenus {
	dispaly:block;
	float:left;
	position:relative;
}

.btnTopCompany {
	display: block;
	/*margin-right: 5px;*/
	width:57px;
	height:47px;
	background:url('/i/btnTopCompany.png') no-repeat 0px top;
	outline:none;
}

.btnTopCompany:hover {
	background-position: -57px top;
}

.btnTopCompany:active {
	background-position: -114px top;
}

.btnTopCompany_menu {
	display:none;
	position:absolute;
	width:240px;
	top:47px;
	left:-90px;
	background-color:rgba(255,255,255,0.96);
	border-right:2px solid #3586B5;
	border-bottom:2px solid #3586B5;
	border-left:2px solid #3586B5;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
}

.btnTopNotifications {
	display: block;
	/*margin-right: 5px;*/
	width:57px;
	height:47px;
	background:url('/i/btnTopNotifications.png') no-repeat 0px top;
	outline:none;
}

.btnTopNotifications:hover {
	background-position: -57px top;
}

.btnTopNotifications:active {
	background-position: -114px top;
}

.noNotifications {
	display:block;
	padding:10px;
	text-align:center;
}

.notifications {
	display:block;
	height:250px;
	overflow:auto;
}

.btnTopNotifications_menu {
	display:none;
	position:absolute;
	width:260px;
	top:47px;
	left:-100px;
	background-color:rgba(255,255,255,0.96);
	border-right:2px solid #3586B5;
	border-bottom:2px solid #3586B5;
	border-left:2px solid #3586B5;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
}

.btnTopUser {
	display: block;
	width:57px;
	height:47px;
	background:url('/i/btnTopUser.png') no-repeat 0px top;
	outline:none;
}

.btnTopUser:hover {
	background-position: -57px top;
}

.btnTopUser:active {
	background-position: -114px top;
}

.btnTopUser_menu {
	display:none;
	position:absolute;
	width:240px;
	top:47px;
	left:-90px;
	background-color:rgba(255,255,255,0.96);
	border-right:2px solid #3586B5;
	border-bottom:2px solid #3586B5;
	border-left:2px solid #3586B5;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
}

.userOnline {
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	width:7px;
	height:7px;
	background:url('/i/contact_status.png') no-repeat left 0px;
}

.userOffline {
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	width:7px;
	height:7px;
	background:url('/i/contact_status.png') no-repeat left -16px;
}

.topUserStatus {
	display:block;
	position:absolute;
	bottom:10px;
	margin-left:3px;
	font-size:5px;
	font-family:'Roboto';
	font-weight:300px;
	text-align:center;
	width:30px;
	height:10px;
}

.topUserStatusOnline {
	background-color:rgba(194,254,129,0.6);
	color:#539C01;
	text-shadow:#E0F9C6 1px 1px 0;
}

.topUserStatusOffline {
	background-color:rgba(255,136,136,0.6);
	color:#9D0004;
	text-shadow:#FFC1C2 1px 1px 0;
}

.btnTopHead {
	display:block;
	outline:none;
	margin-top:4px;
}

.btnTopHead span{
	display:block;
	float:left;
	width:40px;
	height:40px;
	outline:none;
	border-radius:20px;
	box-shadow:#09537D 1px 1px 0;
}

.btnTopHead b {
	display:block;
	float:left;
	font-size:13px;
	color:#C0DFEF;
	text-shadow:#3689B9 1px 1px 0;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:14px;
}

.btnTopHead u {
	display:block;
	float:left;
	margin-left:8px;
	width:11px;
	height:43px;
	background:url('/i/btnTopTicks.png') no-repeat 0px -3px;
	margin-right:10px;
}

.btnTopHead:hover b {
	color:#D8EBF5;
}

.btnTopHead:hover u {
	background-position: -12px -3px;
}

.btnTopUser_menu {
	display:none;
	position:absolute;
	width:240px;
	left:-40px;
	top:47px;
	background-color:rgba(255,255,255,0.96);
	border-right:2px solid #3586B5;
	border-bottom:2px solid #3586B5;
	border-left:2px solid #3586B5;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
}

.btnTopHead_menu {
	display:none;
	position:absolute;
	width:240px;
	top:47px;
	right:-9px;
	background-color:rgba(255,255,255,0.96);
	border-right:2px solid #3586B5;
	border-bottom:2px solid #3586B5;
	border-left:2px solid #3586B5;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	box-shadow: 0px 1px 6px rgba(0,0,0,0.15);
	padding:3px 0 0px 0;
}

.menuA {
	display:block;
	width:220px;
	padding:7px 10px;
	border-bottom:1px solid #FFFFFF;
	text-shadow:#FFFFFF 1px 1px 0;
}

.menuA:hover {
	background-color:#E6F2F9;
	border-bottom:1px solid #C8E2F2;
}

.menuLimiter {
	display:block;
	width:240px;
	height:1px;
	background-color:#E6F1F9;
	margin:3px 0;
}

.btnTopHead_avatar {
	display:block;
	width:220px;
	padding:7px 10px;
}

.btnTopHead_img {
	border-radius:5px;
	padding:2px;
	border:1px solid #E6F1F9;
}

.btnTopHead_name b {
	display:block;
	font-size:13px;
}

.btnTopHead_name i {
	display:block;
	font-size:10px;
	color:#888888;
}

.btnTopHead_name u {
	display:block;
	text-decoration:none;
	font-size:10px;
	padding-top:4px;
	color:#CCCCCC;
}

.h1 {
	width:100%;
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	font-family:'Roboto';
	font-weight:300;
	background:url('/i/h1_bgr.png') repeat-x left top;
	font-size:20px;
}

.h1_2 {
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	font-family:'Roboto';
	font-weight:300;
	background:url('/i/h1_bgr.png') repeat-x left top;
	font-size:20px;
	margin-bottom:10px;
}

.h2 {
	width:100%;
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	font-size:15px;
	background:url('/i/h2_bgr.png') repeat-x left top;
	margin-bottom:5px;
}

.h3 {
	width:100%;
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	font-size:12px;
	font-weight:bold;
	background:url('/i/h2_bgr.png') repeat-x left top;
	margin-bottom:5px;
	border-bottom:1px solid #E8E8E8;
	margin-top:5px;
	box-shadow:0px 1px 3px rgba(192,192,192,0.2);
}

.mainTable {
	width:100%;
}

.mainTable td {
	padding-bottom: 5px;
	position:relative;
}

.mainTable .tdFieldName {
	font-weight:bold;
}

.flybox_container {
	display:block;
	position: absolute;
}

.flybox {
	position: fixed;
	box-shadow: 0 2px 2px -2px #000000;
	padding: 3px;
	background: #808080;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index:1100;
	height:150px;
}

.flybox_title {
	position: relative;
	border-bottom: 1px solid #CDCDCD;
	box-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px white;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);
}

.flybox_title_text {
	height: 40px;
	padding: 0 14px;
	line-height: 40px;
	font-weight:bold;
}

.flybox_close {
	position: absolute;
	right: 6px;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}

.flybox_close span {
	display: block;
	margin: 1px;
	opacity: 0.6;
}

.flybox_close:hover, .flybox_close:focus {
	padding: 1px;
	background: #D7D7D7;
}


.flybox_content {
	display: inline;
	position: relative;
	overflow: auto;
	zoom: 1;
	background: #FFFFFF;
	clear: both;
	margin: 0px;
	padding: 0px;
	min-height: 0px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.flybox_bgr {
	position:fixed;
	_position:absolute;
	background: url(/i/elements/ui/pageOverlay.png) #aaaaaa;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.75;
	_filter:alpha(opacity=75);
	z-index:1000;
}

#flybox_loading {
	display:block;
	height:110px;
	position:absolute;
	background-color:#FFFFFF;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.flybox_loading_ldr_cont {
   position: absolute;
   margin-top:-10px;
   width:100%;
   top: 50%;
}

.flybox_loading_ldr {
	display:block;
	width:220px;
	height:19px;
	background:url('/i/ldr1.gif') no-repeat left top;
	margin:0 auto;
}

#flybox_main {
	display:block;
	position:absolute;
}

.flybox_whiter {
	display:block;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

.noResults {
	font-size:14px;
	text-shadow:#FFFFFF 1px 1px 0;
	padding:30px 0;
}

.breadcrumb {
	display:block;
	padding:10px 10px 2px 15px;
	color:#919191;
	text-shadow: #FFFFFF 1px 1px 0;
}

.breadcrumb_link {
	color:#595959;
	padding:4px 6px;
}

.breadcrumb_link:hover {
	color:#0670A8;
	background-color:#DEEDFA;
	border-radius: 5px;
}

.breadcrumb_simple {
	padding:4px 6px;
}

.apps_container {
	display:block;
	padding:10px 10px 0px 10px;
}

.app {
	display:block;
	width:70px;
	height:20px;
	float:left;
	font-size:9px;
	text-shadow:#FFFFFF 1px 1px 0;
	padding-top:40px;
	border-radius: 3px;
	text-align:center;
	color:#626262;
	outline:none;
	background-color:none;
	border:1px dashed rgba(255,255,255,0);
	background-position:19px 5px;
	background-repeat:no-repeat;
}

.app:hover {
	color:#373737;
	background-color:#E8E8E8;
}

.app:active {
	background-color: #E4E4E4;
}

.app_add {
	display:block;
	width:70px;
	height:20px;
	float:left;
	font-size:9px;
	text-shadow:#FFFFFF 1px 1px 0;
	padding-top:40px;
	border-radius: 3px;
	text-align:center;
	color:#626262;
	outline:none;
	background-color:none;
	border:1px dashed rgba(255,255,255,0);
	opacity:0.3;
	background-image:url('/i/addapp.png');
	background-position:19px 5px;
	background-repeat:no-repeat;
}

.app_add:hover {
	color:#373737;
	opacity:1;
	background-color:#E8E8E8;
}

.app_add:active {
	background-color: #E4E4E4;
}

.addapp_app {
	display:block;
	padding:10px;
	text-shadow:#FFFFFF 1px 1px 0;
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #F2F2F2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F2F2F2));
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: -o-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	background: linear-gradient(top,  #FFFFFF 0%,#F2F2F2 100%);
	border-bottom:1px solid #E9E9E9;
}

.addapp_app:hover {
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #EDFFD2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EDFFD2));
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EDFFD2 100%);
	background: -o-linear-gradient(top,  #FFFFFF 0%,#EDFFD2 100%);
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#EDFFD2 100%);
	background: linear-gradient(top,  #FFFFFF 0%,#EDFFD2 100%);
}

.addapp_img {
	display:block;
	float:left;
	width:50px;
}

.addapp_info {
	display:block;
	float:left;
	width:580px;
	padding-right:20px;
	text-align: justify;
}

.addapp_add {
	display:block;
	float:left;
}

.addapp_title {
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
}

.addapp_descr {
	font-size:10px;
}

.app_drag {
	display:block;
	width:70px;
	height:20px;
	float:left;
	font-size:9px;
	text-shadow:#FFFFFF 1px 1px 0;
	padding-top:40px;
	border-radius: 3px;
	border:1px dashed #00AFF2;
	text-align:center;
	color:#626262;
	outline:none;
	background-color:#FFFFFF;
	background-position:19px 5px;
	background-repeat:no-repeat;
}

.app_del {
	display:block;
	margin-left:15px;
	margin-right:8px;
	width:50px;
	height:45px;
	float:left;
	padding-top:15px;
	padding-left:20px;
	border-radius: 3px;
	border:1px dashed #B2B2B2;
	background-color:#DADADA;
	opacity:0.4;
}

.app_del span {
	display:block;
	width:32px;
	height:32px;
	background:url('/i/ico-bin.png') no-repeat 0px top;
}

.app_del_hover {
	display:block;
	margin-left:15px;
	margin-right:8px;
	width:55px;
	height:45px;
	float:left;
	padding-top:15px;
	padding-left:15px;
	border-radius: 3px;
	border:1px dashed #B2B2B2;
	opacity:1;
}

.app_del_hover span {
	display:block;
	width:32px;
	height:32px;
	background:url('/i/ico-bin.png') no-repeat -32px top;
}

.apps_limiter {
	display:block;
	float:left;
	width:1px;
	height:60px;
	background-color:#E4E4E4;
	margin-left:5px;
	margin-right:5px;
	box-shadow:#FFFFFF 1px 1px 0;
}

.workcheck {
	display:block;
	height:29px;
	padding-top:5px;
}

#worktimer {
	color:#EB9E9E;
}

#checkinHelper {
	position:absolute;
	display:block;
	width:200px;
	top:52px;
	font-size:24px;
	margin-left:-200px;
}

.menuTabs {
	display:block;
	padding:10px 10px 0 10px;
}

.menuTab {
	display:block;
	float:left;
	padding:10px 10px;
	margin-right:3px;
	background: -moz-linear-gradient(top,#f8f8f8 0%,#FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#FFFFFF 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#FFFFFF 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#FFFFFF 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#FFFFFF 100%);
	box-shadow:0px -2px 2px rgba(0,0,0,0.1);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.menuTab_inactive {
	display:block;
	float:left;
	margin-top:10px;
	margin-right:3px;
	padding:5px 10px;
	font-size:11px;
	background: -moz-linear-gradient(top,#f8f8f8 0%,#EAEAEA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#EAEAEA));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#EAEAEA 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#EAEAEA 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#EAEAEA 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#EAEAEA 100%);
	box-shadow:0px -1px 1px rgba(0,0,0,0.1);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	color:#8A8A8A;
	text-shadow:#FFFFFF 1px 1px 0;
}

.menuTab_inactive:hover {
	color:#5B5B5B;
	background: -moz-linear-gradient(top,#FCFCFC 0%,#F5F5F5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#F5F5F5));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	margin-top:8px;
	padding:6px 10px;
}

.menuTab_inactive_c {
	display:block;
	float:left;
	margin-top:8px;
	margin-right:3px;
	padding:6px 10px;
	background: -moz-linear-gradient(top,#FCFCFC 0%,#F5F5F5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#F5F5F5));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#F5F5F5 100%);
	box-shadow:0px -1px 1px rgba(0,0,0,0.1);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	color:#5B5B5B;
	text-shadow:#FFFFFF 1px 1px 0;
}

.markPermissionRed {
	display:block;
	float:left;
	outline:none;
	width:245px;
	background-color:#FCEEED;
	border-radius: 3px;
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	box-shadow:#F4C1BD 1px 1px 0;
	margin:4px 4px 0 0;
}

.markPermissionRed span {
	display:block;
	width:30px;
	height:30px;
	background:url('/i/icoCross.png') no-repeat 0px top;
}

.markPermissionRed:hover span {
	background-position:-30px top;
}

.markPermissionRed b {
	display:block;
	font-size:17px;
	text-decoration: none;
	color:#C23727;
}

.markPermissionRed:hover b {
	color:#D91111;
}

.markPermissionRed u {
	display:block;
	height:40px;
	overflow:hidden;
	text-decoration: none;
	font-size:10px;
	color:#E27B70;
}

.markPermissionGreen {
	display:block;
	float:left;
	outline:none;
	width:245px;
	background-color:#DCFBCA;
	border-radius: 3px;
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	box-shadow:#ADE69D 1px 1px 0;
	margin:4px 4px 0 0;
}

.markPermissionGreen span {
	display:block;
	width:30px;
	height:30px;
	background:url('/i/icoTick.png') no-repeat 0px top;
}

.markPermissionGreen:hover span {
	background-position:-30px top;
}

.markPermissionGreen b {
	display:block;
	font-size:17px;
	text-decoration: none;
	color:#537416;
}

.markPermissionGreen:hover b {
	color:#375812;
}

.markPermissionGreen u {
	display:block;
	height:40px;
	overflow:hidden;
	text-decoration: none;
	font-size:10px;
	color:#66BE45;
}

.markPermissionRed:active {
	margin:4px 3px 0 1px;
	box-shadow: none;
}

.markPermissionGreen:active {
	margin:4px 3px 0 1px;
	box-shadow: none;
}

.markPermissionTitle {
	width:100%;
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	font-size:15px;
	background:url('/i/h2_bgr.png') repeat-x left top;
	margin-top:5px;
}

.employeeHead {
	display:block;
	position:absolute;
	margin-top:-38px;
	margin-left:4px;
	width:40px;
	height:40px;
	outline:none;
	border-radius:20px;
	box-shadow:#FFFFFF 1px 1px 0;
}

.roundImage {
	border-radius:5px;
}

.employeeComment {
	display:block;
	padding:10px;
	background-color:#FBFBFB;
	border-bottom:1px solid #F0F0F0;
	margin-bottom: 5px;
	text-shadow:#FFFFFF 1px 1px 0;
}

.employeeCommentAvatar {
	display:block;
}

.employeeCommentText {
	display:block;
	margin-top:7px;
	background-color:#FFFFFF;
	box-shadow: -1px -1px 0px #F0F0F0;
	padding:10px;
	text-shadow: none;
}

.employeeCommentName {
	display:block;
	padding-left:7px;
	padding-top:2px;
}

.employeeCommentName b {
	display:block;
	font-size:14px;
}

.employeeCommentName u {
	display:block;
	font-size:10px;
	color:#787878;
	font-style:italic;
	text-decoration: none;
}

.employeeCommentName i {
	display:block;
	color:#C9C9C9;
	font-size:10px;
	font-style:none;
}

.getstarted {
	display:block;
	position:relative;
	margin:10px;
    width: auto;
	height:100px;
	background-color:#FFFFFF;
	box-shadow:#DADADA 1px 1px 0;
}

.gs1 {
	display:block;
	position:absolute;
	width:260px;
	height:115px;
	left:10px;
	top:-9px;
	background:url('/i/tut1.png') no-repeat left top;
}

.gsBtn1 {
	display:block;
	position:absolute;
	left:270px;
	top:50px;
}

.gsArr1 {
	display:block;
	position:absolute;
	width:80px;
	height:25px;
	left:380px;
	top:26px;
	background:url('/i/tutarr1.png') no-repeat left top;
}

.gsBtn2 {
	display:block;
	position:absolute;
	left:464px;
	top:40px;
}

.gsArr2 {
	display:block;
	position:absolute;
	width:80px;
	height:25px;
	left:640px;
	top:66px;
	background:url('/i/tutarr2.png') no-repeat left top;
}

.gsBtn3 {
	display:block;
	position:absolute;
	left:700px;
	top:30px;
}

.gsArr3 {
	display:block;
	position:absolute;
	width:80px;
	height:25px;
	left:860px;
	top:8px;
	background:url('/i/tutarr1.png') no-repeat left top;
}

.gsBtn4 {
	display:block;
	position:absolute;
	left:912px;
	top:32px;
}

.gs2 {
	display:block;
	position:absolute;
	width:264px;
	height:129px;
	left:1060px;
	top:-16px;
	background:url('/i/tut2.png') no-repeat left top;
}

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.Zebra_DatePicker           { position: absolute; background: #CDCDCD; border: 1px solid #CDCDCD; display: none; z-index: 200; font-family: Arial, Helvetica, sans-serif; font-size: 11px }

.Zebra_DatePicker *         { margin: 0; padding: 0; color: #000; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      {
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',endColorstr='#e8e8e8',GradientType=0);

	border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                         { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { color:#505050;background: #FFFFFF; width: 30px; border: none; }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #636363;text-shadow:#FFFFFF 1px 1px 0; }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #E5E5E5; text-shadow: none;color:#3C3C3C; }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { background: #FFF }
.Zebra_DatePicker td.dp_not_in_month            { background: #FFF; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #F3F3F3; color: #CDCDCD; cursor: pointer }
.Zebra_DatePicker td.dp_weekend                 { background: #FFF }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected                { border-radius:3px;background: #FFD2D2; color: #800000 !important; font-weight:bold;text-shadow:#FFFFFF 1px 1px 0;}
.Zebra_DatePicker td.dp_week_number             { background: #FFCC33; color: #808080; cursor: text; font-style: italic }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { margin-top: 3px }
.Zebra_DatePicker .dp_footer .dp_hover  { background: #E5E5E5; text-shadow: none;color:#3C3C3C; }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #636363;text-shadow:#FFFFFF 1px 1px 0; padding: 3px }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: #FFF; padding: 3px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #FFFFFF; background-color:#67919D; border-radius: 3px;text-shadow:#3D575F 1px 1px 0;}
.Zebra_DatePicker td.dp_disabled_current    { color: #FFFFFF; }
.Zebra_DatePicker td.dp_disabled            { background: #FFFFFF; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { border-radius:3px;background: #476981; color: #FFF;text-shadow:#3D575F 1px 1px 0; }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: block; position: absolute; width: 16px; height: 16px; background: url('/i/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('/i/calendar-disabled.png') }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon                { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside         { margin: 0 3px 0 0 }

.box {
	display:block;
	width:100%;
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0 10px;
}

.box_red {
	background-color:#FFF0F0;
	text-shadow:#FFFFFF 1px 1px 0;
	box-shadow:1px 1px 0 #FFD9D9;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	color:#B62121;
}

.box_green {
	background-color:#F3FEC7;
	text-shadow:#FFFFFF 1px 1px 0;
	box-shadow:1px 1px 0 #B9D447;
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
	color:#64A500;
}

.designer_element {
	display:block;
	width:360px;
	background: -moz-linear-gradient(left,  rgba(243,243,243,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(243,243,243,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(243,243,243,1) 40%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(243,243,243,1) 40%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(243,243,243,1) 40%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	padding:10px 0 10px 10px;
	border-radius:3px;
	margin-bottom:2px;
	text-shadow:#FFFFFF 1px 1px 0;
	font-weight:bold;
	cursor:default;
}

.designer_element span {
	display:block;
	float:left;
	width:16px;
	height:16px;
	padding-right:10px;
}

.designer_element:hover {
	background: -moz-linear-gradient(left,  rgba(234,234,234,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(234,234,234,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(234,234,234,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(234,234,234,1) 40%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(234,234,234,1) 40%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(234,234,234,1) 40%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

	color:#333333;
}

.designer_placeholder {
	display:block;
	height:5px;
	border-radius: 3px;
	border:1px dashed #00AFF2;
	background-color:#EAFAFF;
}

.addElementRender {
	display:block;
	padding:10px;
	border-radius: 3px;
	background-color:#FFFCE1;
	border-bottom:1px solid #EDDEB1;
	margin-bottom:5px;
}

.addElementRendered {
	display:block;
	padding:10px;
	border-radius: 3px;
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	margin-bottom:2px;
}

.addElementRendered:hover {
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
	border-top:1px solid #F7F0DB;
}

.addElementRenderedLooper {
	display:block;
	padding:10px;
	border-radius: 3px;
	background-color:#FFF1DD;
	border:2px dashed #FEDCA9;
	margin-bottom:2px;
}

.addElementRenderedLooperHover {
	display:block;
	padding:10px;
	border-radius: 3px;
	border:2px dashed #F73C3C;
	background-color:#FED6D6;
	margin-bottom:2px;
}

.addElementRenderedInside {
	display:block;
	padding:10px;
	border-radius: 3px;
	background-color:#FEEBCD;
	border-bottom:1px solid #FEDCA9;
	border-top:1px solid #FEDCA9;
	margin-bottom:2px;
}

.addElementRenderedInside:hover {
	background-color:#FFF1DD;
	border-bottom:1px solid #FEDCA9;
	border-top:1px solid #FEDCA9;
}

.designerHandle {
	display:block;
	width:16px;
	height:16px;
	background:url('/i/ico-move.png') no-repeat left 0px;
}

.designerHandle:hover {
	background-position:left -16px;
}

.addElement {
	display:block;
	background-color:#FFFDEC;
}

.h1y {
	padding:5px;
	text-shadow:#FFFFFF 1px 1px 0;
	background:url('/i/h1_bgr_y.png') repeat-x left top;
	font-size:20px;
	box-shadow:0px -1px 2px rgba(162,107,6,0.5);
}

.addElementTop {
	display:block;
	height:325px;
	padding:10px;
	overflow:auto;
}

.addElementPreview {
	display:block;
	height:100px;
	padding:10px;
	overflow:auto;
	background-color:#FFFAD2;
}

.tabimg {
	display: inline-block; margin-right: 7px; float: left; padding-top: 0px;
}

.hrline {
	display:block;
	height:1px;
	background-color:0;
}


.mainTableP {
	width:100%;
}

.mainTableHightlighTR {
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

.mainTableHightlighTR:hover {
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
	border-top:1px solid #F7F0DB;
}

.mainTableP td {
	padding:5px;
	position:relative;
}

.mainTableP .tdFieldName {
	font-weight:bold;
}

.cPicker span { margin-left: 28px; font-size: 11px; white-space: nowrap; padding-top: 6px; display: block; }
.cPicker { position: relative; }
.cPicker div { position: absolute; top: 0px; left: 0px; width: 24px; height: 24px; background: url(/i/elements/colorPicker/select.png) center no-repeat; cursor: pointer; }
.colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; z-index: 100; background: url(/i/elements/colorPicker/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; }
.colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; }
.colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(/i/elements/colorPicker/colorpicker_overlay.png); }
.colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(/i/elements/colorPicker/colorpicker_select.gif); margin: -5px 0 0 -5px; }
.colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; }
.colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(/i/elements/colorPicker/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; }
.colorpicker_new_color { position: absolute; width: 60px; height: 30px; left: 213px; top: 13px; background: #f00; }
.colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; }
.colorpicker input { background: none!important; height: auto!important; border: none!important; position: absolute; font-size: 10px!important; font-family: Arial, Helvetica, sans-serif; color: #898989!important; top: 5px; right: 11px; text-align: right; margin: 0; padding: 0!important; height: 11px; box-shadow: none!important; }
.colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(/i/elements/colorPicker/colorpicker_hex.png) top; left: 212px; top: 142px; }
.colorpicker_hex input { right: 6px; }
.colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; }
.colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; }
.colorpicker_rgb_r { background-image: url(/i/elements/colorPicker/colorpicker_rgb_r.png); top: 52px; left: 212px; }
.colorpicker_rgb_g { background-image: url(/i/elements/colorPicker/colorpicker_rgb_g.png); top: 82px; left: 212px; }
.colorpicker_rgb_b { background-image: url(/i/elements/colorPicker/colorpicker_rgb_b.png); top: 112px; left: 212px; }
.colorpicker_hsb_h { background-image: url(/i/elements/colorPicker/colorpicker_hsb_h.png); top: 52px; left: 282px; }
.colorpicker_hsb_s { background-image: url(/i/elements/colorPicker/colorpicker_hsb_s.png); top: 82px; left: 282px; }
.colorpicker_hsb_b { background-image: url(/i/elements/colorPicker/colorpicker_hsb_b.png); top: 112px; left: 282px; }
.colorpicker_submit { position: absolute; width: 22px; height: 22px; background: url(/i/elements/colorPicker/colorpicker_submit.png) top; left: 322px; top: 142px; overflow: hidden; }
.colorpicker_focus { background-position: center; }
.colorpicker_hex.colorpicker_focus { background-position: bottom; }
.colorpicker_submit.colorpicker_focus { background-position: bottom; }
.colorpicker_slider { background-position: bottom; }

#uploadBox {
	display:block;
}

.uploadFile {
	display:block;
	padding:5px;
}

.uploadFileIco {
	display:block;
	float:left;
	width:35px;
}

.uploadFileName {
	display:block;
	width:290px;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
	float:left;
}

.uploadFileName b {
	font-weight:normal;
	margin-left:10px;
	font-style: italic;
}

.uploadProgressPerc {
	display:block;
	text-align:right;
	padding-top:3px;
	padding-left:3px;
	font-weight:normal;
	font-size:11px;
	float:left;
	width:30px;
}

.uploadProgressPercSpan {
	font-size:3px;
	color:#CECECE;
}

.uploadFileActions {
	display:block;
	float:left;
	width:20px;
	padding-top:5px;
	padding-left:7px;
}

.uploadedFile {
	display:block;
	border-bottom:1px solid #FFFFFF;
	height:37px;
	width:auto;
}

.uploadedFile:hover {
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
}

.uploadedFileIco {
	display:block;
	padding-top:6px;
	padding-left:3px;
	float:left;
	width:20px;
}

.uploadedFileDescr {
	display:block;
	padding-top:6px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	width:205px;
	cursor:default;
	white-space: nowrap;
	height:26px;
}

.uploadedFileDate {
	display:block;
	margin-top:1px;
	padding-left:2px;
	color:#C0C0C0;
	font-size:10px;
	font-style: italic;
}

.uploadedFileActions {
	display:block;
	padding-top:8px;
	float:left;
}

#commentsID {
	display:block;
	max-height:250px;
	overflow:auto;
}

.commentClient {
	display:block;
	padding-top:5px;
	padding-left:1px;
	border-top:1px solid #F7F7F7;
	border-bottom:1px solid #FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
}

.comment {
	display:block;
	padding-top:5px;
	padding-left:1px;
	border-top:1px solid #F7F7F7;
	border-bottom:1px solid #FFFFFF;
	margin-top:5px;
	margin-bottom:5px;
}

.comment:hover {
	background-color:#FFFDE6;
	border-top:1px solid #F7F0DB;
	border-bottom:1px solid #F7F0DB;
	box-shadow:0px 0px 2px rgba(124,81,1,0.1);
}

.comment1 {
	display:block;
	padding-top:5px;
	padding-left:1px;
	border-top:1px solid #F7F7F7;
	border-bottom:1px solid #FFFFFF;
	margin-top:5px;
	background-color:#FFFFFF;
	margin-bottom:5px;
}

.comment1:hover {
	background-color:#FFFDE6;
	border-top:1px solid #F7F0DB;
	border-bottom:1px solid #F7F0DB;
	box-shadow:0px 0px 2px rgba(124,81,1,0.1);
}

.comment2 {
	display:block;
	padding-top:5px;
	padding-left:1px;
	border-top:1px solid #F7F7F7;
	border-bottom:1px solid #FFFFFF;
	margin-top:5px;
	background-color:#F7F7F7;
	margin-bottom:5px;
}

.comment2:hover {
	background-color:#FFFDE6;
	border-top:1px solid #F7F0DB;
	border-bottom:1px solid #F7F0DB;
	box-shadow:0px 0px 2px rgba(124,81,1,0.1);
}

.subcomment:hover {
	background-color:#FFFBC6;
}

.commentAvatar {
	display:block;
	padding-top:1px;
	float:left;
	width:40px;
}

.commentComment {
	display:block;
	float:none;
	padding-right:6px;
	text-align: justify;
	width:auto;
	overflow:hidden;
	padding-bottom:6px;
	font-size:11px;
}

.commentDate {
	display:block;
	padding-top:6px;
	font-size:10px;
	color:#AAAAAA;
}

.commentLink {
	text-decoration:none;
	padding:3px;
	color:#4A95D0;
	outline:none;
	border-radius: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.commentLink:hover {
	background-color:#DEEDFA;
}

.commentAdd {
	border-top:1px solid #D4D4D4;
	box-shadow:0px -2px 2px rgba(192,192,192,0.5);
	padding-top:6px;
}

.modSecondPanel {
	border-top:1px solid #D4D4D4;
	box-shadow:0px -2px 2px rgba(192,192,192,0.5);
	padding-top:6px;
}

.canned {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #EFEFEF;
}

.canned span {
	display:block;
	font-size:11px;
	color:#B7B7B7;
	font-weight:normal;
	padding-left:20px;
}

.canned:hover {
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
}

.regformBGR {
	dispaly:block;
	padding:20px 20px 0px 20px;
}

.regformBack {
	display:block;
	background-color:#EEECEC;
	padding:4px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.regform {
	display:block;
	background-color:#FFFFFF;
	border:1px solid #DEDEDE;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	padding:20px;
}

.regformInfo {
	display:block;
	padding:5px 20px 0px 20px;
	width:auto;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	color:#AAAAAA;
	text-shadow: #FFFFFF 1px 1px 0;
}

.wallinp {
	display:block;
}

.wallinp_avatar {
	display:block;
	width:40px;
}

.wallinp_right {
	display:block;
	padding-top:2px;
}

.wallinp_textarea {
	display:block;
	margin-bottom:4px;
}

.wallbtns {
	display:block;
	float:left;
}

.wallsend {
	display:block;
	float:right;
}

.comment:hover .wallmsg_mark_read {
	display:block;
}

.comment1:hover .wallmsg_mark_read {
	display:block;
}

.comment2:hover .wallmsg_mark_read {
	display:block;
}

.favit {
	display:inline-block;
	width:16px;
	height:16px;
}

.favit.notactive {
	background: url('/i/ico-star-dark.svg') no-repeat 0px 0px;
    background-size: 18px 18px;
    opacity: 0.3;
}

.favit.notactive:hover {
	opacity:0.7;
}

.favit.active {
	background: url('/i/ico-star.svg') no-repeat 0px 0px;
    background-size: 18px 18px;
    opacity:0.7;
}

.favit.active:hover {
	opacity:1;
}

.favit.ldr {
	background: url('/i/ldr2.gif') no-repeat 0px 5px;
    background-size: 16px 11px;
    opacity:1;
}

.wallmsg_mark_read {
	display:none;
	position:absolute;
	right:0px;
	bottom:0px;
	width:33px;
	height:33px;
	background:url('/i/wallmsg_marks.png') no-repeat -33px 0px;
}

.wallmsg_mark_read:hover {
	background-position:-33px -33px;
}

.comment:hover .wallmsg_mark_unread {
	display:block;
}

.wallmsg_mark_unread {
	display:none;
	position:absolute;
	right:0px;
	bottom:0px;
	width:33px;
	height:33px;
	background:url('/i/wallmsg_marks.png') no-repeat -0px 0px;
}

.wallmsg_mark_unread:hover {
	background-position:-0px -33px;
}

#wallFilters {
	display:none;
	padding:10px;
    width: auto;
	background-color:#F5F5F5;
	box-shadow:#DADADA 1px 1px 0;
	border-bottom:1px solid #E4E4E4;
}

.wallDisableDirectPost {
	display:block;
	padding:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#8C0003;
	background-color:#FFE8E8;
	border:1px solid #FFD2D2;
}

.mentions-input-box {
  position: relative;
  background: #fff;
}

.mentions-input-box textarea {
	width: 100%;
	color: #575757;
	box-shadow: 0 1px 2px #F9F9F9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	padding: 7px;
	border: 1px solid #d7d7d7;
	display: inline-block;
	font-size:12px;
	font-family: Arial,Helvetica,Tahoma,Verdana;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	resize:none;
	overflow: hidden;
	background: transparent;
	position: relative;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:32px;
}

.mentions-input-box textarea:focus {
	border: 1px solid #AEAEAE;
}

.mentions-input-box .mentions-autocomplete-list {
  display: none;
  background: #fff;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999000;
  margin-top: -2px;

  border-radius:5px;
  border-top-right-radius:0;
  border-top-left-radius:0;

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
     -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}

.mentions-input-box .mentions-autocomplete-list li {
  background-color: #fff;
  padding: 0 5px;
  margin: 0;
  width: auto;
  border-bottom: 1px solid #eee;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
  border-radius:5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-top:5px;
  margin-right: 5px;
  -moz-background-origin:3px;

  border-radius:3px;
}

.mentions-input-box .mentions-autocomplete-list li em {
  font-weight: bold;
  font-style: none;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background-color: #f2f2f2;
}

.mentions-input-box .mentions-autocomplete-list li b {
  background: #ffff99;
  font-weight: normal;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 9px;
  right: 0;
  top: 8px;
  bottom: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size:12px;
  font-family: Arial,Helvetica,Tahoma,Verdana;
}

.mentions-input-box .mentions > div {
  color: #FFFFFF;
  white-space: pre-wrap;
  width: 100%;
}

.mentions-input-box .mentions > div > strong {
  font-weight:normal;
  font-size:12px;
  padding:3px 0;
  font-family: Arial,Helvetica,Tahoma,Verdana;

	color: #FFFFFF;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #DAF9B7;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.mentions-input-box .mentions > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#wallldr {
	display:none;
	margin-right:10px;
}

#wallPostsID {
	padding-left:10px;
}

.wallExtras {
	display:block;
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
	padding:6px 0 4px 6px;
	margin:3px 0;
}

.wallExtra {
	display:block;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:5px;
	font-size:10px;
	color:#AAAAAA;
}

.wallPostText {
	display:block;
	font-size:15px;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:5px;
}

.timepicker { width: 65px!important; float: left; }
.timeEntry_control { margin-left: -1px; margin-top: 2px; cursor: pointer; float: left; }
* html .timeEntry_control { margin-top: -4px; }

.docgen_cont {
	display:block;
	position:relative;
	margin:0 auto;
	width:1250px;
}

.docgen_title {
	display:block;
	background:url('/i/h2_bgr.png') repeat-x left top;
	margin-bottom:15px;
	font-family:'Roboto',Arial,Tahoma;
	font-weight:300;
	font-size:18px;
}

.docgen_bgr {
	display:block;
	width:850px;
	height:1203px;
	opacity:0.7;
}

.docgen_page {
	display:block;
	width:850px;
	height:1203px;
	background-color:#FFFFFF;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);
}

.docgen_box {
	display:none;
	text-align:left;
	padding:0;
	vertical-align:top;
	position: absolute;
	background-color:rgba(255,255,0,0.3);
	border: 1px dotted #AD050A;
	color:#000000;
	font-family:Arial;
	font-size:20px;
	overflow:hidden;
}

.docgen_box:hover {
	border: 1px dotted #AD050A;
	background-color:rgba(255,255,0,0.7);
}

#formulaSuggest {
	display:block;
	height:300px;
	width:300px;
	white-space: nowrap;
	overflow:hidden;
}

.formulaTitle {
	display:block;
	border-bottom:1px solid #CAE8FF;
	font-size:13px;
	font-weight:bold;
	color:#3F94BC;
	text-shadow:#FFFFFF 1px 1px 0;
	background-color:#DDF0FF;
	padding:4px;
	margin-bottom:3px;
	margin-top:3px;
}

.formulaItem {
	display:block;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #F0F0F0;
	font-size:11px;
	color:#6A6A6A;
	text-shadow:#FFFFFF 1px 1px 0;
	background-color:#FFFFFF;
	padding:4px;
}

.formulaItem span {
	background:url('/i/icons/usual/icon-rightd.png') no-repeat left top;
}

.formulaItem b {
	background:url('/i/small_tick.png') no-repeat left top;
}

.formulaItem:hover {
	background-color:#F2FAFF;
	color:#3F94BC;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #D7F0FF;
}

.formulaItem:hover span {
	width:16px;
	height:16px;
	float:right;
	background:url('/i/icons/usual/icon-rightd.png') no-repeat left 2px;
}

.formulaItem:hover b {
	width:16px;
	height:16px;
	float:right;
	background:url('/i/small_tick.png') no-repeat left 1px;
}

.flink {
	text-decoration:none;
	padding:3px;
	color:#4A95D0;
	outline:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.flink:hover {
	background-color:#C4E4FF;
}

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: auto;
  min-height:300px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow-x: auto; overflow-y: hidden;
    min-height:300px;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
}

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
  z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
  z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}

.cm-tab { display: inline-block; }

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px; padding-right: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-code pre {
  border-right: 30px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CodeMirror-wrap .CodeMirror-code pre {
  border-right: none;
  width: auto;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}

.cm-s-ambiance .cm-keyword { color: #cda869; }
.cm-s-ambiance .cm-atom { color: #CF7EA9; }
.cm-s-ambiance .cm-number { color: #78CF8A; }
.cm-s-ambiance .cm-def { color: #aac6e3; }
.cm-s-ambiance .cm-variable { color: #ffb795; }
.cm-s-ambiance .cm-variable-2 { color: #eed1b3; }
.cm-s-ambiance .cm-variable-3 { color: #faded3; }
.cm-s-ambiance .cm-property { color: #eed1b3; }
.cm-s-ambiance .cm-operator {color: #fa8d6a;}
.cm-s-ambiance .cm-comment { color: #555; font-style:italic; }
.cm-s-ambiance .cm-string { color: #8f9d6a; }
.cm-s-ambiance .cm-string-2 { color: #9d937c; }
.cm-s-ambiance .cm-meta { color: #D2A8A1; }
.cm-s-ambiance .cm-qualifier { color: yellow; }
.cm-s-ambiance .cm-builtin { color: #9999cc; }
.cm-s-ambiance .cm-bracket { color: #24C2C7; }
.cm-s-ambiance .cm-tag { color: #fee4ff }
.cm-s-ambiance .cm-attribute {  color: #9B859D; }
.cm-s-ambiance .cm-header {color: blue;}
.cm-s-ambiance .cm-quote { color: #24C2C7; }
.cm-s-ambiance .cm-hr { color: pink; }
.cm-s-ambiance .cm-link { color: #F4C20B; }
.cm-s-ambiance .cm-special { color: #FF9D00; }
.cm-s-ambiance .cm-error { color: #AF2018; }

.cm-s-ambiance .CodeMirror-matchingbracket { color: #0f0; }
.cm-s-ambiance .CodeMirror-nonmatchingbracket { color: #f22; }

.cm-s-ambiance .CodeMirror-selected {
  background: rgba(255, 255, 255, 0.15);
}
.cm-s-ambiance.CodeMirror-focused .CodeMirror-selected {
  background: rgba(255, 255, 255, 0.10);
}

/* Editor styling */

.cm-s-ambiance.CodeMirror {
  line-height: 1.40em;
  font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
  color: #E6E1DC;
  background-color: #202020;
  -webkit-box-shadow: inset 0 0 10px black;
  -moz-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black;
  text-shadow: 0px 1px 1px #000000;
}

.cm-s-ambiance .CodeMirror-gutters {
  background: #3D3D3D;
  border-right: 1px solid #4D4D4D;
  box-shadow: 0 10px 20px black;
}

.cm-s-ambiance .CodeMirror-linenumber {
  text-shadow: 0px 1px 1px #4d4d4d;
  color: #222;
  padding: 0 5px;
}

.cm-s-ambiance .CodeMirror-lines .CodeMirror-cursor {
  border-left: 1px solid #7991E8;
}

.cm-s-ambiance .CodeMirror-activeline-background {
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.031);
}

.cm-s-ambiance.CodeMirror,
.cm-s-ambiance .CodeMirror-gutters {
  background-image: url("data:image/png;base64,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");
}

.topNotificationAlert {
	display:block;
	position:absolute;
	left:20px;
	top:6px;
	background-color:#EE3F12;
	text-shadow:#8C240B 1px 1px 0;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:2px 4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.topNotification {
	display:block;
	padding:5px 5px;
	background-color:#F3F9FC;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #C8E2F2;
}

.topNotification:hover {
	background-color:#E6F2F9;
	border-bottom:1px solid #C8E2F2;
}

.topNotificationText {
	display:block;
	width:200px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
	line-height:22px;
	text-shadow:#FFFFFF 1px 1px 0;
}

.topNotificationDate {
	display:block;
	font-size:9px;
	color:#B8DCEF;
	text-shadow:#FFFFFF 1px 1px 0;
}

.employer {
	display:block;
	padding-top:4px;
	width:375px;
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

.employer_clicked {
	display:block;
	padding-top:4px;
	width:375px;
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
	border-top:1px solid #F7F0DB;
}

.employer:hover {
	background-color:#FFFDE6;
	border-bottom:1px solid #F7F0DB;
	border-top:1px solid #F7F0DB;
}

.wallStatusCont {
	display:inline-block;
	position:relative;
	z-index:1000;
}

.wallStatus {
	display:inline-block;
	text-align:center;
	padding:2px 4px;
	font-size:9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wallStatusMenu {
	display:none;
	width:100px;
	left:0px;
	top:-50px;
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #F5F5F5;
	box-shadow:1px 1px 1px rgba(0,0,0,0.2);
	padding:3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wallStatusOption {
	display:block;
	margin-bottom:1px;
}

.wallStatusOption b {
	display:inline-block;
	width:68px;
	font-weight:normal;
	padding:2px 4px;
	font-size:12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wallStatusOption span {
	display:inline-block;
	width:16px;
	height:16px;
}

.wallStatusOption:hover span {
	display:inline-block;
	width:16px;
	height:16px;
	background:url('/i/fileSuccess.png') no-repeat 2px 4px;
}

.wallStatusOption_selected {
	display:block;
	margin-bottom:1px;
}

.wallStatusOption_selected b {
	display:inline-block;
	width:68px;
	font-weight:normal;
	padding:2px 4px;
	font-size:12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.wallStatusOption_selected span {
	display:inline-block;
	width:16px;
	height:16px;
	background:url('/i/fileSuccess.png') no-repeat 2px 4px;
}

.afftop {
	display:block;
	height:30px;
	font-family:'Roboto',Arial,Tahoma;
	font-weight:300;
	font-size:18px;
	margin-bottom:6px;
	padding-left:35px;
	padding-top:2px;
	background:url('/i/afftop.png') no-repeat left top;
}

.affsub_cont {
	display:block;
}

.affsub {
	display:block;
	float:left;
	height:30px;
	font-family:'Roboto',Arial,Tahoma;
	font-weight:300;
	font-size:18px;
	padding-left:35px;
	padding-top:2px;
	background:url('/i/affsub.png') no-repeat left top;
}

.affinitident {
	display:block;
	float:left;
	width:13px;
	height:4px;
}

.affident {
	display:block;
	float:left;
	width:20px;
	height:30px;
	background:url('/i/affarrsmall.png') no-repeat left top;
}

#map {
	display:block;
	width:960px;
	height:447px;
	background:url('/i/map.png') no-repeat left top;
	position:relative;
}

.map_pointer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background:url('/i/map_pointer.png') no-repeat left top;
	width:56px;
	height:61px;
}

.markAsRead {
	color:#58A016;
}

.markAsRead:hover {
	color:#3A6A0F;
}

/*!
 * Calendar
 */


.fc {
	direction: ltr;
	text-align: left;
	}

.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}

html .fc,
.fc table {
	font-size: 1em;
	}

.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}

.fc-header-center {
	text-align: center;
	}

.fc-header-right {
	width: 25%;
	text-align: right;
	}

.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}

.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}

.fc .fc-header-space {
	padding-left: 10px;
	}

.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}

/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}

.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}

/* button layering (for border precedence) */

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}

.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}



/* Content
------------------------------------------------------------------------*/

.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}

.fc-view {
	width: 100%;
	overflow: hidden;
	}



/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}

.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}

.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}



/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}

.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}

/* icon (for jquery ui) */

.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}

.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}



/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}

.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	padding:5px;
	}

.fc-ev-red {
	color:#FFFFFF;
	border:1px solid #E85C4D;
	background-color:#FB6453;
	text-shadow: #E85C4D 1px 1px 0;
}

.fc-ev-blue {
	color:#FFFFFF;
	border:1px solid #48ADE3;
	background-color:#50B0E4;
	text-shadow: #2198D8 1px 1px 0;
}

.fc-ev-green {
	color:#FFFFFF;
	border:1px solid #88B915;
	background-color:#95C20A;
	text-shadow: #709812 1px 1px 0;
}

.fc-ev-magenta {
	color:#FFFFFF;
	border:1px solid #B062F0;
	background-color:#C060FB;
	text-shadow: #9C3AED 1px 1px 0;
}

.fc-ev-yellow {
	color:#FFFFFF;
	border:1px solid #ED9B2C;
	background-color:#EFA43D;
	text-shadow: #E68C13 1px 1px 0;
}

.fc-ev-grey {
	color:#8B8B8B;
	border:1px solid #C4C4C4;
	background-color:#DDDDDD;
	text-shadow: #FFFFFF 1px 1px 0;
}

a.fc-event {
	text-decoration: none;
	}

a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}

.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}

.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}



/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}

/* resizable */

.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}

.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}

.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}



/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}

.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}



/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}

.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}

.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}

.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}

/* event styles */

.fc-grid .fc-event-time {
	font-weight: bold;
	}

/* right-to-left */

.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}

.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}



/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}

.fc-agenda-days th {
	text-align: center;
	}

.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}

.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}

/* make axis border take precedence */

.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}

.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}

/* all-day area */

.fc-agenda-allday th {
	border-width: 0 1px;
	}

.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}

/* divider (between all-day and slots) */

.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}

.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}

/* slot rows */

.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}

.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}

.fc-agenda-slots td div {
	height: 20px;
	}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}



/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}

.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}

.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}

.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}

/* resizable */

.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}

.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}


.imgareaselect-border1 {
	background: url(/i/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(/i/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(/i/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(/i/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}

imgeditor_container {
	display:block;
	width:100%;
}

imgeditor_left {
	display:block;
	float:left;
	width:50%;
}

imgeditor_right {
	display:block;
	float:left;
	width:50%;
}

.imgeditor_page {
	display:block;
	width:content-box;
	background-color:#FFFFFF;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);
}

.clBoxAddClient {
	display:none;
	position:absolute;
	width:auto;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color:#FFF;
	box-shadow:1px 1px 3px rgba(45,100,13,0.8);
	background-color:#B9EF87;
	border:1px solid #56B118;
	z-index:99;
	margin-top:-1px;
}

.clBoxAddClientA {
	display:block;
	font-size:18px;
	padding:5px 10px;
	color:#29560C;
	text-shadow:1px 1px 0px #E8F5AF;
	outline:none;
}

.clBoxAddClientA:hover {
	background-color:#AEDA87;
}

.tree ul {
	padding-top: 20px; position: relative;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	display: inline-block; text-align: center;
	vertical-align : top;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

.tree li:only-child{ padding-top: 0;}

.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}

.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	display: inline-block;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.add-label {
	display: none;
	position:absolute;
	width: 270px;
	border: 1px solid #ffd9a1;
	border-radius: 3px;
	background-color: #ffeea6;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.11);
	box-sizing:border-box;
	padding:3px;
	white-space:normal;
}

.add-label-title {
	display:block;
	font-size:10px;
	text-align:center;
	color:rgb(171, 115, 0);
}

#selectFromLabels {
	width: 100%;
	height: 350px;
	padding:7px;
	border: 1px solid rgb(215, 215, 215);
	border-radius: 3px;
}

#selectFromLabels option {
	padding:3px;
}

.dropNdropCont {
	box-sizing:border-box;
	width: 100%;
	height: 310px;
	display: none;
	position: absolute;
	top: 0px;
	z-index: 9999;
	background-color: rgba(255, 251, 231, 0.9);
	justify-content: center;
	align-items: center;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 300;
}

.nItem {
	display:block;
	margin-top:10px;
}

.nItemLeft {
	display:block;
	float:left;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.nItemRight {
	display:block;
	float:right;
	margin-top: 10px;
}

.nItemDate {
	display:block;
	font-size:11px;
	color: #DEDEDE;
	border-top: 1px solid #F1F1F1;
	margin-top: 5px;
	text-align: right;
}

.empSuggest {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 11px;
	color: #818181;
}

.empSuggestSelected {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 11px;
	background-color: #fffcd9;
	color: #744040;
}

.empSuggest:hover {
	background-color: #fffcd9;
	color: #744040;
}
