@CHARSET "UTF-8";

.appendix-mode #button-mode {
	background: #f78f15;
}
.content h1.eAu {
	color: #f78f15;
}
.layout-bottom .bottom-root .toolbar .slider .current span {
	background-color: #f78f15;
}
.content .eAu-input-text {
	border-color: #f78f15;
}

.slider a,
.button {
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
}

.button:active {
	opacity: 0.8;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-in;
}
.slider a:hover,
.button:hover,
.appendix-mode #button-mode:hover {
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in;
}

.slider a {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
}

.slider a:hover {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in;
}

.button:hover,
.button-current,
.appendix-mode #button-mode:hover,
.layout-bottom .bottom-root .toolbar .slider a:focus,
.layout-bottom .bottom-root .toolbar .slider a:hover,
.popup .header {
	background: #3490c5;
}
.content a {
	color: #3490c5;
}

.layout-body {
	/* background: -webkit-gradient(linear, left top, left 10, from(rgb(115, 115, 115)), color-stop(0.1, rgba(115, 115, 115, 0.3)), to(rgba(0, 0, 0, 0))); */
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin: 0px 2px;
}
::-webkit-scrollbar-thumb {
	border: 2px solid white;
	background: #737373;
	-webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:active {
	border-width: 1px;
}
::-webkit-scrollbar-button:hover,
::-webkit-scrollbar-thumb:hover {
	background-color: #f78f15 !important;
}

::-webkit-scrollbar-button {
	background-color: #737373;
	background-image: url(../images/scrollbar/buttons-sprite.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button:active {
	background-color: #3490c5 !important;
}
::-webkit-scrollbar-button:vertical:decrement {
	background-position: -10px 0px;
}
::-webkit-scrollbar-button:vertical:increment {
	background-position: -10px -10px;
}
::-webkit-scrollbar-button:horizontal:decrement {
	background-position: -30px 0px;
}
::-webkit-scrollbar-button:horizontal:increment {
	background-position: -30px -10px;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
.popup ::-webkit-scrollbar-thumb {
	border-color: #737373;
	background-color: white;
}
.popup ::-webkit-scrollbar-button {
	background-color: white;
}
.popup ::-webkit-scrollbar-button:vertical:decrement {
	background-position: 0px 0px;
}
.popup ::-webkit-scrollbar-button:vertical:increment {
	background-position: 0px -10px;
}
.popup ::-webkit-scrollbar-button:horizontal:decrement {
	background-position: -20px 0px;
}
.popup ::-webkit-scrollbar-button:horizontal:increment {
	background-position: -20px -10px;
}

#header-collapser {
	background-color: #f78f15;
}
