#content.login {
	width:400px;
	margin:0 auto;
}
#wrapper .logo {
	width:241px;
	margin:0 auto;
	margin-bottom:30px;
}

div#screen {
	z-index:1;
}
.msg {
	-moz-box-shadow: 0px 5px 5px #888;
	-webkit-box-shadow: 0px 5px 5px #888;
	box-shadow: 0px 5px 5px #888;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    background-color: #CCEAF6;
    border: 1px solid #A1C5D3;
    left: -100px;
    margin-left: 50%;
    padding: 20px;
    position: absolute;
    top: 0px;
    width: 300px;
    z-index: 2;
}
.msg.errors {
	background-color: #F6EACC;
	border: 1px solid #D3C5A1;
}
.msg.success{
	background-color: #DCF6AA;
	border: 1px solid #D1D3A5;
}
.msg img.clock {
	position:absolute;
	top:-22px;
	right:-22px;
}
.msg a.close {
	position:absolute;
	display:block;
	top:5px;
	right:5px;
	width:15px;
	height:15px;
	cursor:pointer;
	background:url(../img/images/close-icon.gif) no-repeat 0 0;
}
.msg a.close:hover{
	background:url(../img/images/close-icon.gif) no-repeat 0 bottom;
}
	.msg a.close span {
		display:none;
	}
input.button {
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#A1C5D3;
	margin-left:15%;
	margin-bottom:-10px;
	border: 1px solid;
    border-color: #B1D5F3 #91B5C3 #91B5C3 #B1D5F3;
    
}

ul.pages {
    clear: both;
	display:block;
	width:100%;
	padding: 0 0 28px 0;
}
	ul.pages li {
		display:inline;
		float:left;
		min-width:26px;
		text-align:center;
	}
	ul.pages li a {
		display:block;
		padding:0 2px;
		margin:1px;
		border: 1px solid #DEE6F9;
		color: #AEC6E9;
		font-size:9px;
		text-decoration:none;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}
	ul.pages li a:hover, ul.pages li a.act {
		background:#0E96C9;
		color:#FFF;
		text-shadow: 1px 1px 2px #000;
	}
	
div.readonly  {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#0195D3;
	border-top:5px solid #31D5FF;
	opacity: .5; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
	padding: 20px;
    color: #FFFFFF;
    font-size: 17px;
	vertical-align:middle;
	line-height:23px;
}
div.readonly a {
    color:#FFF;
}
div.readonly  div {
	left: auto;
    margin: 0 auto;
    position: relative;
    width: 600px;
}
	.readonly img {
		float:left;
		vertical-align:middle;
		padding: 0 15px 0 0;
	}
	
.w194 input.point, 
.block .contact-block input.point,
input.point {
	cursor:pointer;
	width:7px;
	height:7px;
	background:transparent url(/img/images/show-no-img.png) top left no-repeat;
	border:none;
	padding:0;
	margin:0;
	color:transparent;
}
	input.point.act {
		background:transparent url(/img/images/show-img.png) top left no-repeat;
	}
	
#search-holder .input-ac .holder-ac {
	width:100%;
	z-index:3;
}
.btn.right {
    float: right;
    width: 125px;
}
.tabs li a.disabled {
	border:none;
	z-index:0;
	background:#EEE;
	color:#CCC;
}

div#content div.title {
	padding:11px 10px;
}
div#content div.title h1 {
    /*/text-shadow: 1px 1px 2px #AAAAAA;*/
}
.w194 {
	float:left;
	width:194px;
}
.w194 input {
	width: 160px;
}
.w183 {
	float:left;
	width:183px;
}
.w183 input {
	width: 152px;
}

.product {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#FFF;
	border:1px solid #999;
	padding:1px 3px;
	text-shadow: 1px 1px 2px #AAAAAA;
}

.common-table.contacts {
	margin-bottom:15px;
}
.common-table.contacts td{
	padding-bottom:0px;
	padding-top:0px;
}

iframe.map {
	width:657px;
	height:340px;
	border:0;
}
select.loti_long {
    width:350px;
}
div.block div.contact-block {
	width:235px;
}

table.task-table .item {
	width:280px;
	float:left;
	margin: 0 0 15px 35px; 
}
img.thumb,
table.task-table .item .thumb {
	float:right;
	-moz-box-shadow: 1px 1px 7px #ccc;
	-webkit-box-shadow: 1px 1px 7px #ccc;
	box-shadow: 1px 1px 7px #ccc;
	padding:2px;
}
img.thumb.left {
	float:left;
}

.btn.inline {
    display: inline;
    margin:0;
    width: 100px;
}
.righted {
	float:right;
	padding-right:88px;
}

.graphics_0 {
	color:#AAA;
}
.graphics_1 {
	color:#555;
}
.graphics_2 {
	color:#af7c3c;
	font-weight:bold;
}
.graphics_3 {
	color:#c84b63;
	font-weight:bold;
}
.graphics_4 {
	color:#538618;
	font-weight:bold;
}
select.date {
	width:100px;
}

.sPluss {
	font-size:9px;
	padding:2px;
	color:#3C3;
}
.sMinuss {
	font-size:9px;
	padding:2px;
	color:#D77;
}
table.block-table td.ac {
	color:#777;
}
table.block-table tr.header2 td.ac,
table.block-table tr.header3 td.ac,
table.block-table tr.dark td.ac {
	color:#000;
}
td.hideris {
	font-weight:bold;
	text-align:center;
	border-color:#CCC;
	border-width:1px 1px 0 1px;
	border-style: solid;
}

.btn a.red {
    background: url("../img/images/overlay2.png") repeat-x scroll 0 0 #CC3311;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #CC6600;
}
.btn a.red:hover {
    background-color: #AAAAAA;
    text-shadow: -1px -1px 0 #888888;
}

.holder-ac ul li{
/*	text-transform: capitalize;*/
}
.holder-ac ul li.selected {
	background: #0195D3;
	color: #FFF;
}
.holder-ac ul li span.light{
	background: #0195D3;
	color: #FFF;
}

input:disabled, 
select:disabled, 
texarea:disabled {
	cursor:default;
	/*border:1px solid #CCC;
	background:#F6F6F6;*/
	background:none; 
	border:none;
	margin:1px;
	font-weight:bold;
}

.block-table tr.editor td {
	padding:0px;
	vertical-align:middle;
    white-space: nowrap;
}
.block-table tr.editor td div{
	padding:4px 8px;
}
.block-table tr.editor td select{
	width:70px;
}
.block-table tr.editor td input{
	width:75px;
}
.block-table tr.editor td select,
.block-table tr.editor td input{
	padding:3px;
	margin:1px;
}

.little-btn.green span{
	background-color:#4B3;
	text-shadow: 1px 1px 0 #090;
}
.c {
	text-align:center;
}
tr.nobr td {
	border-bottom:none;
}
.radio {
	width:20px;
}

.changed {
	background:#A44;
	color:#FFF;
}

.deleted {
	border:1px solid red;
	color:red;
	background:#FFDEE6;
}

.added {
	border:1px solid red;
	color:red;
	background:#DEFFE0;
}

.common-table input.long {
	width:236px;
}

.vzd {
    border-left:3px solid #0A0;
}

#header #top-menu .left-menu li a.sub {
    padding: 2px 8px;
}
#header #top-menu .left-menu li a.sub.active {
    text-shadow: 1px 1px 0 #300;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    background: #DD4433;
}
#header #top-menu .left-menu li ul li a.active {
    background-color: #DD4433;
    text-shadow: 1px 1px 0 #300;
}
#header #top-menu {
    padding:2px 0;
}

.printVersion {
	left: 50%;
	margin-left: -400px;
	padding: 20px;
	position: absolute;
	top: 50px;
	
	width:800px;
	background-color:#FFF;
	border:1px solid #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
	z-index:3;
}
.printVersion #controls {
	margin:0 0 20px 0;
	text-align:right;
}
.printVersion p {
	font-size: 9px;
	line-height: 9px;
}
.caution {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 7px 8px 30px;
	background:#EE9 url(/img/icon_caution.png) no-repeat 5px 8px;
	border:1px solid #AA8;
	margin-bottom:20px;
}
#loading {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#ADE;
	border:1px solid #89A;
	margin-bottom:20px;
	display:none;
	overflow:hidden;
	clear:both;
	float:left;
	width: 100%;
}
	#loading .txt {
		margin-left: 50%;
		padding: 0;
		position: absolute;
	}
	#loading .bar {
		height: 18px;
		position: absolute;
		background:#9AB;
	}
	
	
a.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#0E96C9;
	color:#FFF;
	padding:2px;
	text-decoration:none;
}

.rekinsComment {
	z-index:11;
	left:50%;
	margin-left:-200px;
	position:absolute;
	padding:10px;
	background:#FFF;
	-moz-box-shadow: 2px 2px 3px #333; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 2px 2px 3px #333; /* Safari and Chrome */
	box-shadow: 2px 2px 3px #333;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rekinsComment div {
	width:80px;
	float:left;
	margin-right:5px;
}
.rekinsComment div.green {
	clear:left;
}
.rekinsComment textarea {
	display: block;
	width:390px;
	height:190px;
	margin-bottom:10px;
}
.close-settings a {
    background: url("../img/images/sort-top.gif") no-repeat right 7px;
    padding: 0 10px 0 0;
}