﻿/*#################################################################*/
/* Controls */

select
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}
button
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}
input
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}
li
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  list-style-position: outside;
  margin-bottom: 2px;
  list-style-type: square;
}
body
{
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family: Verdana, Tahoma;
  text-align: justify;
}
p
{
  font-size: 11px;
  font-family: Verdana, Tahoma;
  text-align: justify;
}

/*#################################################################*/
/* Layout */

#headerLogo
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 57px;
  margin-top: 5px;
  margin-left: 5px;
}
#headerTitle
{
  position: absolute;
  top: 0px;
  left: 150px;
  width: 850px;
  height: 45px;
  font-weight: bold;
  font-size: medium;
  vertical-align: middle;
  line-height: 45px;
}
#headerInfo
{
  position: absolute;
  top: 45px;
  left: 300px;
  /*width: 748px;*/
  width: 530px;
  height: 9px;
  font-size: 10px;
  text-align: right;
}
#headerCopyright
{
  position: absolute;
  top: 45px;
  left: 150px;
  /*width: 748px;*/
  width: 300px;     /* 150*/
  height: 9px;
  font-size: 9px;
  color: #7C6F57;
  /*text-align: left;*/
}
#headerDivider
{
  position: absolute;
  top: 57px;
  left: 0px;
  width: 1000px;
  height: 3px;
  background-image: url(Images/point.gif);
  background-repeat: repeat-x;
}
#rightDivider
{
  position: absolute;
  top: 0px;
  left: 1000px;
  width: 5px;
  height: 100%;
  background-image: url(Images/back_right.gif);
  background-repeat: repeat-y;
}
#navigation
{
  position: absolute;
  top: 60px;
  left: 0px;
  width: 145px;
  height: 700px;
}
#navigationDivider
{
  position: absolute;
  top: 60px;
  left: 145px;
  width: 5px;
  height: 100%;
  background-image: url(Images/point.gif);
  background-repeat: repeat-y;
}
#content
{
  position: absolute;
  top: 60px;
  left: 150px;
  width: 850px;
  height: 100%;
}
#footerDivider
{
  position: absolute;
  top: 760px;
  left: 0px;
  width: 1000px;
  height: 5px;
  background-image: url(Images/point.gif);
  background-repeat: repeat-x;
}
#footer
{
  position: absolute;
  top: 765px;
  left: 0px;
  width: 1000px;
  height: 15px;
  font-size: x-small;
  color: gray;
  text-align: center;
  vertical-align: middle;
}
#pageDivider
{
  position: absolute;
  top: 780px;
  left: 0px;
  width: 1000px;
  height: 5px;
  background-image: url(Images/back_down.gif);
  background-repeat: repeat-x;
}
.classLogin
{
  font-size: larger;
}

/*#################################################################*/
/* Following styles are related to geo page where map is displayed */

.geoFullRow
{
  clear: both;
  float: left;
  width: 850px;
}
.geoSeparator
{
  clear: left;
  float: left;
  height: 2px;
  width: 850px;
}
.geoDoubleSeparator
{
  clear: left;
  float: left;
  height: 5px;
  width: 850px;
}
.geoButtonRowA
{
  clear: left;
  float: left;
  width: 530px;
  font-size: 11px;
}
.geoButtonRowB
{
  float: right; /*width: 215px;*/
  font-size: 11px;
  text-align: right;
  margin-right: 3px;
}
.geoImage
{
  cursor: pointer;
  vertical-align: middle;
}
#geoMap
{
  clear: both;
  float: left;
  width: 845px;
  height: 600px;
  /*background-color: silver;*/
  position: relative;
  border-right: gray thin solid;
  border-top: gray thin solid;
  border-left: gray thin solid;
  border-bottom: gray thin solid;
}
div#search {
  background-color: white;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: auto;
  height: auto;
  padding: 10px;
}
div#search input {
  width: 200px;
}
div#results {
  /*font-style: sans-serif;*/
  color: black;
  font-size: 75%;
}

.geoMapSerbia
{
  width: 845px;
  height: 600px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
.classNavigation
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}

/*#################################################################*/
/* Styles for map control */

#mapCopyright
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  font-weight: bold;
}
#popupInfo
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
}

/*#################################################################*/
/* Styles for help page */

.collapsePanelHeader
{
  width: 800px;
  height: 15px;
  background-color: white;
  font-weight: bold;
  float: left;
  cursor: pointer;
  vertical-align: middle;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.collapsePanelContent
{
  width: 835px;
  height: 0px;
  overflow: hidden;
  padding-left:13px;
}
.helpText
{
  width: 800px;
  text-align: justify;
}

/*#################################################################*/
/* General styles */

.classTitle
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}
