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

.navbar-inverse .navbar-inner {
  
  background-color: #1d2e7b;
  background-image: -moz-linear-gradient(top, #1d2e7b, #3a4a8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d2e7b), to(#3a4a8c));
  background-image: -webkit-linear-gradient(top, #1d2e7b, #3a4a8c);
  background-image: -o-linear-gradient(top, #1d2e7b, #3a4a8c);
  background-image: linear-gradient(to bottom, #1d2e7b, #3a4a8c);
  background-repeat: repeat-x;
  border-color: #1d2e7b;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1d2e7b', endColorstr='#ff3a4a8c', GradientType=0);
}

.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: #46569c;
}

.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: #46569c;
}

.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: #1d2e7b;
}

ul.yiiPager > li > a{
	color: #1d2e7b!important;
	
}

ul.yiiPager .selected a {
  background-color:#1d2e7b;
  background-image: -moz-linear-gradient(top, #1d2e7b, #3a4a8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d2e7b), to(#3a4a8c));
  background-image: -webkit-linear-gradient(top, #1d2e7b, #3a4a8c);
  background-image: -o-linear-gradient(top, #1d2e7b, #3a4a8c);
  background-image: linear-gradient(to bottom, #1d2e7b, #3a4a8c);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff1d2e7b', endColorstr='#ff3a4a8c', GradientType=0);
  background-repeat: repeat-x;
  border-color:#1D2E7B;
  color:#DEDEDE !important;
  text-shadow:#CCCCCC 0 0 0;
  font-weight:bold;
}

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

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

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

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

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

#min-menu-buttom{
    background: #0088CC;
}

#min-menu-buttom:hover{
    background: #5858FA;
}

#max-menu-buttom{
    background: #0088CC;
}

#max-menu-buttom:hover{
    background: #5858FA;
}

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

#smallmenu a{
    background: #EFF5FB;
}

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

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

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

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

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

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

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

.breadcrumb{
    background-color: #EFF5FB;
}

#login-container h5{
    background: #0088CC;
}

.submit input[type="submit"]{
    background: #0088CC;
}

#login-container span{
    background: #0088CC;
}

.menucontent li ul li{background: #EFF5FB}
.menucontent li {background: #e0ecf8}
.menucontent li ul li:hover{background: #e0ecf8}

.btn{
    background: #E0ECF8;
}


.btn:hover{
    background: #0088cc;
}

.submit-buttom-peak{  
    background: #1d2e7b;
}