/* general */

* { margin: 0; padding: 0; }
*:focus { outline: none; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }
.container { overflow: hidden; }
html { font-family: Tahoma, Arial, Helvetica, sans-serif; }
a { color: #2676C1; text-decoration: none; }
a:active { color: #2676C1; text-decoration: none; }
a:hover { color: #2676C1; text-decoration: none; }
a:visited { color: #2676C1; text-decoration: none; }

.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
h1 { font-family: Tahoma, Helvetica, sans-serif; font-size: 180%; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; color: #333333; font-weight: normal; }
h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 180%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #AF0F0F;
	font-weight: normal;
}


/* form */

.input_type { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 70%; border: 1px solid #C4C4C4; color: #333333; height: 15px; padding-top: 3px; padding-right: 1px; padding-bottom: 1px; padding-left: 5px;
}

/* upper part */

.up_part {
	color: #5A4D1F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
}
.up_part a { color: #5A4D1F; text-decoration: none; }
.up_part a:active { color: #5A4D1F; text-decoration: none; }
.up_part a:hover { color: #2676C1; text-decoration: none; }
.up_part a:visited { color: #5A4D1F; text-decoration: none; }


/* opened current menu */

.current { background-color: #2876C1; padding: 6px 5px 6px 10px; color: #FFFFFF; font-size: 90%; }
.lmenu { padding: 5px 5px 5px 20px; list-style: url(/i/strelg.gif) none outside;}
.lmenu li { font-size: 70%; color: #2676C1; padding: 5px 5px 5px 5px; text-align:top; font-weight: bold; }
.lmenu a { color: #676767; text-decoration: none; font-weight: normal; }
.lmenu a:active { color: #2676C1; text-decoration: none; font-weight: normal; }
.lmenu a:hover { color: #2676C1; text-decoration: none; font-weight: normal; }
.lmenu a:visited { color: #2676C1; text-decoration: none; font-weight: normal; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; font-size: 90%; font-family: Tahoma, Arial, Helvetica, sans-serif; }
.menu-h-d li { float: left; display: block; position: relative; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; color:#AF0F0F; }

.menu-h-d ul {  display: none; position: absolute; top: 20px; left: -1px; width: 150px; background: #EDE6CF; border: solid #999999; border-width: 0px 1px 1px 1px; }
.menu-h-d ul li {  font-size: 85%; padding: 3px 0px 3px 0px; }
.menu-h-d ul li a {  color:#666666; }
.menu-h-d ul li a:hover { color: #0066CC; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; }

.menu-h-d li:hover { background: #EDE6CF; }
.menu-h-d a:hover { color: #0066CC; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

#



.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }


/* main text part */

.full {
	font-size: 75%;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
}
.full p { padding-top: 3px; padding-right: 0px; padding-bottom: 3px; padding-left: 0px; }
.full ul { list-style-image:url(..//i/list.gif); list-style-type:square; padding: 5px 5px 5px 20px;}
.full ul ul { list-style-type:square; padding: 5px 5px 5px 20px;}
.full li { padding: 0px 5px 5px; text-align:top; }
.full .levels { padding: 5px 5px 5px 20px; list-style: none; list-style-image:none; list-style-type:none;}
.full .levels li { padding: 5px 5px 5px 5px; text-align:top; font-weight: bold; list-style: none; }

.full a { color: #0066CC; text-decoration: underline; }
.full a:active { color: #0066CC; text-decoration: underline; }
.full a:hover { color: #AF0F0F; text-decoration: underline; }
.full a:visited { color: #0066CC; text-decoration: underline; }

.full a.cost {
	text-decoration: none;
	color: #333333;
}
.full a.cost:active {
	text-decoration: none;
	color: #333333;
}
.full a.cost:hover {
	text-decoration: none;
	color: #AF0F0F;
}
.full a.cost:visited {
	text-decoration: none;
	color: #333333;
}

.separator { font-size: 60%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DBDBDB; padding-top: 5px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; }
.pages { border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-bottom-style: solid; border-top-color: #DDDDDD; border-right-color: #DDDDDD; border-bottom-color: #DDDDDD; border-left-color: #DDDDDD; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; }
.full .selector { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; border: 1px solid #7F9DB9; color: #333333;}

.full .input_type { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; border: 1px solid #7F9DB9; color: #333333; height: 15px; padding-top: 3px; padding-right: 1px; padding-bottom: 1px; padding-left: 5px; }
.full .input_text { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; border: 1px solid #7F9DB9; color: #333333; padding-top: 3px; padding-right: 1px; padding-bottom: 1px; padding-left: 5px; }
.full .input_button { font-family: Tahoma, Helvetica, sans-serif; font-size: 100%; overflow: visible; cursor: pointer; background-color: #CBD8E2; border-top: 1px solid #7F9DB9; border-right: 1px solid #2676C1; border-bottom: 1px solid #2676C1; border-left: 1px solid #7F9DB9; }

.logo {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.w_tdl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.w_tdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.w_tdb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.w_tdt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.m_tdl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EDE6CF;
	font-size: 8px;
}
.m_tdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EDE6CF;
	font-size: 8px;
}
.m_tdb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EDE6CF;
	font-size: 8px;
}
.m_tdt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #EDE6CF;
	font-size: 8px;
}
 table {
	cellpadding: 3px;
}
.full table { margin: 10px;}
.full table td { padding: 3px; }
h3 {

	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 180%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #5A4D1F;
	font-weight: normal;
}
h4 {

	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 160%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #AF0F0F;
	font-weight: normal;
}
h5 {


	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #AF0F0F;
	font-weight: normal;
}

