html{
  height: 100%;
  width: 100%;
}

body{
  margin: 0px;
  background: #e6e6e6 url('../images/body_bg.gif') 0 0 repeat-x;
  font-family: arial;
  font-size: 10px;
  color: #333333;
}

a.button{
  display: block;
  margin-top: 20px;
  padding-left: 40px;
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  line-height: 36px;
  height: 36px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

a.buttonFloat,
input.buttonFloat{
  display: block;
  position: absolute;
  top: 0px;
}

div.clear{
  clear: both;
}

div.anchor{
  position: absolute;
  top: 0px;
  left: 50%;
}

div.container{
  position: absolute;
  left: -400px;
  width: 800px;
  padding-bottom: 50px;
}

img.header{
  margin-bottom: 30px;
  margin-top: 30px;
  float: left;
  padding-right: 250px;
}

#login {
  width: 800px;
  text-align: center;
}

#login form {
  margin: 170px 0 0 0;
}

#login form input {
  border: 1px solid #afafaf;
  padding: 7px 12px 7px 12px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333333;
  outline: none;
  margin: 0 0 12px 0;
  width: 200px;
}

#login form label { 
  font-size: 12px;
}

#login form input.submit {
  border: 1px solid #afafaf;
  padding: 7px 12px 7px 12px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333333;
  background: #ffffff;
  outline: none;
  margin: 10px 0 0px 0;
  font-weight: bold;
  width: 224px;
  cursor: pointer;
}

#login form input.submit:hover {
  background: #f7f7ff;
}

#loginVlak {
  text-align: right;
  width: 788px;
  padding: 0 0 0 0;
  margin: 0 12px 12px 0;
}

#loginVlak p {
  margin: 0 0 0 0;
  font-size: 12px;
}

#loginVlak p a {
  color: #333333;
  text-decoration: underline;
}

#loginVlak p a:hover {
  text-decoration: underline;
}

div.navigation{
  float: left;
  width: 208px;
}

div.navigationBlock{
  margin-bottom: 7px;
  margin-right: 8px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 35px;
  color: #ffffff;
}

div.white{
  padding-bottom: 15px;
  color: #002e69;
  background-color: #ffffff;
}

div.darkBlue{
  background-color: #061241;
}

div.darkBlue a{
  color: #b3c1d2;
}

div.lightBlue{
  background-color: #6190c6;
}

div.lightBlue a{
  color: #d0deee;
}

div.red{
  background-color: #d00202;
}

div.red a{
  color: #f1b4b4;
}

div.navigationBlock b{
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
}

div.navigationBlock a{
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
}

div.navigationBlock a:hover{
  color: #ffffff;
}

div.panel{
  float: left;
  width: 552px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 15px;
}

div.panel b.header{
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  color: #002e69;
}

div.objectEmpty{
  font-size: 11px;
  padding-bottom: 25px;
}

div.object{
  position: relative;
  font-size: 11px;
  line-height: 14px;
  background-color: #eeeeee;
  width: 450px;
  min-height: 24px;
  padding: 6px;
  margin-bottom: 8px;
  border-radius: 5px;
}

div.object.status1{
  background-color: #f5b5b5;
  color: #493636;
}

div.object.status2{
  background-color: #b1eaa5;
  color: #354631;
}

div.object div.input{
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}

div.object div.input img{
  display: block;
  float: left;
}

div.shade{
  background-image: url("../images/shade.png");
}

img.overview{
  float: left;
  margin-right: 10px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

div.inactive{
  color: #bbbbbb;
  background-color: #f8f8f8;
}

div.inactive img.overview{
  opacity: 0.3;
  filter: alpha(opacity=30);
}

input.text,
select.select,
textarea.text{
  font-size: 11px;
  color: #333333;
  background-color: #ffffff;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

textarea.text{
  font-family: arial;
  overflow: auto;
}

input.file{
  display: block;
  float: left;
  font-size: 11px;
  color: #333333;
  background-color: #eeeeee;
  border: none;
  margin: 0px;
  margin-left: 3px;
  padding: 3px;
  width: 320px;
}

input.check{
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
}

input.search{
  padding: 3px;
  border: none;
  font-size: 11px;
  color: #333333;
  background-color: #eeeeee;
  margin: 0px;
  width: 154px;
  border-radius: 4px;
}

select.listAction{
  display: block;
  height: 30px;
  width: 250px;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

div.listButton{
  display: block;
  float: left;
  cursor: pointer;
  margin-right: -1px;
}

input.listSelect{
  display: block;
  float: left;
  margin-right: 10px;
  height: 24px;
}

div#cover,
div#cover2{
  display: none;
}