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

.navbar-inverse .navbar-inner {
  background-color: #a00a69;
  background-image: -moz-linear-gradient(top, #a00a69, #c12889);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a00a69), to(#c12889));
  background-image: -webkit-linear-gradient(top, #a00a69, #c12889);
  background-image: -o-linear-gradient(top, #a00a69, #c12889);
  background-image: linear-gradient(to bottom, #a00a69, #c12889);
  background-repeat: repeat-x;
  border-color: #a00a69;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffa00a69', endColorstr='#ffc12889', 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: #a00a69;
}

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

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

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

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


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

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

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

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

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

#min-menu-buttom{
    background: #a00a69;
}

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

#max-menu-buttom{
    background: #a00a69;
}

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

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

#smallmenu a{
    background: #FBEFF5;
}

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

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

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

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

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

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

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

.breadcrumb{
    background-color: #FBEFF5;
}


#login-container h5{
    background: #a00a69;
}

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

#login-container span{
    background: #a00a69;
}

.menucontent li ul li{background: #fff}
.menucontent li {background: #fbeff5}
.menucontent li ul li:hover{background: #FBEFF5}

.btn{
    background: #FBEFF5;
}

.btn:hover{
    background: #a00a69;
}

.submit-buttom-peak{  
    background: #a00a69;
}