::-moz-selection {

  background: #CC0000;

}

::selection {

  background: #CC0000;

}



a {

  color: #CC0000;

}



a:hover {

	color: #33782D;

}



/* --- button theme --- */

.btn-theme {

  background: #CC0000;

  *background-color: #CC0000;

}



.btn-theme:hover,

.btn-theme:active,

.btn-theme.active,

.btn-theme.disabled,

.btn-theme[disabled] {

  background: #33782D;

  *background: #33782D;

}



.scrollup {

 background-color: #CC0000;

}



/* fontawesome icons */

[class^="icon-"].active,

[class*=" icon-"].active {

    background-color: #CC0000;

}





ul.nav li.current {

  color: #CC0000;

}



.navbar .nav > li > a:hover,

.navbar .nav > li > a:focus,

.navbar .nav > li > a:active,

.navbar .nav > li.active > a {

    color: #CC0000 !important;

}



.sy-pager li.sy-active a {

  background-color: #CC0000;

}



.navbar .nav > li > a:hover {

  color: #CC0000;

}



input:focus {

	border: 1px solid #CC0000;

	border-width:1px;

}

textarea:focus,

input[type="text"]:focus,

input[type="password"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="time"]:focus,

input[type="week"]:focus,

input[type="number"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="search"]:focus,

input[type="tel"]:focus,

input[type="color"]:focus,

.uneditable-input:focus {

  border-color: #CC0000;

}





/* tab */



.nav-tabs > a {

	color:#CC0000;

}





/* accordion */

.accordion-heading a:hover {

	color: #CC0000;

}

.accordion-heading .active{

	color: #CC0000;

}



