.navbar .brand {
  color:#eee;
  text-shadow:#777777 0 1px 0;
}

.navbar-inverse .navbar-inner {
  background-color: #7c5706;
  background-image: -moz-linear-gradient(top, #7c5706, #986d0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7c5706), to(#986d0f));
  background-image: -webkit-linear-gradient(top, #7c5706, #986d0f);
  background-image: -o-linear-gradient(top, #7c5706, #986d0f);
  background-image: linear-gradient(to bottom, #7c5706, #986d0f);
  background-repeat: repeat-x;
  border-color: #7c5706;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7c5706', endColorstr='#ff986d0f', GradientType=0);
  color:#eee;
}

.navbar .nav > li > a {
  color:#eee;
  text-shadow:#ccc 0 0 0;
}

.navbar .operations > li > a {
  color:#1d2e7b;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #7c5706;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #7c5706;
}

.navbar-inverse .navbar-search .search-query {
  background-color:#dedede;
  border-color:#dedede;
  color:#111111;
}

.navbar-inverse .divider-vertical {
  border-right-color: #39436d;
  border-left-color: #20317d;
}

a, a:hover, .sidebar-nav ul > li > a, .sidebar-nav ul > li > a:hover, .summary-number {
	color: #7c5706;
}

ul.yiiPager > li > a{
	color: #7c5706!important;
	
}

ul.yiiPager .selected a {
  background-color: #7c5706;
  background-image: -moz-linear-gradient(top, #7c5706, #986d0f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7c5706), to(#986d0f));
  background-image: -webkit-linear-gradient(top, #7c5706, #986d0f);
  background-image: -o-linear-gradient(top, #7c5706, #986d0f);
  background-image: linear-gradient(to bottom, #7c5706, #986d0f);
  background-repeat: repeat-x;
  border-color: #7c5706;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7c5706', endColorstr='#ff986d0f', GradientType=0);
  color:#DEDEDE !important;
  text-shadow:#CCCCCC 0 0 0;
  font-weight:bold;
}

.portlet-decoration{
	border-bottom:1px solid #F5ECCE;
	background-color: #F5ECCE;
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#F5ECCE', endColorstr='#F5ECCE', GradientType=0);
	padding:10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background:#F5ECCE;
}

.tb-menu tr td:hover{
    background: #F7F2E0;
}

#OPTMenu{
    background-color: #F5ECCE;
    background-image: linear-gradient(to bottom, #F5ECCE, #F5ECCE);
    border-bottom: 1px solid #F5ECCE;
}

#OPTMenu li ul li a:hover{
    background: #F7F2E0 !important;
}

#min-menu-buttom{
    background: #7c5706;
}

#min-menu-buttom:hover{
    background: #F5DA81;
}

#max-menu-buttom{
    background: #7c5706;
}

#max-menu-buttom:hover{
    background: #F5DA81;
}

#smallmenu div{
    background: #F5ECCE;
    border: 1px solid #F5ECCE;
}

#smallmenu a{
    background: #F7F2E0;
}

.row-fluid .span9{
    border-left: 1px solid #F5ECCE;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-left: 1px solid #F5ECCE;
}

#smallmenu a:hover{
    background: #F5ECCE;
}

#header-mini-menu{
    background: #F5ECCE !important;
}

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

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

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F5ECCE;
}

.breadcrumb{
    background-color: #F7F2E0;
}

#login-container h5{
    background: #7c5706;
}

.submit input[type="submit"]{
    background: #7c5706;
}

#login-container span{
    background: #7c5706;
}

.menucontent li ul li{background: #fff}
.menucontent li {background: #F7F2E0}
.menucontent li ul li:hover{background: #F5ECCE}

.btn{
    background: #F5ECCE;
}


.btn:hover{
    background: #7c5706;
}

.submit-buttom-peak{  
    background: #7c5706;
}