#menu,#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	margin: 0;
	padding: 0;
	line-height: 100%;
	border-top: #183d6c 1px solid;
	border-left: #183d6c 1px solid;
	border-right: #183d6c 1px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #426389
		), color-stop(1, #163f6d));
	background: -moz-linear-gradient(center top, #426389 5%, #163f6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#426389',
		endColorstr='#163f6d');
	background-color: #163f6d;
	/* font-size: 13px; */
}

#menu:before,#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom: 1;
}

#menu li {
	float: left;
	position: relative;
	list-style: none;
	border-right: #4d6f94 1px solid;
}

#menu a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 14px;
	margin: 0;
	height: 30px;
	line-height: 30px;
}

#menu li:hover>a {
	color: #fafafa;
	background: #022f5a !important;
	border-bottom: #4d6f94 1px solid !important;
}

#menu ul {
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;
	background: #163f6d;
	border: solid 1px #4d6f94;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

#menu ul li {
	float: none;
	margin: 0;
	padding: 0
}

#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu ul a {
	width: 100%;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

/* Mobile */
#menu-trigger {
	display: none;
}

@media screen and (max-width: 600px) {
	/* nav-wrap */
	#menu-wrap {
		position: relative;
	}
	#menu-wrap * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* menu icon */
	#menu-trigger {
		display: block; /* show menu icon */
		line-height: 40px;
		cursor: pointer;
		padding: 0 0 0 35px;
		border: 1px solid #222;
		color: #fafafa;
		font-weight: bold;
		background-color: #163F6D;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}

	/* main nav */
	#menu {
		margin: 0;
		padding: 10px;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
		background-color: #444;
		display: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu:after {
		content: '';
		position: absolute;
		left: 25px;
		top: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #444;
	}
	#menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu ul ul {
		margin: 0 0 0 20px !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu li {
		position: static;
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu ul li {
		margin-left: 20px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu a {
		display: block;
		float: none;
		padding: 0;
		color: #999;
	}
	#menu a:hover {
		color: #fafafa;
	}
	#menu ul a {
		padding: 0;
		width: auto;
	}
	#menu ul a:hover {
		background: none;
	}
	#menu ul li:first-child a:after,#menu ul ul li:first-child a:after {
		border: 0;
	}
}

@media screen and (min-width: 600px) {
	#menu {
		display: block !important;
	}
}

/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}

#menu li:hover>.no-transition {
	display: block;
}

body {
	background: #979797;
	color: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 13px; */
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 100%;
	border-top: #183d6c 1px solid;
	border-left: #183d6c 1px solid;
	border-right: #183d6c 1px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #426389
		), color-stop(1, #163f6d));
	background: -moz-linear-gradient(center top, #426389 5%, #163f6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#426389',
		endColorstr='#163f6d');
	background-color: #163f6d;
	/* font-size: 13px; */
}

#nav li {
	float: left;
	position: relative;
	list-style: none;
	border-right: #4d6f94 1px solid;
}

#nav li ul li {
	border-right: none;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0 14px;
	margin: 0;
	height: 30px;
	line-height: 30px;
}

#nav a:hover {
	background-color: #efd44a;
	color: #7e1800;
}

/* main level link hover */
#nav .current a,#nav li:hover>a {
	background-color: #163f6d;
	color: #ffffff;
}

/* sub levels link hover */
#nav ul li:hover a,#nav li:hover li a {
	background: none;
	border: none;
	color: #ffffff;
	border-bottom: #4d6f94 1px solid !important;
}

#nav ul a:hover {
	background: #801800 !important;
	color: #fff !important;
}

#nav li li:hover>a {
	background: #022f5a !important;
	color: #fff !important;
}

/* dropdown */
#nav li:hover>ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #163f6d;
	border: solid 1px #4d6f94;
	z-index: 1;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	color: #ffffff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -1px;
}

/* rounded corners of first and last link */
#nav ul li:first-child>a {
	
}

#nav ul li:last-child>a {
	border-bottom: none !important;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

p a {
	color: #000000;
	text-decoration: none;
	margin: 10px 0;
}

p a:hover {
	color: #1e1e1e;
	text-decoration: none;
}

ul.all-link {
	margin: 0 auto;
	margin-left: 5px;
	margin-top: 10px;
}

ul.all-link li {
	display: block;
	list-style-type: none;
	background: url(../image/marker.png) 0 7px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
}

ul.all-link li a {
	color: #1e1e1e;
	text-decoration: none;
}

ul.all-link li a:hover {
	color: #000000;
	text-decoration: underline;
}

#t-tcontainer {
	width: 100%;
	margin: 0 auto;
	background: #eaeaea;
	padding: 10px;
}

#top-strip-main {
	width: 100%;
	margin: 0 auto;
}

.top-links {
	float: left;
	margin-left: 10px;
	height: auto;
	line-height: 26px;
	/* width: 40%; */
}

.top-links a {
	color: #ECECEC;
	text-decoration: none;
	/* font-size: 12px; */
}

.top-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.top-links-right {
	float: right;
	margin-right: 10px;
	height: auto;
	/* line-height: 26px; */
	/* width: 40%; */
	text-align: right;
	color: #E1E1E1
}

.top-links-right a {
	color: #ECECEC;
	text-decoration: none;
	padding: 0 1px;
	/* font-size: 12px; */
}

.top-links-right a.skip {
	color: #ECECEC;
	text-decoration: none;
	/* font-size: 12px; */
	background: url(../image/img-skip.png) 0 1px no-repeat;
	padding-left: 18px;
}

.top-links-right a.oldVers {
	color: #ECECEC;
	text-decoration: none;
	/* font-size: 12px; */
	background: url(../image/sync1.png) 0 1px no-repeat;
	padding-left: 18px;
}
.top-links-right a.compatibility {
	color: #ffffff;
	text-decoration: none;
	/* font-size: 12px; */
	background: url(../image/icon-browser.png) 0 1px no-repeat;
	padding-left: 18px;
}

.top-links-right a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header-area {
	width: 100%;
	margin: 0 auto;
	background-color: #EAEAEA;
}

#header {
	width: 100%;
	margin: 0 auto;
	height: 72px;
	background: url(../image/b-header.png) center top repeat;
}

#logo {
	float: left;
	margin-top: 3px;
	margin-left: 15px;
}

#right-area {
	float: right;
}

#login-area {
	float: right;
}

a.login-btn {
	background: #474747;
	color: #fff;
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 20px;
	text-decoration: none;
}

a.login-btn:hover {
	text-decoration: underline;
}

#addr {
	float: right;
	width: 351px;
	height: 36px;
	border: #e3e3e3 1px solid;
	background: #eeeeee;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #1e1e1e;
	margin-top: 39px;
}

#addr span {
	color: #21894a;
}

#search-area {
	float: right;
	margin-top: 24px;
	margin-right: 15px;
}

#search input {
	background: #ffffff;
	border: 0 none;
	color: #868686;
	float: left;
	line-height: 14px;
	margin: 0;
	padding: 2px;
	width: 180px;
	border: #969696 1px solid;
	/* font-size: 12px; */
}

#search button {
	background: url(../image/img-serach.png) 0 0 no-repeat;
	cursor: pointer;
	height: 20px;
	width: 60px;
	text-indent: -99999em;
	border: none;
}

#search button:hover {
	background-color: #000;
}

#banner {
	width: 950px;
	margin: 0 auto;
	height: 305px;
	background: #eeeeee;
	margin-bottom: 15px;
}

#content-area {
	width: 960px;
	margin: 0 auto;
}

#content-left {
	float: left;
	/* width: 260px; */
}

.right-main-area {
	float: right;
	/* width: 689px; */
}

.mid-main {
	float: left;
	/* width: 419px; */
}

.right-main {
	float: right;
	/* width: 260px; */
}

.content-mid {
	/* float: left; */
	width: 100%;
	background: #efefef;
	border: #ffffff 5px solid;
}

.content-mid2 {
	float: left;
	width: 100%;
	background: #efefef;
	border: #ffffff 5px solid;
	margin-top: 10px;
}

.content-mid2-1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.content-mid-left {
	width: 100%;
	background: #efefef;
	border: #ffffff 5px solid;
	float: left;
	margin-top: 10px;
}

.content-mid-right {
	width: 100%;
	border: #ffffff 5px solid;
	float: right;
	margin-top: 4px;
}

.content-mid3 {
	float: left;
	/* width: 500px; */
}

.content-r3-l {
	float: left;
	/* width: 230px; */
	background: #ffffff;
	/* border: #E2E2E2 1px solid; */
	padding: 5px;
	margin-top: 10px;
}

.content-r3-r {
	float: right;
	/* width: 240px; */
	background: #ffffff;
	border: #E2E2E2 1px solid;
	padding: 0;
	margin-top: 10px;
}

.govin-box {
	float: right;
	width: 100%;
}

.l-box {
	float: right;
	width: 100%;
	background: #efefef;
	border: #ffffff 5px solid;
	margin-bottom: 10px;
}

.b-heading {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background-color: #34A7E8;
}

.l-box h2 {
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	/* background: url(../images/h-icon1.png) 93% 0 no-repeat; */
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 0 10px;
	margin-top: 0%;
}

.l-box h2.gi {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/h-icon2.png) 93% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.content-mid2 h2.newsu {
	width: 100%;
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/h-icon3.png) 96% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.content-mid-left h2.elink {
	width: 100%;
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/h-icon4.png) 91% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.content-mid-right h2.bmap {
	width: 100%;
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/h-icon5.png) 91% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.b-heading1 {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	margin-bottom: 1px;
	background: #3079a1 url(../image/b-heading1.png) 0 0 repeat-x;
	border-bottom: #cccccc 1px solid;
}

.r-btns-box h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/icon2.png) 93% 0 no-repeat;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;;
	margin: 0 0 0 10px;
	padding: 0;
}

.b-heading2 {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background-color: #34A7E8;
	cursor: pointer;
	border-bottom: #d3d3d3 1px solid;
}

.l-box h2.my-prf {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/icon-profile.png) 93% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.inpgUl {
	display: none;
}

.l-box h2.es-in {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/icon2.png) 93% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.l-box h2.ext-in {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	background: url(../image/h-icon4.png) 93% 0 no-repeat;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
}

.l-box ul {
	/* width:230px; */
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 5px;
}

.l-box ul li {
	display: block;
	list-style-type: none;
	background: url(../image/marker.png) 0 3px no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
	border-bottom: #d9d8d8 1px solid;
	padding-bottom: 7px;
}

.l-box ul li a {
	color: #1e1e1e;
	text-decoration: none;
}

.l-box ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

.content-mid2 ul {
	/* width:389px; */
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 5px;
}

.content-mid2 li {
	display: block;
	list-style-type: none;
	background: url(../image/marker.png) 0 3px no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
	border-bottom: #d9d8d8 1px solid;
	padding-bottom: 7px;
}

.content-mid2 li a {
	color: #1e1e1e;
	text-decoration: none;
}

.content-mid2 li a:hover {
	color: #000000;
	text-decoration: underline;
}

.content-mid-left ul {
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 5px;
}

.content-mid-left li {
	display: block;
	list-style-type: none;
	background: url(../image/marker.png) 0 3px no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
	border-bottom: #d9d8d8 1px solid;
	padding-bottom: 7px;
}

.content-mid-left span a {
	text-align: right;
	color: #a2000a;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.content-mid-left span a:hover {
	color: #000000;
	text-decoration: none;
}

.content-mid-left li a {
	color: #1e1e1e;
	text-decoration: none;
}

.content-mid-left li a:hover {
	color: #000000;
	text-decoration: underline;
}

#news-event {
	float: right;
	width: 621px;
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 15px;
	margin-bottom: 15px;
}

#news-container {
	width: 100%;
	margin: auto;
	height: 100px !important;
}

#news-container ul li div {
	background: #ffffff;
	padding: 5px 0;
	margin-bottom: 10px;
}

.r-btns-box {
	/* float: right;
	width: 250px; */
	background: #efefef;
	border: #ffffff 5px solid;
}

#footer-left {
	float: left;
	color: #ececec;
	font-size: 11px;
	width: 68%;
}

#footer-left a {
	color: #ececec;
	text-decoration: none;
}

#footer-left .copyr {
	float: left;
	margin-right: 20px;
	text-align: center;
	display: block;
	width: 134px;
	margin-top: 3px;
}

#footer-left .copyrtxt {
	text-align: left;
	width: 487px;
	float: left;
	font-size: 10px;
	line-height: 11px;
}

#footer-left a:hover {
	color: #ececec;
	text-decoration: underline;
}

#footer-right {
	float: right;
	color: #ececec;
	margin-top: 21px;
	font-size: 11px;
	width: 32%;
	text-align: right;
}

#footer-right a {
	color: #ececec;
	text-decoration: none;
}

#footer-right a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-bottom {
	font-size: 10px;
	color: #EAEAEA;
	padding: 3px 0;
	line-height: 10px;
}

.form_vat_calc {
	padding-left: 0;
	padding-bottom: 0;
	background: #d3d3d3;
}

#form_vat_calc table tr td input[type="text"],#form_vat_calc table tr td textarea,#form_vat_calc table tr td input[type="password"]
	{
	width: 222px;
	background: #ffffff;
	border: #cccccc 1px solid;
	padding: 3px;
}

#form_vat_calc a {
	/* font-size: 13px; */
	color: #3c4344;
	text-decoration: none;
}

#form_vat_calc a:hover {
	text-decoration: underline;
}

#navi-main {
	/* width:980px; */
	margin: 0 auto;
	height: 32px;
}

.navi-area {
	/* width:962px; */
	margin: 0 auto;
	min-height: 31px;
}

.cm-image {
	width: 136px;
	height: 142px;
	background: #eeeeee;
}

.news-main {
	width: 100%;
	margin: 0 auto;
	background: #eaeaea url(../image/b-news-area.png) 0 0 repeat-x;
	min-height: 26px;
	padding-bottom: 5px;
}

.news-area {
	width: 100%;
	margin: 0 auto;
	background: #eaeaea url(../image/b-news-main.png) 0 0 repeat-x;
	min-height: 26px;
}

.news-r {
	float: right;
	width: 95px;
	height: 26px;
	margin-bottom: 1px;
	background: url(../image/img-latest-news.png) 0 top no-repeat;
}

.suvidha {
	width: 95px;
	height: 26px;
	margin-bottom: 1px;
}

.news-l {
	width: 91%;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-bottom: 1px;
	padding: 0 5px;
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif;
}

.welcome-main {
	width: 100%;
	margin: 0 auto;
	background: #eaeaea url(../images/b-welcome2.png) 0 0 no-repeat;
	min-height: 72px;
}

.welcome-txt {
	width: 460px;
	float: left;
}

.welcome-txt-in {
	/* margin:0px 0 0 15px; */
	
}

.welcome-txt-in img {
	float: left;
	margin-right: 15px;
}

.welcome-txt-in h1 {
	/* width: 435px; */
	font-size: 16px;
	font-weight: normal;
	color: #3a87ad;
}

.welcome-txt-in h1 span {
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #3a87ad;
	font-weight: bold;
	height: 20px;
}

.banner-cm {
	float: left;
	width: 260px;
}

.buttonNew {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding-left: 38px;
	width: 100%;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F1F1F1
		), color-stop(1, #C7C7C7));
	background: -moz-linear-gradient(center top, #F1F1F1 5%, #C7C7C7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1',
		endColorstr='#C7C7C7');
	background-image: -ms-linear-gradient(top, #F1F1F1 0%, #C7C7C7 100%);
	background-color: #F1F1F1;
	color: #1b6db4;
	text-decoration: none;
	/* font-size: 13px; */
	font-weight: 600;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

.buttonNew:hover {
	text-decoration: underline;
}

.buttonNew span {
	position: absolute;
	left: 6px;
	top: 3px;
	width: 50px;
}

.buttonNew.r1 {
	color: #EB7627;
}

.buttonNew.r2 {
	color: #2B9575;
}

.buttonNew.r3 {
	color: #C5607C;
}

.buttonNew.r4 {
	color: #EC5142;
}

.buttonNew.r5 {
	color: #679E66;
}

.buttonNew.r6 {
	color: #7F68A0;
}

.buttonNew.r7 {
	color: #3B98DC;
}

.buttonNew.r8 {
	color: #855046;
}

.buttonNew.r9 {
	color: #5163C3;
}

.buttonNew.r10 {
	color: #E29524;
}
 
.header {
	margin: 0 auto;
	height: 25px;
	background: url(../image/b-heading1.png) 0 0 repeat-x;
}

.tableStyle1 {
	width: 99%;
	cellpadding: 2;
	cellspacing: 2;
	margin: 3px;
}

.arrowSt1 {
	background: url(../image/marker.png) no-repeat center left;
	width: 15px;
	height: 11px;
}

.right-main-area2 {
	float: right; /* width: 689px; */
	margin-left: 3px;
	border: #ffffff 5px solid;
}

.right-main-area2 H2 {
	margin: 0px 0px 10px 0px;
	height: 40px;
	line-height: 40px;
	background: url(../image/b-right-heading.png) 0 0 repeat-x;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 10px;
}

a#backToTop {
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	bottom: 5px;
	right: 2%;
	display: none;
	text-indent: -10000px;
	background-image: url(../image/img-back-to-top.png);
	background-repeat: no-repeat;
}

#ticker_container {
	padding-top: 5px;
	font-weight: normal;
	color: #163F6d;
}

#capImgBor {
	border: 1px solid white;
	width: 70px;
	height: 20px;
}

.mattblackmenu li {
	display: inline;
	margin: 0;
}

.mattblackmenu li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	text-align: center;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d7d5d5
		), color-stop(1, #e7e7e7));
	background: -moz-linear-gradient(center top, #d7d5d5 5%, #e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d5d5',
		endColorstr='#e7e7e7');
	background-color: #e7e7e7;
	width: 126px;
	height: 108px;
	text-align: center;
	margin: 0px 7px 3px 0px;
	/* font-size: 12px; */
	display: block;
	border: #cccccc 1px solid;
}

.mattblackmenu li a:hover {
	text-decoration: underline;
	-webkit-box-shadow: 2px 3px 4px 0px #aaa;
	/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 2px 3px 4px 0px #aaa; /* Firefox 3.5 - 3.6 */
	box-shadow: 2px 3px 4px 0px #aaa;
}

.mattblackmenu li a>i {
	display: block;
	font-size: 45px;
	width: 45px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 24px;
}

.fa-i1 {
	background: url(../image/icon-1.png) 0 0 no-repeat;
}

.fa-i2 {
	background: url(../image/icon-2.png) 0 0 no-repeat;
}

.fa-i3 {
	background: url(../image/e-Communication.png) 0 0 no-repeat;
}

.fa-i4 {
	background: url(../image/Grievance.png) 0 0 no-repeat;
}

.fa-i5 {
	background: url(../image/icon-9.png) 0 0 no-repeat;
}

.fa-i6 {
	background: url(../image/icon-4.png) 0 0 no-repeat;
}

.fa-i7 {
	background: url(../image/icon-5.png) 0 0 no-repeat;
}

.fa-i8 {
	background: url(../image/icon-6.png) 0 0 no-repeat;
}

.fa-i9 {
	background: url(../image/icon-10.png) 0 0 no-repeat;
}

.fa-i10 {
	background: url(../image/staturoryforms.png) 0 0 no-repeat;
}

<!--
Jubin -->.ctdOfficer-i1 {
	background: url(../image/icon-1.png) 0 0 no-repeat;
}

.ctdOfficer-i2 {
	background: url(../image/icon-2.png) 0 0 no-repeat;
}

.ctdOfficer-i3 {
	background: url(../image/e-Communication.png) 0 0 no-repeat;
}

.ctdOfficer-i4 {
	background: url(../image/Grievance.png) 0 0 no-repeat;
}

.ctdOfficer-i5 {
	background: url(../image/icon-9.png) 0 0 no-repeat;
}

<!--
Jubin -->.hp.r1 {
	color: #1b6db4;
}

.hp.r2 {
	color: #79a314;
}

.hp.r10 {
	color: #8057c9;
}

.hp.r6 {
	color: #d73f3d;
}

.hp.r7 {
	color: #b1732b;
}

.hp.r8 {
	color: #f79300;
}

.hp.r4 {
	color: #37a2d8;
}

.hp.r3 {
	color: #ff6b9b;
}

.hp.r5 {
	color: #ec9f03;
}

.hp.r9 {
	color: #6a8989;
}

.homeGrid {
	cellpadding: 2;
	cellspacing: 2;
	margin-top: 10px;
	text-align: center;
}

.welcomeHm {
	margin: 0px 0px 10px 0px;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	background-color: #d9edf7;
	border-top: 1px solid #d3dfdb;
	border-bottom: 1px solid #d3dfdb;
}

.welcomeHm font {
	color: #3a87ad
}

.welcomeHm-r {
	float: right;
	width: 95px;
	height: 26px;
	background-color: #3987ad;
	text-align: center;
}

.welcomeHm-r:HOVER {
	background-color: #265790;
}

.welcomeHm-r a {
	color: #FFF;
	text-decoration: none;
}

.submit {
	height: 25px;
	color: #DEDEDE;
	padding: 0px 15px 0px 15px;
	border: 0px;
	margin: 0px;
	/* border-left: 1px solid #024968;
	border-right: 1px solid #024968; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
	{
	padding-right: 5px;
	padding-left: 5px;
}

/* Old CSS */
.uline {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #42b0eb), color-stop(1, #218ed7));
	background: -moz-linear-gradient(center top, #42b0eb 5%, #218ed7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b0eb',endColorstr='#218ed7');
	background-color: #218ed7;
	padding: -3px 0px;
	text-decoration: none;
	/* font-size: 13px; */
	border-radius: 0px;
	line-height: 33px
}


/* Added by Smita  */
/* For NewRehomeDealer.jsp  */
.panel-primary {
	border: #ffffff 5px solid;
	border-radius: 0px;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-primary>.panel-body {
	width: 100%;
	background-color: #efefef;
	padding: 4px 5px 7px 5px;
}
.listyle {
	list-style-type: none;
	padding: 5px 5px 5px 18px;
	background-color: #efefef;
	border-bottom: #d9d8d8 1px solid;
	background: url(../images/marker.png) 0 8px no-repeat
}

.aStyle {
	color: #1e1e1e;
	text-decoration: none;
	/* font-size: 13px; */
	background-color: #efefef;
}
/* End for NewRehomeDealer.jsp */
/* For new e-Payment jsp*/
.newePaymentDiv {
	height: 370px;
	/* border : ridge; */
	/* padding : 5px 0px 50px 10px; */
}

.paymentpanelwidth {
	width: 100%
}
/* End for e-Payment jsp*/
/* For new NewReechallan.jsp */
/* CSS for fonts inside table not commiting */
td {
	padding: 2px 2px 2px 3px;
}
#msg {
	color: #EC5243;
}
/* End */
.challanheader {
	/* font-family: sans-serif; */
	/* font-size: 14px; */
	text-align: left;
	background-color: #37A9E9;
	border: #ffffff 2px solid;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
}
.newWinSpace {
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 98%;
}
/* old css */
.form101_textf {
	/* font-family: Arial, Helvetica, sans-serif color :    #3d1f00; */
	/* font-size: 12px; */
	color: #000;
	border: #34a7e8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

select {
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	font-size: 12px;
	color: #000;
	border: #34a7e8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.outLine {
	border-collapse: collapse;
	border: thin;
	border: 1px #ffffff solid
}

/* End old css */
/* End for NewReechallan.jsp */
/* For viewpaymentInfo.jsp */

/* End for viewpaymentInfo.jsp
/* End by Smita*/
.account-wall {
	margin-top: 20px;
	padding: 40px 0px 20px 0px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.tableheading {
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	text-align: left;
	font-weight: normal;
	/* color: black; */
	font-weight: bold
}

.jsTable {
	height: 80px;
	width: 98%;
	border: 1px;
	border-style: solid;
	border-color: #754719;
}

.headingTop {
	height: 20px;
	position: relative;
	/* FONT-SIZE: 13px; */
	color: #3d1f00;
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	text-align: left;
}

.commonDivClass {
	/* font-size: 13px; */
	float: right;
	width: 100%;
	background: #efefef;
	/* border: #EAEAEA 5px solid; */
	margin-bottom: 10px;
}

.scrollablediv {
	height: 400px;
	border: 0 #ccc solid #999;
	/* font-size: 12px; */
	font-weight: lighter;
	letter-spacing: 0;
	text-align: justify;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	overflow: auto;
	clip: rect();
	cursor: auto
}

.gridscrolldiv {
	margin-left: 20px;
	width: 770px;
	height: 400px;
	border: 0 #ccc solid #999;
	/* font-size: 12px; */
	font-weight: lighter;
	letter-spacing: 0;
	text-align: justify;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	overflow: auto;
	clip: rect();
	cursor: crosshair
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: inherit;
	color: #FFF;
	border: 0;
	background-color: #37A9E9
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 8px;
	border: 0;
}

.maqOnly {
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	text-align: left;
	font-weight: normal;
	color: black;
	font-weight: bold;
	border: 1px solid #34A7E8
}

.rewamppIconLogin {
	background: url(../images/h-icon1.png) 100% -5px no-repeat
}

.rewamppIcon1 {
	background: url(../images/h-icon2.png) 100% -5px no-repeat
}

.rewamppIcon2 {
	background: url(../images/h-icon3.png) 100% -5px no-repeat
}

.rewamppIcon3 {
	background: url(../images/h-icon4.png) 100% -5px no-repeat
}

.rewamppIcon4 {
	background: url(../images/h-icon5.png) 100% -5px no-repeat
}
.rewamppIcon6 {
	background: url(../image/heading-icons-map.png) 100% -5px no-repeat
}
.rewamppIcon5 {
	background: url(../images/icon2.png) 100% -5px no-repeat;
}

.topHeading {
	padding: 15px;
	padding-left: 10px;
	padding-bottom: 7px;
	background: #d3d3d3
}

.classGreen {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #5264c4;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.classBlack {
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #eb7728;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.classBrown {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #5cb85c;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.class1 {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #c25975;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.class2 {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #f0ad4e;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.class3 {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #7d669e;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.class4 {
	color: #fff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #2c9676;
	color: #ffff;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.class5 {
	color: #ffffff;
	background-color: #EC5243;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
	padding: 5px;
}

.class6 {
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	border: #ffffff 0px solid;
	background-color: #467088;
	font-weight: bold;
	border-bottom: 1px solid #C3CCCC;
}

.form101_textf1 {
	/* font-size: 12px; */
	color: #000;
	border: #34a7e8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%
}

.form101_commoditycombo1 {
	/* font-size: 12px; */
	width: 100%;
}

.afterLoginHeading {
	background-color: #3884AB;
	border: #ffffff 5px solid;
	border-radius: 0px;
	color: white
}

.navbar-brand {
	float: left;
	height: 0px;
	padding: 0 15px;
	/* font-size: 13px; */
	line-height: 20px;
}
.regFormLabel {
	font-family: arial, sans-serif;
	/* font-size: 12px; */
	color: #000;
	width: 150px;
	border: #34a7e8;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.noPaading{
	padding: 0px 0px 0px 0px;
}
.nav {
	/* width: 960px; */
    margin: 0;
    padding: 0;
    line-height: 100%;
    border-top: #183d6c 0px solid;
    border-left: #183d6c 0px solid;
    border-right: #183d6c 0px solid;
    /* font-size: 13px; */
}
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px
}
@media ( min-width :768px) {
	.navbar-nav {
		float: right;
		margin: 0
		
	}
	
	.navbar-nav>li:last-child{
	border-right:0 ! important;
	}
	.navbar-nav>li:first-child{
	border-left:0 ! important;
	}
	.navbar-nav>li>a {
		/* padding-top: 5px;
    	padding-bottom: 5px */
	}
}
.nav>li>a {
    position: relative;
    display: block;
    /* padding: 20px 10px; */
    padding: 20px 10px;
}
.glyphiconNew {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', 'Glyphicon', 'Glyphicons';
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#demo-wrapper {
    background:#EEE;
    margin: 80px auto 100px;
    overflow: hidden;
    padding: 10px;
    width: 550px;
    border-radius: 10px;
	border: 1px solid #444444;
	color:#000;
	line-height: 20px;
	/* font-size: 13px; */
	font-family:Arial, Helvetica, sans-serif;
}
.jfontsize-button {
    padding: 0;
    border: solid 1px #3987AD;
}

.jfontsize-button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
    border: solid 1px #333;
}

.jfontsize-disabled, .jfontsize-disabled:hover {
    color: #aaa;
    border: solid 1px #eee;
    background: #eee;
}
.modal-footer {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.down-links-right {
	float: right;
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
	/* width: 40%; */
	text-align: right;
	padding-right: 0px;
}

.down-links-right a {
	color: #ffffff;
	text-decoration: none;
	/* font-size: 12px; */
}

.down-links-right a.skip {
	color: #ffffff;
	text-decoration: none;
	/* font-size: 12px; */
	background: url(../image/img-skip.png) 0 1px no-repeat;
	padding-left: 18px;
}

.down-links-right a.oldVers {
	color: #ffffff;
	text-decoration: none;
	/* font-size: 12px; */
	background: url(../image/sync1.png) 0 1px no-repeat;
	padding-left: 18px;
}
.down-links-right a.compatibility {
	color: #ffffff;
	text-decoration: none;
	/* font-size: 12px; */
	background: url(../image/icon-browser.png) 0 1px no-repeat;
	padding-left: 18px;
}

.down-links-right a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.theme{
display: inline-block;
    margin: 2px 2px 4px 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    list-style: none !important;
    vertical-align: middle;
    border: #A9A9A9 1px solid
}

.themeBl{
	background-color: #3699D6;
}
.themeOr{
	background-color: #803CC7;
}
.themeGe{
	background-color: #34A853;
}
.navbar-toggle {
    position: relative;
    padding: 3px 3px;
    border: 1px solid #337AB7;
    background-color: #DDD;
    float: right;
    margin-top: -36px;
    margin-right: 10;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.noPaading-LR{
	padding-left: 0;
	padding-right: 0
}
.footerText{
	line-height: 15px;
    padding-top: 5px;
}
.footerView{
	padding-left: 72px;
    padding-top: 4px;
}
.panel-primary>.panel-heading {
    font-size: 14px;
}

.formheading {
	/* line-height: 32px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #34A7E8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #42b0eb), color-stop(1, #218ed7));
    background: -moz-linear-gradient(center top, #42b0eb 5%, #218ed7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b0eb',endColorstr='#218ed7');
    background-color: #218ed7;
    text-align: start;
    padding-left: 5px;
    border: #ffffff 5px solid; */
}

.submit {
	/* color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4; */
}
.head {
	line-height: 32px;
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	width: 100%;
	height: 40px;
	background-color: #34A7E8;
	border: #ffffff 3px solid;
	text-align: start;
}

.heading {
	line-height: 32px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 5px;
	width: 100%;
	height: 40px;
	background-color: #34A7E8;
	border: #ffffff 3px solid;
	text-align: start;
}
.tabl {
	/* font-size: 13px; */
	width: 100%;
	background: #efefef;
	border: #FFFFFF 1px solid;
	margin-bottom: 10px
}
.tablebody3 {
	font-size: 13px;
	float: right;
	width: 100%;
	background: #efefef;
	border: #ffffff 5px solid;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	/* margin: 0 auto;
	padding: 20px 2px; */
	color: #ececec;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #163f6d
		), color-stop(1, #3e6590));
	background: -moz-linear-gradient(center top, #163f6d 5%, #3e6590 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#163f6d',
		endColorstr='#3e6590');
	background-color: #163F6D;
	line-height: 14px;
    padding-bottom: 38px;
    font-weight: normal;
    font-size: 11px;
}

.tablerowhead {
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	color: #fff;
	background-COLOR: #37A9E9;
	font-weight: normal;
	text-align: center;
	height: 14px
}
.tablebody {
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	color: white;
	background-color: #37A9E9;
	border-color: #024968;
}
.submit {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.logoClass{
background: url(../images/logo-small.png) 0 1px no-repeat;	
}
.tablerowhead {
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	color: #fff;
	background-COLOR: #37A9E9;
	font-weight: normal;
	text-align: center;
	height: 14px
}
.tablebody {
	/* font-size: 12px; */
	font-family: Arial, Helvetica, sans-serif color :    #3d1f00;
	color: white;
	background-color: #37A9E9;
	border-color: #024968;
}
.formheading {
	line-height: 32px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #34A7E8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #42b0eb), color-stop(1, #218ed7));
    background: -moz-linear-gradient(center top, #42b0eb 5%, #218ed7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b0eb',endColorstr='#218ed7');
    background-color: #218ed7;
    text-align: start;
    padding-left: 5px;
    border: #ffffff 5px solid;
}
.head {
	line-height: 32px;
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	padding: 0;
	width: 100%;
	height: 40px;
	background-color: #34A7E8;
	border: #ffffff 3px solid;
	text-align: start;
}

.heading {
	line-height: 32px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 0px 5px;
	width: 100%;
	height: 40px;
	background-color: #34A7E8;
	border: #ffffff 3px solid;
	text-align: start;
}
.tabl {
	font-size: 13px;
	width: 100%;
	background: #efefef;
	border: #FFFFFF 1px solid;
	margin-bottom: 10px
}
.ackheadingnew {
	padding-top: 15px;
	font-size: 28px;
	font-family: arial, sans-serif;
	font-style: normal;
	font-variant: inherit;
	font-weight: bold;
	color: #484848;
}
.acktabl {
	font-size: 13px;
	color: #000;
	background-color: #f8f8f8;
	border-color: #1E1E1E;
	border-style: solid
}

.ackinnertab {
	font-size: 13px;
	color: #000;
	background-color: #f8f8f8;
	border-style: solid
}
.CTD_LOGO_ACK {
	position: absolute;
	width: 65px;
	height: 75px;
	margin-left: 20px;
}
.ackheadingnew1 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

.SubHeading1 {
	font-family: arial;
	font-size: 10.5pt;
	font-weight: bold;
	color: black;
	text-decoration: none
}

.Heading_ack {
	font-weight: bold;
	font-family: arial;
	font-size: 14pt;
	color: black;
	text-decoration: none
}

.SubHeading {
	font-weight: bold;
	font-family: arial;
	font-size: 11pt;
	color: black;
	text-decoration: none
}
.loginCss {
    background: url(../images/bt_submit.png) 0 0 repeat-x;
    color: aliceblue;
    font-weight: bold;
    width: 80px;
    height: 26px;
    border-color: #116d95;
    border-radius: 7px;
    margin-bottom: 3px;
}
.text_level {
	font-family: arial;
	font-size: 13px;
	font-weight: lighter;
	color: black;
	text-decoration: none
}

.Heading1_ack {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none
}

.Backgd {
	background-color: #f2f3ff
}

.Heading2_ack {
	font-family: arial;
	font-size: 10pt;
	color: black;
	font-weight: lighter;
	text-decoration: none
}
.bihrLogo{
	margin: 5px 0 0 5px;
}
.forMenu{
	float: right;
}
.form101_combo {
	font-family: arial, sans-serif;
	font-size: 12px;
	word-wrap: break-all;
    white-space: -moz-pre-wrap;
    /* white-space: pre-wrap; */
    width: 150px;
    display: inline-block;
}
.captchBox{
	width: 85px;
    background: #ffffff;
    height: 24px;
    vertical-align: top;
    
}
@media (max-width: 1199px) {
	.nav>li>a {
	    position: relative;
	    display: block;
	    /* padding: 20px 10px; */
	    padding: 20px 2px;
	}
}
@media (max-width: 991px) {
	.nav>li>a {
	    position: relative;
	    display: block;
	    /* padding: 20px 10px; */
	    padding: 20px 2px;
	}
	.fontSizeM{font-size: 9px;}
}
@media (max-width: 767px) {
	.news-r{display:none;}
	.forMenu{float: none;}
	.fontSizeM{font-size: 13px;}
	.nav>li>a {
	    position: relative;
	    display: block;
	    /* padding: 20px 10px; */
	    padding: 20px 10px;
	}
}