/* 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 : #000;

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;

} 



.home_info {

	font-size: 13px;

	font-family: Verdana, Tahoma, Helvetica;

  color: #000;

}

.subcat_name{
	     font-family: "Verdana", Verdana;
		 font-size: 14pt;
		 color: #06C;
		 line-height: .7cm;
		 font-weight: bold;
		 margin-bottom: 0;
}
.subcat_description{
     font-family: "Verdana";
     font-size: 10pt;
     color: #06C;
     font-weight: bold;
	 font-weight: lighter;
}

.item {
     font-family: "Verdana", Verdana;
     font-size: 10pt;
     color: #000;
      font-weight: bold;
     margin-bottom: 0;

}
.item_description {
     font-family: "Verdana", Verdana;
     font-size: 10pt;
     color: #000;
    
	font-style:italic; 
}

#nav {
text-align:left;
width:173px;
height:440px;
float:left;
background-image:url("http://rupeyal.com/home/foxy/public_html/site/rupeyal.com/images/uploadsimages/leftnav-bg.gif");
background-repeat:no-repeat;
}
#nav ul {margin:0px;padding:0px;margin-left:0px;margin-top:60px;}
#nav ul li {list-style-type:none;}
#nav ul li a  {
font-weight:bold;
display:block;
width:144px;
background-color:#2e3192;
padding:5px;
color:#fff;
text-decoration:none;
font-size:12px;

}
#nav ul li a:hover {background-color:#707dc1;background-image:url("/home/foxy/public_html/site/demo.sy2.com/images/uploadsimages/hover.gif");background-repeat:no-repeat;background-position:right;}

#nav ul li a i {
width:100%;
height:100%;
display:block;
background-color:#e20000;
padding:5px;
margin-left:-5px;
}