﻿html, body, form
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: 100%;
}
.header
{
	height: 10%;
	background-image: url('../images/topBg.gif');
	background-repeat: repeat; 
} 
/*CSS for Login Page*/
.wishesMain
{
    margin-top: 1px;
    margin-bottom: 2px;
    border: 1px solid #CDCDCD;
    width: 100%;
    height: 340px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image: url('../HRM/HrmImages/Wishes.png');
    background-repeat: no-repeat;    
}
#loginMainArea
{
	background-color: #f2f2f2;
	border: solid 1px #e8a300;
	width: 70%;
	height: 450px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 70px 2px 0px #e8a300;
	-moz-box-shadow: inset 0px 70px 2px 0px #e8a300;
	box-shadow: inset 0px 70px 2px 0px #e8a300;
}

#loginArea
{
	margin-bottom:15px;
	background-color:White;
	border:dashed 1px #CDCDCD;
	width:98%;
	height:345px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}

#loginMessages
{
	margin-bottom:15px;
	background-color:White;
	border:dashed 1px #CDCDCD;
	width:350px; /* 98% change by Devendra */
	height:345px; /* 345px change by Devendra */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
}
#lblSign
{
	font-family: 'Arial Rounded MT Bold';
	color:#CC0000;
	font-size:20px;
}
.LoginLabel
{
	font-family: 'Verdana';
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.LoginTD
{
	font-family: 'Arial';
	color:#000000;
	font-size:11px;
}

.cssLoginButton
{
	background-color: #f2f2f2;
	border: solid 1px #be4b48;
	font-family: 'Verdana';
	font-size: 12px;
	width: 115px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	cursor:pointer;
}
.cssLoginTextBox
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	width: 115px;
	color: Blue;
	border: solid 1px #be4b48;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}

.cssTextBox
{
    font-family: verdana;
    font-size: 12px;   
    width: 115px;
    color: Black;
    border: solid 1px #be4b48;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*CSS for Welcome Page*/
.Left
{
	
}
.Gridheader
{
	border: 1px solid #808080;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	font-family: Verdana, MS-Sanssarif, Arial;
	font-size: 12px; /*background-image: url('../HRM/HrmImages/f_tab.png');
	background-repeat: repeat-x;*/
	background-color: #bcbcbc;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
} 
.mainDiv
{
	border: 1px solid #C0C0C0;
	overflow: auto;
	vertical-align: middle;
}
.MainTable
{
	width:100%;
	height:98%;
	border:solid 1px transparent;
}

.menuheader
{
	height: 15%;
	background-image: url('../images/topBg.gif');
	background-repeat: repeat;
	padding-top: 6px;
	padding-bottom: 6px;
}
.ddl
{
	font-family: verdana;
	font-size: 10px;
	border: solid 1px #be4b48;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.leftSide
{
	width: 20%;
	background-image: url('../images/bgM.gif');
	background-repeat: repeat;
}
.empInfo
{
	margin-top: 3px;
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #CDCDCD;
	width: 98%;
	height: 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
}

.AttInfo
{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #7f7f7f;
	width: 98%;
	height: 100px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: inset 0px 25px 2px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 2px 0px #bcbcbc;
	box-shadow: inset 0px 25px 2px 0px #bcbcbc;
}

.WorkInfo
{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #7f7f7f;
	width: 98%;
	height: 215px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 25px 2px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 2px 0px #bcbcbc;
	box-shadow: inset 0px 25px 2px 0px #bcbcbc;
}


.restSide
{
	background-image: url('../images/bgM.gif');
	background-repeat: repeat;
}
.footer
{
	height: 4%;
	background-image: url('../images/footerBg.gif');
	background-repeat: repeat;
}
.bestView
{
	font-family: Verdana;
	 font-weight:bold;
	color: White;
	font-size: 11px;
}

.welcomeMain
{
	margin-top: 1px;
	margin-bottom: 2px;
	background-color: White;
	border: 1px solid #CDCDCD;
	width: 100%;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.Main
{
	margin-top: 1px;
	margin-bottom: 3px;
	background-color: White;
	border: 1px solid #CDCDCD;
	width: 100%;
	height: 564px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
}

.Circulars
{
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #bcbcbc;
	width: 99%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	box-shadow: inset 0px 25px 0px 0px #bcbcbc;
}
.Policies
{
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #bcbcbc;
	width: 99%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	box-shadow: inset 0px 25px 0px 0px #bcbcbc;
}
.cod
{
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #bcbcbc;
	width: 100%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	box-shadow: inset 0px 25px 0px 0px #bcbcbc;
}
.Label
{
	font-family: 'Verdana';
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

.Label_1
{
	font-family: 'Verdana';
	color: #000000;
	font-size: 12px;
}

.Label2
{
	font-family: 'Verdana';
	font-weight:bold;
	color:#CC0000;
	font-size:14px;
}

.Label2_1
{
	font-family: 'Verdana';
	font-weight:bold;
	color:#CC0000;
	font-size:16px;
}

.login
{
	width:100%;
	font-family: 'Verdana';
	
	font-size:11px;
}
.cssButton
{
	background-color:#bcbcbc;
	border: solid 1px #7f7f7f;
	font-family: 'Verdana';
	font-weight:bold;
	font-size:12px;
	width:98%;
	cursor:pointer;
	
}
.StyleButton
{
	background-color:#bcbcbc;
	border: solid 1px #7f7f7f;
	font-family: 'Verdana';
	font-weight:bold;
	font-size:12px;
	width:49%;
	cursor:pointer;
}
.cssButton1
{
	background-color:#bcbcbc;
	border: solid 1px #7f7f7f;
	font-family: 'Verdana';
	font-weight:bold;
	font-size:13px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px; 
}

.cssTextBox
{
/*	padding-bottom: 18px;  */
	font-family: Verdana;
	color: Blue;
	border: solid 1px #be4b48;
	height:2px;
	background-color: #ffbf43;
	font-size: 12px;
}
.TextBox
{
	padding-bottom: 18px;
	font-family: Verdana;
	border: solid 1px #be4b48;
}


.megaMenuSub
{
	border-top:solid 4px #CC0000;
	border-bottom:solid 1px #CC0000;
	border-left:solid 1px #CC0000;
	border-right:solid 1px #CC0000;
	height:310px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 4px 4px 8px 8px;
	border-radius: 4px 4px 8px 8px; 
}
.subMenu0
{
	font-family: Verdana;
	font-size: 14px;
	border-bottom: solid 1px #7f7f7f;
	font-weight: bold;
}

.subMenu
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-left: 12px;
	border: solid 1px #bcbcbc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 6x;
	padding-bottom: 6px;
}
.subMenu:hover
{
	background-position: right center;
	border: solid 1px red;
	background-image: url('../images/gradient.php.png');
	background-repeat: repeat-y;
}
.Payroll
{
	margin-top: 5px;
	margin-bottom: 2px;
	width: 99%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	box-shadow: inset 0px 25px 0px 0px #bcbcbc;
}
.HR
{
	margin-top: 5px;
	margin-bottom: 2px;
	width: 99%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: inset 0px 35px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 35px 0px 0px #bcbcbc;
	box-shadow: inset 0px 35px 0px 0px #bcbcbc;
}
.General
{
	
	margin-bottom: 5px;
	width: 98%;
	/*height: 216px;*/
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: inset 0px 35px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 35px 0px 0px #bcbcbc;
	box-shadow: inset 0px 35px 0px 0px #bcbcbc;
	margin-top: 5px;
	margin-left: 2px;
}

.welcome
{
	border: 1px ridge #800000;
	font-family: 'Bookman Old Style';
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: blink; /*color: #800000;*/
	line-height: normal;
	text-align: center; /*background-image: url('../images/bkgcolor1.png');*/
	background-color: #E0E0E0;
	background-repeat: repeat;
}

.welcome_1
{
	font-family: 'Arial Black';
	font-size: 21pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: blink; /*color: #800000;*/
	line-height: normal;
	text-align: center; 
	letter-spacing:2px;
}

.subTitle
{
	font-size: 16pt;
	font-family: Bookman Old Style;
	background-color: #FFFFFF;
	font-weight: bolder;
	color: black;
	letter-spacing:10px;
}

.rowHeader
{
	border: 2px outset #800000;
	font-size: 18px;
	font-family: Verdana;
	background-color: #FFD633;
	font-weight: bolder;
	color:Black;
}

.rowHeader_1
{
	border: 1px outset #800000;
	font-size: 18px;
	font-family: Verdana;
	background-color: #FFD633;
	font-weight: bolder;
	color:Black;
}

.rowHeader_2
{
	border: 1px outset #FFFFFF;
	font-size: 18px;
	font-family: Verdana;
	background-color: #FFD633;
	font-weight: bolder;
	color: Black;
}

.activeRow
{
	background-color: #C0C0C0;
}

.applestyle
{
	background: #fff;
	color: #333333;
	text-shadow: 1px 1px #ddd,-1px -1px #444;
}

.glow
{
	color: #FFFFFF;
	text-shadow: 0 0 5px white;
}

.glow_1
{
	color: #000000;
	text-shadow: 0 0 5px white;
}

.oms
{
	border: 1px outset #000000;
	font-family: 'Arial Black';
	font-size: 38pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing:35px;
	color:Black;
	background-color: #E0E0E0;
	/*background-image: url('../images/bkgcolor1.png');*/
	/*text-shadow: 0 0 20px #00FF00;   For Glow Effect*/
	/* For 3D Effect in Text*/ 
	text-shadow: 1px 1px rgba(255,128,0,.7),
	2px 2px rgba(255,128,0,.7),
	3px 3px rgba(255,128,0,.7),
	4px 4px rgba(255,128,0,.7),
	5px 5px rgba(255,128,0,.7);

}

.cal_footer
{
	text-align: left;
	font-family: 'Bookman Old Style';
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	padding-left: 7px;
}

.cal_footer_2
{
	text-align: left;
	font-family: 'Bookman Old Style';
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	padding-left: 7px;
}

.welcome_footer
{
	border: 1px outset #000000;
	font-family: 'Arial Black';
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: blink;
	color: #800000;
	line-height: normal;
	text-align: center;
	/*background-image: url('../images/bkgcolor1.png');*/
	background-color: #FFD633;
}

.welcome_footer_1
{
	font-family: 'Arial Black';
	font-size: 11pt;
}
.menu_border_1
{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FF9900;
}

.menu_border_2
{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #FF9900;
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #FF9900;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #FF9900;
}

.menu_border_3
{
	border-style: none none solid none;
	border-bottom-width: 3px;
	border-bottom-color:White;
	padding-left:80px;
	padding-right:80px;
}

.fieldset_1 
{ 
	border:1px solid Maroon 
}

.legend_1 
{
	 padding: 0.2em 0.5em;
	 border:1px solid Maroon;
	 color:Black;
	 font-family:Arial;
	 font-size: 17pt;
	 font-weight: bold;
	 text-align:center;
	 background-color:Maroon;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	 border-radius: 8px 8px 8px 8px; 
	/* For Glow Effect in Text*/ 
	text-shadow: 1px 2px rgba(255,128,0,.7);
  }

.cal1
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
}

.cal2
{
	font-family: verdana;
	font-size: 20px;
	font-weight:bolder;
}


.table_class
{
	width: 100%;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-right-color: Black;
	border-color: #bcbcbc;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 9px;
}
.table_class td
{
	font-family: verdana;
	font-size: 11px;
	padding:18px 6px 18px 6px;
	width: 100%;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-right-color: Black;
	border-color: #bcbcbc;
	border-left-style: solid;
	border-left-width: 1px;
}
.table_class TD:hover
{
	padding: 18px 6px 18px 6px;
	width: 100%;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-right-color: Black;
	border-color: #bcbcbc;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #D7EBFF;
}
.table_class TD:link
{
	padding: 18px 6px 18px 6px;
	width: 100%;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-right-color: Black;
	border-color: #bcbcbc;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #D7EBFF;
}


.table_class_1
{
	width: 100%;
	text-align: left;
	font-size: 12px;
}
.table_class_1 td
{
	font-family: verdana;
	font-size: 12px;
	text-align: left;
}
.table_class_1 TD:hover
{
	font-family: verdana;
	text-align: left;
	background-color: #D7EBFF;
}
.table_class_1 TD:link
{
	width: 100%;
	text-align: left;
	background-color: #D7EBFF;
}





.Panels
{
    border: 1px solid #800000;
    padding: 1px;
    margin: 2px 1px 1px 2px;
    background-color: #FFFFFF;
    border-spacing: 2px;
}


.FeedBack
{
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #bcbcbc;
	width: 70%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	box-shadow: inset 0px 25px 0px 0px #bcbcbc;
}



.Bug_Error
{
	margin-bottom: 2px;
	background-color: White;
	border: solid 1px #bcbcbc;
	width: 95%;
	height: 216px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	-webkit-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	-moz-box-shadow: inset 0px 25px 0px 0px #bcbcbc;
	box-shadow: inset 0px 25px 0px 0px #bcbcbc;
}

.hMenu:hover
{
	 background-color: #E8A300;
	  -moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 
	 
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr= #E8A300, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(top,  #E8A300 24%, #ffffff 73%);
	 background-image:-webkit-linear-gradient(top,  #E8A300 24%, #ffffff 73%);
	 background-image:-ms-linear-gradient(top,  #E8A300 24%, #ffffff 73%);
	 background-image:linear-gradient(top,  #E8A300 24%, #ffffff 73%);
	 background-image:-o-linear-gradient(top,  #E8A300 24%, #ffffff 73%);
	 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(24%, #E8A300), color-stop(73%,#ffffff))
 }
 
 .hMenu
 {
	 background-color:#bdbcb1;
	 
	 -moz-border-radius-topleft: 8px;
	 -moz-border-radius-topright: 8px;
	 -moz-border-radius-bottomright: 0px;
	 -moz-border-radius-bottomleft: 0px;
	 -webkit-border-radius: 8px 8px 0px 0px;
	 border-radius: 8px 8px 0px 0px; 
	  
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bdbcb1, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(top, #bdbcb1 24%, #ffffff 73%);
	 background-image:-webkit-linear-gradient(top, #bdbcb1 24%, #ffffff 73%);
	 background-image:-ms-linear-gradient(top, #bdbcb1 24%, #ffffff 73%);
	 background-image:linear-gradient(top, #bdbcb1 24%, #ffffff 73%);
	 background-image:-o-linear-gradient(top, #bdbcb1 24%, #ffffff 73%);
	 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(24%,#bdbcb1), color-stop(73%,#ffffff));
 }
 
 
 .hMenu_1:hover
{
	 background-color: #E8A300;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px8px;
	border-radius: 0px 0px 8px 8px; 
	 
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr= #E8A300, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(bottom,  #E8A300 24%, #ffffff 73%);
	 background-image:-webkit-linear-gradient(bottom,  #E8A300 24%, #ffffff 73%);
	 background-image:-ms-linear-gradient(bottom,  #E8A300 24%, #ffffff 73%);
	 background-image:linear-gradient(bottom,  #E8A300 24%, #ffffff 73%);
	 background-image:-o-linear-gradient(bottom,  #E8A300 24%, #ffffff 73%);
	 background-image:-webkit-gradient(linear,  right bottom,right top, color-stop(24%, #E8A300), color-stop(73%,#ffffff))
 }
 
 .hMenu_1
 {
	 background-color:#bdbcb1;
	 
	 -moz-border-radius-topleft: 0px;
	 -moz-border-radius-topright: 0px;
	 -moz-border-radius-bottomright: 8px;
	 -moz-border-radius-bottomleft: 8px;
	 -webkit-border-radius: 0px 0px 8px 8px;
	 border-radius: 0px 0px 8px 8px; 
	  
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bdbcb1, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(bottom, #bdbcb1 24%, #ffffff 73%);
	 background-image:-webkit-linear-gradient(bottom, #bdbcb1 24%, #ffffff 73%);
	 background-image:-ms-linear-gradient(bottom, #bdbcb1 24%, #ffffff 73%);
	 background-image:linear-gradient(bottom, #bdbcb1 24%, #ffffff 73%);
	 background-image:-o-linear-gradient(bottom, #bdbcb1 24%, #ffffff 73%);
	 background-image:-webkit-gradient(linear, right bottom, right top, color-stop(24%,#bdbcb1), color-stop(73%,#ffffff));
 }
 
 
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color:#ffffff ;
    /*#ffffff*/
    margin-left: 0px;
    padding-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
	border: 2px solid maroon;
	 /*#4682b4*/
	padding: 0px;
	margin: 0px;
	 padding-left: 0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
	color: #ffffff;
	height: 20px;
	width: 100%;
	min-width: 150px;
	background-color:maroon;
	 padding-left: 0px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
     padding-left: 0px;
    
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
     padding-left: 0px;
   
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
	color: #FFFFCC;
	height: 20px;
	width: 100%;
	min-width: 150px;
	height: 20px;
	padding-left: 0px;
	cursor: pointer;
	background-color:maroon;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #FFFFCC;
     padding-left: 0px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #FFFFCC;
     padding-left: 0px;
    
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
	color: maroon;
	border: 1px solid #b4cbdf;
	height: 20px;
	width: 100%;
	padding-left: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #FFFFCC;
	/* #E5E5E5*/
	font-weight: bold;
	min-width: 150px;
}

.Tab .ajax__tab_inner
{
	border-width: 0px;
	color: #666666;
	padding-left: 0px;
}
.Tab .ajax__tab_outer
{
    color: #666666;
      padding-left: 0px;
         
}

/* Check Box Style : Sunil Kumar Singh || Date : 27/08/2012*/

.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked:after
{
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #000080;
}


.big-checkbox {
	padding: 28px;
}

.big-checkbox:checked:after {
	font-size: 50px;
	left: 6px;
}

.big-checkbox_1 {
	padding: 18px;
}

.big-checkbox_1:checked:after {
	font-size: 35px;
	left: 6px;
}

.actTbl
{
	font-family:Arial Black;
	font-size: 18px; 
	font-weight: bold; 
	color: #800000; 
	border: 2px ridge #800000; 
	margin-top:1px; 
	table-layout: fixed; 
	border-collapse: collapse;
}

.non_actTbl
{
	font-family: Tahoma; 
	font-size: 18px; 
	font-weight: bold; 
	color: #800000; 
	border: 2px ridge #800000; 
	margin-top:1px; 
	table-layout: fixed; 
	border-collapse: collapse;
}

.AreaText
{
	font-family: Tahoma; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000080; 
	max-width: 100%; 
	width:98.4%;
	height:100px;
	border: 1px dotted #606060;
}

._Anchor
{
	text-decoration: none;
	font-family: Tahoma;
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
}
._Anchor_Link
{
	text-decoration: none;
	font-family: Tahoma;
	color: #000080;
	font-size: 18px;
	font-weight: bold;
}

/*--------------------------- Tab --------------------------- */
