.btn-red {
    color: white;
    background-color: #E84F13;
}

.btn-wide {
	margin-left:10px;
	width:150px;
}

.advan-button.selected {
	background-color: #B4041E;
	color: white;
}
.advan-button.selected:focus {
	outline: none;
}
.advan-button {
    border: 1px solid #999;
    color: black;
    background-color: lightgray;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 10px;
    padding: 3px 3px 3px 3px;
    border-radius: 0px 8px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    width:110px;
    float: left;
}
.advan-button:hover {
	background-color:#bbb;
}

.advan-distribution-title {
	margin-top: 12px;
	margin-bottom: 10px;
}
#mouse-over-data {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed grey;
}

.logo_right {
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.logo_right:hover {
	background-color: #ccc;
	border-radius: 0 10px 0 10px;
}


.logo_right img {
	height: 40px;
	    margin-top: 2px;
    margin-left: 1px;
    margin-right: 2px;
    margin-bottom: -2px;
}

.rounded_corners {
    border-radius: 0px 8px 0px 8px;
}
.rounded_corners_left {
    border-radius: 0px 0px 0px 8px;
}
.rounded_corners_bl {
    border-radius: 0px 0px 0px 8px;
}
.rounded_corners_right {
    border-radius: 0px 8px 0px 0px;
}
.rounded_corners_tr {
    border-radius: 0px 8px 0px 0px;
}


.help_button {
    float: left;
    color: black;
    background-color: lightgrey;
    width: 16px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #666;
    border-right: 0px;
    font-size:11px
}
.help_button:hover {
    background-color: #999;
}

.help_button_title {
	float:right;
	border-right: 1px solid #aaa;
	border: 1px solid #aaa;
	background-color: unset;
}


/** SCROLL BAR **/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #8D8D8C;
  }

::-webkit-scrollbar-thumb:hover {
  background-image: none;
  background: #aaa;
  display: content; }
