/* Form elements */
input.wait {
border : 1px solid Black;
background-color : #ffffff;


color : #0E1930;
font-size : 20px;
font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
font-weight : bold;
height: 29px; /* replace 2em with your chosen value, in px or whatever */
width: 33px;
} 
input.late {
border : 1px solid Black;
background-color : #FF0000;
color : #ffffff;
font-size : 20px;
font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
font-weight : bold;
height: 28px; /* replace 2em with your chosen value, in px or whatever */
width: 33px;
float:left;
} 

.home_info {
	font-size: 13px;
	font-family: sans-serif, Tahoma, Helvetica;
  color: #FFF;
   font-weight: bold;

}
.subcat_name{
	     font-family: "Tahoma", Tahoma;
		 font-size: 14pt;
		 color: #DD0000;
		 line-height: .7cm;
		 font-weight: bold;
		 margin-bottom: 0;
                 /*background:#c70000;
                 padding:1px 0 3px 10px;*/
}
.subcat_description{
     font-family: "Tahoma";
     font-size: 10pt;
     color: #FFF ;
     font-weight: bold;
	 font-weight: lighter;
}

.item {
     font-family: "Tahoma", Tahoma;
     font-size: 10pt;
     color: #DD0000;
     line-height: .7cm;
     font-weight: bold;
     margin-bottom: 0;
	 font-weight: bold;
}
.item_description {
     font-family: "Tahoma", Tahoma;
     font-size: 10pt;
     color: #CCC;
    
	font-style:italic; 
}
 

#waiting_time{padding-top:5px; color:#fff;}

#holder .Current_msg{color:#000;}
#holder .Current_time{color:#000;}
.current_waiting_time{font-size:14px; font-weight:bold; font-family:arial,serif; color:#fff;}
