@charset "utf-8";
body{
	background-image:url(../images/llb/llb_bkg.jpg);
	background-position:0 0;
	background-repeat:repeat;		
}
h1{ margin-bottom:15px;}
#contentWrap h1{ color:#411141;}
#content{
	text-align:justify;
	font-size:1.125em;
	padding-top:30px;
}
#content a{
	color:#951717;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
#content h2{
	color:#333;
	font-size:1.250em;
	margin-bottom:15px;
	font-weight: bold;
}
#content h3{
	color:#333;
	font-size:1.176em;
	margin-bottom:15px;
	font-weight: bold;
}
#content h4{
	color:#333;
	font-size:1.08em;
	margin-bottom:15px;
	font-weight: bold;
}
#content h5{
	color:#333;
	font-size:1em;
	margin-bottom:15px;
	font-weight: bold;
}
#content p{
	margin-bottom:30px;
}
#content hr {
	border: 0;
    border-top: 1px solid #eaebed;
    margin: 30px 0;
}
#content p + hr{
	margin-top:0;
}
#content ol{
	list-style-type:decimal;
	margin:0 0 30px 30px;
}
#content ol.lowerAlpha{
	list-style-type:lower-alpha;
}
#content ol.upperAlpha{
	list-style-type:upper-alpha;
}
#content ol.lowerRoman{
	list-style-type:lower-roman;
}
#content ol.upperRoman{
	list-style-type:upper-roman;
}
#content ol.decimal, #content ol.decimal > li > ol, #content ol.decimal > li > ol > li > ol{
	list-style: none;
}
#content ol.decimal > li{
	position: relative;
	padding-left: 40px;
}
#content ol.decimal > li > ol > li{
	position: relative;
	padding-left: 50px;
}
#content ol.decimal > li > ol > li > ol > li{
	position: relative;
	padding-left: 60px;
}
#content ol.decimal > li:before, #content ol.decimal > li > ol > li:before, #content ol.decimal > li > ol > li > ol > li:before{
	position: absolute;
	top: 0;
	left: 10px;
}
#content ol.decimal{
	counter-reset: section;
	margin-left: 0;
}
#content ol.decimal > li > ol{
	counter-reset: subsection;
}
#content ol.decimal > li > ol > li > ol{
	counter-reset: subsection2;
}
#content ol.decimal > li:before{
	counter-increment: section;
	content: counter(section) ". ";
}
#content ol.decimal > li > ol > li:before{
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) " ";
}
#content ol.decimal > li > ol > li > ol > li:before{
	counter-increment: subsection2;
	content: counter(section) "." counter(subsection) "." counter(subsection2) " ";
}
#content ol>li{
	padding-left:10px;
	margin-top:10px;
}
#content ol>li:first-child{
	margin-top:0;
}
#content ul{
	margin-bottom:30px;
	/*display:table;*/
	/* list-style-type: disc;
	color:#f16e36;
	margin-left:20px; */
}
#content ol>li>ul, #content ul>li>ul{
	margin:15px 0 20px;
}
#content ol>li>ol, #content ul>li>ol{
	margin-top:20px;
	margin-bottom:20px;
}
#content ul>li{
	padding-left:25px;
	margin-top:10px;
	position:relative;
	color:#333;
	/* font-size: 0.938em; */
}
#content ul>li:first-child{
	margin-top:0;
}
#content ul>li:before{
	position:absolute;
	content:"";
	width:5px;
	height:5px;
	border-radius:5px;
	background-color:#f16e36;
	content:"";
	top:0.6em;
	left:7px;
}
#content ul.horizList li{ float:left; margin-top:0; margin-left:20px;}
#content ul.horizList li:first-child{ margin-left:0;}
#content ol h1, #content ol h2, #content ol h3, #content ol h4, #content ol h5, #content ol p,
#content ul h1, #content ul h2, #content ul h3, #content ul h4, #content ul h5, #content ul p{
	margin:15px 0;
}
#content img{max-width:100%; /*width:100%\9;*/ height:auto;}
#content .remarks{font-size:75%;}
#content img.fixSize{max-width:none;}
#content .u_line{text-decoration:underline;}
#content .fleft_img{
	float:left;
	margin:0 20px 20px 0;
}
#content .fright_img{
	float:right;
	margin:0 0 20px 20px;
}
#content .color-red{color:#ff0000;}
/********* Table *********/
#content div.tableResponsive{
	overflow-x: auto;
	margin-bottom: 20px;
	clear: both;
}
#content table{
	width:100%;
	margin-bottom:30px;
}
#content table th, #content table.noBorder table:not(.noBorder) th{
	background-color:#fff;
	color:#333;
	padding:10px 20px;
	text-align:left;
	border: 1px solid #ccc;
	vertical-align:top;
}
#content table th a{
	color: #ffffff;
}
#content table td, #content table.noBorder table:not(.noBorder) td{
	color:#333;
	padding:10px 20px;
	border: 1px solid #ccc;
	vertical-align:top;
	text-align:left;
}
#content table td.ehd3, #content table td.chd3{
	color:#fff;
}
#content table td a{word-break:break-word;}
#content table td.subHeader{
	background-color:#fff;
	color:#333;
	padding:10px 20px;
	font-weight:bold;
}
#content table tr.highlight td{
	font-weight: bold;
    background: #f9f9f9;
}
#content table.colorTable1 th, #content table.noBorder table.colorTable1:not(.noBorder) th{
	background-color:#ffeedc;
	color:#bc4501;
	border: 1px solid #e8bf93;
}
#content table.colorTable1 td, #content table.noBorder table.colorTable1:not(.noBorder) td{
	border: 1px solid #e8bf93;
}
#content table.colorTable1 td.subHeader{
	background-color:#fff9f3;
}
#content table.colorTable1 tr.highlight td{
	color: #bc4501;
}
#content table.colorTable2 th, #content table.noBorder table.colorTable2:not(.noBorder) th{
	background-color:#d7ebff;
	color:#03519f;
	border: 1px solid #a5bcd3;
}
#content table.colorTable2 td, #content table.noBorder table.colorTable2:not(.noBorder) td{
	border: 1px solid #a5bcd3;
}
#content table.colorTable2 td.subHeader{
	background-color:#f1f8ff;
}
#content table.colorTable2 tr.highlight td{
	color: #03519f;
}
#content table.colorTable3 th, #content table.noBorder table.colorTable3:not(.noBorder) th{
	background-color:#fffcdc;
	color:#9f5e01;
	border: 1px solid #dabf6c;
}
#content table.colorTable3 td, #content table.noBorder table.colorTable3:not(.noBorder) td{
	border: 1px solid #dabf6c;
}
#content table.colorTable3 td.subHeader{
	background-color:#fffef3;
}
#content table.colorTable3 tr.highlight td{
	color: #9f5e01;
}
#content table.colorTable4 th, #content table.noBorder table.colorTable4:not(.noBorder) th{
	background-color:#dbf5f2;
	color:#00695f;
	border: 1px solid #93c0bb;
}
#content table.colorTable4 td, #content table.noBorder table.colorTable4:not(.noBorder) td{
	border: 1px solid #93c0bb;
}
#content table.colorTable4 td.subHeader{
	background-color:#f2fbfa;
}
#content table.colorTable4 tr.highlight td{
	color: #00695f;
}
#content div.tableResponsive table{
	margin-bottom: 0;
	width: 99.99%;
}
.dropdownWrap{ margin-bottom:20px;}
.dropdownWrap select, .dropdownWrap a, .dropdownWrap > span, .dropdownWrap > label{ float:left; margin-left:10px;}

a.btn_common{display:inline-block; background-color:#d94f2b; color:#fff!important; font-size:0.813em; padding:3px 20px 3px 10px; border-radius:3px; -webkit-transition: background-color .2s ease 0s; transition: background-color .2s ease 0s; text-decoration:none!important; position:relative;}
a.btn_common:after{
	content:'';
	position:absolute;
	right:8px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	height:0;
	width:0;
	display:block;
	border:5px transparent solid;
	border-right-width:0;
	border-left-color:#fff;
}
a.btn_common:hover{background-color:#9f0f9f;}
.newsTable th{ width:20%;}
#content table.plainTable th, #content table.plainTable td, #content table.noBorder th, #content table.noBorder td{border:none;}
#content table.noWidth{width:auto;}
#content table.noMargin{margin:0;}
.pressTable{}
.pressTable .dateHD{ width:20%;}

#content table.autoWidth{width:auto !important;}
#content table.alignCenter{margin:0 auto;}
#content table.noPadding td{padding:0;}

table td table.plainTable td{ padding:0 0 10px 0!important;}

#content .alertWrap{
	border:1px solid #93c0bb;
	background-color:#dbf5f2;
	color:#00695f;
	padding:20px;
	margin-bottom:30px;
	text-align:left;
}
#content .alertWrap p:last-child{
	margin-bottom:0;
}
#content table.bioTable{
	max-width:680px;
	margin:0 auto;
}
#content .bioHead, #content .bioFooter{ max-width:680px; margin:0 auto;}

/********* Color Button *********/
#content a.colorBtn{
	position:relative;
	display:inline-block;
	text-decoration:none;
}
#content a.colorBtn:after{
	position:absolute;
	content:"";
	border:1px solid;
	border-left:0;
	border-bottom:0;
	width:8px;
	height:8px;
	transform:translateY(-50%) rotate(45deg);
	top:50%;
	right:10px;
}
#content a.colorBtn1{
	background-color:#ffeedc;
	color:#bc4501;
	padding:5px 25px 5px 10px;
}
#content a.colorBtn1:after{
	border-color:#bc4501;
}
#content a.colorBtn1:hover{
	background-color:#bc4501;
	color:#ffeedc;
}
#content a.colorBtn1:hover:after{
	border-color:#ffeedc;
}
#content a.colorBtn2{
	background-color:#d7ebff;
	color:#03519f;
	padding:5px 25px 5px 10px;
}
#content a.colorBtn2:after{
	border-color:#03519f;
}
#content a.colorBtn2:hover{
	background-color:#03519f;
	color:#d7ebff;
}
#content a.colorBtn2:hover:after{
	border-color:#d7ebff;
}
#content a.colorBtn3{
	background-color:#fffcdc;
	color:#9f5e01;
	padding:5px 25px 5px 10px;
}
#content a.colorBtn3:after{
	border-color:#9f5e01;
}
#content a.colorBtn3:hover{
	background-color:#9f5e01;
	color:#fffcdc;
}
#content a.colorBtn3:hover:after{
	border-color:#fffcdc;
}
#content a.colorBtn4{
	background-color:#dbf5f2;
	color:#00695f;
	padding:5px 25px 5px 10px;
}
#content a.colorBtn4:after{
	border-color:#00695f;
}
#content a.colorBtn4:hover{
	background-color:#00695f;
	color:#dbf5f2;
}
#content a.colorBtn4:hover:after{
	border-color:#dbf5f2;
}
#content a.colorBtn + a.colorBtn{
	margin-left:10px;
}
#content a.page_btn{
	margin: 0 10px;
}
#content a.page_btn.selected{
	font-weight: bold;
	text-decoration: underline;
}

.licneseBlue{
	color: #0000EE!important;
}