.placeholder {
	color: #999;
}

li.current_station {
	font-weight: bold;
}

li.current_station a:before {
	position: absolute;
	margin-left: -17px;
	content: url('../img/cleanslate/check.png');
}

dd {
	margin-bottom: 10px !important;
}

.livesearch_results a {
	display: block;
	width: 100%;
	text-decoration: none;
}

a.livesearch_result_focused, .livesearch_results a:hover {
	background-color: #ECF1EF;
}

a.livesearch_add {
	font-size: smaller;
}

.vote_bar_holder {
	width: 250px;
}

div.vote_bar {
	float: left;
	height: 20px;
	background-color: blue;
	margin-right: 5px;
}

.active_voting_session, .active_voting_session td {
	background-color: #9F9;
}

#search {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

#search_field, #uniform-search_field {
	min-width: 100px;
	text-align: left;
}

#search_field {
	display: inline;
	vertical-align: middle;
}

#search_query, #uniform-search_query {
	width: 200px;
}

#search_query {
	display: inline;
	vertical-align: middle;
	margin: 0 3px;
}

#uniform-search_query {
	margin: 0 3px;
}

select#search_query {

}

input#search_query {

}

.search_submit_div {
	display: inline;
}

.approved, .approved td {
	background-color: #99ff99;
}

.approved.even, .approved.even td {
	background-color: #8cee7c;
}

.denied, .denied td {
	background-color: #ff5555;
}

.denied.even, .denied.even td {
	background-color: #ff3333;
}

.placeholder {
	color: #999;
}

pre.cake-debug {
	display: block;
	white-space: pre-wrap;
	width: 500px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;

	background-color: #faa;
	overflow: auto;

	z-index: 99999999;

	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;

	border-radius: 10px;
}

.jplayer
{
	width: 26px;
	height: 26px;
	top: 5px;
	right: 10px;
	line-height: 26px;
	background-image: url('../img/play-sprite.png');
	cursor: pointer;
}

.jplayer.on
{
	background-position: 0 -26px;
	display: inline-block;
	*display: block; /* IE7 */
}

h1
{
	vertical-align: middle;
}

#station_reminder
{
	float: right;
	max-width: 200px;
	max-height: 112px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

#station_reminder img
{
	max-width: 100px;
	max-height: 100px;
}

#wrapper > section > aside
{
	background: transparent;
	border-right: none;
}

#wrapper > section > aside ul
{
	padding: 5px;
    /*background: url(../../img/cleanslate/white-70percent.png) repeat 0 0;
    background-color: rgba(255,255,255,0.7);*/
    background-color: #FAFAFA;
    border: 1px solid #C6C9CE;
}

#wrapper aside ul li.nav-header
{
	padding-left: 0;
}

.nav-list > li > a, .nav-list .nav-header
{
	margin: 0 !important;
}

table.display thead tr th
{
	cursor: auto;
	padding-left: 0;
	padding-right: 0;
}

table.display thead tr th a
{
	display: block;
	width: 100%;
}

.normal-line-height
{
	line-height: inherit !important;
}

div.per_page
{
	margin-top: 10px;
}

.required_asterisk
{
	color: red;
}

.form-image-preview
{
	max-height: 200px;
}

.chosen-container
{
	max-width: 300px;
}

div.chosen-container ul.chosen-choices li.search-field input[type=text]
{
	height: 26px;
}

#station_selector_chosen.chosen-container-active ul.chosen-results
{
	left: auto;
	margin: 0 0 0 190px;
}

#station_selector_chosen .chosen-results li
{
	float: none;
}

button.ui-button .ui-button-icon-primary.ui-icon-clock, button.ui-button .ui-button-icon-primary.ui-icon-calendar
{
	margin-left: -4px;
	margin-top: -4px;
}

.disabled_config
{
	background-color: #E4C1C1;
}

.disabled_config_message
{
	color: #f00;
	font-weight: bold;
	margin: 0 0 0 225px;
}

table.display tr.deleted td
{
	color: #999;
}

table.display tr.deleted td a
{
	color: #BAC2E3;
}

.baxter_menu td.actions a
{
	display: inline-block;
	margin: 0 10px;
}

#mail-form {

}

.character_counter {
	line-height: 14px;
	text-align: right;
}

.character_counter.reached {
	color: red;
}

/* Error Stuff */
input.has-error {
  border: 1px solid #dc3545 !important;
}

label.has-error,
p.has-error {
  color: #dc3545 !important;
}

select.has-error {
  border: 1px solid #dc3545 !important;
}

#error-container {
  color: #dc3545;
  margin-bottom: 0;
  margin-top: 25px;
}

#manage-ads-notes div {
	margin: 1em auto;
	font-size: 1.2em;
	border-radius: 5px;
	padding: 1em;
	background: #386ed4;
	color: white;
	text-align: center;
	max-width: 55em;
}

#manage-ads-notes p:last-child {
	margin-bottom: 0;
}

#manage_adsForm img {
	max-width: 800px;
	max-height: 800px;
}