@charset "windows-1251";
.SiteTable {
    border-top: 0px;
    border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	padding: 0;
	margin: 0;
	color: #000000;
	background: inherit !important;
}

div.SiteTable {
    padding: 0px 3px 0 9px;
    margin: 15px 2px 15px 2px;
}

td.SiteTableCell {
	border-top: 0px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: 0px;
	padding-top: 4pt;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
    padding: 3px 3px 3px 9px;
}

td.SiteTableTitleCell {
	background: #D9D9D9;
	color: inherit !important;
    text-align: center;
}

td.SiteTableTitleCellBorder {
    border-bottom : 0px;
    border-left : 1px solid #D9D9D9;
    border-right : 1px solid #FFFFFF;
    border-top : 1px solid #D9D9D9;
}

td.SiteTableTitleCellBorderR {
    border-bottom : 0px;
    border-left : 0px solid #D9D9D9;
    border-right : 1px solid #FFFFFF;
    border-top : 0px;
}

td.SiteTableTitleCellBorderL {
    border-bottom : 0px;
    border-left : 1px solid #FFFFFF;
    border-right : 0px;
    border-top : 1px solid #D9D9D9;
}

td.SiteTableCellBottom {
	border-bottom: 0px;
}

td.SiteTableRowCounter {
    color: #D9D9D9;
    background: inherit !important;
    padding: 3px 3px 3px 9px;
    width: 25px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.height-5 {
    height: 5px;
}
