/* CSS Document */
body {
	background:#000!important;
	color:#fff;
	}

* {
	border-color:#e2e2e2!important;
	color:#fff!important;
	}

.wrapper{background:#000!important;}

.header{background:#000!important;
        color:#fff;}
		
.main-wrapp{background:#000!important;
            color:#fff;}	
			
.container{background:#000!important;
            color:#fff;}				

.panel{background:#000!important;
       color:#fff;}

.content-wrapper{background:#000!important;
            color:#fff;}
.area_container{background:#000!important;
            color:#fff;}


.form-control{color:#555!important;}


input[type="submit"]{color: #424242!important;}

a {
	color:#fff600!important;
	background-color:inherit;
	}

a:hover {
	color:#fff!important;
	background-color:inherit;
	}
/*list styles*/
ul.lists li {
	background-image:url(../images/high/blts.gif)!important;
	}
ul.lists li a {
	color:#fff600;
	background-color:transparent;
	}
ul.lists li a:hover {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	}
/*list styles*/


#topPanel ul li {
	color:#fff600!important;
	background-color:transparent;
	}
#topPanel ul li a.language {
	background:url(../images/high/language.gif) no-repeat 0 4px;
	}

#topPanel ul li a.dark {
	width:18px;
	height:18px;
	background:#000000;
	color:#FFFFFF;
	border:1px solid;
	}
#topPanel ul li a.light {
	width:18px;
	height:18px;
	background:#fff!important;
	color:#000!important;
	border:1px solid;
	}

#mainBody {
	background-image:none;
	background-color:#000!important;
	}

/*style for top panel start here*/
#topPanel {
	background:#000;
	color:#fff;
	}


a.more {
	background:url(../images/high/blt-dark.gif) no-repeat 0 6px;
	background-color:inherit;
	padding:0 0 0 11px;
	}
a.more:hover {
	color:#fff!important;
	background-color:inherit;
	}

.footer2 { background-color:#000!important;}

.panel-part{ background-color:#000;}
.section-top-wrapper{ background-color:#000;}




/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/*.bodyPanel h3 {
	font:bold 1.5em/1.25em Georgia, "Times New Roman", Times, serif;
}*/