img {border: none}
/* Формы */
.boardForm h2 {clear: both}
table.globalBoardTable {
	//border-collapse: separate;
	//border-spacing: 0 3px;
	border-collapse: collapse;
}
.boardForm tr.rowBoard {}
.boardForm td.boardAnchor {
	width: 150px;
	padding: 3px 5px;
	border-bottom: 1px #DEDEDE solid;
	border-left: 1px #DEDEDE solid;
	background-color: #FFFCF0;
}
.brdTop {border-top: 1px #DEDEDE solid;}
.boardForm td.boardElement, .boardForm td.boardElementWS {
	width: 480px;
	padding: 3px 5px;
	border-bottom: 1px #DEDEDE solid;
	border-right: 1px #DEDEDE solid;
	background-color: #FFFCF0;
}
.boardForm td.boardElement select {width: 400px}
.boardForm td.boardElement textarea {width: 400px; height: 150px}
.boardForm input.picFile {width: 400px}

td.resAnchor {
	padding: 3px 5px;
	border-bottom: 1px #DEDEDE solid;
	border-left: 1px #DEDEDE solid;
	background-color: #FFFCF0;
	width: 40%;
}
td.resElement {
	padding: 3px 5px;
	border-bottom: 1px #DEDEDE solid;
	border-right: 1px #DEDEDE solid;
	background-color: #FFFCF0;
}
td.resAll {
	padding: 3px 5px;
	border-bottom: 1px #DEDEDE solid;
	border-left: 1px #DEDEDE solid;
	border-right: 1px #DEDEDE solid;
	background-color: #FFFCF0;
}

.digitalValue {text-align: right}

.w400 {width: 400px}
.boardForm div.textClaim {clear: both;padding: 10px 0}

ul.sel2sel {list-style: none;width: 410px;margin:0;padding:0}
ul.sel2sel li {float: left;}
ul.sel2sel li.divider {width: 40px;text-align: center;padding-top: 20px}
ul.sel2sel li.divider input {width: 30px}
ul.sel2sel select {width: 180px}

/* Список объектов */
table.boardList {border: 1px #DEDEDE solid;border-collapse: collapse}
table.boardList tr.obsolete td, table.boardList tr.obsolete td span {color:#CCCCCC}
table.boardList tr.obsolete td a {color:#CCCCCC}
table.boardList td, table.boardList th {border: 1px #DEDEDE solid;border-collapse: collapse; padding: 3px 5px;font-size: 0.8em}
table.boardList tr.unreaded td, table.boardList tr.unreaded td a {background-color:#F4F0E0; font-weight:bold;}
table.boardList td.editIcons {white-space: nowrap}
table.boardList td.editIcons img {margin: 0 2px;}
.dateText {color: #AC4743}
.typeText {color: #008000}
.right {float: right}
.left {float: left}
.nwrp {white-space:nowrap;clear: both}
.asterisk {color: #FF0000}
.clr {clear: both}
tr.zebra td, tr.zebra th {background-color: #f4f0e0}

/* Полный вывод */
table.boardStructure td {vertical-align: top; padding-right: 15px;}
table.boardFull {border: 1px #DEDEDE solid;border-collapse: collapse;}
table.boardFull td, table.boardFull th {border: 1px #DEDEDE solid;border-collapse: collapse; padding: 3px 5px;width: auto}
div.imgFloat {float: left;padding-right:10px}
div.imgFloat img {margin-bottom: 10px}

div.boardMenuBlock {padding: 0 0 10px 15px}
div.boardInfoBlock {
/*	padding: 10px 15px;*/
	padding: 10px 10px;
	background-color: #F4F0E0;
	clear: both;
	margin-bottom: 20px;
}
tr.grayline td, tr.grayline a {color: #999;}
.globalBoardBlock {
	background-color: #F4F0E0;
	border: 1px #DEDEDE solid;
	padding: 3px;
	margin-bottom: 5px;
}
input.addObjButton {
	font-size: 10px;
	width:260px;
	margin:5px 0 10px;
}
table.advTable {
	margin-bottom: 15px;
}
table.advTable td {
	padding: 10px;
	border: 1px #DEDEDE solid;
	text-align: center;
}

div#sendMessage {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image:url(/images/d-k/transp-px.png);
}

div#sendFriend {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image:url(/images/d-k/transp-px.png);
}

div#sendEmail {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image:url(/images/d-k/transp-px.png);
}


div#sendCompliant {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image:url(/images/d-k/transp-px.png);
}


* html div#sendMessage {position: absolute;}
* html div#sendFriend {position: absolute;}
* html div#sendCompliant {position: absolute;}

div.msgContent {
	width: 800px;
	height: 375px;
	background-color: #FFF;
	border: 1px #AAA solid;
	margin: 100px auto 0;
	padding: 10px;
	line-height: 130%;
}
div.msgContent textarea {
	width: 753px;
	height: 100px;
	border: 1px #DEDEDE solid;
	font-family: Arial;
	font-size: 12px;
	margin-top: 5px;
}
div.msgContent td {padding: 3px 10px;}
div.msgContent input.quickFields {
	width: 220px;
	border: 1px #DEDEDE solid;
}

.error {font-weight:bold; color:red}
