.status_on {

}

.status_off, .status_inactive {
  color: gray;
}

.adminrow td {
  padding:1px 3px;
}

div.paging b {
  font-size:1.2em;
}




/* SUBADMIN styles */



.blue {
 /* background-color:#d6efff; */
}

img.icon {
	width: 15px;
}

table.maintable td { 
	border-top: solid 1px #ccc; 
	border-bottom: solid 1px #ccc; 
	padding:2px 8px;
}
table.maintable th td { border-top:none; border-bottom:none; padding:0; }


tr.row_on {
	background-color: #A2D4F3;
}

.disabled_option {
	background-color: #EAEAEA; color: #B2B2B2;
}

.selected_option {
	background-color:#C3D9FF;
}

.story_overlay {
	
}

table.maintable td {
	font-size:10px;
}

table.maintable th {
	font-size:13px;
}

.album_row_item_cursor, .song_row_item { border: 2px solid #ddd; }

.simpleitem {
        display:inline;
	white-space:nowrap;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
}

#data .sort_arrow td {
  height:8px;
  border:0;
}

/* END SUBADMIN */

/* IN-LINE EDITABILITY */
	div.custom_option_pane {
		border:2px outset  #fff;
		background:#fff;
		width:262px;
		height:19px;
	}

	div.custom_option_buttons {
 		float:right; 
		width: 40px;
	}

	div.custom_option_savebutton,div.custom_option_cancelbutton {
 		float:left; 
		cursor:pointer;
	}
