h1, h2, h3, h4, h5, h6 
{
	color: #000000;	
}
div.container {
    /*width: 90%;*/
}

div.container form{
    float: right;
}

.topbar a:focus {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
  outline:none;
}


.topbar h3.active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-unit {
	margin-top: 0;
	padding: 40px;
}

.page-header{
   /* background-color: #F5F5F5;*/
    /*padding: 20px 20px 10px;*/
    box-shadow: none;
    border:none;
}

.pagination a
{
	padding: 0 10px;
	line-height: 26px;
}


div.topbar div.fill div.container > ul.menu-page > li:hover > a
{
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;	
}

div.topbar div.fill div.container > ul.menu-page > li.active:hover > a
{
	background-color: rgba(0, 0, 0, 0.5);
}

div.topbar div.fill div.container > ul.menu-page > li:hover > ul
{
	display: block;
}

div#menu 
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10
}

table.bootstrap th 
{
	border-bottom-width: 1px;
}

label 
{
	float: none;
	width: inherit;
}
.row {
    margin-bottom: 18px;
    margin-left: 0;
}
.row .span8 {
	width: 48%;

}
.row .span4  {
	width: 23%
}