@CHARSET "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, table, td, th, img, fieldset, input { margin: 0; padding: 0; border: 0; }
img { vertical-align: top; }
textarea { overflow: auto; }
table { border-collapse: collapse; }
body {
	padding:0;
	font-family: 'PT Sans', arial, serif;
	font-size:13pt;
	line-height:1.5em;
	color:#777;
}

/* layouts */
html, body {
	height: 100%;
}
.l-wrap1 {
	height:100%;
}
.l-wrap2 {
	min-height:100%;
}
.l-container {
	margin:0 auto;
	width: 1000px;
	min-height: 768px;
}

/* head */
.head {
	padding:20px 0px;
	min-height: 70px;
}
.head .logo {
	width: 214px;
	height: 59px;
	display:inline-block;
	background-image:url('//static.cloudim.ru/img/cloudim-logo.png');
	background-repeat:no-repeat;
	float:left;
}
.head .menu ul {
	list-style:none;
	font-weight: normal;
	float:left;
	margin: 20px 0 0 20px;
}
.head .menu ul li {
	float: left;
	padding: 0 0 0 25px;
	font-size: 15pt;
}/*
.head .menu ul li:first-child {
	padding: 0;
}*/
.head .login {
	padding: 15px;
	border: 5px solid #f0f0f0;
	width:250px;
	float: right;
	text-align:center;
}
.head .login a {
	font-size: 18pt;
}
.head .profile {
	text-align:left;
	line-height: 1em;
}
.head .profile a{
	font-size: 12pt;
}
.hr {
	height:0px;
	border: 1px solid #eaeaea;
	clear: both;
}
.dashed {
	border: 1px dashed #eaeaea;
}
/* content */
a {
	color: #39c6f3;
}
a:hover {
	color: #9c9d9d;
}
a.noline {
	text-decoration:none;
}
/* script links */
a.script {
	text-decoration:none;
}
a.script {
	border-bottom: 1px dashed #39c6f3;
}
a.script:hover {
	border-bottom: 1px dashed #9c9d9d;
}
.clear {clear: both;}
p {
	margin-top:1em;
}
h1 {
	color: #39c6f3;
	font-size: 24pt;
	font-weight:normal;
}
h2 {
	font-size: 12pt;
	color: #555;
	border-bottom: 1px solid #bbb;
	margin-bottom: 1em;
}
h3 {
	font-size: 14pt;
	color: #39c6f3;
	font-weight: normal;
}
h4 {
	color: #333;
	font-size: 14pt;
	font-weight: normal;
}
.content {
	padding: 20px 0;
}
.content p {
	clear: both;
}
.content h4 {
	margin-top: 2em;
}
.content ul.list {
	border:0;
	margin-top: 1em;
	margin-left: 30px;
}
.content ul.list li {
	margin-bottom: 0.5em;
	border:0;
}
.content ul.compact li {
	width: 650px;
}
.content ul.hide-list {
	list-style:none;
}
.hint-block {
	padding: 20px;
	font-size: 18pt;
	
	background-color: #eff8fb;
	/* or
	border: 10px solid #f0f0f0;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	behavior: url('//static.cloudim.ru/js/pie/PIE.htc');
	*/
}
.promo {
	padding: 0 0 20px 0;
}
.slide-text {
	float: right;
	max-width: 500px;
}
.slide-img {
	float: left;
	width: 445px;
	height: 284px;
	background-image:url('//static.cloudim.ru/img/cloudim-slide.gif');
	background-repeat:no-repeat;
}
.slide-features {/*
	padding: 5px 10px;
	background-color:#f5f5f5;*/
	color: #777;
}
.slide-features a, .slide-features p {
	font-size: 13px;
}
.slide-features b {
	font-weight:normal;
}
.slide-features img {
	margin-top: 10px;
}
.slide-features h4 {
	margin-top: 0.8em;
}
.features {
	padding: 0 0 0px 0;
}
.features ul {
	margin: 20px 0 0 0;
	list-style:none;
}
.features ul li {
	float: left;
	padding: 0 24px 20px 24px;
	font-size: 14pt;
	width:200px;
}
.features p {
	font-size: 12pt;
}
/* foot menu */
.foot-menu {
	padding: 20px 0;
	font-size: 11pt;
}
.foot-menu  ul {
	list-style:none;
}
.foot-menu > ul > li {
	float: left;
	padding: 0 50px 20px 0;
}
.footer {
	font-family: Tahoma;
	font-size:12px;
	color:#a9a9a9;
	line-height: 1.4em;
	padding: 15px 0 80px 0;
}
.copyright {
	float: left;
}
.counters {
	float: right;
}
/* forms */
fieldset {
	border:0;
}
fieldset label {
	line-height:1.8em;
}
input[type=text], input[type=password], input[type=file], textarea {
	font-size:14pt;
	font-family: 'PT Sans', arial, serif;
	border: 4px solid #f0f0f0;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	behavior: url('//static.cloudim.ru/js/pie/PIE.htc');
	
	padding: 2px 5px;
}
textarea.code {
	font-family: 'Courier New';
	font-size: 12px;
	color: #333;
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	position: relative;
	border: 1px solid #D1D1D1;
}
input[type=password] {
	background-image: url('//static.cloudim.ru/img/lock16-grey.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:14px;
}
input[type=submit], input[type=button] {
	background: #F7F7F7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7F7F7), to(#D1D1D1));
	background: -moz-linear-gradient(#F7F7F7, #D1D1D1);
	background: linear-gradient(#F7F7F7, #D1D1D1);
	-pie-background: linear-gradient(#F7F7F7, #D1D1D1);

	border: 1px solid #F7F7F7;
	
	padding: 3px 20px;
	font-size:14pt;
	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
	behavior: url('//static.cloudim.ru/js/pie/PIE.htc');
	
	text-shadow: 1px 1px 1px #fff;
	
	color:#333;
}
.submit {
	margin-top:1em;
}
.submit input[type=submit] {
	float: left;
}
.submit a.cancel {
	padding: 0 10px;
}
/* auth form */
.dual-login {}
.dual-reg {}
.dual-login form {
	float: left;
}
.dual-login .loginza-login {
	float: left;
	margin-left:30px;
	padding: 0 20px;
	border-left:1px solid #f0f0f0;
}

/* errorBox */
.error, .message {
	font-size:18px;
	background-color: #ffdedf; 
	color:#e25151;
	margin: 5px 0px;
	border: 1px solid #e25151;
	padding:10px 20px;
	cursor: pointer;
	/* width: 960px; */
	/*
	padding: 3px 0 5px 100px;
	font-size:12pt;
	
	border-left: 5px solid #f11e1e;
	*/
	margin-top: 1em;
}
.message {
	background-color: #f6ffe3;
	border: 1px solid #9dd12e;
	color: #9dd12e;
}
/*
.error h4, .message h4 {
	color: #f11e1e;
	font-size:13pt;
	margin-top:0;
}
.message h4 {
	color:#39c6f3;
}*/
.message ul, .error ul {
	margin-top: 0.2em;
	margin-left: 10px;
}
.error li, .message li {
	line-height: 1.2em;
	list-style:none;
}
/* dashboard */
.dashboard {
	padding: 20px 0;
}
.dashboard > ul {
	list-style:none;
}
.dashboard > ul li {
	float: left;
	width:400px;
	margin: 0 20px 20px 0;
	border: 5px dashed #f0f0f0;
	padding: 10px 15px;
}
li.fix {
	height: 130px;
}
.dashboard > ul li h4 {
	margin-top: 0;
}
.big-add {
	font-size: 150px;
	color: #f0f0f0;
	float: left;
	padding: 50px 20px 50px 10px;
}
/* option list */
.option-list {
	position:absolute;
	width:300px;
	z-index: 9999;
	
	border: 5px solid #f0f0f0;
	padding: 10px 15px;
	
	background: #fff;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#fff));
	background: -moz-linear-gradient(#fcfcfc, #fff);
	background: linear-gradient(#fcfcfc, #fff);
	-pie-background: linear-gradient(#fcfcfc, #fff);*/
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow: 0px 7px 10px #ccc;
	-moz-box-shadow: 0px 7px 10px #ccc;
	-webkit-box-shadow: 0px 7px 10px #ccc;
	
	behavior: url('//static.cloudim.ru/js/pie/PIE.htc');
	
}
.option-list * {
	font-size: 12pt;
}
.remark {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.4em;
	color: #aaa;
}
.avatar {
	border: 3px solid #f0f0f0;
}
.avatar:hover {
	opacity: 0.5;
}
.vcard {
	padding: 0 10px;
}
/* upload avatar style */
.loading {display:none;}
#preview{
	width:100px;
	height:100px;
	overflow:hidden;
	border: 5px solid #f0f0f0;
	margin-left: 12px;
}
#step1, #step2 {
	padding: 5px 10px;
}
#step2 {
	display:none;
}
.upload_frame .error {
	margin:5px 10px;
	font-size: 1em;
}
.upload_frame .loading {
	padding: 22px 0px 0px 0px;
	font-size: 22px;
	color: #000;
}
.avatar_image {
	display:inline-block;
	border: 5px solid #f0f0f0;
	float: left;
	margin-bottom:1em;
}
.avatar_crop {
	width: 150px;
	float: right;
}

.color-type {
	float: left;
}
.color-preview {
	float: right;
}
.color-picker {
	float: left;
	text-align: center;
	padding: 0px 10px;
}
.position-preview {
	border: 1px solid red;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.tab-preview {
	position: relative;
	top: 115px;
	left: 100px;
	
	width: 85px;
	height: 85px;
	background-image: url('/img/tab_preview.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.ya-share {
	position: relative; right: 5px; bottom: 2px;
	
}
.service_gid {
	font-size: 11pt;
	float: right;
	position: absolute;
	width: 990px;
	text-align: right;
}
.service_gid a {
	position: relative;
	bottom: 0px;
}

.voice_type {
	padding-left: 25px;
	display: inline-block;
	height: 25px;
	background-image: url('/img/im/voice_types.png');
	background-repeat: no-repeat;
}
.voice {
	background-position: 0 -25px;
}
.video {
	background-position: 0 0;
}
.voice-off {
	background-position: 0 -75px;
}
.video-off {
	background-position: 0 -50px;
}
/* Del */
span.delete {
	display: inline-block;
	overflow: hidden;
	text-align: right;
	
	width: 54px;
}
span.delete > div {
	width: 200px;
	position: relative;
	right: -38px;
}
span.delete a {
	font-size: 12px;
	line-height: 16px;
	float: left;
	
}
span.delete a.delete {
	background-image: url('/img/trash.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.content table{border-collapse:collapse;font-size:11px;margin:1em 0;}.content table tr:nth-child(odd){background-color:#fbfbfb;}
.content table tr:hover{background-color:#e9f6fe;}
.content table tr.select{background-color:#fcf8d4;}.content table tr.select td{font-weight:bold;}
.content table th{padding:7px;border:1px solid #c8c8c8;background-color:#ffffff;background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));background:-moz-linear-gradient(top, #ffffff, #eeeeee);}.content table th.header{cursor:pointer;}
.content table th:hover.header{background-color:#c8c8c8;background:-webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#fbfbfb));background:-moz-linear-gradient(top, #c8c8c8, #fbfbfb);cursor:pointer;}
.content table th.headerSortUp,.content table th.headerSortDown{border:1px solid #afafaf;background-color:#fbfbfb;background:-webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#c8c8c8));background:-moz-linear-gradient(top, #fbfbfb, #c8c8c8);}.content table th.headerSortUp:after,.content table th.headerSortDown:after{content:'';position:relative;top:4px;float:right;margin-left:5px;border-left:5px solid transparent;border-right:5px solid transparent;}
.content table th.headerSortUp:after{border-top:5px solid #7c7c7c;}
.content table th.headerSortDown:after{border-bottom:5px solid #7c7c7c;}
.content table td{padding:5px 7px;border:1px solid #c8c8c8;word-wrap:break-word;}.content table td.select{background-color:#fcf8d4;font-weight:bold;}

.robox table {
	border: 0px !important;
	font-size: 16px;
}
.robox table td {
	border:0px;
}
.robox table tr:hover {
	background-color: inherit;
}
.robox input[type="button"] {
	font-size: 12px;
	cursor: pointer;
}
.robox input[name="in"] {
	float: left;
	font-size: 14px;
}