body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #8DEAD7;
	/*background-color: #00c19a;*/
  color: #015659;
}

a img {
	border: 0;
}

a {
  outline: 0;
}

a:link {
	color: #0f6060;
	text-decoration: underline;
}

a:visited {
	color: #0f6060;
	text-decoration: underline;
}

a:hover {
	color: #0f6060;
	text-decoration: underline;
}

a:active {
	color: #0f6060;
	text-decoration: underline;
}

#wrapper {
	width: 940px;
	margin: 0 auto 0 auto;
	background-color: #00c19a;
}

#header {
	height: 165px;
  background-image: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #00aab0;
}


.tool {
	padding: 5px;
	display: none;
}

#gp-results #gpDistricts {
	display: block;
}


#district-results #districtDistricts {
  display: block;
}

#menu {
	clear: both;
	float: left;
	width: 200px;
	margin: 10px;
  background-image: url(../images/karnataka.jpg);
  background-repeat: no-repeat;
  background-position: 58px 14px;
  min-height: 400px;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
  color: #cef1d0;
}

#content {
	float: left;
	width: 700px;
	margin: 10px;
       margin-top: 25px;
	/* min-height: 600px; */
}

#footer {
  margin-top: 20px;
  border-top: 1px solid;
  padding: 10px;
  font-size: 8pt;
	clear: both;
}

.cl {
	clear: both;
}

.menuItemTitle {
	font-weight: bold;
}

.menuItemDetail {
	display: none;
}

.label {
	float: left;
	clear: both;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}

.widget {
	float: left;
}

.dataTable {

}

.dataTable td {
	border: 1px solid #ccc;
	padding: 5px;
}

.breadcrumbs {
  text-align: right;
}

#tabs {
  clear: both;
}


#toolbars ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#toolbars li {
  margin:0;
  padding: 0;
  float: left;
  list-style: none;
  margin-right: 5px;
  font-weight: bold;
}

#toolbars li a:link, #toolbars li a:visited, #toolbars li a:hover, #toolbars li a:active {
  border: 1px solid #039477;
  background-color: #a2bb98;
  color: #039477;
  padding: 5px;
  padding-bottom: 0;
}

#toolbars li.ui-tabs-selected a:link, #toolbars li.ui-tabs-selected a:visited, #toolbars li.ui-tabs-selected a:hover, #toolbars li.ui-tabs-selected a:active {
  border: 1px solid #039477;
  background-color: #039477;
  color: #CEF1D0;
  padding: 5px;
  padding-bottom: 0;
}

.ui-tabs-hide {
  display: none;
}

.ui-tabs-panel {
  background-color: #c8e9bc;
  background-image: url(../images/content-bg.jpg);
  background-repeat: repeat-x;
  border-top: 1px solid #039477;
  border-left: 1px solid #039477;
  border-right: 1px solid #039477;
  padding: 5px;
  padding-top: 40px;
}

#chart {
  background-color: #c8e9bc;
  min-height: 400px;
  padding: 10px;
  border-left: 1px solid #039477;
  border-right: 1px solid #039477;
  border-bottom: 1px solid #039477;
}

#content h1, h2 {
  margin: 0 10px 10px 10px;
  padding: 0;
}

#credit {
  float: right;
  margin-top: -23px;
  margin-right: 10px;
}

