body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Tahoma, sans-serif;	
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div.titlebar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    height: 29px;
    padding: 20px 0;
}

div.result, div.message, div.error, div.text {
	width: 60%;
    border: 1px solid;
	margin: 5px auto 25px auto;
	padding: 8px 10px;
	line-height: 1.5; 
}

div.message 	{ background-color: #ddebdd; }
div.error		{
	color: #e5281e;
	border: 1px solid #e5281e;
	font-weight: bold;
	background-color: #f3e7f6;
}
div.text, div.result { background-color: #f0f0f0; }

div.result {
	margin-top: 15px;
	width: 50%;
}

div.descr {
	text-align: center;
	margin: 20px 0 20px 0;
}

div#info {
	position: fixed;
	top: 0;
	right: 0;
	border-style:outset;
	border-width: 1px;
	background-color: #E8CDB2;
	margin: 3px 3px 0 0;
	padding: 0 6px 0 6px;
/*	v-isibility: hidden; o-pacity: 0; */
	display: none;
}

.notes {
	font-size: 9pt;
	color: #808080;
}
td div.notes {
	margin: 3px 0 0 20px;
}

h1.booktitle {
	font-size: 20px;
	font-weight: normal;
	co3lor:  #DD4A40;
	float: left;
    margin: 0 0 0 80px;
    white-space: nowrap;
}

h1,h2,h3 {
    margin-top: 30px;
	text-align: center;
	color: #222;
}

h1.ozon, h2.ozon, h3.ozon,
.ozon h1, .ozon h2, .ozon h3
{
	color: #005bff;
}
h1.wb, h2.wb, h3.wb, .wb h1, .wb h2, .wb h3 {
	color: #6c11c9;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h3,h4 {
	margin-bottom: 5px;
}

p {
	margin: 10px 2.5%;
}

table.col3 td, table.col3 th {
	width: 33%;
}

.hasTitle {
	border-bottom: 1px dotted black;	
}

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.emptyNote {
	font-style: italic;
	text-align: center;
}

div#tools {
	border: 1px solid #cccccc;
	w3idth: max-content;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7;
	white-space: nowrap;
}

.spinner-img {
	background: url(/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

#toolbar {
    float: right;
    margin-right: 44px;
    height: 29px;
}

.inline-block {
    display: inline-block;
    position: relative;
}

td input[type=submit] {
	margin: 1px 0;
}

.button {
    border-radius: 2px 2px 2px 2px;
    cursor: default;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-right: 16px;
    min-width: 54px;
    outline: 0 none;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;	
}

.button-hover, .button:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    
}

.button-selected {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.button .button-img {
    margin-top: -3px;
    vertical-align: middle;
}
.button-standard .button-img {
    opacity: 0.55;
}

.button-label {
    margin-left: 5px;
}

.button-collapse-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}
.button-collapse-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
}

.button-standard {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #e8e8e8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    color: #444444;
}

.button-standard.button-clear-outline {
    border: 1px solid #DCDCDC;
    outline: medium none;
}

.button-standard:active, .button-standard.button-hover:active, .button-standard:hover.button-standard:active {
    background: none repeat scroll 0 0 #F8F8F8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
}

.button-narrow {
    min-width: 34px;
    padding: 0;
}

.button-default {
    background-color: #3D9400;
    background-image: -moz-linear-gradient(center top , #3D9400, #398A00);
    border: 1px solid #29691D;
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.button-default.button-hover, .button-default:hover {
    background-color: #368200;
    background-image: -moz-linear-gradient(center top , #3D9400, #368200);
    border: 1px solid #2D6200;
    box-shadow: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.button-standard.button-hover, .button-standard.button-clear-outline.button-hover, .button-standard:hover {
    background-color: #FaFaFa;
    background-image: -moz-linear-gradient(center top , #FaFaFa, #e8e8e8);
    border: 1px solid #C6C6C6;
    box-shadow: none;
    color: #333333;
}

.spareChildren input {
	margin: 0 8px;
}

pre {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: small;
	margin: 0;
}


span {
	color: #2B5F2B;
}
.small {
	font-size: 80%;
	color: #000000;
}

a {
	color: #FF0000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-width: 1px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	border-bottom-style: none;
}

table.tbl, table.tblf, table.tbl_narrow, table.tbl60 {
	background-color: #CCCCCC;
	font-size: small;
	border-spacing: 1px;
	border-collapse: separate;
	margin: 10px 0;
}

table.tbl, table.tblf, table.tbl60 {
	margin-left: auto;
	margin-right: auto;
}

table.tbl {
	width: 95%;
}

table.tbl60 {
	width: 60%;
}

table.tblf {
	background-color:#888888;
	margin-bottom:3px;
	width:60%;
}

table.tblf.w80 {
	width: 80%;
}


.tblf th {
	text-align:right;
	width:40%;
}

.tblf td {
	width:60%;
	text-align: left;
}

.tbl td, .tblf td, .tbl_narrow td, .tbl60 td, .calendar td {
	background-color: #f8f8f8;
	padding: 0 3px;
}

.tbl.ozon td, .tblf.ozon td, .tbl_narrow.ozon td, .tbl60.ozon td, .calendar.ozon td {
	background-color: white;
}

.tbl.ozon th, .tblf.ozon th, .tbl_narrow.ozon th, .tbl60.ozon th, .calendar.ozon th,
.ozon .tbl th, .ozon .tblf th, .ozon .tbl_narrow th, .ozon .tbl60 th, .ozon .calendar th,
.tbl th.ozon, .tblf th.ozon, .tbl_narrow th.ozon, .tbl60 th.ozon, .calendar th.ozon
{
	background-color: #4d8dff;
	color: white; 
}

.tbl.wb th, .tblf.wb th, .tbl_narrow.wb th, .tbl60.wb th, .calendar.wb th,
.wb .tbl th, .wb .tblf th, .wb .tbl_narrow th, .wb .tbl60 th, .wb .calendar th,
.tbl th.wb, .tblf th.wb, .tbl_narrow th.wb, .tbl60.wb th, .calendar th.wb
{
	background-color: #9a67cf;
	color: #f5f5f5; 
}

tr.ozon td {
	background-color: #e8f0ff;
}
tr.wb td {
	background-color: #f5ebff;
}

.blocked td, .blocked td a {
	color: #c7c7c7;
}


.rowChecked td {
	background-color: #FFFF2F;
}

.tbl th, .tblf th, .tbl_narrow th, .tbl60 th, table.calendar th {
	background-color: #bbb;
	color: #fff;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.tbl tr.highlight td, .tbl_narrow tr.highlight td {
	background-color: #FFFAF8;
}

.tbl tr.odd td, .tbl_narrow tr.odd td {
	background-color: #e4f5e5;
}

.bold {
	font-weight: bold;
}

table.calendar {
	background-color: #CCCCCC;
	font-size: small;
	border-spacing: 1px;
	border-collapse: separate;
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
	margin: 30px auto 30px auto;
	height: 60px;
}

table.calendar td.wday1, table.calendar td.wday2, table.calendar td.wday3, table.calendar td.wday4, table.calendar td.wday5 {
	background-color: #e4f5e5;
}
table.calendar td.today, table.calendar td.today:hover {
	background-color: #FFFFFF;
	cursor: default;
}
table.calendar td, table.calendar th {
	cursor: pointer;
}
table.calendar td:hover {
	background-color: #ebf9e9;
}
table.calendar th:hover {
	background-color: #9bc69b;
}

table.calendar td {
	vertical-align: top;
}

.bg_gray td, td.bg_gray, tr.odd td.bg_gray {
	background-color: #bbbbbb;
}
.bg_gray th {
	background-color: #bbbbbb;
}

.bg_red td {
	background-color: #ffcccc;
}
.bg_red th {
	background-color: #ffaaaa;
}

.bg_green td {
	background-color: #eeFFee;
}
.bg_green th {
	background-color: #bbFFbb;
}

.bg_lightgreen td {  
	background-color: #E8F9E7;
}

.bg_lightred td {  
	background-color: #F9E7E7;
}

.bg_lightyellow td {  
	background-color: #F9f9a7;
}

.tbl_group_header td {
	background-color: #FFFFFF;
	color: #C22B2B;
	font-weight: bold;
	padding-left: 10px;
}

.bold {
	font-weight: bold;
}
.center, .tblf th.center, .tblf td.center {
	text-align: center;
/*	margin-left: auto;
	margin-right: auto; */
}
table.center {
	margin-left: auto;
	margin-right: auto;
}

.middle-list {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;	
}
table a {
	/* border-bottom-style: none; */
}

.optionspad, .pagesbar {
	background-color: #DDE4EB;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: #CDD6E1;
	border-style: solid;
	border-width: 1px;
}

.none {
	color:#000000;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
}

.yellow {
	background-color:#ffffee;
	border-style:ridge;
	margin-bottom:1px;
	text-decoration:none;
}

.red {
	color: red;
}

.wb.tbl th.error, .wb.tblf th.error,
.wb .tbl th.error, .wb .tblf th.error
{
	color: #360d54;
}
.ozon.tbl th.error, .ozon.tblf th.error,
.ozon .tbl th.error, .ozon .tblf th.error
{
	color: #133097;
}

.green {
	color: #5cb11b;
}
.tbl td.green, .tblf td.green, .tbl td .green, .tblf td .green {
	color: #5cb11b;
}

.gray {
	color: #888888;
}

.hand {
	cursor: pointer;
}

.right, .organizer table.tbl td.right {
	text-align: right;
}
.center, .organizer table.tbl td.center {
	text-align: center;
}

.hideable {
	background-color: #F4FFF4;
	border: 1px solid;
	padding: 2px 6px 2px 6px;
}
.hideable_title {
	color: #c22b2b;
	border: 1px dotted #c8ad92;
	padding: 2px 6px 2px 6px;
	margin-bottom: 1px;
	font-weight: bold;
	cursor: pointer;
	background: url(/images/bg_arrow.png) right no-repeat;
}
.hideable_closed {
	background-image: url(/images/bg_circle.png);
}

.multiselect_options {
	float: left;
	clear: left;
}
.multiselect_result {
	margin-left: 10px;
	float: left;
}

/* clickable areas */

.draggable {
	border: 2px outset;
	padding: 1px;
	cursor: pointer;
}

.editable, .editablePopup, .selectable {
	cursor: pointer;
}

tr.selectable:hover, tr.selectable:hover .gray, .selectable tr:hover {
	color: #7c16e6;
}

.swingField, span.editablePopup, span.ancor {
	cursor: pointer;
	border-bottom: dotted 1px;
}

div.clear {
	clear: both;
}

div.cell {
	 display: inline-block;
	 margin: 0 20px;
}

.box {
	border: 1px solid #aaaaaa;
	background: #f4f4f4;
	float: left;
	margin: 0 20px 20px 0;
}


.progressbar {
	height: 10px;
	padding-top: 3px;
	width: 200px;
}

.progressbar .pbbackground{
  background-color: #9a92a3;
  height: 10px;
}

.progressbar .pbbackground .pb {
	background-color: #ff7f00;
	height: 10px;    
}
.animated .pbbackground .pb {
	background: transparent url('/progressbar.gif') no-repeat scroll center center;
}
  

@media print {
	table.tbl {
		width: 100%;
	}
	
	.noprint {
		display: none;
	}
}