

.navbar-nobg {
	background: none;
	background-image: none;
	background-color: transparent;	
	border-radius: 0;
	box-shadow: none;
	color: white;
	border: 0px;
}

.main-nav-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}

.main-nav {
	position:fixed;
	top:0px;
	height:40px;
	background:url(../images/overlay.png) repeat;
	width:100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	clear:both;
	z-index:999999 !important;

}

.navbar-collapse.in .nav {
	background-color: black;
	margin-top: -7px;
}


.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: rgb(255, 255, 255);
    background-color: #666;
	font-weight: bold;
}


.navbar .transparent .navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}


.table-striped {
	border-width: 1px;
	border-color: #444;
}

.table-striped > tbody > tr > td, .table-striped > thead > th {
	border-width: 1px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: black;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
   background-color: #333;
}

.table-striped > thead > tr {
	background-color: #333;
}
