﻿body
{	
	font-family: Tahoma;
	font-size: 13px;
	color: #000;
}
form
{
	font-family: Tahoma;
	font-size: 13px;
}
.tablebg
{
	background-color: #fff7ea;
	border: solid 1px #cc0000;
}
.mainTblBdr
{
	background-color: #f2e1d4;
	height: 30px;
}
.mainTblBdr1
{
	background-color: #f2e1d4;
	height: 30px;
	font-size: 11px;
}
fieldset
{
	padding: 4px 4px 4px 4px;
	margin: 4px 4px 4px 4px;
}
.mainTblBdr3
{
	background-color: #f2e1d4;
	font-size: 11px;
	font-family: Trebuchet MS,verdana; /*height:30px;*/
	border: 1px;
}
hr
{
	border: solid 1px #000;
	height: 1px;
}

.language_select {
	width: auto;
	padding: 3px 10px;
	font-size: 14px;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 0 0;
}

	.language_select:hover, .language_select:focus {
		width: auto;
		border: 0 !important;
		border-radius: 20px !important;
		box-shadow: 0 0 4px #ddd;
	}

.FixedBlockText
{
	vertical-align: middle;
	width: 100%;
	background-color: transparent;
	
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 12PX;
	text-align: left;
}
.drpTextSize
{
	font-size: 11px;
	font-family: Trebuchet MS,verdana;
}

.txtBoxSize
{
	height: 10px;
	font-size: 10px;
	font-family: Trebuchet MS,verdana;
}
.notetext
{
	font-weight: bold;
	font-size: 12pt;
	color: Red;
	font-family: "Trebuchet MS" ,verdana;
	text-decoration: none;
}

.notetext1
{
	font-weight: bold;
	font-size: 12pt;
	font-family: "Trebuchet MS" ,verdana;
	text-decoration: none;
}


.mGrid
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
}
.mGrid td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
	color: #717171;
}
.mGrid th
{
	padding: 4px 2px;
	color: #fff;
	background: silver url(grd_head.png) repeat-x top;
	border-left: solid 1px #525252;
	font-size: 0.9em;
}
.mGrid .alt
{
	background: #fcfcfc url(grd_alt.png) repeat-x top;
}
.mGrid .pgr
{
	background: #424242 url(grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
	margin: 5px 0;
}
.mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.mGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}


.btn
{
	color: #050;
	font: bold 100% 'trebuchet ms' ,helvetica,sans-serif;
	background-color: #fff;
}


a.button
{
	/* Sliding right image */
	background: transparent url( 'button_right.png' ) no-repeat scroll top right;
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.button span
{
	/* Background left image */
	background: transparent url(          'button_left.png' ) no-repeat;
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
}
a.button:hover span
{
	text-decoration: underline;
}

legend
{
	font-size: 18px;
	color: #e35500;
	font-weight: normal;
}
/*.border td
{
	border-bottom:solid 1px #cdcdcd;
}*/
.Input
{
	background-color: #ffffff;
	border: solid 1px #4A8DFB;
	/*line-height: 25px;*/
	padding: 0px 5px;
	font-family: "Tahoma";
}
.InputDisb
{
	background-color: #ffffff;
	border: solid 1px #cdcdcd;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	font-family: "Tahoma";
}
.InputDrp
{
	background-color: #ffffff;
	border: solid 1px #cdcdcd;
	line-height: 25px;
	padding: 0px 0px;
	font-family: "Tahoma";
}

/*.InputDrpDisb
{
	background-color: #ffffff;
	border: solid 1px #4A8DFB;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	font-family: "Tahoma";
}
select
{
	background-color: #ffffff;
	border: solid 1px #cdcdcd;
	border: solid 1px #4A8DFB;
	height: 25px;
	padding: 0px 0px 0px 0px;
}

input[disabled="disabled"][type="text"]
{
	background-color: #ffffff;
	border: solid 1px #cdcdcd;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	font-family: "Tahoma";
}
textarea, input[type="text"], input[type="radio"]
{
	background-color: #ffffff;
	border: solid 1px #4A8DFB;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	font-family: "Tahoma";
}*/

h3
{
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0px 0px;
	z-index: 20;
	color: #0052da;
}
h4
{
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0px 0px;
	z-index: 20;
	color: #0052da;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0px 0px;
	z-index: 20;
	color: #0052da;
}
h6
{
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0px 0px;
	z-index: 20;
	color: White;
}

.water
{
	color: #CBCACA;
	background-color: #ffffff;
	border: solid 1px #4A8DFB;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
}
.error
{
	background-color: #ffffff;
	border: solid 1px #DE4A39;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	font-family: "Tahoma";
}
#head,#head1, #head2, #head3, #head3, #head4,#head5,#head6,#head7,#head8,#head9,#head10
{
	color: #fff;
	font-size: 15px;
	font-family: Book Antiqua;
	font-weight: normal;
	width: 100%;
	padding: 5px 0px;
	text-align: center;
}
#head
{
	background-color: #1A808F;
}
#head1
{
	background-color: #cb8335;
}
#head2
{
	background-color: #6f961b;
}
#head3
{
	background-color: #0886d6;
}
#head4
{
	background-color: #bfa160;
}
#head5
{
	background-color: #666699;
}
#head6
{
	background-color: #A65F4D;
}
#head7
{
	background-color: #0489B1;
}
#head8
{
	background-color: #A9A9F5;
}
#head9
{
	background-color: #04B45F;
}
#head10
{
	background-color: #B4045F;
}
#containerDivRgt
{
	width:29%;
	float:right;
	padding:10px 0px 0px;	
}
#containerDiv
{
	margin: 0 auto;
	width:1000px;
	
}
#containerDivLft
{
	width:65%;
	float:left;
	padding:10px 20px;
	border-right:solid 1px #cdcdcd;
	min-height:400px;
	text-align:left;
}

/*********************************************New StyleSheet**********************************************/


	.Bhojtable{
		width:100%; 
		border-collapse:collapse;
		font-family:verdana; 
		font-size:12px;
	}
	.Bhojtable th{ 
		padding:5px; border:#c1d9ec 1px solid; background:#1b7cc7; color:#FFFFFF; font-size:17px; margin:0 0 0 0; font-weight:normal; text-align:left;
	}
    /* 11-05-2018*/
	.Bhojtable td{ 
		padding:5px; border:#c1d9ec 1px solid; text-align:left;
	}
     /* 11-05-2018*/
	/* provide some minimal visual accomodation for IE8 and below */
	.Bhojtable tr{
		background: #eaf4fb;
	}
	/*  Define the background color for all the ODD background rows  */
	.Bhojtable tr:nth-child(odd){ 
		background: #fafafa;
	}
	/*  Define the background color for all the EVEN background rows  */
	.Bhojtable tr:nth-child(even){
		background: #eaf4fb;
	}
	input[type="text"],input[type="password"], textarea, select{ padding:5px; border-radius:4px; background-color:#fff; border:solid 1px #CDE7EC; }
	input[type="text"]:focus,input[type="password"]:focus, textarea:focus, select:focus{ padding:5px; border-radius:4px; background-color:#fff; border:solid 1px #3d9fea; box-shadow:0 0 6px #3d9fea }
	/*select{width:87% !important;}*/
	input[type="text"]
	{box-sizing:border-box;
       
}
	.Bhoj_btn
	{
	    background-color:#0c57c6;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
	.Bhoj_btn:hover
	{
	    background-color:#083579;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;} 
	.Bhoj_btn_proc
	{
	    background-color:#de801c;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
	.Bhoj_btn_proc:hover
	{
	    background-color:#b1610a;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}  
	 .Bhoj_btn_cnl
	{
	    background-color:#4f5256;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}
    .Bhoj_btn_cnl:hover
	{
	    background-color:#000;
	    border:none;
	    border-radius:4px 4px;
	    padding:8px 8px;
	    color:#fff;}    
	    .txt-center
	    {
	        text-align:center!important;
	    }
h1{
	    font-family:Calibri Light;
	    font-size:36px;
	    text-align:center;
	    width:100%;
	    padding:0 0 0 0 ;
	    margin:0 0 0 0 ;
	    border-bottom:solid 3px #666;
	    }
.h2{
	    font-family:Calibri Light;
	    font-size:24px;
	    text-align:center;
	    width:100%;
	    padding:0 0 0 0 ;
	    margin:0 0 0 0 ;
	    border-bottom:solid 3px #666;
	    display:block;
	    float:left;
	    }

/**11-05-2018*/

.bhoj_table4 td
{
    width:25%;
}
.bhoj_table6 td{
    width:16.66%;
}
.show_dtl
{
     width: 140px;
   padding: 4px 7px;
   
    color:#fff;
    cursor:pointer;
    background-color:#617f96;
    border:1px solid #617f96;
}
.show_dtl
{
background-color:#486073;
}
.innerheader
{
    width:1000px;
    margin:0 auto;
}
.image
{
    padding:12px 4px !important;
}
.sample
{
    width:100px;
}
.container_div
{
    width:90%;
    min-height:80vh;
    margin:0 auto;
    padding:10px;
    box-sizing:border-box;
    box-shadow:0 0 4px #ddd;
    border:1px solid #ddd;
}
.cntr
{
    text-align:center !important;
}
.brdr_none tr-nth-child(even), .brdr_none tr-nth-child(odd)
{
    background-color:transparent;
}
.brdr_none td
{
    border:none;
}
.cert_head
{
    
    font-family: 'Oleo Script', cursive;
    
    font-size:27px;
}

.cert_title
{
    
    font-family: 'Oleo Script', cursive;
    
    font-size:20px;
}

.cert_dsc
{
    
    font-family: 'Oleo Script', cursive;
    
    font-size:17px;
}