#headerArea{
	width:100%;
	background:#000;
}

#header{
	height:60px;
	color:#fff;
}
#logoArea{
	float:left;
	width:400px;
	margin:14px 0 0 10px;
}
#loginArea{
	float:right;
	/*width:460px;*/
	width:auto;
	margin:14px 10px 0 10px;
}
#customer{
	float:left;
	margin:5px 10px 0 0;
}
#loginBtn{
	float:right;
	margin:7px 0 0 0;
}
#loginBtn a{
	margin:0 0 0 15px;
}


#main{
	display:flex;
}

/*Left Column-----------------------------*/
#leftColumn{
	float:none;
	height:auto;
	min-height:calc(100vh - 140px);
	padding:0 0 120px 0;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.logo{
	margin:30px 0 20px 10px;
}
#links{	
	width:90%;
	padding:30px 0 20px 20px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#links li{
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	background:url(../img/listicon.png) no-repeat;
	background-position:0 5px;
	font-size:14px;
}
#links li a{
	color:#fff;
}

#links li:nth-of-type(2){
	margin:0 0 40px 0;
}
#links li img{
	vertical-align:top;
}

#links2{
	width:90%;
	padding:30px 0 20px 20px;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#links2 li{
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	/* background:url(../img/listicon.png) no-repeat; */
	background:url(../img/listicon_red.png) no-repeat;
	background-position:0 5px;
	font-size:14px;
}
#links2 li a{
	color:#fff;
}

#links3 {
	width: 90%;
	padding: 30px 0 20px 20px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#links3 li {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	background: url(../img/listicon.png) no-repeat;
	background-position: 0 5px;
	font-size: 14px;
}

#links3 li a {
	color: #fff;
}

#links3 li:nth-of-type(2) {
	margin: 0 0 40px 0;
}

#links3 li img {
	vertical-align: top;
}

#links4 {
	width: 90%;
	padding: 30px 0 20px 20px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#links4 li {
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	background: url(../img/listicon.png) no-repeat;
	background-position: 0 5px;
	font-size: 14px;
}

	#links4 li a {
		color: #fff;
}

	/*
	#links4 li:nth-of-type(2) {
		margin: 0 0 40px 0;
	}
	*/


 	#links4 li img {
		vertical-align: top;
	}

#links5 {
	width: 90%;
	padding: 30px 0 20px 20px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

	#links5 li {
		margin: 0 0 8px 0;
		padding: 0 0 0 10px;
		background: url(../img/listicon.png) no-repeat;
		background-position: 0 5px;
		font-size: 14px;
	}

		#links5 li a {
			color: #fff;
		}

		#links5 li img {
			vertical-align: top;
		} 

#catalogSelect{
	width:50px;
	height:20px;
	background:#fff;
	color:#333;
}
#catalogSelect::before{
	top: 0.6em;
	border-top: 6px solid #999;
}
#catalogSelect select{
	height:100%;
	margin:-5px 0 0 0;
}

#Button1{
	width:50px;
	height:20px;
	margin:-5px 0 0 0;
	background:#FCAF17;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	border:none;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:12px;
}

/*Right Column-----------------------------*/

#rightColumn{
	float:none;
	width:calc(100% - 380px);
	min-height:calc(100% - 170px);
	padding:20px 30px 120px 0;
}
@media all and (-ms-high-contrast: none) {
	#rightColumn{
		width:calc(100% - 410px);
	}
}

/*whatsnew-----------*/
#whatsnew{
	float:left;
	width:calc(100% - 220px);
	margin:0 20px 15px 0;
	padding:0 0 20px 0;
	border-bottom:1px dotted #999;
}
#whatsnew dl{
	height:195px;
	margin:10px 0 0 10px;
	line-height:1.5;
	overflow-y:auto;
}
#whatsnew dt{
	clear:left;
	float:left;
	width:115px;
	padding:0 0 0 0;
	margin:0 20px 10px 0;
	text-align:right;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
}
#whatsnew dt.new{
	background:url(../img/newicon.png) no-repeat;
	background-position:0 3px;
}
#whatsnew dd{
	margin:0 0 10px 0;
	padding:0 5px 0 0;
	overflow:hidden;
}

/*Calender------------*/
.cal{
	float:left;
	width:200px;
	text-align:center;
	font-size:11px;
	font-weight:600;
	letter-spacing:-0.5px;
}
.monthly{
	float:left;
	width:200px;
}



/*Search--------------*/
#searchArea{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px dotted #999;
}
#search{
	padding:15px 10px 15px 10px;
	border:1px solid #ddd;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#searchSelect{
	width:80px;
	height:30px;
	background:#17579C;
	color:#fff;
}

#searchSelect select option{
	background:#17579C;
}
#searchSelect select:focus{
	background:#17579C;
}

#txtSrno{
	width:360px;
	height:26px;
}
#btnSearch{
	width:120px;
	height:30px;
	background:#17579C;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	border:none;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:14px;
}
#btnReset{
	width:120px;
	height:30px;
	background:#777;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	border:none;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size:14px;
}
.exp{
	font-size:14px;
	color:#999;
	font-weight:600;
}

#searchResult{
	width:100%;
	margin:10px 0 0 0;
	border-spacing:5px;
	font-size:14px;
}
#searchResult td{
	border:1px solid #ccc;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#searchResult td:nth-of-type(odd){
	width:150px;
	min-width:150px;
	padding:4px 0 3px 0;
	background:#efefef;
	text-align:center;
}
#searchResult td:nth-of-type(even){
	width:40%;
	padding:3px 0 3px 10px;
}

/*Documents-----------------*/
#documentsArea ul{
	display:flex;
	flex-wrap: wrap;
}
#documentsArea li{
	width:475px;
	height:30px;
	padding:0 0 0 0;
	margin:0 10px 5px 0;
	background-image:url(../img/listicon.png),url(../img/list_bg.png);
	background-position:10px center,top;
	background-repeat:no-repeat,no-repeat;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color:#fff;
}

#documentsArea li input[type="submit"]{
	width:100%;
	height:30px;
	padding:0 0 0 30px;
	font-size:16px;
	color:#fff;
	background:none;
	border:none;
	text-align:left;
	vertical-align:middle;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#documentsArea li input[type="submit"].aspNetDisabled{
	color:#999;
}


/*Footer--------------------------------------------*/
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	height:50px;
	padding:15px 0 15px 0;
	background:#000;
	color:#fff;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:center;
}
#footer.gray{
	background:#666;
}


#footer ul{
	margin:0 auto 10px auto;
}
#footer ul li{
	display:inline-block;
	margin:0 10px 0 10px;
	padding:0 0 0 10px;
	background:url(../img/listicon.png) no-repeat;
	background-position:0 5px;
}
#footer ul li a{
	color:#fff;
}
.copyright{
	margin:0 auto 0 0;
	font-size:10px;
	color:#999;
}

/*Accordion------------------------------------------------------*/
.accordion00 {
	margin: 0px auto 0px auto;
}
.accordion01 {
	height: 30px;
	background-color: darkblue;
	text-align: left;
	margin:auto 0 auto 20px;
}

.accordion02 {
	height: 30px;
	background-color: blue;
	text-align: left;
	vertical-align: central;
	margin: auto 0 auto 20px;
}

.accordion03 {
	text-align: left;
	background-color: white;
	line-height: 30px;
	color: black;
	margin: auto 0px auto 20px;
}

/* Accordion */
.accordionHeader {
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover {
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected {
	border: 1px solid #2F4F4F;
	color: black ;
	/*background-color: #5078B3;*/
	background-color: #FCAF17;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover {
	background: none;
	text-decoration: underline;
}

	.accordionContent {
		/* background-color: #D3DEEF; */
		background-color: #5078B3;
		border: 1px dashed #2F4F4F;
		border-top: none;
		padding: 10px;
		padding-top: 10px;
		text-align: left;
		color:white ;
	}

	.accordionContent a:hover {
		color:yellow ;
		background: none;
		text-decoration: underline;
	}

	.accordionContent a:link {
		color:white;
		background: none;
		text-decoration: none;
	}

	.accordionContent a:visited {
		color: white;
		background: none;
		text-decoration: none;
	}

	/* HyperLink aspx*/
	.HypLnk_Contents {
		color:white;
	}

	.HypLnk_Contents a:hover {
		color:white;
		background:none;
		text-decoration: underline  ;
	}
	.HypLnk_Contents a:link {
		color: white;
		background: none;
		text-decoration: none;
	}

	.HypLnk_Contents a:visited {
		color: white;
		background: none;
		text-decoration: none;
	}
