/* 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.error .hint {
	color: #C00;
}
.form dl.ok .hint {
	color: #090;
}
.form dl input[type="file"] {
	width: 100%;
}
.form dl input[type="text"],
.form dl input[type="password"],
.form dl textarea {
	width: 100%;
	//width: 90%;
	height: 22px;
	//height: 15px;
	padding: 2px;
	line-height: 15px;
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
	outline: none;
	//display:block;
}
.form dl textarea {
	//width: 97.5%;
	min-height: 22px;
	height: 59px;
	max-height: 200px;
	overflow: auto;
	resize: vertical;
}
.form dl select {
	width: 100%;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
	font-size: 12px;
	vertical-align: top;
}
.form dl.error input[type="text"],
.form dl.error input[type="password"],
.form dl.error textarea,
.form dl.error select {
	border: 1px solid #C00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.form dl.ok input[type="text"],
.form dl.ok input[type="password"],
.form dl.ok textarea,
.form dl.ok select {
	border: 1px solid #090;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.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 {
	height: 24px;
	float: right;
	margin: 0 0 0 4px;
	vertical-align: top;
	cursor: pointer;
}
.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 .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;
}
.ie8 .form .browse-button,
.ie7 .form .browse-button {
	background-color: #ffffff;
	zoom: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.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);
}

/* ******* 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 {
	border: 1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	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;
}

/* ******* Overlay ******* */

.oo {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9000;
}
.oo-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	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: #737373;
	background-color: rgba(100, 100, 100, 0.6);
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	top: 200px;
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.5);
	font-family: Arial,Helvetica,sans-serif;
	margin: auto;
}
.oo-d .title {
	min-height: 22px;
	background-color: #F0F0F0;
	border-radius: 6px 6px 0 0;
	font-size: 16px;
    font-weight: bold;
    line-height: 22px;
	padding: 5px 12px;
	text-shadow: 0 1px 0 white;
}
.oo-d .descr {
	background-color: #ffffff;
	border-radius: 0 0 6px 6px;
	padding: 12px;
}
.oo .valid-t {
	font-size: 12px;
	padding: 8px 0;
}
.oo-c {
	width: 16px;
	height: 16px;
	background: url(cm-imgs/icon-close.png);
	position: absolute;
	right: 13px;
    top: 13px;
	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;
}
.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(cm-imgs/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 ******* */

.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;
}
.cmWorkingBoxAnimation {
	background: #fff url('cm-imgs/working-animation.gif') center center no-repeat;
	z-index:9003;
	position:absolute;
}

/* Datepicker */

.com-calendar {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.com-calendar .dates {
    border: medium none;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.com-calendar .dates tbody {
    border: 2px solid #FFFFFF;
}
.com-calendar .dates td div {
    display: block;
    text-align: center;
    text-decoration: none;
}
.com-calendar .month {
    overflow: hidden;
}
.com-calendar .month .r {
    float: right;
}
.com-calendar .month .l {
    float: left;
}
.com-calendar .month .c {
    overflow: hidden;
    text-align: center;
}

.com-datepicker {
	width: 180px;
	background-color: #FCFCFC;
	border: 1px solid #CCC;
	color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.com-datepicker.com-calendar .dates tbody {
	border-width: 1px;
}
.com-datepicker .dates td {
	height: 20px;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #333;
	padding: 0;
}
.com-datepicker .dates td div {
	background-color: #fff;
	line-height: 20px;
	color: #333;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8), inset -1px -1px 0 rgba(255,255,255,0.8), inset 0 4px 8px rgba(255,255,255,0.4);
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	cursor: pointer;
}
.com-datepicker .dates td div:hover {
	background-color: #DDFACB;
}
.com-datepicker .dates td.past div {
	background-color: #ebebeb;
	cursor: default;
}
.com-datepicker .dates td.weekend div {
	background-color: #ffeded;
	color: #C00;
}
.com-datepicker .dates td.weekend div:hover {
	background-color: #DDFACB;
	color: #333;
}
.com-datepicker .dates td.today div {
	background-color: #bfe7a6;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3)
}
.com-datepicker .dates td.today div:hover {
	background-color: #DDFACB;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
.com-datepicker .dates td.selected div {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
	font-weight: bold;
}
.com-datepicker .dates td.selected div:hover {
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8), inset -1px -1px 0 rgba(255,255,255,0.8), inset 0 4px 8px rgba(255,255,255,0.4);
	font-weight: normal;
}
.com-datepicker .dates thead {
	text-transform: uppercase;
	font-size: 8px;
	color: #999;
}
.com-datepicker .dates thead th {
	height: 20px;
	text-align: center;
}
.com-datepicker .month {
	margin-bottom: 6px;
}
.com-datepicker .month .c {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 white;
}
.com-datepicker .month .l, .com-datepicker .month .r {
	width: 22px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8), inset -1px -1px 0 rgba(255,255,255,0.8);
	line-height: 14px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	margin: 2px 0 0;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.com-datepicker .month .l:hover, .com-datepicker .month .r:hover {
	background-color: #EFEFEF;
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8), inset -1px -1px 0 rgba(255,255,255,0.8), 0 0 2px rgba(0,0,0,0.15);
}
.com-datepicker .close {
	width: 17px;
	height: 17px;
	line-height: 18px;
	background-color: #ebebeb;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	float: right;
	margin-left: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	overflow: hidden;
	cursor: pointer;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.com-datepicker .close:hover {
	background-color: #e56161;
	border-color: #b92222;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	color: #fff;
}
.com-datepicker .title {
	height: 17px;
	line-height: 17px;
	background-color: #ebebeb;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
	margin-bottom: 12px;
	text-align:left;
	font-weight: bold;
	overflow: hidden;
}
.com-datepicker .selectors {
	margin-top: 10px;
}
.com-datepicker .selectors input, .com-datepicker .selectors select {
	height: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	color: #666;
	vertical-align:top;
}
.com-datepicker .selectors input[type="text"] {
	width: 22px;
}
.com-datepicker .selectors input[type="button"] {
	width: 30px;
	height: 20px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.com-datepicker .selectors input[type="button"]:hover {
	background-color: #ebebeb;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.com-datepicker .selectors select {
	width: 50px;
	height: 20px;
	padding: 0;
	margin: 0 0 0 4px;
}
.com-datepicker .selectors span {
	margin: 0 4px;
}

/* ******* GRID ******* */

.cmGridListTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.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 {
}
.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(cm-imgs/app-sort-asc.png) no-repeat;
	margin: 6px 0 0 7px;
}
.cmGridListAscending-desc{
	width:10px;
	height:9px;
	background:url(cm-imgs/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;
}
.cmGridListTable td {
	border-top: 1px solid #CACACA;
	color: #010101;
	font-size: 12px;
	line-height: 18px;
	padding: 6px;
	text-align: left;
	vertical-align: middle;
	cursor: default;
}
.cmGridListHeader {
	cursor: pointer;
}
.cmGridListHeader td {
    border: medium none;
    font-weight: bold;
}
.cmGridListHeader div{
	float: left;
}
.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(cm-imgs/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(cm-imgs/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: #F8FCEF;
}

.cmGridListEvenCellContent {
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.cmGridListEvenCellContent.descr {
	white-space: normal;
}
.cmGridListTable .fullLineTr td {
	border-top: none;
	padding-top: 0;
}

