/* 
    Document   : napule
    Created on : 10.08.2007, 14:11
    Author     : alex
    Description:
        Purpose of the stylesheet follows.
*/
body {
	background-color: #f7f0cf;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #54503e;
}
td {
        vertical-align: top;
}
a {
        color: #934414;
}
a:hover {
        text-decoration: none;
}
div, table{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
table {
        width: 100%;
        border-width: 0px;
        border-style: none;
}
form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.copyright {
	font-size: 12px;
	color: #82795e;
        padding-bottom: 10px;
}

.copyright a {
	color: #82795e;
	text-decoration: none;
}

img {
        border: 0px;
}
img.ileft {
    padding-right: 5px;
}
img.iright {
    padding-left: 5px;
}

.topmenu {
        position: absolute;
        top: 192px;
        left: 5px;
}

.topmenu .spacer{
	float: left;
	padding: 0px 8px 0px 8px;
}

.bottommenu {
    margin-top: 20px;
}

img.sep {
	margin-left: 13px;
        margin-right: 13px;
}

.bottommenu a {
	color: #544c34;
	text-decoration: none;
}

.bottommenu a:hover, .selected {
	color: #A47D36;
	text-decoration: underline;
}

.langblock {
	position: absolute;
	left: 835px;
	top: 133px;
}
.langblock div {
	margin-bottom: 19px;
}

.map {
	position: relative;
	height: 144px;
	margin-top: 27px;
	margin-right: 15px;
}
.date {
       width: 85px;
}
.brief a {
    color: #54503e;
    text-decoration: none;
}
.brief a:hover {
    text-decoration: underline;
}
.cont {
        padding: 5px 0px 32px 89px;
}
.cont a {
        color: #82795E;
}

.pages {
	border-top: 1px solid #c4ad80;
	border-bottom: 1px solid #c4ad80;
	padding: 12px 0px 12px 20px;
	color: #544c34;
}
.pages span {
        font-weight: bold;
        text-decoration: underline;
}
.pages a {
        text-decoration: none;
}

.iform {
        width: 690;
        color: #000000;
        font-size: 14pt;
        font-weight: bold;
}
.iform td.text {
        width: 240px;
        text-align: right;
        padding-right: 10px;
        padding-top: 5px;
        vertical-align: top;
}
td.text strong {
        color: #4B7E04;
}

.addc_tf {
	width: 536px;
	height: 28px;
}
.addc_ta {
	width: 536px;
	height: 76px;
}

.addc_tf input, .addc_ta textarea {
	margin: 5px 0px 0px 6px;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
	border: 0px;
}
.addc_ta textarea {
	height: 65px;
}

.formbut {
	width: 212px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #f7f0cf;
	border: 0px;
        cursor: pointer;
}

.witem {
	float: left;
        font-size: 13pt;
        font-weight: bold;
        color: #544C34;
        text-align: center;
}

.witem div {
	float: left;
	height: 40px;
}

.witem a {
        color: #F7F0CF;
        text-decoration: none;
}
.witem a:hover {
        color: #544C34;
        text-decoration: none;
}
.witem div.text {
        padding: 12px 40px 0px 40px;
}
.menu {
    border-top: 2px solid #c4ad80;
}
.menu th, .menu .thc {
    border-top: 1px solid #c4ad80;
    border-bottom: 1px solid #c4ad80;
    color: #544c34;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 12px 0px 12px 20px;
    white-space: nowrap;
}

.menu .thc {
    text-align: center;
    padding: 12px 10px 12px 10px;
}

.menu td {
    font-size: 14px;
    border-right: 3px solid #f7f0cf;
    border-top: 3px solid #f7f0cf;
    padding: 5px 0px 5px 20px;
}
.menu .td1 {
    background-color: #eadfbb;
}

.menu .td2 {
    background-color: #f7f0cf;
}

.menu .td11 {
    background-color: #eadfbb;
    text-align: center;
    padding: 5px 0px 5px 0px;
    /*font-weight: bold;*/
}
.menu .td21 {
    background-color: #f7f0cf;
    text-align: center;
    padding: 5px 0px 5px 0px;
    /*font-weight: bold;*/
}

div.popup {
    text-align: left;
    display: none;
    position: absolute;
    border: 2px #f7f0cf solid;
    z-index: 2;
    background-color: #eadfbb;
}

.td1 a, .td2 a {
    cursor: pointer;
    text-decoration: underline;
}

div.popup img {
    border: 1px #c4ad80 solid;
}

/* Dialogs */
TABLE.dialog {
        text-align: center;
        width: 400px;
        margin-top: 60px;
        margin-bottom: 60px;
        border-width: 2px;
        border-style: solid;
        border-color: #934414;
        border-collapse: separate;
        border-spacing: 0px;
}
TABLE.dialog td {
        border-top: 1px white solid;
        border-left: 1px white solid;
        border-right: 1px #808080 solid;
        border-bottom: 1px #808080 solid;
}

TD.dtitle {
        padding: 5px 5px 5px 5px;
	FONT-SIZE: 13pt;
	TEXT-ALIGN: left;
	color: white;
	font-weight: bold;
        background-color: #82795E;
}

TD.dimage {
        width: 52px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #F7F0CF;
}

TD.dmessage {
        padding: 10px 10px 10px 10px;
	FONT-WEIGHT: bold;
        color: #000000;
        background-color: white;
}

TD.dbuttons {
        padding: 7px 10px 7px 10px;
        background-color: #D4C097;
}

A.dhref {
	FONT-WEIGHT: bold;
        color: #934414;
        text-decoration: none;
}

