/* CSS Document */
body {
	/* background:url(../images/bg-black.jpg) repeat 0 0 #000; */
	color:#fff;
	}

* {
	border-color:#1d1d1d!important;
	}
	.wrapper, .wrapperInner, .innerbody{
	background:#000!important;
}

.customSelect { 
	position: relative !important;			
	font-size: 12px !important;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif !important; 
	float: left !important;
	margin-right: 10px !important;
	color:#000;
}		
.customSelect .selectedValue {
	width:258px !important;
	height:23px !important;
  padding: 5px 10px !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  color: #333333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
  cursor: pointer !important;
  background-color: #f3f3f3 !important;
  background-color: #f3f3f3 !important;  
  border: 1px solid #dad3d3 !important;
   /* zoom: 1 !important; */
  /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important; */
}
.customSelect .selectList {
	z-index: 100 !important;
	width:278px !important;
	position: absolute !important;
	left: -999em !important;
	top: -999em !important;
	
  padding: 5px 0 !important;
  margin: 2px 0 0 !important;
  list-style: none !important;
  background-color: #f3f3f3 !important;
  border: 1px solid #ccc !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  -webkit-background-clip: padding-box !important;
     -moz-background-clip: padding !important;
          background-clip: padding-box !important; */  
}

.customSelect.select-open .selectList {
	left: 0 !important;
	top: auto !important;
}
.customSelect .selectList dl {
	background: #f3f3f3;
	width:278px !important;
	line-height:23px !important;
}
.customSelect .selectList dl.defaultScrollbar {
	overflow-x: hidden !important;
	overflow-y: scroll !important;	
}
.customSelect dl, .customSelect dd {
	margin: 0 !important;
}
.customSelect dd {
	/* zoom: 1 !important; */
	cursor: pointer !important;
}
.customSelect .selected {
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #3d3d3d !important;
	
	}
.customSelect .selectList dd.hovered {
	background: #999 !important;
	color: #fff !important;
}
.customSelect dt {
	font-weight: bold !important;
	font-style: italic !important;
	padding: 2px 10px 2px 6px !important;
}	
.customSelect dd {
	padding: 2px 10px 2px 8px !important;
	width:260px !important;
} 
.hasJS select.custom {
	position: absolute !important;
	left: -999em !important;
}
.customSelect.focused .selectedValue {
	box-shadow: 0 0 2px #00aedb !important;
}
.customSelect.disabled .selectedValue {
	border: 1px solid #ccc !important;
	color: #ccc !important;
	cursor: default !important;
}


.customSelect .caret {
	display: inline-block !important;
	width: 0 !important;
	height: 0 !important;
	vertical-align: top !important;
	border-top: 4px solid #928888 !important;
	border-right: 4px solid transparent !important;
	border-left: 4px solid transparent !important;
	content: "";
}
.customSelect .selectValueWrap .caret {
	position: absolute !important;
	top: 16px !important;
	right: 10px !important;
	cursor: pointer !important;
}




.bodycont{
	background-color:#121212;
	border-bottom:1px solid #1d1d1d;
	border-top:1px solid #1d1d1d;
}
.bodycontmain h2{
	color:#fff;
}
.bodycontmain h2 span.arrow{
	/* background:url(../images/headarrow-black.gif) no-repeat 0 0; */
}

.abbrstateCont ul li a{
	color:#c8c8c6 !important;
}
.searchcont{
	background-color:#e8e8e8;
}
.menucont ul.nav li a{
	color:#dddad3 !important;
}
.menucont ul.nav li a:hover, .menucont ul.nav li a.active{
	color:#ccc !important;
	background-color:#1d1c1c;
}
.menucont ul.nav li a.active.home{
	background-color:#1d1c1c;
}
.bottomsec{
	border-top:1px solid #1d1d1d !important;
}
/*
.disCont{
	 background:url(../images/devidor-black.gif) no-repeat 100% 0; 
}

 
.updateCont{
	 background:url(../images/devidor-black.gif) no-repeat 100% 0;  
}
*/
.disCont h3{
	color:#a8a8a8;
}

.uppersec .contfl{
	width:21%;
	padding:0 20px;
	/*  background:url(../images/devidor-black.gif) no-repeat 100% 0; */
}

/*.formsec input{
	color:#000 !important;
}*/

.innercont ul li{
	color:#B6B6B6;
	/* background:url(../images/bulletw.png) no-repeat 0 6px;	 */
}
.innercont ul li a{
	color:#F00 !important;
}


/*form input {
	color:#fff600!important;
	
	}
form input.btn {
	color:#fff!important;
	background-color:transparent;
	}*/

a {
	color:#fff600!important;

	}

a:hover {
	color:#fff!important;
	background-color:inherit;
	}
a.light{
	color:#000 !important;
}

.innercont h2{
	color:#fff;
}
.innercont h3{
	color:#cdcdcd;
}
.container p{ color:#fff;}
.newuserSec{ color:#fff;}
.newuserSec a{ color:#3ab64c !important;}
.eventsSec ul li a{ color:#fff }

a.viewmore {
    background: none repeat scroll 0 0 #3AB64C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 7px;
}
a.viewmore:hover {
    color: #FFFFFF !important;
}
a.viewAll {
    background: none repeat scroll 0 0 #3F3E43;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 85%;
    padding: 5px 9px;
}
a.viewAll:hover {
    color: #FFFFFF !important;
}
.leftPan h2{ color:#45c683;}
.userlogSec h4, .eventsSec h3, .testimonials h3{ color:#45c683;}
.eventsSec ul li:hover a{ color:#000 !important;}
.panel-container p{ color:#000 !important;}
.leftPan p{ color:#FFF600}
.accesscont .top li{ color:#FFF600 !important;}
ul#example li a:hover{ color:#fff !important;}
.footer{ background:#1b1b1b;}
.footerLink ul li a:hover{color:#fff !important;}
input.signin[type="button"]{ color:#000;}
a.viewmore{ color:#000 !important;}
.newuserSec a{ color:#fff600 !important;}
.testimonialsText p{ color:#FFF600;}
.importantText{ color:#FFF600;}
.districtMmp{ color:#FFF600;}

.loginNav {
    background: none repeat scroll 0 0 #000;
}
.containerLogin{ background:#111111;}
.leftSection{color:#FFF600 !important;}
.loginCont{ background:#111111 !important; color:#FFF600 !important;}
.feedback{ background:#111111;}
.requiredField{ color:#FFF600}

.slide-out-div ul li a, .slide-out-div1 ul li a  {
    color: #000 !important;
}
.panel-container{ background:#28272a !important;}
.panel-container ul li{ color:#FFF600 !important;}
.tab{ background:#747474; color:#FFF600 !important;}
.tab.active{ background:#28272a; }
.tab.active a{ color:#FFF600 !important;}
.tab a.active {
    border-radius: 3px;
}
.tab a{ border-radius:3px; color:#000 !important;}
.panel-container1 {
    background:#28272a !important;

}
#vertical-ticker li a:hover{ color:#fff !important;}
.container p{color:#FFF600 !important;}
.tab1{ background:#747474;}

.heading{background:#28272a; color:#FFF600;}
#content{ background:#383838;}
.siteCounter{ color:#FFF600 !important;}
.updatedOn{ color:#FFF600 !important;}
.footerMenu{ border-bottom:1px solid #494949 !important;}
.moreSec{ color:#FFF600;}

.container-inner{ background:#484848;}
.container-inner h2 {color:#FFF600 !important;}
.container-inner p {color:#FFF600 !important;}
.rightSec{}
.rightSec h2,.rightSec h3{ color:#FFF600 !important;}
.rightSec p{ color:#FFF600 !important;}
.negpLink{ color:#FFF600 !important;}
.missionMode ul li h5{color:#FFF600 !important;}
.egovSec ul li h5{ color:#FFF600 !important;}



#footer ul.menu li a {
    color: #fff600 !important;
}
.region.region-footer-message {
color: #fff;
}

#footer { background-color:#333;
}


#header-wrapper { background-color:#000000; background-image:inherit;
}

div.acc-links {
background-color:#333;
}

.block-nice-menus {
    background-color: #333;
}



#header_menu ul ul li a {
    background-color: #333;
}

/** TAble style **/
#content table caption { background-color:#000;

}

#content table tr td {
    background-color: #333;
}
#content tbody td {
    color: #fff;
}

#content table thead tr th {
    background: -moz-linear-gradient(center top , #000000 5%, #272a27 100%) repeat scroll 0 0 #272a27;
    border: 1px solid #000000;
    color: #ffffff;
}
#header_menu ul li a:hover {
    background: none repeat scroll 0 0 #212221;
    color: #000000;
}

#header_menu ul li:hover {
    background: none repeat scroll 0 0 #212221;
}
.region-sidebar-first ul li a.active{background:#292929;}

/** Additional style **/

#block-nice-menus-6 a
{color: #000000 !important;}

.region-sidebar-first ul li a {
    background: #292929;
}
.wireframemenu2 {
    background-color: #292929;
    
}
.ticker2.modern-ticker a {
     text-shadow : none;
	 color: #000000 !important;
}









