body {
  background-color: #FFF;
  background-image: url(/media/images/gradients/body.svg);
  background-image: -moz-linear-gradient(50% 0%, #EAEAEA, #FFF 100px);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAEAEA), to(#FFF));
  background-image: -webkit-linear-gradient(50% 0%, #EAEAEA, #FFF 100px);
  background-image: -o-linear-gradient(50% 0%, #EAEAEA, #FFF 100px);
  background-image: -ms-linear-gradient(50% 0%, #EAEAEA, #FFF 100px);
  background-image: linear-gradient(50% 0%, #EAEAEA, #FFF 100px);
  background-repeat: no-repeat;
  margin: 0px;
  
  color: #666;
  font: normal normal normal 13px/normal 'Lucida Grande', Arial, sans-serif;
  line-height: 18px;
  height: 100px;
}
a {
  color: #060;
  text-decoration: none;
  
  -webkit-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  transition: color 400ms linear;
}
a:hover {
  color: #800;
}
img {
  border: none;
}
table {
  width: 100%;
  border: #e0e0e0 1px solid;
  -moz-box-shadow: 0px 0px 5px #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  
  background-image: url(/media/images/gradients/table.svg);
  background-image: -moz-linear-gradient(45deg, rgba(80, 179, 80, 0.01), rgba(80, 179, 80, 0.07));
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(80, 179, 80, 0.01)), to(rgba(80, 179, 80, 0.07)));
  background-image: -webkit-linear-gradient(45deg, rgba(80, 179, 80, 0.01), rgba(80, 179, 80, 0.07));
  background-image: -o-linear-gradient(45deg, rgba(80, 179, 80, 0.01), rgba(80, 179, 80, 0.07));
  background-image: -ms-linear-gradient(45deg, rgba(80, 179, 80, 0.01), rgba(80, 179, 80, 0.07));
  background-image: linear-gradient(45deg, rgba(80, 179, 80, 0.01), rgba(80, 179, 80, 0.07));
}
table thead {
  background-color: rgba(80, 179, 80, 0.3);
}
table tr {
  height: 24px;
}
table tr th,
table tr td {
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
table tr td:first-child,
table tr th:first-child {
  width: 100%;
  text-align: left;
}
table.form tr td {
  text-align: left;
}
table.form tr td:first-child {
  width: auto;
  font-weight: bold;
}
table.form tr:last-child td[colspan="2"] {
  text-align: right;
}
h1 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E0E0E0;
  font-weight: normal;
  vertical-align: baseline;
  display: block;
  font-size: 1.638em;
  text-shadow: #999 1px 1px 1px;
  color: #060;
}
h2 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-weight: bold;
  vertical-align: baseline;
  font-size: 1.2em;
  display: block;
  text-shadow: #CCC 1px 1px 1px;
  color: #060;
}
div#content > h2 {
  border-bottom: 1px solid #E0E0E0;
}
ul {
  list-style-type: none;
  padding-left: 20px;
}
ul li {
  background-image: url(/media/images/globe.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
input[type="text"],
input[type="password"] {
  border: #e0e0e0 1px solid;
  -moz-box-shadow: 0px 0px 5px #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
input[type="text"]:focus,
input[type="password"]:focus {
  -moz-box-shadow: 0px 0px 5px #800;
  -webkit-box-shadow: 0px 0px 5px #800;
  box-shadow: 0px 0px 5px #800;
  
  /* To remove any browser specific outlining */
  outline: none;
}

div.picture {
  text-align: center;
  float: left;
  
  padding: 5px;
  padding-bottom: 0px;
}

#main {
  margin: 0px auto 0px auto;
  width: 960px;
}
#head {
  text-align: right;
  padding-top: 20px;
  height: 45px;
}
#head a#logo {
  color: inherit;
  text-decoration: inherit;
  float: left;
  position: relative;
  top: -13px;
  border: none;
}
#head a#logo img {
  border: none;
}
#head a#logo span {
  position: relative;
  left: -148px;
  font-style: italic;
  opacity: 0;
  padding-right: 5px;
  
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
#head a#logo:hover span {
  opacity: 1;
}
#content {
  width: 960px;
  display: block;
  text-align: justify;
  margin-top: 15px;
}
.clear {
  clear: both;
}
.menu {
  color: #666666;
  line-height: 36px;
  height: 36px;
  width: 960px;
  padding-left: 0px;
  margin-left: 0px;
  border: #e0e0e0 1px solid;
  -moz-box-shadow: 0px 0px 5px #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
}
.menu ul {
  margin: 0px;
  padding: 0px;
}
.menu ul li {
  background: none;
  list-style: none;
  margin: 0px;
  position: relative;
  float: left;
  margin: 0px;
  text-transform: uppercase;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
  color: #666;
  height: 36px;
  line-height: 36px;
  font: normal normal normal 12px/normal 'Lucida Grande', Arial, sans-serif;
  z-index: 10;
}
.menu ul li a {
  border-right: 1px solid #E0E0E0;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 11px 21px;
  text-decoration: none;
  
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.menu ul li a:hover {
  background-image: url(/media/images/gradients/menu_hover_ie9.svg);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.42, rgb(93,145,16)), color-stop(1, rgb(152,197,120)) );
  background-image: -webkit-linear-gradient( center bottom, rgb(93,145,16) 42%, rgb(152,197,120) 100% );
  background-image: -moz-linear-gradient( center bottom, rgb(93,145,16) 42%, rgb(152,197,120) 100% );
  background-image: -o-linear-gradient( center bottom, rgb(93,145,16) 42%, rgb(152,197,120) 100% );
  background-image: -ms-linear-gradient( center bottom, rgb(93,145,16) 42%, rgb(152,197,120) 100% );
  background-image: linear-gradient( center bottom, rgb(93,145,16) 42%, rgb(152,197,120) 100% );
  
  color:#FFF;
  text-shadow: black 0px 0px 4px;
}
.menu ul li ul {
  margin-left: -1px;
  margin-top: -1px;
  display: block;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  background-image: url(/media/images/gradients/pagination_ie9.svg);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ddd));
  background-image: -webkit-linear-gradient(-90deg, #ffffff, #ddd 100%);
  background-image: -moz-linear-gradient(-90deg, #ffffff, #ddd 100%);
  background-image: -o-linear-gradient(-90deg, #ffffff, #ddd 100%);
  background-image: -ms-linear-gradient(-90deg, #ffffff, #ddd 100%);
  background-image: linear-gradient(-90deg, #ffffff, #ddd 100%);
}
.menu ul li ul li {
  float: none;
  border-left: #e0e0e0 1px solid;
}
.menu ul li ul li:last-child {
  border-bottom: #e0e0e0 1px solid;
}

.cp_ikona, .umail_ikona {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 21px;
}
.cp_ikona {
  background-image: url(/media/images/cp_ikona.png);
}
.umail_ikona {
  background-image: url(/media/images/mail_ikona.png);
}

/* Pagination */
div.pagination ul {
  list-style: none;
  float: right;
  margin: 0px;
}
div.pagination ul li {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  float: left;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 5px;
  line-height: 20px;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  padding: 0px;
  
  background-image: url(/media/images/gradients/pagination_ie9.svg);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background-image: linear-gradient(top, #ffffff 0%, #dddddd 100%);
  -webkit-box-shadow: 0px 0px 5px #666;
  -moz-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666;
}
div.pagination ul a {
  text-decoration: inherit;
  color: inherit;
}
div.pagination ul li:hover {
  -webkit-box-shadow: 0px 0px 5px #050;
  -moz-box-shadow: 0px 0px 5px #050;
  box-shadow: 0px 0px 5px #050;
}
div.pagination ul li.selected {
  color: #fff;
  background-color: #3BA73A;
  background-image: url(/media/images/gradients/news_number_selected_ie9.svg);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0E8A41), to(#3BA73A));
  background-image: -webkit-linear-gradient(0% 0%, #0E8A41, #3BA73A 100%);
  background-image: -moz-linear-gradient(0% 0%, #0E8A41, #3BA73A 100%);
  background-image: -o-linear-gradient(0% 0%, #0E8A41, #3BA73A 100%);
  background-image: -ms-linear-gradient(0% 0%, #0E8A41, #3BA73A 100%);
  background-image: linear-gradient(0% 0%, #0E8A41, #3BA73A 100%);
  -webkit-box-shadow: 0px 0px 5px #050;
  -moz-box-shadow: 0px 0px 5px #050;
  box-shadow: 0px 0px 5px #050;
}
div.pagination ul li.selected:hover {
  -webkit-box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
}

/* Footer part */
div#foot {
  border-top: 1px solid #e0e0e0;
  background-image: url(/media/images/gradients/foot.svg);
  background-image: -webkit-gradient(linear, 0 0, 0 4, from(rgba(224, 224, 224, 0.5)), to(rgba(224, 224, 224, 0)));
  background-image: -webkit-linear-gradient(-90deg, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0) 4px);
  background-image: -moz-linear-gradient(-90deg, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0) 4px);
  background-image: -o-linear-gradient(-90deg, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0) 4px);
  background-image: -ms-linear-gradient(-90deg, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0) 4px);
  background-image: linear-gradient(-90deg, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0) 4px);
  
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}

/* e-mail settings part */
div.email-general {
  -moz-box-shadow: 0px 0px 5px #d7d7d7;
  -webkit-box-shadow: 0px 0px 5px #d7d7d7;
  box-shadow: 0px 0px 5px #d7d7d7;
  
  padding: 5px;
}
div.email-general div.email {
  background-image: url(/media/images/ozadje.png);
  -webkit-box-shadow: inset 0px 0px 15px 25px #FFFFFF;
  -moz-box-shadow: inset 0px 0px 15px 25px #FFFFFF;
  box-shadow: inset 0px 0px 15px 25px #FFFFFF;
  
  float: left;
}
div.email-general div.email div.image {
  background-image: url(/media/images/mail.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  
  height: 146px;
  width: 146px;
}
div.email-general div.text {
  padding-left: 20px;
  
  background-image: -webkit-gradient(linear, 75% 0%, 0% 100%, from(rgba(255, 255, 255, 0.98)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
}

