hr {
  border:0;
  padding:0;
  margin:0;
  border-bottom: 1px solid #d8d8d8; 
  margin-top:10px;
  margin-bottom: 10px;
}

.login {
  text-align: right;
}
.buttons {
  text-align: right;
}

form.login p.login {
  margin-top: 5px;
  border:1px solid red;
  text-align: right;
}
.textarea {
  background-color: #d8d8d8;
  width: 675px;
  height: 150px;
  border:0px;
}

input.fileerror  {
  border:1px solid red;
}

.day {
  width: 45px;
  margin-right: 5px;
}
.small {
  width: 50px;
  height:20px;
}
.medium {
  width: 150px;
  height:20px;
}
.big {
  width: 420px;
  height:20px;
}
.inputerror {
  border:1px solid red;
  background-color: #d8d8d8;
  padding:0;
  margin:0;
  padding-left: 10px;
  height: 20px;
  padding-top:2px;  
}
.textinput {
  background-color: #d8d8d8;
  border:0;
  padding-left: 10px;
  height: 20px;
  padding-top:3px;
  margin-bottom: 5px;
}
.submitinput {
  background: #00519d;
  border:0px;
  margin-top: 10px;
  height: 30px;
  color: white;
  padding-left: 12px;
  padding-right: 12px;
}
.resetinput {
  background: #d8d8d8;
  border:0px;
  margin-top: 10px;
  height: 30px;
  color: black;
  padding-left: 12px;
  padding-right: 12px;
}

.filebutton {
  margin-left: 5px;
  background-image: url('/static/img/clear.jpg');
  width:86px;
  background-color: #d8d8d8;
  border:0px;
  margin-top: 10px;
  height: 30px;
  color: black;
  padding-left: 12px;
  padding-right: 12px;
}

.loginlabel {
  color :#0052a7;
  margin-right: 12px;
}

label.selectlabel {
  color: #0d56b2;
}

label.checkboxlabel {
  height: 25px;
}

form img {
  margin-right: 10px;
  position:relative; top:5px;
}

label.textlabel {
  color: #00519e;
}


table.upload {
  width:100%;
  margin-bottom: 20px;
  
}
table.upload td {
  padding-left: 10px;
}
tr.upload {
  border-bottom: 1px solid #d8d8d8;
  height: 65px;
}
/* FORMS */
a.selecterror table {
  border:1px solid red;
}
a.select {
	padding:0;
	height: 20px;
	margin-bottom: 3px;
}

a.select table {
  width: 105%;
  height: 20px;
  color:black;
	background:#d8d8d8;
  margin:0;
}

a.select td.text {
  padding: 0;
  margin:0;

  padding-left: 5px;
}

a.select td.drop {
  cursor:default;
  background-image: url('../../static/img/forms/dropdown.jpg');
  background-position: center;
  background-repeat:repeat-y;
  width:21px;
  height: 20px;
  padding: 0px;
}
div.select {
  margin-top: 3px;
  color:black;
  cursor:default;
	background-color: #d8d8d8;
	float: left;
	height: 100px;
	overflow: auto;
  text-align:center;
  z-index:100;
}
div.select table {
  width: 100%;
  text-align:left;
}
div.select td.selected {
	background-color: #b0acac;
	color: #FFFFFF;
}
div.select td {
  width: 100%;
  padding-left: 5px;
}
div.select td.hover {
	background-color: #b0acac;
}



div.files {
  width: 100%;
}
div.files img {
  cursor: pointer;
}
div.files table{
  width: 100%;
  margin-top: 20px;
}
div.files tr.head{
  background: #207bd0;
  height: 30px; 
}
tr.head td {
  color:white;
}

div.files thead {
  background: #207bd0;
  height: 30px;
  
}
div.files thead td{
  color: white;
  border: 0;
  padding-top:5px;
}
div.files td{
  padding-left: 10px;
  font-size: 13px;
  padding-top: 5px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 5px;
}

div.files tr.head{
  background: #207bd0;
  height: 30px; 
}
div.files tr
{
  height:35px;
  
}
tr.head td {
  color:white;
}

div.files thead {
  background: #0251a0;
  height: 30px;
  
}
div.files thead td{
  color: white;
  border: 0;
  padding-top:5px;
}
div.files td{
  padding-left: 10px;
  font-size: 13px;
  padding-top: 5px;
  border-bottom: 1px solid #d7d7d7;
}

.ac_results { 
    padding: 0px; 
    width:170px;
    background:#d8d8d8;
    overflow: hidden; 
    z-index: 99999; 
} 
 
.ac_results ul { 
    width: 170px; 
    list-style-position: outside; 
    list-style: none; 
    padding:0;
    margin: 0; 
} 
 
.ac_results li { 
    margin: 0px; 
    padding: 2px 10px; 
    cursor: default; 
    display: block; 
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used 
    */ 
    /*width: 100%;*/ 
    font: menu; 
    font-size: 12px; 
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox 
    */ 
    line-height: 22px; 
    overflow: hidden; 
} 
 
 
.ac_odd { 
    background-color: #d8d8d8; 
} 
 
.ac_over { 
    background-color: #b0acac; 
    color: white; 
} 


