﻿
/**** Bootstrap overwrites ********/

/* navigation */

/*body { padding-top: 40px; }
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}*/


body{ background-color:#4A4A4A}
a{ color:#ffffff;}

a:hover,
a:focus {
 
  text-decoration: none;
}

#navbar{background-color: #000000; min-height:38px;
    background-image: url(../images/navbg.jpg); color:#131313; background-repeat:repeat;}
	
.navbar { margin-bottom: 0;}
.navbar .navbar-inner {
    background-color: #000000; min-height:38px; padding-right:0px; padding-left:0px;
    background-image: url(../images/navbg.jpg); color:#131313; background-repeat:repeat;
    border:0px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
   
  }

.navbar .nav > li {
   padding-left:0px; padding-right:0px;
  font-size:12px; text-transform:uppercase;  
  font-weight:normal; font-family: Cambria;
}

.navbar .nav > li > a {
    text-shadow:none;    
	padding: 10px 10px 10px;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color:#0D93DC;
}

.navbar .nav > .active > a{
  text-decoration: none;
  background-color: transparent;
  color:#0D93DC;
}
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus{
  text-decoration: none;
  background-color: transparent;
  color:#0D93DC;
}


.navbar #brand { 
 
  
  color: #ffffff;
  text-shadow: none; text-transform:none;
  background:url(../images/logo.jpg) left center no-repeat;
   
 
}

/*.navbar .brand img{ padding-top:0px; margin-top:0px; vertical-align:top}*/

.pull-center {
        text-align: center;
    }
   

/*tables */

.table-bordered {  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}

.table th {
  font-weight:normal; color:#ffffff; background:#4D4D4F; border-color:#ffffff; text-align:center;
  text-transform:uppercase;
}
.table td {   text-align:center;}

.table-bordered thead:first-child tr:first-child > th:first-child{ border-color:#4D4D4F}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}


/*form elements */

form {padding-bottom:0px; margin-bottom:0px}
 .input-xmini{  width:22px;} /*use in combiantion with mini*/
 .input-mini{ color:#646363; background-color:#E6E7E8}
 .input-small{ color:#646363; background-color:#E6E7E8}
 .input-medium{ color:#646363; background-color:#E6E7E8}
 .input-large{ color:#646363; background-color:#E6E7E8}
 .input-xlarge{ color:#646363; background-color:#E6E7E8}
 .input-xxlarge{ color:#646363; background-color:#E6E7E8}

 select{ font-size:12px; height:26px; background-color:#E6E7E8}
 
/** others **/
.container a { text-decoration:none}



