
@import url("fontface.css");
* {
	padding:0;
	margin:0;
}
.clear {
	clear:both;
}/* Menu */
#ansu td a{color: white; text-decoration:none; outline:0; cursor:pointer;}#ansu td a:hover{text-decoration:underline;}th {background-color: #056E83;}
#ansu table {	margin: 0; padding: 0;	border-collapse: collapse;}
#ansu td { 	border: 1px solid #CC3;	
vertical-align: center;	
text-align: left;	
background-color:#056E83;color: white;
border-spacing: 0;	
height: 35px;		
margin: 2; 
padding: 2;
}#ansu td:hover {    background-color: #5B5C5D;}
/* Menu End*/
input[type=text], select {
    
    padding: 2px 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/* added by sourav for search engg */

#reposet table{
    border-collapse: collapse;
    width: 100%;
}

#reposet td {
    padding: 8px;
    /*text-align: left;*/
    border-bottom: 1px solid #ddd;
}
#reposet th {
    padding: 8px;
	color:#FBFCBE;
    /*text-align: left;*/
    border-bottom: 1px solid #FBFCBE;
}
.headrow{
    background-color: #056E83;
    color: white;
}
/* end search engg */

input[type=submit] {
    width: 100%;
    background-color: #056E83;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #5B5C5D;
}
input:checked {
    height: 15px;
    width: 15px;
}

input[type=text1],select1
            {
               width                    : 185pt;
               height                   : 20pt;
               line-height              : 20pt;
               padding-right            : 05pt;
               text-indent              : 2pt;
               text-align               : left;
               vertical-align           : middle;
               box-shadow               : inset 0 0 3px #606060;
               border                   : 1px solid #acacac;
               -moz-border-radius       : 6px;
               -webkit-border-radius    : 6px;
               border-radius            : 6px;
               -webkit-appearance       : none;
               -moz-appearance          : none;
               appearance               : none;  /*IMPORTANT*/
               font-family              : Arial,  Calibri, Tahoma, Verdana;
               font-size                : 10pt;
               font-weight              : 500;
               background               : url(images/ddi.png) 95% / 10% no-repeat #fdfdfd;
               color                    : #000099;
               cursor                   : pointer;
               outline                  : none;
            }
            select::-ms-expand {display: none;} /*FOR IE*/
            select option
            {
                padding             : 4px 10px 4px 10px;
                font-size           : 11pt;
                font-weight         : normal;
            }
            select option[selected]{ font-weight:bold}
            select option:nth-child(even) { background-color:#f5f5f5; }
            select:hover {font-weight: 700;}
            select:focus {box-shadow: inset 0 0 5px #000099; font-weight: 600;}
p.normal {
    font-variant: normal;
    color:maroon;
}

p.small {
    font-variant: small-caps;
    color:maroon;

}

html { 
  background: url(images/bg_rkm.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


body	  { 	color: rgb(0, 0, 0);
font-family: "Times New Roman", Georgia, Serif;
font-size: 20px;
}
p {
    font-size: 14px;
}

