/* ========== GENERAL ========== */

/* --top menu on mobile-- */
@media (max-width: 767px) {
.topMenu .navbar-header {
background: #b53957;
}
.topMenu.navbar-default .navbar-toggle:hover, .topMenu.navbar-default .navbar-toggle:focus {
background-color: #b53957;
}
.topMenu.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
}
/* //--end top menu on mobile-- */
/* -- header -- */
header {
	background: #b53957;
}
/* --block1-- */
.block1 h3 {
	background: #f42f24;
	color: #fff;
}
.block1 h3 a {
	color: #fff;
}
.block1 h3.block1HeaderB {
	background: #0066b3;
}
/* header 1 */
.header1 {
  background: #F4F4F4;
  border-left: 5px solid #DC6E93;
}

/* --block2-- */
.block2 h3 p, .block3 h3 p {
	color: #0066b3;	
}
.header2{
  background-color: #DC6E93;
}
footer {
	background: #DC6E93;
}
footer table td{
	border-color: #C76485!important;
}
.header3 {
	background: #DC6E93;
}
.attachLink {
	color: #DC6E93;
}

/* ========== /GENERAL ========== */





/* ========== HOME PAGE ========== */

/* --home news category-- */
.homeNewsCategory h3 a.newsCategoryHeader{
	background: #0066b3;
	color: #fff;
}
/* Category header */
.homeNewsCategory h3 a{
/* 	color: #0073bc; */
}
/* related News */
ul.relatedNews li a{
	color: #666;	
}
/* --Category list-- */
.homeNewsCategoryMore ul li {
	background: url(themeimg/bullet.png) 0 0.8em no-repeat;
}

/* --home news category-- */
.homeNews ul li {
	  background: url(themeimg/bullet.png) 0 0.7em no-repeat;
}

/* --home introduce book */
.bookIntroduces .thumbnail:hover {
	border: 1px solid #DC6E93;
}
/* ========== /HOME PAGE ========== */


/* ========== DETAILS PAGE ========== */
/* --listGroup-- */
.listGroup ul li {
    padding-left: 10px;
    background: url(themeimg/bullet.png) no-repeat scroll 0px 5px transparent;
}
/* ========== //DETAILS PAGE ========== */


/* ========== SEARCH ========== */
.lookupTerms .nav-tabs .active a, .lookupTerms .nav-tabs .active a:hover, .lookupTerms .nav-tabs .active a:focus {
	border: 1px solid #EBCCD1;
	border-bottom-color: transparent;
}
.lookupTerms .nav-tabs, .lookupTerms .nav-tabs>li>a, .lookupTerms .nav-tabs>li>a:hover {
	border-bottom: 1px solid #EBCCD1;
}
/* document details */
.lookUpResultTable .panel-body .table a {
	color: #a94442;
}
#lookupGuide.lookupGuide {
	background-color: #FFFCD5;
	color: #8C7743;
}

/* ========== //SEARCH ========== */

