

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../pic/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    /*float: center;*/
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../pic/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}




/* Subsection Tabs
--------------------*/
.subsection_tabs {
    list-style:none;
    margin:0;
    padding:0;
    clear:both;
    border-bottom:0;
    height:17px;
    clear:both;
}

.subsection_tabs li {
    float:left;
    margin-right:2px;
    text-align: center;
}

.subsection_tabs li a {
	display: block;
	height: 30px;
	padding: 0 6px 0 6px;
	/*background-color: ;*/
	background: transparent url('../pic/2.gif') no-repeat;
	color: #800000;
	width: 80px;
	text-decoration: none;
}

.subsection_tabs li a:hover {
  /*  color:;*/
}

.subsection_tabs li a.active {
  /*  background-color:#;*/
    background:transparent url('../pic/1.gif') no-repeat;
    /*color:#;*/
}

/* ***** TABOVI ***** */
.dynamic-tab-pane-control.tab-pane {
	position: relative;
	width: 300px;
}
.dynamic-tab-pane-control.tab-panewide {
	margin: 7px 0 5px 0;
	padding: 0;
	width: 470px;
}
.dynamic-tab-pane-control .tab-row .tab {
	font-family: tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	cursor: Default;
	display: inline;
	margin: 1px -1px 1px 1px;
	float: left;
	padding: 3px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-transform: none;
	font-weight: normal;
	cursor: pointer;
	z-index: 1;
	position: relative;
	top: 0px;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index: 4;
	padding: 2px 13px 7px 13px;
	margin: 1px -6px -2px 0px;
	top: -2px;
	background: #fff;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font-family: tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.dynamic-tab-pane-control .tab-row .hover a {
	color: #c00;
}
.dynamic-tab-pane-control .tab-row .tab.selected a {
	color: #c00;
}
.dynamic-tab-pane-control .tab-page {
	clear: both;
	border: 1px solid #ccc;
	z-index: 3;
	/*position: relative;*/
	top: -1px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	padding: 5px;
	background: #fff;
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	/*background: #;*/
	width: 100%;
}
#content_middle .form_error {
	width: 80%;
	height: 15px;
	padding: 3px 0;
	color: #3A5E8C;
	font-weight: bold;
	text-align: right;
	
	
}
.add th {
    background-color: #9DADC6;
    color: #FFFFFF;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.add td {
    background-color: #E5E5E5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
}
.mapa{
    height: 405px;
    width: 540px;
    border: 1px solid gray;
   /* margin-top: 8px;
    margin-left: 8px;*/

}
