/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset, p {
	margin: 0px;
	padding: 0px;
}

.cursors {
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
.hand {
	cursor: pointer;
}
.close {
	cursor: pointer;
	float: right;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-decoration: underline;

}
a {
	color: #777777;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #485ca8;
	text-decoration: underline;
}


/* FORMS
--------------------------------------------------------- */
/* search location */
#form_search {
	float: left;
	display: block;
}
#form_search input.text {
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	height: 18px;
	width: 160px;	
	float: left;
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #737cbc;
	color: #3e55b1;
	padding-left: 4px;
	background-image: url(images/input_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#form_search input.submit {
	width: 24px;
	height: 22px;
	display: block;
	margin-top: 8px;
	margin-left: 2px;
	padding: 0px;
	float: left;
	border-collapse: collapse;
	border: 1px solid #8187a0;
	background-image: url(images/submit.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#form_search input.text:hover {
	color: #990000;
}

#form_search input.submit:hover {
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	opacity: 0.7;
	cursor: pointer;
}
/* search atm */
#form_atm {
	float: left;
	display: block;
	margin-left: 20px;
}
#form_atm input.text {
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	height: 18px;
	width: 160px;	
	float: left;
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #737cbc;
	color: #3e55b1;
	padding-left: 4px;
	background-image: url(images/input_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#form_atm input.submit {
	width: 24px;
	height: 22px;
	display: block;
	margin-top: 8px;
	margin-left: 2px;
	float: left;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #8187a0;
	background-image: url(images/submit.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#form_atm input.text:hover {
	color: #990000;
}

#form_atm input.submit:hover, input.submitBig:hover {
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	opacity: 0.7;
	cursor: pointer;
}

input.submitBig {
	width: 100px;
	height: 22px;
	display: block;
	margin-top: 8px;
	margin-left: 2px;
	float: left;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #8187a0;
	background-image: url(images/submitBig.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight:bold;
}

/* SITE BUILDING
--------------------------------------------------------- */

#ba_blue {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#ba_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	clear: both;

}
#ba_inner {
	width: 960px;
	background-color:#ffffff;
}
#ba_header {
	width: 960px;
	height: 38px;
	padding: 0px;
	margin-top: 10px;
	background-image: url(images/ba_header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
}

#ba_left {
	width: 200px;
	height: 356px;
	padding: 0px;
	margin-top: 10px;
	background-image: url(images/ba_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	display: block;
}
#ba_top {
	width: 749px;
	height: 45px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/ba_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	display: block;
}
#ba_map {
	width: 749px;
	height: 308px;
	margin-top: 3px;
	margin-left: 10px;
	padding: 0px;
	background-image: url(images/ba_map.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	float: left;
}
#ba_map_selector {
	width: 749px;
	height: 270px;
	display: block;
	float: left;
	overflow: hidden;
}
#ba_map_search {
	width: 749px;
	height: 36px;
	display: block;
	float: left;
	overflow: hidden;
}
#atm_info {
	height: 36px;
	width: 240px;
	text-align: right;
	vertical-align: middle;
	line-height: 36px;
	float: right;
	margin-right: 10px;
	color: #ffffff;
	font-weight: bold;
}
#atm_info a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#atm_info a:hover {
	color: #b5c1d2;
}
#ba_content {
	width: 960px;
	min-height: 50px;
	padding: 0px;
	float: left;
	margin-top: 10px;	
	clear: both;
}
#ba_footer {
	width: 960px;
	height: 35px;
	padding: 0px;
	float: left;
	margin-top: 10px;	
	background-image: url(images/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}
/* header */
#ba_logo {
	float: left;
	padding: 0px;
	text-align: left;
	width: 210px;	
	height: 38px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
#ba_title {
	float: left;
	padding: 0px;
	text-align: left;
	width: 554px;
	height: 38px;
	display: block;
	overflow: hidden;
}
#ba_title h1 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;	
	float:left;
}
#ba_toolbar {
	float: left;
	margin-top: 8px;
	width: 190px;
	text-align: left;
	overflow: hidden;
}
#ba_toolbar img {
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
}
h2,h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
}
h3 {
	color: #FFFFFF;
}


/* LEFT */
#msg_time {
	width: 200px;
	height: 76px;
	display:block;
	overflow:hidden;
}
#msg_alert {
	width: 200px;
	height: 214px;
	display:block;
	overflow:hidden;
}
#alert {
	margin-top: 8px;
	width: 170px;
	height: 130px;
	display:block;
	overflow:hidden;
}
#bankart {
	margin-top: 8px;
	width: 170px;
	height: 30px;
	display:block;
	overflow:hidden;
}
#msg_bank {
	width: 200px;
	height: 65px;
	display:block;
	overflow:hidden;
}
select.banks {
	margin-top: 6px;
	width: 170px;
	height: 22px;
	display: block;
	color: #555555;
	background-color: #FFFFFF;
}
/* LEFT INNERS */
#ba_left .inner {
	margin-left: 16px;
	margin-right: 10px;
}
#ba_left h1, #ba_left h2, #ba_left h3, #ba_left h4, #ba_left h5,  #ba_left h6  {
	margin: 0px;
	padding: 0px
} 

#ba_left h1, #ba_left h2, #ba_left h3 {
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 25px;
	vertical-align: middle;
}
#ba_left h4, #ba_left h5, #ba_left h6 {
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	color:#555555;
	line-height: 14px;
}

#ba_top .inner {
	margin-left: 5px;
	margin-top: 5px;
	width: 738px;
	height: 26px;
}
.scroller {
	width: 738px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	vertical-align: middle;
}



/* LINES
--------------------------------------------------------- */
#line_main {
	background-image: url(images/line_main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 959px;
	height: 25px;
	display: block;
	float: left;
	overflow: hidden;
}
div.line_ba {
	width: 958px;
	height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
div.line_ba0 {
	width: 958px;
	height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #f8e6e6;
	background-image: url(images/status0.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #858484;
}
div.line_ba1 {
	width: 958px;
	height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	background-image: url(images/status1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #858484;
}
div.line_ba2 {
	width: 958px;
	height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #f8f6df;
	background-image: url(images/status2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #858484;
}
div.line_city {
	width: 958px;
	height: 25px;
	line-height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-image: url(images/line_city.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #485ca8;
	vertical-align: middle;
	text-indent: 60px;
}
div.line_detail {
	width: 958px;
	height: 48px;
	line-height: 25px;
	display: block;
	float: left;
	overflow: hidden;
	line-height: 48px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-image: url(images/line_detail.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #485ca8;
	vertical-align: middle;
	text-indent: 60px;
}

/* GRAY separator */
div.line_ba1 div.stat,
div.line_ba1 div.atm,
div.line_ba1 div.city,
div.line_ba1 div.locat,
div.line_ba1 div.bank
 {
	background-image: url(images/separatorGray.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div.stat {
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}



/* RED separator */
div.line_ba0 div.stat,
div.line_ba0 div.atm,
div.line_ba0 div.city,
div.line_ba0 div.locat,
div.line_ba0 div.bank
 {
	background-image: url(images/separatorRed.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* YELLOW separator */
div.line_ba2 div.stat,
div.line_ba2 div.atm,
div.line_ba2 div.city,
div.line_ba2 div.locat,
div.line_ba2 div.bank
 {
	background-image: url(images/separatorRed.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* MAIN separator */
#line_main div.stat,
#line_main div.atm,
#line_main div.city,
#line_main div.locat,
#line_main div.bank
 {
	background-image: url(images/separator.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
	color: #9ba8dc;
	text-align: center;
	font-weight: bold;
}
#line_main div.city {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#line_main div.ba1 {
	background-image: url(images/ba1.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba2 {
	background-image: url(images/ba2.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba3 {
	background-image: url(images/ba3.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba4 {
	background-image: url(images/ba4.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba5 {
	background-image: url(images/ba5.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba6 {
	background-image: url(images/ba5b.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba7 {
	background-image: url(images/ba6.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba8 {
	background-image: url(images/ba7.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba9 {
	background-image: url(images/ba8.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}
#line_main div.ba10 {
	background-image: url(images/ba10.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: url(images/highslide/graphics/zoomin.cur), pointer;
}

/* VSA polja */
div.stat {
	width: 50px;
	height: 25px;
	line-height: 25px;
	display: block;
	float:left;
	overflow: hidden;
}
div.atm {
	width: 150px;
	height: 25px;
	line-height: 25px;
	display: block;
	float:left;
	overflow: hidden;
	text-indent: 10px;
}
div.city {
	width: 350px;
	height: 25px;
	line-height: 25px;
	display: block;
	float:left;
	overflow: hidden;
	text-indent: 10px;
}
div.locat {
	width: 200px;
	height: 25px;
	line-height: 25px;
	display: block;
	float:left;
	text-indent: 10px;
}
div.bank {
	width: 50px;
	height: 25px;
	line-height: 25px;
	display: block;
	float:left;
	margin-right: 2px;
	text-align: center;
}
div.bank img {
	width: 25px;
	height: 25px;
}

div.ba1,
div.ba2,
div.ba3,
div.ba4,
div.ba5,
div.ba6,
div.ba7,
div.ba8,
div.ba9,
div.ba10
 {
	width: 30px;
	height: 25px;
	display: block;
	float:left;
}

/* POINT for green status */
div.line_ba1 div.point1 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/pointWhite.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div.line_ba1 div.point0 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/nopointWhite.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* POINT for red status */
div.line_ba0 div.point1 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/pointRed.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div.line_ba0 div.point0 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/nopointRed.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/* POINT for yellow status */
div.line_ba2 div.point1 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/pointYellow.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div.line_ba2 div.point0 {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 25px;
	display: block;
	background-image: url(images/nopointYellow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* CIRCLE for printing */
div.circle {
	display: none;
}
span.selected {
	background-color: #6273b2;
	color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

