.cmOverldayContainer{
	border:2px solid #CCCCCC;
	position:absolute;
	z-index:1;
	background-color:white;
	left:0px;
	right:0px;
	width:600px;
}
.cmOverldayTitle{
	border-bottom:1px solid #CCCCCC;
	background-color:#1560bd;
	color:white;
	font-weight:bold;
	font-size: 1.3em;
	line-height: 1.6em;
	padding-left: 5px;
}
.cmOverldayConent{
	padding:5px;
}
.cmOverlayDimmer{
	overflow:hidden;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:black;
	z-index:1;
}
/*
.cmGridListEvenCellContent{
	overflow:hidden;
	margin: 0 5px 5px 2px;
	white-space:nowrap;
}

.cmGridListTable{

}
.cmGridListTable thead{
	background-color: #CCCCCC;
	cursor: pointer;
}
.cmGridListHeader div{
	float: left;
}
.cmGridListRows td{
	
}
.cmGridListRows{
	background-color:#FFFFFF;
}
.cmGridListEvenRow{
	background-color:#E1E1E1;
}
.cmGridListPages{
	float: left;
	white-space: nowrap;
}
.cmGridListPages div{
	float:left;
	width: 20px;
	height: 17px;
	border: 1px solid #999999;
	text-align:center;
	margin: 0 2px 0 2px;
	cursor: pointer;
}
.cmGridListAscending-asc{
	width:16px;
	height:12px;
	background-repeat:no-repeat;
	background-position:0 3px;
	margin: 0 0 0 5px;
	background-image:url(img/app-sort-asc.png);
}
.cmGridListAscending-desc{
	width:16px;
	height:12px;
	background-repeat:no-repeat;
	background-position:0 3px;
	margin: 0 0 0 5px;
	background-image:url(img/app-sort-desc.png);
}
.cmGridListTable{
	border:1px solid #666666;
	margin:5px;
}
.cmGridListLink{
	cursor: pointer;
	color: #3399cc;
	text-decoration: underline;
}*/
.cmGridListEvenCellContent{
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.cmGridListTable {
	width: 100%;
}
.cmGridListTable td {
	border-bottom: 1px solid #CACACA;
    border-top: 1px solid #CACACA;
    cursor: default;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    text-align: left;
	vertical-align: middle;
}
.cmGridListHeader {
	cursor: pointer;
}
.cmGridListHeader td {
    border: medium none;
    font-weight: bold;
}
.cmGridListHeader div{
	float: left;
}
.cmGridListRows {
	background-color:#FFFFFF;
}
.cmGridListEvenRow {
	background-color:#F5F3F3;
}
.cmGridListPages {
	float: left;
	white-space: nowrap;
	margin-top: 16px;
}
.cmGridListPages div {
	float:left;
	height: 17px;
	line-height: 17px;
	text-align:center;
	padding: 0 4px;
	margin-right: 2px;
	cursor: pointer;
}
.cmGridListPages div:hover {
	text-decoration: underline;
}
.cmGridListAscending-asc{
	width:16px;
	height:12px;
	background-repeat:no-repeat;
	background-position:0 3px;
	margin: 0 0 0 5px;
	background-image:url(img/app-sort-asc.png);
}
.cmGridListAscending-desc{
	width:16px;
	height:12px;
	background-repeat:no-repeat;
	background-position:0 3px;
	margin: 0 0 0 5px;
	background-image:url(img/app-sort-desc.png);
}
.cmGridListLink {
	cursor: pointer;
	color: #237eb2;
}
.cmGridListLink:hover {
	text-decoration: underline;
}
.cmGridListRows tr {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.cmGridListRows tr:hover {
	background-color: #e8f4ff;
}
.cmWorkingBoxAnimation {
	background: #fff url('../cm-imgs/working-animation.gif') center center no-repeat;
	z-index:9003;
	position:absolute;
}
/* Forms */
/* Version: 2.0b (12.03.2012) */
/* @ Serhio Magpie */

.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 22px;
}
.form .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form dl {
	margin: 4px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
}
.form dl:first-child {
	margin-top: 0;
}
.form .italic-grey {
	color: #999 !important;
	font-style: italic !important;
}
.form dt {
	width: 150px;
	min-height: 22px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
.form dl.error dt {
	font-weight: bold;
	color: #C00;
}
.form dl.ok .l {
	font-weight: bold;
	color: #090;
}
.form dd {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.form dl .hint {
	font-size: 11px;
	line-height: 15px;
	color: #999;
	font-style: italic;
	padding: 2px 0;
}
.form dl ul.hint {
	margin: 0;
	padding: 4px 0 2px;
	display: block;
	list-style-type: none;
}
.form dl ul.hint li {
	margin-top: 4px;
	line-height: 13px;
}
.form dl ul.hint li:first-child {
	margin: 0;
}
.form dl ul.hint li:before {
	content: '-';
	margin-right: 4px;
}
.form dl.error .hint,
.form dl ul.hint.error {
	color: #C00;
}
.form dl.ok .hint,
.form dl ul.hint.ok {
	color: #090;
}
.form dl input[type="file"] {
	width: 100%;
}
.form dl.error input[type="text"],
.form dl.error input[type="password"],
.form dl.error textarea,
.form dl.error select {
	border: 1px solid #C00;
}
.form dl.ok input[type="text"],
.form dl.ok input[type="password"],
.form dl.ok textarea,
.form dl.ok select {
	border: 1px solid #090;
}
.form dl .two-cols {
	width: 100%;
	display: table;
}
.form dl .two-cols .right {
	width: 49%;
	margin-left: 2%;
	float: right;
}
.form dl .two-cols .left {
	overflow: hidden;
}
.form .check-line {
	height: 22px;
	//height: 24px;
	clear: both;
	overflow: hidden;
	margin-top: 4px;
}
.form .check-line:first-child {
	margin: 0;
}
.form .check-line input[type="radio"],
.form .check-line input[type="checkbox"] {
	display: block;
	float: left;
	margin: 4px 0 0 0;
	//margin: 1px -3px 0 -3px;
	vertical-align: top;
	padding: 0;
}
.form .check-line label {
	display: block;
	float: left;
	line-height: 22px;
	padding: 0 40px 0 6px;
	color: #666666;
}
.form .check-line .field {
	width: auto;
	min-height: 22px;
	display: block;
	overflow: hidden;
	padding-left: 6px;
}
.form dl .two-cols .right input[type="text"],
.form dl .two-cols .right input[type="password"],
.form dl .two-cols .right  textarea {
	//margin-left: -1px;
}
.form dl .time { }
.form dl .time input,
.form dl .time select {
	width: 44px;
	float: left;
}
.form dl .time span {
	margin: 0 4px;
	display: block;
	float: left;
}
.form hr {
	height: 0;
	overflow: hidden;
	border: none;
	border-top: 1px dotted #CCC;
	margin: 14px 0 0 0;
	//margin: 7px 0 0 0;
	padding: 0 0 10px 0;
	display: block;
	clear: both;
}
.form .btn-wrap {
	height: 24px;
	line-height: 24px;
	margin-top: 4px;
}
.form .btn-wrap input {
	float: right;
	margin: 0 0 0 4px;
}
.form .btn-wrap input.left {
	float: left;
	margin: 0 4px 0 0;
}
.form .btn-wrap .hint {
	font-style: italic;
	overflow: hidden;
	text-align: right;
	font-size: 12px;
	padding: 0 8px 0 0;
}
.form .btn-wrap.error .hint {
	color: #C00;
}
.form .btn-wrap.ok .hint {
	color: #090;
}
.form fieldset {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px 12px 12px 12px;
	margin: 10px 0 0 0;
}
.form fieldset legend {
	font-size: 12px;
	color: #333;
}
.form fieldset.error {
	border-color: #C00;
}
.form fieldset.error legend {
	color: #C00;
	font-weight: bold;
}
.form fieldset.ok {
	border-color: #090;
}
.form fieldset.ok legend {
	color: #090;
	font-weight: bold;
}
.form span.required {
    color: #FF4B33;
    font-weight: bold;
}

.form dl.error .validate {
	color: #C00;
	font-weight: bold;
}
.form dl.ok .validate {
	color: #090;
	font-weight: bold;
}
.form .browse-button {
	float: left;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.form .browse-button input[type="button"] {
	cursor: pointer;
}
.form .browse-button input[type="file"] {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
}
.ie8 .form .browse-button input[type="file"],
.ie7 .form .browse-button input[type="file"] {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.form .cols {
}
.form .cols .col {
	float: left;
}
.form .cols.two .col {
	width: 49%;
	//width: 47%;
	margin-left: 2%;
}
.form .cols.two .col:first-child {
	margin-left: 0;
}
.form .cols.three .col {
	width: 32%;
	//width: 30%;
	margin-left: 2%;
}
.form .cols.three .col:first-child {
	margin-left: 0;
}

/* ******* Tabset ******* */

.cm-tabset {
}
.cm-tabset .cm-tabset-head {
	height: 25px;
	clear: both;
	position: relative;
	bottom: -1px;
}
.cm-tabset .cm-tabset-head div {
	height: 24px;
	background: #e5e5e5;
	border: 1px solid transparent;
	border-bottom: none;
	padding: 0 12px;
	line-height: 23px;
	font-size: 13px;
	color: #202020;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	cursor: pointer;
	margin: 0 0 0 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.cm-tabset .cm-tabset-head div:first-child {
	margin: 0 0 0 16px;
}
.cm-tabset .cm-tabset-head div:hover, .cm-tabset .cm-tabset-head div.active {
	background: #cbcbcb;
}
.cm-tabset .cm-tabset-head div.active {
	background-color: #fff;
	border: 1px solid #CBCBCB;
	border-bottom: none;
	cursor: default;
}
.cm-tabset .cm-tabset-descr {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 14px;
}


/* ******* CM ******* */

.cmWorkingBoxAnimation {
	background: #fff url('../images/working-animation.gif') center center no-repeat;
	z-index:9003;
	position:absolute;
}
.cmGridListEvenCellContent{
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.cmGridListTable {
	width: 100%;
}
.cmGridListTable td {
    cursor: default;
    font-size: 13px;
    height: 24px;
	color: #010101;
    line-height: 22px;
    padding: 0 6px 0 0;
    text-align: left;
	vertical-align: middle;
}
.cmGridListHeader {
	cursor: pointer;
}
.cmGridListHeader td {
	border: none;
	border-bottom: 1px solid #dbdbdb;
}
.cmGridListHeader td:hover, .cmGridListHeader td:hover div {
	text-decoration: underline;
}
.cmGridListHeader div{
	float: left;
}
.cmGridListRows {
	background-color:#FFFFFF;
}
.cmGridListRows tr {
	background: url(../images/app-grid-hr.png) center bottom no-repeat;
}
.cmGridListRows td {
	height: 24px;
	padding-bottom: 2px;
}
.cmGridListEvenRow {
	background-color: transparent;
}
.cmGridListPages {
	width: 100%;
	display: table;
	white-space: nowrap;
	margin-top: 16px;
}
.cmGridListPages div {
	float:left;
	height: 17px;
	line-height: 17px;
	text-align:center;
	padding: 0 4px;
	margin-right: 2px;
	cursor: pointer;
}
.cmGridListPages div:hover {
	text-decoration: underline;
}
.cmGridListAscending-asc{
	width:10px;
	height:9px;
	background:url(../images/app-sort-asc.png) no-repeat;
	margin: 6px 0 0 7px;
}
.cmGridListAscending-desc{
	width:10px;
	height:9px;
	background:url(../images/app-sort-desc.png) no-repeat;
	margin: 6px 0 0 7px;
}
.cmGridListLink {
	cursor: pointer;
	color: #74A60E;
}
.cmGridListLink:hover {
	text-decoration: underline;
}
.cmGridListRows tr {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.cmGridListRows tr:hover {
	background-color: #f8fcef;
}
.cmGridListTable .icon {
	width: 16px;
	height: 16px;
	float: none;
	padding: 0;
	cursor: pointer;
}
.cmGridListTable .icon:hover {
	opacity: 0.6;
}

/* ******* Overlay ******* */

.oo {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9000;
}
.oo-bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.25;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.ie8 .oo-bg,
.ie7 .oo-bg {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
}
.oo-d {
	width: 600px;
	background-color: #fff;
	border: 1px solid #c0d3da;
	padding: 0 18px 18px;
	top: 200px;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
	font-family: Arial,Helvetica,sans-serif;
	margin: auto;
}
.oo-d .title {
	padding: 8px 0 10px;
	color: #7CC521;
	font-size: 24px;
	font-weight: bold;
}
.oo-d .descr {
}
.oo .valid-t {
	font-size: 12px;
	padding: 8px 0;
}
.oo-c {
	width: 9px;
	height: 9px;
	background: url(../images/icons/icon-close.png);
	position: absolute;
	right: 9px;
    top: 9px;
	cursor: pointer;
}
.oo-c:hover {
	opacity: 0.6;
}
.oo-c:hover {
	text-decoration: underline;
}
.dialogue-text {
	margin-bottom: 12px;
}
.dialogue-buttons input {
	margin-right: 6px;
	cursor: pointer;
}

/* ******* Image Preview Overlay ****** */

.image-preview-oo {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	cursor: pointer;
}
.ie8 .image-preview-oo,
.ie7 .image-preview-oo {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.image-preview-oo .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ie8 .image-preview-oo .bg,
.ie7 .image-preview-oo .bg {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.image-preview-oo .inner {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	z-index: 2;
}
.image-preview-oo .inner img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
	display: block;
	position:absolute;
	top: 50%;
	left: 50%;
}

/* ******* Dir Tree ******* */

.folder-tree {
	background-color: #FFFFFF;
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) inset;
}
.folder-tree .inner {
	padding: 5px;
}
.folder-tree .scroll {
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px;
}
.folder-tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.folder-tree ul ul {
	border-left: 1px dotted #e7e7e7;
	margin: 0 0 0 5px;
    padding: 0 0 0 9px;
}
.folder-tree li {
	min-height: 20px;
	position: relative;
	overflow: hidden;
	line-height: inherit;
}
.folder-tree li label {
	line-height: 18px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	display: block;
	outline: none;
	padding: 0 3px;
	cursor: pointer;
	
	-o-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.folder-tree li .toggler {
	height: 10px;
	width: 10px;
	background: url(../images/icons/tree-icons.png);
	margin: 5px 3px 5px 0;
	float: left;
}
.folder-tree li label:hover {
	background-color: #fcfcfc;
	border: 1px solid #f0f0f0;
}
.folder-tree li.folder > label {
	font-weight: bold;
}
.folder-tree li.closed > ul {
	display: none;
}
.folder-tree li.closed > .toggler {
	background-position: -3px -3px;
}
.folder-tree li.open > ul {
	display: block;
}
.folder-tree li.open > .toggler {
	background-position: -16px -3px;
}
.folder-tree li.empty > .toggler {
	background-position: -29px -3px;
}
.folder-tree li .icon {
	width: 16px;
	height: 16px;
	margin: 2px;
	background-position: center center;
	float: left;
}
.folder-tree li input {
	position: absolute;
	top: 3px;
	left: -20px;
	opacity: 0;
	margin: 0;
}
.folder-tree li.active > label {
    background-color: #EEF9FF;
    border: 1px solid #ABD7F1;
}

/* ******* Files icons ******* */

.pdf-ico { background: url(../images/file_icons/icon_pdf.gif) 0 1px; }
.doc-ico { background: url(../images/file_icons/icon_doc.gif) 0 1px; }
.excel-ico { background: url(../images/file_icons/icon_xls.gif) 0 1px; }
.pp-ico { background: url(../images/file_icons/icon_pps.gif) 0 1px; }
.zip-ico { background: url(../images/file_icons/icon_archive.gif) 0 1px; }
.img-ico { background: url(../images/file_icons/icon_pic.gif) 0 1px; }
.html-ico { background: url(../images/file_icons/html.png) 0 1px; }
.flash-ico { background: url(../images/file_icons/icon_flash.gif) 0 1px; }
.video-ico { background: url(../images/file_icons/icon_film.gif) 0 1px; }
.exe-ico { background: url(../images/file_icons/icon_exe.gif) 0 1px; }
.text-ico { background: url(../images/file_icons/icon_txt.gif) 0 1px; }
.edit-ico { background: url(../images/file_icons/edit.png) 0 0; }
.del-ico { background: url(../images/file_icons/remove.gif) 0 1px; }
.expand-ico { background: url(../images/file_icons/icon-expand.png) 0 1px; }
.contract-ico { background: url(../images/file_icons/icon-contract.png) 0 1px; }
.reply-ico { background: url(../images/file_icons/reply.png) 0 1px; }
.ttf-ico { background: url(../images/file_icons/icon_ttf.gif) 0 1px; }
.music-ico { background: url(../images/file_icons/icon-music.png) 0 1px; }
.undef-ico { background: url(../images/file_icons/icon_undefined.png) 0 1px; }