.thead{
	color:#000000;
        background: #4B57F5; /* for non-css3 browsers */
        background: -webkit-gradient(linear, left top, left bottom, from(#4545ff), to(#9FA5F5)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #4545ff,  #9FA5F5); /* for firefox 3.6+ */
        background-image: -ms-linear-gradient(top,#4545ff 0%,#9FA5F5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4545ff', endColorstr='#9FA5F5'); /* for IE */
 }
.theadreq{
	color:#000000;
        background: #ff0000; /* for non-css3 browsers */
        background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff6666)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #ff0000,  #ff6666); /* for firefox 3.6+ */
        background-image: -ms-linear-gradient(top,#ff0000 0%,#ff6666 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff6666'); /* for IE */
 }
.theadreqtop{
	color:#000000;
        background: #ff0000; /* for non-css3 browsers */
 }
.theadnonreqtop{
	color:#000000;
        background: #4545ff; /* for non-css3 browsers */
 }
.theadstnd{
	color:#000000;
        background: #ff0000; /* for non-css3 browsers */
        background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff6666)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #ff0000,  #ff6666); /* for firefox 3.6+ */
        background-image: -ms-linear-gradient(top,#ff0000 0%,#ff6666 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff6666'); /* for IE */
 }
.theadtopstnd{
	color:#000000;
        background: #4B57F5; /* for non-css3 browsers */
 }
.main2{
	width:1024px;
	/* Centering it in the middle of the page */
 	color:#000000;
	font-size:12px;
        background: #0515f2; /* for non-css3 browsers */
        background: -webkit-gradient(linear, left top, left bottom, from(#0515f2), to(#fafafd)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #0515f2,  #fafafd); /* for firefox 3.6+ */
        background-image: -ms-linear-gradient(top,#0515f2 0%,#fafafd 100%);
   	font-family:Arial, Helvetica, sans-serif;
        margin-left: auto;
        margin-right: auto;
	border:1px solid #d7d7d7;    
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0515f2', endColorstr='#fafafd'); /* for IE */
       
}
/* Menu styles */
.item {
	color:#9FA5F5;
        border-radius: 5px;	
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;

        background: #d7d7d7; /* for non-css3 browsers */
        background: -webkit-gradient(linear, left top, left bottom, from(#4B57F5), to(#9FA5F5)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #4B57F5,  #9FA5F5); /* for firefox 3.6+ */
        background-image: -ms-linear-gradient(top,#4B57F5 0%,#9FA5F5 100%);
	border: 1px solid #000000;
	font-family:Arial,Helvetica,"Trebuchet MS",sans-serif;
	padding: 3px;
	text-decoration: none;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B57F5', endColorstr='#9FA5F5'); /* for IE */
}
