.error{
 font-size : 60%;
 color : red;
}

.timelabel{
    text-align : left;
    vertical-align : bottom;
    font-size : 0.9em;
    color : #808080;
}

.formerror{
 background-color : #F8E4E4;
 border : red 1px solid;
}

.errorbox{
 border : 1px solid red;
 color : red;
 padding : 1px;
}

.green{
  color : green;
  font-weight : bold;
}

.red{
  color : red;
  font-weight : bold;
}

.status_resolved{
   background-color : #2EAA20;
   color : white;
   font-weight : bold;
}

.status_posted{
   background-color : #D90000;
   color : white;
   font-weight : bold;
}

.status_open{
   background-color : #FF8000;
   color : black;
   font-weight : bold;
}

.status_resolving{
   background-color : #FCDD03;
   color : black;
   font-weight : bold;
}

.status_waiting{
   background-color : #BAAB45;
   color : black;
   font-weight : bold;
}

.status_abandonned{
   background-color : #454747;
   color : white;
   font-weight : bold;
}

.comments{
 background-color : #E0E0E0;
 padding : 2px;
 border : 1px solid #ACACAC;
}

.comment{
 border : 1px solid #FFFFFF;
}

.visiblediv{
  visibility: visible; 
  display : block;
}

.hiddendiv{
  visibility: hidden; 
  display : none;
}

.list_issuenumber{
  text-align : left;
  vertical-align : top;
  font-size : 0.95em ;
}

.list_summary{
  text-align : left ;
  vertical-align : bottom;
  font-size : 0.95em ;
  width : 32%;
  padding : 2px;
}

.list_reportedby{
  text-align : left;
  vertical-align : bottom;
  font-size : 0.9em ;
  color : #4D4D4D;
}

.list_assignedto{
  text-align : left;
  vertical-align : bottom;
  font-size : 0.9em;
  color : #4D4D4D;
}

.list_watches{
  text-align : center;
  vertical-align : bottom;
}

.list_status{
  text-align : center;
  vertical-align : bottom;
}

.list_action{
  text-align : center;
  vertical-align : bottom;
}