body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/backnew.gif);
	margin-top:0px;
	margin-bottom:0px;
	background-repeat: none;

	
}
#generic
{
 background-image:url(images/sigin.jpg);
 background-repeat:no-repeat;
 }
 
/* This is background color for latest things added */
.graybacks 
{
 background-color:#edeeee;
 }

.blackhead

{
font-size:12px;
font-weight:500;
}

.redtext
{
 color:#ed2225;
 font-size:11px;
 }
.redtext2
{
 color:#ed2225;
 font-weight:bold;
 font-size:11px;
 }

.whitetext
{
 color:#FFFFFF;
 }
 
.whitetext2
{
 color:#FFFFFF;
 font-weight:500;
 }

.graytext
 {
  color:#999999;
  font-size:11px;
  }

.greentext
{ 
 color:#abd215;
 }
.green2text
{
  color:#abd215;
  font-weight:bold;
  font-size:11px;
  }
  
.H1
{
   font-family:Verdana;
   color:#dd1f0f;
   font-weight:bold;
   font-size: 14px;
}  


 
 /* Buttons the a:visited is the main color for the bottons*/ 

a:link {
    `color:#000000;
	 text-decoration:none;
	 font-weight:normal;
}

a:visited {
  color:#000000;
  text-decoration:none; 
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

.input.textbox /* This is for text box inside color*/
{
   background-color:#ffffff;
   font-family:Verdana;
   font-weight:normal;
   border-bottom:1px;
   border-top:1px;
   border-left:1px;
   border-right:1px;
   border-color:#dd1f0f;
   cellpadding-top:2px; 
   font-size:10px;

   }
.input.button /* This is for text box inside color*/
{
   background-color:#dd1f0f;
   font-family:Verdana;
   color:#ffffff;
   font-weight:normal;
   border-bottom:1px;
   border-top:1px;
   border-left:1px;
   border-right:1px;
   border-color:#000000;
   cellpadding-top:2px; 
   font-size:10px;

   }
select.textbox1 /* This is for Drop down inside color*/
{

   font-family:Verdana;
   font-weight:normal;
   font-size:9px;
   border-bottom:1px;
   border-top:1px;
   border-left:1px;
   border-right:1px;
   border-color:#dd1f0f;
   cellpadding-top:10px;
   width:145px; 	

   }
.searchbox /* This is for Drop down inside color*/
{

   font-family:Verdana;
   font-weight:normal;
   font-size:11px;
   border-bottom:1px;
   border-top:1px;
   border-left:1px;
   border-right:1px;
   border-color:#999999;
   width:100px; 
   background-color:#FF0000;
   color:#ffffff;


   }
 .resetbtn
 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/clear.jpg);
	margin-top:0px;
	margin-bottom:0px;
}
 .logonbtn
 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(images/logon.jpg);
	margin-top:0px;
	margin-bottom:0px;
 }