/* *** Common properties of General HTML Elements *** */

/* Body of the Page */

BODY	{
	 background 	: #FFFFFF;
	 font-family 	: Verdana;
	 font-size 	: 11pt;
	 color 		: #000000;
	}

a:link	{
	 color		: #00008B;
	}

a:visited{
	 color		: #006400;
	}

a:active{
	 color		: #8B0000;
	 }

/* Table Description */
TABLE	{
	 margin-left 	: auto;
	 margin-right	: auto;
	 border-style 	: none;
	 border-spacing : 0pt;
       	}

/* Caption for each page */
CAPTION {
	 caption-side   : top;
	 text-align     : center;
	 vertical-align : baseline;
	 font-size 	: 16pt !important;
	 font-weight	: bold !important;
        	}

/* General Image size */
IMG	{
         width : 50px;
	 height: 50px;
	}

/* H1 */
H1	{
	 font-family 	: Verdana;	 
	 font-style	: normal;
	 color 		: #cc6600;
	 font-size 	: 19pt;
	}

/* H2 */

H2	{
	 font-family 	: Verdana;	 
	 font-style	: normal;
	 color 		: #cc6600;
	 font-size 	: 17pt;
	}

/* H3 */

H3	{
	 font-family 	: Verdana;	 
	 font-style	: normal;
	 color 		: #cc6600;
	 font-size 	: 15pt;
	}

/* H4 */

H4	{
	 font-family 	: Verdana;	 
	 font-style	:normal;
	 color 		: #cc6600;
	 font-size 	: 13pt;
	}

/* H5 */

H5	{
	 font-family 	: Verdana;	 
	 font-style	:normal;
	 color 		: #cc6600;
	 font-size 	: 11pt;
	}

H6	{
	 font-family 	: Verdana;	 
	 font-style	: normal;
	 color 		: #cc6600;
	 font-size 	: 9pt;
	}

/* List of Choice */

SELECT	{
	 font-size   : 10pt; 
	 background  : #FDF8FF;
	 color	     : #000000;
	} 

/* *** Common Header Class *** */
.input-box {
	  color:#1E90FF ;
	  background:#FDF8FF ;
           }

/* Left Image */

.CHDLI	{
	 width : 50px;
	 height: 50px;
	}

/*Header Image */

.HDI	{
	 width : 10px;
	 height: 10px;
	}

/* Centre Text */

.CHDCT	{
	 font-family : Times !important;
	 font-weight : bold !important;
          text-align  : center !important;
	 font-size   : 28pt !important;
	 color	     : #003366
	}

/* Right Image */

.CHDRI	{
	 width : 50px;
	 height: 50px;
	}

/* Border Table */

.CHDBRD	{
	 width : 100%;
	 height: 7px;
	}
/* Colours for Border table */
.BCL1	{
	 background : #804040;
	}
.BCL2	{
	 background : #7c3f3f;
	}
.BCL3	{
	 background : #894545;
	}
.BCL4	{
	 background : #8c4646;
	}
.BCL5	{
	 background : #954a4a;
	}
.BCL6	{
	 background : #a25151;
	}
.BCL7	{
	 background : #a65353;
	}
.BCL8	{
	 background : #a95454;
	}
.BCL9	{
	 background : #ab5858;
	}
.BCL10	{
	 background : #ac5959;
	}
.BCL11	{
	 background : #af6161;
	}
.BCL12	{
	 background : #b16565;
	}
.BCL13	{
	 background : #b46767;
	}
.BCL14	{
	 background : #b87070;
	}
.BCL15	{
	 background : #ba7474;
	}
.BCL16	{
	 background : #bc7a7a;
	}
.BCL17	{
	 background : #be7c7c;
	}
.BCL18	{
	 background : #c08181;
	}
.BCL19	{
	 background : #c58989;
	}
.BCL20	{
	 background : #c89191;
	}

/* Link Table (for EMIS User) */

.CLT_EMIS {
	     width	: 100%;
	     text-align : center;
	     color : #800000 !important
	     }

/* Link Table (for Industry User) */

.CLT_IND {
	   width : 100%;
	   text-align : center;
	   color : #800000 !important
	  }

/* Link Table (for General Public) */

.CLT_GEN {
	   width : 100%;
	   text-align : center;
	   color : #800000 !important
	  }

/* Display Field */

.DF	 {
	  background : #E6E6FA;
	  font-style : italic;
        	 }

/* Display Field For textarea*/

.TDF	 {
	  background  : #216cdd;
	  font-family : Arial;
	  font-style : italic;
	  font-weight : bold !important;
	  
        	 }


/* TH Field */

.DH	 {
	  background : lightsteelblue;
        	 }
/*************added  for menu***********************/
.DivMenu {position:absolute;
	left:-200;
	top:-1000;
	width:180;
	z-index:100;
	background-color:darkorange;
	}
.TDMenu{
	color:darkblue;
	width:100%;
	cursor:default;
	}
/*************end of addition  for menu***********************/

/* Only of Menu Link page table */

TABLE.MnuTbl {border : inset 3pt; border-spacing : 0pt ; border-collapse : separate }

/* For Header Cells */

TD.HdCell {   border : inset 3pt !important;
              border-collapse : separate !important;
	      border-spacing : 2pt !important;
              background-color :#000000 !important;
              color : #ffffff !important;
	      font-weight : bold !important;
	      text-align : center !important
          }

/* HyperLinks */

/*
:hover {
	font-family 	: Verdana;
	 font-size 	: 11pt;
	 color 		: #ff6666;
	}
*/

/* Color of Mandtory field indicator i.e * */
.MF {
	color : #FF0000 !important;
	font-size 	: 14pt !important;
	font-weight	: bold !important;
    }
    
/* Add More */
.ADM {
	 text-align     : right;
	 vertical-align : baseline;
	 font-size 	: 10pt !important;
	 font-weight	: bold !important;
        	}

fieldset { border:2px solid green }

legend {
  padding: 0.2em 0.5em;
  border:2px solid green;
  color:black;
  font-size:90%;
  text-align:right;
  font-weight: bold;
  }

