/* Top Elements */
* { margin: 0; padding: 0;}

body {
	font-family:Verdana, Tahoma, arial, sans-serif;
	font-size:1em;
	color: #000; 
	text-align: center;
	margin: 0 auto;	
	background-attachment: scroll;
	background-image: url(../images/body-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
	background-color:#eae4db;
}

#no-frame {
	background: white;	
	margin: 0;
}

/* links */

a {
    color: #373737;
    cursor: pointer;
    text-decoration: underline;
}
a:hover {
    color: #006fb5;
}
a:hover, a:visited:hover {
    color: #006fb5;
    text-decoration: underline;
}
a:visited {
    color: #626262;
    text-decoration: underline;
}
/* headers */
h1, h2, h3, h4 {
	font-weight: normal; 		
}
h1 {
	font-size: 1em;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #88ac0b;	
}
h3 {
	font-size: 1em;	
}

p {	
	padding: 7px 0 7px 0;
}
.no-img-list p {
	padding: 0px;
}
ul {
	list-style: none;
}

/* images */
img {
	border:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.center { text-align:center; }
/* display and additional classes */
.clear { clear: both; }

/* start - table */
/* table */
table {
    border-collapse: collapse;
    width: 100%;
	font-size:12px;
	line-height:14px;	
}
.table-auto-width {
	border-collapse: collapse;
	border: 1px solid #b6b6b6;
}
table  td, table  th {
	padding:5px;
}
th strong {
	color: #fff;
}
th {
	height: 20px;
	padding-left: 12px;
	padding-right: 12px;
	color: #404040;
	font-weight:bold;
	font-size:0.9em;
	text-align: left;
	border: 1px solid #beafa1;
	background: #dad0c6 url(../images/th-background.png) repeat-x top;
}

.border-left-inside {
	border-right: 1px solid #beafa1;
}
tr {
	height: 25px;
}
tr.color-bg {
	background-color: #efece8;
}
tr.row-total {
	background-color: #fbf4e9;
	font-weight: bold;
	font-size: 0.9em;
}
tr.row-total-border-top {
	background-color: #fbf4e9;
	font-weight: bold;
	font-size: 0.9em;
	border-top: 4px solid #d0c4b8
}

.table-auto-width td {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

.inner-table {
	width: 590px; 
	text-align: center; 
	margin: 0 auto; 
	border: 0px; 
	padding-top: 0px;
}
.padding-top-none {
	padding-top: 0px !important;
	border: 0px;
}

span.height-100  {
	height: 100px; 
}
/* end - table */

/* form elements */

.textLabel {
	display:block;	
}
.textLabel-inline {
	display:inline;	
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
.underline {
	text-decoration:underline;
}
/* ------------------------------------------
   LAYOUT
--------------------------------------------- */
.wrap {
	position: relative;
	width: 972px;
	background: url(../images/content.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#no-frame .wrap {
	width: auto;
	background: none;
	margin: 0;
	position: static;
}
#top-bg {
	margin: 0 auto;
	width: 972px;
	height: 36px;
	background: url(../images/top-bg.png) no-repeat center bottom;	
	top: 0; left: 0;
}

.margin-top-content {
	height: 10px;
	background: url(../images/top-content-bg.png) no-repeat center bottom;
}
.margin-bottom-content {
	height: 5px;
	background: url(../images/bottom-content-bg.png) no-repeat center -1px;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 960px;
	margin-left: 5px;	
	padding: 0; 		
	display: block;
	background: url(../images/sidebar-bg.png) repeat-y right top;
}

#no-frame #content-wrap {
	width: 100%;
	margin-left: 0;
	background: none;
}

#content-wrap-full {
	position: relative;
	clear: both;
	float: left;	
	width: 960px;
	margin-left: 5px;	
	padding: 0; 		
	display: block;
	background: #fff;
}

#no-frame #content-wrap-full {
	width: 100%;
	margin-left: 0;
}

/* header links */
#header-links {
	color: #534c46;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:right;
	padding-top:13px;
	margin-right: 10px;
}
#header-links a {	
	color: #534c46;
	text-decoration: none;	
}
#header-links a:hover {
	color: #534c46;
	text-decoration:underline;	
}
#header-links .header-email {
	text-transform:none;
	font-size: 1.2em;			
}
#header-links .header-email img{
	margin-left: 35px;			
}
/* header */
#header {
	width: 960px;
	position: relative;
	height: 103px;
	margin: 0 6px 0 6px;			
}
#header .logo a {
float: left
}
#header .logo {
	width:116px;
	height:98px;
	float:left;
	margin-left: 15px;
	margin-top:-2px;
	display:block;
}
#header .header-text {
	width:557px;
	height: 72px;
	float:left;
	display:block;	
	margin-left: 15px;
	margin-top:15px;
}
#header .header-search {
	background:url(../images/header-right-bg.png) no-repeat;
	width: 250px;
	height:103px;
	float: right;
	display:block;
	margin-right:3px;	
}
#header .font-size {
	color: #534c46;
	font-size:0.7em;
	padding-top:17px;
	float:right;
	margin-right:15px;
}
#header .font-size a {
	color:#7b6d5d;
	font-weight:bold;
	text-decoration:none;
}
/* Navigation */
#nav {
	clear: both;	
	padding: 0;
	height:40px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;
	height:37px;	
	width: 959px;		
	text-transform: uppercase;
	margin: 0 0 0 6px;
	padding: 0;	
	display: inline;
}
.nav-white-line {
	height:1px;
	background: url(../images/nav-white-line.png) no-repeat;
	margin:0 auto;
	width: 972px;
}
#nav .nav-razd {
	height:37px;
	width:1px;
	overflow:visible;
	background:  url(../images/nav-razd.png) no-repeat;
	float: right;
	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	height:37px;
	margin: 0;
	text-align:center;
	border-bottom: none;
	color: #FFF;
	font: bold  0.8em/3.2em "Arial", Helvetica, Verdana, Geneva, sans-serif;
	word-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;	
}
 
/* submenu */

#sub-nav {
	background: url(../images/sub-nav.png) repeat-x;	
	height: 33px;
	margin: 0 0 0 6px;
	padding-right: 10px;
	width: 949px;		
}
#sub-nav ul li {
	display: inline;
	margin: 0; 
	padding: 0;
}
#sub-nav ul li a {
	display: block;
	float: left;
	width: auto;
	height:37px;
	margin: 0;
	text-align:center;
	border-bottom: none;
	color: #4f4f4f;
	font: 0.7em/3.2em "Verdana", Helvetica, Arial, Geneva, sans-serif;
	vertical-align:middle;
	text-transform: uppercase;
	text-decoration: none;	
	margin-left: 13px;
	padding-left: 13px;
    background-position: 0 13px;
    background-repeat: no-repeat;
}
#sub-nav ul li a#current-sub-nav  {
	font: bold 0.6em/3.7em "Verdana", Helvetica, Arial, Geneva, sans-serif;
	text-decoration:underline;
}
.bottom-nav-bg {
	height: 5px;
	background: url(../images/bottom-nav-bg.png) no-repeat center -1px;
}
/* menu1 */
#nav ul li.menu1 a {	
	border-bottom: #9e9d44 3px solid;	
	width: 534px
}
#nav ul li.menu1 a:hover {
	background: url(../images/nav-hover.jpg) repeat-x;
}
#nav ul li.menu1 a#current {
	background: url(../images/nav-menu1-bg.jpg) repeat-x;
	color: #2e2e2e;	
}
/* menu2 */
#nav ul li.menu2 a {	
	border-bottom: #6697a2 3px solid;
	width: 310px;	
}
#nav ul li.menu2 a:hover {
	background: url(../images/nav-hover.jpg) repeat-x;
}
#nav ul li.menu2 a#current {
	background: url(../images/nav-menu2-bg.jpg) repeat-x;
	color: #2e2e2e;	
}

/* menu3 */
#nav ul li.menu3 a {	
	border-bottom: #bc685b 3px solid;	
	width: 115px;
}
#nav ul li.menu3 a:hover {
	background: url(../images/nav-hover.jpg) repeat-x;
}
#nav ul li.menu3 a#current {
	background: url(../images/nav-menu3-bg.jpg) repeat-x;
	color: #2e2e2e;	
}

/* Main Column */
#main {
	float: left;
	display: inline;
}
.main-width-normal {
	width: 702px;	
}
#no-frame .main-width-normal {
	width: 100%;	
}
#no-frame .main-width-normal .search-container {
	width: 660px;	
}
#no-frame .main-width-normal #message, #no-frame .main-width-normal #messageErr {
	width: 640px;	
}
.main-width-wide {
	width: 960px;
	padding-bottom: 20px;
}
#no-frame .main-width-wide {
	width: 100%;	
}
#main .main-content {
	padding: 15px 15px 0 15px;
	word-wrap: break-word;
}
#no-frame #main .main-content {
	padding: 5px 5px 0 5px;
}
#main .main-line {
	height:0px;
	width:auto;
	margin:5px 0 5px 0;
	border-top:1px solid #adadad;
}
#main .main-line-title {
	color: #cc7800;
	padding:10px 0 10px 0;
	font-weight:bold;
}
.path {   
    border-bottom: 1px dotted #c2c2c2;
    color: #5f5f5f;
    font-size: 0.68em;
    line-height: 17px;
    margin: 3px  3px 0 3px;
	margin-left:5px;
    padding: 7px 5px 7px 25px;
	background: #f2f2f2 url(../images/home-icon-default.png) no-repeat 3px 7px;		
}
.path a {
	color: #5f5f5f;
	background: none;
}
#main .main-text {
	font-size:0.8em;
	line-height: 1.3em;
	padding: 0 0 20px 0px;
	word-wrap: break-word;
}
#main .title-page {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #cc7800; 
	text-transform: none;	
	clear: both;
	margin-bottom:10px;
	float: left;
	border-bottom: #d58f2b 2px solid; 	
	padding: 0px 10px 5px 0px;	
}
.attached-file {
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #e8c189;
	background-color: #f4efe6;
	padding: 5px;
	margin-top: 2px;
}
.main-text .attached-file {
	font:1em Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #e8c189;
}
.main-text .attached-file-icon {
	background: url(../images/doc-list.png) no-repeat;
}
.attached-file-content {
	margin: 10px;
}
.date-text {
	font-style:italic;
	font-size: 0.9em;
}
.attached-file-icon {
	background: url(../images/attached-file.png) no-repeat;
	height: 16px;
	width: 16px;
	margin-bottom: -3px;
	margin-left: 5px;
	padding: 0px 5px 0px 0px;
	float: left;
}
#main .print {
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	margin-top: 10px;
	margin-right: 15px;
}
#main .print-icon {
	margin-bottom: -3px;
	padding: 0 5px 0 0;
	background: url(../images/print.png) no-repeat;
	height: 15px;
	width: 15px;
	float: left;
}
.read-more {
	float: right;
	clear: both;
	text-decoration: underline;
	text-transform: none;
	font:0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #cc7800;
}
.main-text .read-more {
	float: right;
	clear: both;
	text-decoration: underline;
	text-transform: none;
	font:0.9em Verdana, Arial, Helvetica, sans-serif;
}
.read-more-icon {
	height: 11px;
	width: 12px;
	background: url(../images/read-more-icon.png);
	float: left;
	margin: 3px 6px 0 0;
}
#sidebar .read-more, .read-more a, .read-more a:hover {
    color: #bd7002;
}
#main .title-border {
	border-bottom: #d58f2b 2px solid; 	
	padding: 10px 10px 0px 0px;
}
#main ul li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin-left: 20px;
	padding: 2px 0 1px 0px;	
}
#main ul li ul li {
	list-style-image: url(../images/sub-bullet.png);
}
#main .services-list ul {
	margin: 0px 0 8px 8px;
	list-style-position: inside;
}
#main .services-list ul ul {
	margin: 0px 0 8px 0px;
	list-style-position: outside;
}
#main .services-list ul li ul li {
	color: #000;
	padding-left: 0px !important;
	margin-left: 13px !important;
}
#main .services-list ul li {
	margin-left: 5px !important;
}
#main .services-list ul li.no-img-list {
	margin-left: 0px !important;
}
#main .services-list ul li.no-img-list ul li {
	margin-left: 13px !important;
}
#main .services-list ul li li.no-img-list {
	list-style-image: none !important;
	color: #000;
	margin-left: 0px !important;
}
#main .padding-left-10 ul li {
	margin-left: 5px !important;
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 258px;
	margin: 0;		
	border-top: #f3b955 5px solid;
	height:auto;
	word-wrap: break-word;
}
.sidebar-content {
	padding: 10px 15px 30px 15px;
}
#sidebar .sidebar-title {
	padding: 5px 5px; 
	font: 1.1em "Georgia", "Times New Roman", Times, serif;
	color: #cc7800;
	letter-spacing:0.3px;	
	line-height: 1.3em;
	text-transform:none;
}
#sidebar .sidebar-title  .sidebar-title-icon {
	float: left;
	padding-right: 5px;
	width: 19px;
	height:22px;
}
#sidebar .sidebar-title .doc-icon, #sidebar .sidebar-title .report-icon {
	float: left;
	padding-right: 7px;
	width: 19px;
	height:22px;
}
#sidebar .sidebar-title .report-icon {
	background: url(../images/report-icon.png) no-repeat;	
}
#sidebar .sidebar-title .doc-icon {
	background: url(../images/doc-icon.png) no-repeat;	
}
#sidebar .sidebar-title  .sidebar-title-icon {
	background: url(../images/normativna-icon.png) no-repeat;
}
#sidebar .razd-sidebar {
	width:234px;
	height:17px;
	background: url(../images/razd-sidebar.png) no-repeat;
	margin-top: 3px;
}
#sidebar .line-sidebar {
	width:258px;
	height:1px;
	background: url(../images/line-sidebar.png) no-repeat;
	margin: 15px 0 15px 0;
	margin-left: -14px;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 4px 8px 0px; 
	padding: 0;
	text-decoration: none;	
}
.date {
	color: #707070;
	font-style:italic;
	font-size:0.95em;
}
#sidebar ul.sidemenu li {
	list-style: none;
	font-size:0.72em;
	line-height: 1.4em;
	margin: 0 2px 0 5px;		
	color: #373737;
	background-image: url(../images/list-img-sidebar.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
	padding: 0 0 20px 15px;
}
#sidebar ul.sidemenu li.doc {

	background-image: url(../images/doc-list.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
	padding: 0 0 20px 17px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: underline;	
	background-image: none;			
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

#sidebar .sidebar-nav {
	background-color:#fff;
	font-size:0.72em;
	line-height: 1.4em;
	margin: 0 0px 0 1px;	
	color: #373737;
	height:auto;
	display:block;
	padding: 0px 0 1px 0;
}
#sidebar .sidebar-nav a {
	display: block;
}
#sidebar .sidebar-nav li {
	height: auto;
	padding: 10px;
	font-size: 1em;
	text-decoration: none;
	line-height: 13px;	
}
#sidebar .sidebar-nav li.current {
	background: url(../images/sidebar-nav-current-bg.png) repeat-x 0 2px;	
}
#sidebar .sidebar-nav li a {
	text-decoration: none;
	color: #5c5c5c;		
}
#sidebar .sidebar-nav li.sidebar-nav-razd:hover {
	background: url(../images/sidebar-nav-razd.jpg) no-repeat;
}
#sidebar .sidebar-nav .sidebar-nav-title {
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	color: #fff;
	height: auto;
	padding: 10px;
}

#sidebar .sidebar-nav .sidebar-nav-main,
#sidebar .sidebar-nav .sidebar-nav-main:hover,
#sidebar .sidebar-nav .sidebar-nav-main a, 
#sidebar .sidebar-nav .sidebar-nav-main a:hover, 
#sidebar .sidebar-nav  li.sidebar-nav-main:hover a {
	color:#6f7324;
	text-transform:uppercase;
	font-weight:bold;
}
#sidebar .sidebar-nav li.sidebar-nav-razd {
	float:left;
	width: 257px;
	height:2px;
	padding: 0px;
	background: url(../images/sidebar-nav-razd.jpg) no-repeat;
}
#sidebar .sidebar-nav-bottom {
	background-image: url(../images/sidebar-nav-bottom-bg.png);
    background-repeat: no-repeat;
	height:12px;
	width: 264px;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 959px;
	text-align: left;
	padding: 25px 0 0 0;
	margin-left: 6px;
	background: #6b6156 url(../images/footer-bg.jpg) repeat-x center top;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
}
#footer-wrap a {
	text-decoration: none;
	color: #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap .footer-title {
	color: #eecea1;
	margin: 0;
	padding: 0 0 7px 10px; 
	text-transform: uppercase;
}
#footer-columns .footer-line {
	background: url(../images/footer-line.png) no-repeat left top;
	height:20px;
}
#footer-columns {
	color: #fff;
	margin-left: 30px; 
	padding: 0;	
	width: 960px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0 0 0 10px; 
	padding: 0;	
}
#footer-columns ul li {
    background-image: url(../images/footer-list-img.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px; 
	padding: 0px 0 12px 15px;
}
#footer-columns .col3 li a {
	font-weight: normal;
    color: #fff;
	text-decoration:none;
	background:none;	
}
#footer-columns .col1 img {
	padding-top: 5px;
}
#footer-columns .col1 li a, #footer-columns .col2 li a {
	font-weight: normal;
    color: #B9E8FF;
	text-decoration:underline;
	background:none;	
}
#footer-columns li a:hover {
    color: #fff;
}
#footer-columns .col1, #footer-columns .col2, #footer-columns .col3 {
	float: left;
	width: 290px;
}
#footer-columns .col-center { 
	margin: 0 15px; 
}
.uppercase {
	text-transform:uppercase;
	font-size:0.9em;
}
#footer-logos {
	margin:0 auto;
	width:900px;
	text-align:center;
	font-size: 0.7em;
}
#footer-logos img {
	padding: 10px 50px 0 50px;
}
.logos-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#404040;
	padding:5px 0 15px 0;
}
/* bottom */
#footer-bottom {
	font-size:0.7em;
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 960px;
	padding: 5px 0 65px 0;
	text-align: center;
	font-style:italic;
}

#print .title-page {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif !important;
}
/* search_dropdown */
#search_dropdown {
	position: absolute;
	top: 47px; 
	right: 12px;
	padding: 0; 
	margin: 0;
	border: none;
	width: 210px; 
	height: 44px;
	background: url(../images/header-search-bg.png) no-repeat;	
	z-index: 999999;
	cursor:pointer;
}
#search_dropdown ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#search_dropdown ul a {
	display:block;
	text-decoration:none;
	line-height:32px;
	font-size:0.75em;
	color:#45382d;
	padding: 5px 0 0 12px;
}
#search_dropdown ul li {
	position:relative;
	float:left;
	margin-left:5px;
	padding:0;
	width: 200px;
}
#search_dropdown ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:3px;
	background:#fff;
	padding:0;
	margin-top: -1px;
	background: url(../images/search-drop-bg.png) repeat-y;
	width:197px;
}
#search_dropdown ul ul .search-drop-bottom {
	background: url(../images/search-drop-bottom.png) no-repeat;
	height: 8px;
	width:197px;
	margin-bottom: -7px;
	margin-left: -1px;
}
#search_dropdown ul ul li {
	float:none;
	width:197px;
	font-size:0.95em;
	margin-left: 1px;
}
#search_dropdown ul ul li a:hover, #search_dropdown ul ul li.search-selected-item {
	background: url(../images/search-selected-item.png)  no-repeat;
	color: #5a4b3f;	
}
#search_dropdown ul li ul li .search-drop-razd {
	background: url(../images/search-drop-razd.png) no-repeat;
	width:193px;
	height:2px;
	margin-left: 1px;
}
#search_dropdown ul ul a {
	line-height:100%;
	padding:10px 5px 9px 5px;
	color:#5a4b3f;
}
#search_dropdown ul ul a:hover, #search_dropdown ul ul a .search-selected-item {
	color:#9c8443;
}
#search_dropdown ul ul ul {
	top:0;
	left:100%;
}
#search_dropdown ul li:hover > ul {
	display:block;
}
.col-left {
	width: 325px;
	float: left;
	display:block;
}
.col-left-small {
	width: 300px;
	float: left;
	display:block;
}
.col-right {
	width: 325px;
	float: right;
	display:block;
}
.col-full {
	width: 659px;
	float: left;
	display:block;
}
/* sitemap */
.width540 {
	float: left; 
	width: 540px;
}
/* list-tree  */
.list-tree a {
	text-decoration:none;
}
.list-tree ul li {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	margin-left: 0px !important;
    list-style-position: outside;
    padding: 3px 5px 3px 5px;
}
.list-tree ul li.level-1 {
	list-style-image: none !important;
	margin: 2px  0px  4px  0px;
	padding:5px !important;
	border-left: 3px solid #efa771;	
	line-height: 1.2em;
	background: #f3eee9;
    border-bottom: 1px solid #e9bc9a;
}
.list-tree .level-1 a {
	display: block;
}
.list-tree .level-2 a {
	text-decoration: none;
}
.list-tree .level-2 a:hover {
	text-decoration: underline;
}
.list-tree ul li.level-1 .level-1-color {
	background: #e7dfd8;
}
.list-tree ul li.level-1:hover, .list-tree ul li.level-1-color {
	background: #ece7e2;
}
.list-tree ul li.level-2 ul li {
	list-style-image: url(../images/bullet.png) !important;
	margin-top: 0px;
	margin-bottom: 5px;
}
.list-tree ul li.level-2 ul{
    margin-left: 10px !important;
}
.list-tree ul li.level-2  ul li  ul li {
	list-style-image: url(../images/sub-bullet.png) !important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px !important;
}
#main .list-tree ul li.level-2 ul li ul li {
	margin-left: 5px !important;
}
ul li.level-1 .li-sub-text {
	font-size:0.9em;
	color: #865b00;
}
.list-tree ul li.level-1 .li-sub-text-name {
	font-weight: bold;
	display:block;
	color: #865b00;
	font-size:0.9em;
}
.list-tree ul li.level-2 {
	list-style-image:none !important;
	margin-left: 10px !important;
}
.number-level {
	color: #cc7800;
	font-weight: bold;
	font-size:0.85em;	
	display: inline-block;
}

/* end list-tree  */

/* list-info  */

.list-info .level-0,
.list .level-0 {	
	color: #4a4844;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 30px
}
.list-info .level-0 a,
.list .level-0 a {
	color: #4a4844;
}
.list-info ul li{
	list-style-image: url(../images/bullet.png);
	margin-left: 0px !important;
    list-style-position: outside;
    padding: 3px 5px 3px 5px;
}
#main .list-info ul li ul li {
	list-style-image: url("../images/bullet.png");
	margin-left: 15px !important;
	list-style-position: outside;	
}
.list-info ul li.level-1 {
	list-style-image: none !important;
	margin: 2px  0px  4px  0px;
	padding:5px !important;
	line-height: 1.2em;	
	background: #faf8f4 url(../images/level-1-middle.png) repeat-y; 
}
.list-info ul li .level-1-content {
		padding-left: 10px;	
}
.level-1-content-title a {
	padding: 5px 5px 5px 10px;	
	border-top: 1px dotted #d1d1d1;
	border-right: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	border-left:2px solid #bebebe;
	background-color: #eaeadc;
	margin: 5px 5px 0px 0px;
	display: block;
	clear: both;
	height: 15px;
}

.level-1-sub-content {
	padding: 5px 5px 5px 10px;	
	border-top: none;
	border-right: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	border-left:2px solid #bebebe;
	background-color: #fff;
	margin: 0px 5px 5px 0px;
	display: none;
}
.content-scroll {
	max-height: 300px;
    overflow-y: auto;
}
.level-1-sub-content .level-1-sub-content {
	display: block;
}
.level-1-sub-content .level-1-sub-content {
	border-top: 1px dotted #d1d1d1;
}
.level-1-sub-content-show {
	background: url(../images/level-1-sub-content-show.png) no-repeat;
	width: 7px;
	height: 4px; 
	margin: 7px 5px 0 10px;
	display: block;
	float: right;
}
.level-1-sub-content-hide {
	background: url(../images/level-1-sub-content-hide.png) no-repeat;
	width: 7px;
	height: 4px;
	margin: 7px 5px 0 10px;
	display: block;
	float: right;
}
.list-info ul li.level-1 .level-1-bg-top {
	background: url(../images/level-1-top.png) no-repeat; 
	height: 7px;
	width: 8px;
	display: block;
	margin-top: -5px;
	margin-left: -5px
}
.list-info ul li.level-1 .level-1-bg-bottom {
	background: url(../images/level-1-bottom.png) bottom no-repeat; 
	height: 7px;
	width: 8px;
	margin-left: -5px;
	margin-bottom: -5px;
}
.list-info ul li.level-1:hover {
	background: #f3f0ea url(../images/level-1-middle.png) repeat-y; 
}
.list-info ul li.level-1 .li-sub-text {
	font-size:0.9em;
	color: #cc7800;
}
.list-info ul li.level-1 .li-sub-text-name {
	font-weight: bold;
	display:block;
	color: #cc7800;
	font-size:0.9em;
}
/* end list-info */

/* list-info-white  */

.list-info-white .level-0{	
	color: #4a4844;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    padding: 5px 0 5px 0;
}
 #main .list-info-white ul li {	
	list-style-position:outside;
	margin-left: 0px !important;
	padding: 5px 0 5px 0;
}
#main .list-info-white ul li ul li {
    list-style-image: url("../images/bullet.png") !important;
    list-style-position: outside;
}
#main .list-info-white ul li ul li li {
    list-style-image: url("../images/sub-bullet.png") !important;
    list-style-position: outside;
    margin-left: 25px !important;	    
}
.list-info-white ul li.level-1 {
	list-style-image: none !important;
	margin: 2px  0px  4px  0px;
	padding-left:5px !important;
	padding-right:5px !important;
	line-height: 1.2em;	
	background: #fff url(../images/level-1-middle.png) repeat-y; 
	border-top: 1px solid #dad8cf;
	border-right: 1px solid #dad8cf;
	border-bottom: 1px solid #dad8cf;
}
.list-info-white ul li .level-1-content {
		padding-left: 25px;	
		max-height: 300px;
    	overflow-y:auto;
}
.list-info-white ul li.level-1 .level-1-bg-top {
	background: url(../images/level-1-top.png) no-repeat; 
	height: 7px;
	width: 8px;
	display: block;
	margin-top: -6px;
	margin-left: -5px;
}
.list-info-white ul li.level-1 .level-1-bg-bottom {
	background: url(../images/level-1-bottom.png) bottom no-repeat; 
	height: 7px;
	width: 8px;
	margin-left: -5px;
	margin-bottom: -6px;	
}
/* list-info-white end */


/* list with links */
#main .list {
	padding: 0px;	
}
#main .list ul li.list-item {
	list-style-image: none;
	background: url(../images/list-item-bg.png) left repeat-y; 
	margin: 8px 0 8px 0px;
	display: block;
	color: #808080;
}
#main .list ul li.list-item span,
#main .list ul li.list-item a {
	display: block;
	padding: 5px 5px 5px 13px;	
	text-decoration: none;
}
#main .list ul li.list-item:hover {
	background: #f5f5f5 url(../images/list-item-bg-hover.png) left repeat-y; 
	display: block;
}
#main .list ul li.list-item:hover a {
	color:#006fb5;
}

/* end list with links */ 
.space {
	height:5px;
	display:block;
}
#info-box {
    background: #eee none repeat scroll 0 0;
    color: #000;
    display: block;
    opacity: 0.9;
    overflow: auto;
    position: absolute;
    right: 5px;
    width: 370px;
    z-index: 1001;
	padding:5px;
	float: right;
	border: 1px solid #b9b860;
}
.static .info-box {
    background: #f5f5f0 none repeat scroll 0 0;
    color: #000;
	border: 1px solid #b9b860;
	position: relative;
	max-height: 480px;
    color: #000;
    display: block;
    opacity: 0.9;
    overflow: auto;
    left: 0px;
    z-index: 1001;
	padding:5px;
	margin-bottom: 10px;
}
.search-container {
	border-bottom: 2px solid #beb4ac;
	border-top: 1px solid #d7d0ca;
	border-left: 1px solid #d7d0ca;
	border-right: 1px solid #d7d0ca;
	background-color: #fbf9f7;
	padding: 10px 5px 10px 5px;
	margin: 5px 0 15px 0;
}
.message-error {
	color: #cb3624;
	border: 1px solid #e7c9c7;
	padding: 5px;
	font-size: 1em;
	background: #f6e6e5 url(../images/error-icon.png) no-repeat 5px center;
	padding-left: 25px;
	margin: 8px 0 8px 0;
}
.inline-error {
	color: #cb3624;
	font-size: 0.85em;
	line-height: 1em;
	clear: both;
}
.error-margin-top {
	margin-top: 2px;
}
.message-info {
	color: #5b4e43;
	border: 1px solid #dad5d1;
	padding: 5px;
	font-size: 1em;
	background: #f7e6d5 url(../images/info-icon.png) no-repeat 4px center;
	padding-left: 25px;
	margin: 8px 0 8px 0;
}
.message-succes {
	color: #34762e;
	border: 1px solid #b5c7ae;
	padding: 5px;
	font-size: 1em;
	background: #e5ede0 url(../images/success-icon.png) no-repeat 4px center;
	padding-left: 25px;
	margin: 8px 0 8px 0;
}
.icon {
	float: left;
	margin-right: 5px;
	width: 14px;
	height: 16px;
}
.competition {
	border: 1px solid #cac1b4;
	border-left: 2px solid #cac1b4;	
	margin-bottom: 5px;
}
#no-frame .competition {
	width: 669px;
}
.competition-title {
	background-color: #f3eee9;
	padding: 5px;
	font-weight: normal;
}
.competition-title a{
	display: block;	
	text-decoration: none;
}
.competition-title a:hover{
	text-decoration: underline;
}
.competition-content-left {
	width: 420px;
	min-height: 90px;
	float: left;
	display: block;
	padding: 5px;
	height: 100%;
}
.competition-content-right {
	padding: 5px;
	dispaly: block;
	width: 220px;
	float: left;
	height: 100%;
}
.competition-content-middle {
	width: 5px;
	float: left;
	dispaly: block;
	height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.font-small {
	font-size: 0.85em;
	font-weight: bold;
}
.tab-icon {
	margin-left: 5px;
	margin-bottom: -3px;
	height: 18px;
	width: 18px;	
}
.required {
	color: #cb3624;
}
.show-content {
    background: rgba(0, 0, 0, 0) url("../images/show.png") no-repeat scroll right;
    display: block;
    float: left;
    min-height: 20px;
}
.hide-content {
    background: rgba(0, 0, 0, 0) url("../images/hide.png") no-repeat scroll right;
    display: block;
    float: left;
    min-height: 20px;
}
.show-additional-info {
    color: #6d5a2d;
    cursor: pointer;
    float: left;
    font-weight: bold;
    padding-right: 25px
}
#info-box .show-additional-info {
	color: #000;
}
#info-box h2.show-additional-info {
	color: #6c870d;
}
.additional-info-content {
    display: none;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-left-10 {
	margin-left: 10px;
}
.horizontal-scroll {
	overflow-x:auto;
	max-width: 672px;
}
.col-half {
    width: 157px;
    float:left;
}
.col-three-quarter {
	  float:left;
	  width: 490px;
}
.info-search {	
	margin: 0;
	padding: 0px 10px 0px 0px;
	font-size: 0.9em;		
}
.info-search-item {
	padding-left: 10px;
}
.button-export {
	margin-bottom: 3px;
	display: block;
	float: left;	
}
.button-export-middle {
	background:  url(../images/butt-export-middle.png)  repeat-x;
	border: none;
	height: 28px;
	float: left;
	vertical-align: middle
}
.button-export-text {
	margin-top: 2px;
	line-height: 20px;
	color: #6f685f;
	padding: 0px 4px 0px 4px;	
}

.button-export-middle a {
	text-decoration: none;
	margin-top: 3px;
	display: block;
}
.button-export-middle img {
	margin-top: 0px;
	float: left;
}
.info-table {
	font-style:italic;
	font-size: 0.9em;
	color: #6c6c6c;
	line-height: 1.2em;
	padding-top: 5px	
}
.terr-range-show {
	background:  url(../images/rsz_plus.png) no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
	cursor: pointer;
}
.terr-range-hide {
	background:  url(../images/rsz_minus.png) no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
	cursor: pointer;
}

/*----- accordion -----*/

 
.accordion {
    overflow:hidden;
    border-radius:3px;
}

#no-frame .accordion {
	width: 672px;
}

.accordion p {
	padding: 0;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
	background: #e6e2da url(../images/tab-bg.png) top repeat-x;
	color: #333333;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #cfc8bc;
	border-bottom: none;
}
.accordion-section-title.last-child {
    border-bottom:1px solid #cfc8bc;
}
.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:hover.active  {
	background: #f8f7f2;
	text-decoration: none;	
}

 
/*----- Section Content -----*/
.accordion-section-content {
   	border: 1px solid #cfc8bc;
   	border-bottom: none;
	padding: 10px;
	line-height:1.5em;
}
.accordion-section-content.last-child {
   	border-top: none;
   	border-bottom: 1px solid #cfc8bc;
}

.tab-active {
	background: url(../images/tab-active.png) no-repeat;
	float: right;
	height: 5px;
	width: 13px;
	margin-top: 7px;
}
.tab-no-active {
	background: url(../images/tab-no-active.png) no-repeat;
	float: right;
	height: 5px;
	width: 13px;
	margin-top: 7px;
}
.tab-contacts {
	border-left: 6px solid #e8e4dd;	
	margin-top: 5px;
	margin-left: 2px;
}
.padding-left-10 {
	padding-left:10px;
}
.padding-right-10 {
	padding-right:10px;
}
.table-auto-width th.last {
	width: 215px;
}
.table-auto-width .delimeter {
    display: block;
	margin: 5px -5px 5px -5px;
	height: 1px;
	background-color:#b6b6b6;
}
.accordion-content-table td {
	border: none;
}
.accordion-content-table tr.row-total {
	border: 1px solid #b6b6b6;
}
.pointer-area a {
	display:block;
	text-decoration:none;
	cursor: pointer;
}
.empty {
	margin: 0px  0px  4px  0px;
	line-height: 1.2em;	
	clear: both;
}
.normal {
	font-weight: normal;
	font-size: 1.091em;
}
.captcha_img {
	margin-top: 12px;
}
a.captcha_link {
    display: block;
    float: left;
    height: 25px;
    margin: 5px 0 0 5px;
    overflow: hidden;       
    width: 25px;
    line-height: 11px;
}