a {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.foto {
  margin: 10px;
  border: 1px solid black;
}

.title {
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  margin-left: 25px;
  margin: 5px;
}

.title_small {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
}

.title_med {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}

.text {
  font-family: Arial;
  font-weight: regular;
  font-size: 12px;
  olor: #959595;
}

.menu_over {
  font-family: Arial;
  font-size: 14px;
  color: #da422d;
}

.menu_out {
  font-family: Arial;
  font-size: 14px;
  color: black;
}

.menu_add_over {
  font-family: Arial;
  font-size: 14px;
  color: #da422d;
}

.menu_add_out {
  font-family: Arial;
  font-size: 14px;
  color: green;
}

.border {
  border-bottom: 1px solid black;
}
.border_2 {
  border-bottom: 2px solid black;
}

.border_small {
  border-bottom: 1px solid black;
  width: 60%;
}

.border_right {
  border-right: 1px solid #555555;
}

.td_over {
  background-color: #ffffff;
}
.td_out {
  background-color: #ededed;
}

img {
  border: 0px;
}

.green_ur { background: url(/images/border/green/ur.png) no-repeat left top; width:15px; height:15px;}
.green_dr { background: url(/images/border/green/dr.png) no-repeat right top; width:15px; height:15px;}
.green_dl { background: url(/images/border/green/dl.png) no-repeat right bottom; width:15px; height:15px;}
.green_ul { background: url(/images/border/green/ul.png) no-repeat left bottom; width:15px; height:15px;}

.green_u { height: 15px; background: url(/images/border/green/u.png) repeat-x left top;}
.green_r { width: 15px; background: url(/images/border/green/r.png) repeat-y right top;}
.green_d { height: 15px; background: url(/images/border/green/d.png) repeat-x left bottom;}
.green_l { width: 15px; background: url(/images/border/green/l.png) repeat-y left top;}


input:focus,
textarea:focus {
  border: 1px solid black;
  background-color: #da422d !important; 
  color: white;
}

input {
 border: 1px solid #555555;
 star: expression(
      onfocus = (this.getAttribute("type") && this.getAttribute("type")=="text"
      ) ? function() {this.className = 'ie-input-focus'} : null,
      this.onblur  = function() {this.className = '';}
  );
}
textarea {
  border: 1px solid #555555;
  star: expression(
      onfocus = (this.getElementsByTagName("textarea")
      ) ? function() {this.className = 'ie-input-focus'} : null,
      this.onblur  = function() {this.className = '';}
  );
}

.ie-input-focus
{
  border: 1px solid #555555;
  background-color: #da422d !important; 
  color: white;
}