/*
 *	ADMIN
 *
 *
 */

select#playlist_selection { width: 130px; }

div * {
	/*
	 border: 2px solid green;
	padding:5px;
	margin:5px;
	*/
}

#playlist_preview_div	{
	width: 100%;
	height:370px;
	overflow: auto;
}
#playlistFilter	{
	display:inline;
}

#playlist_preview	{
	width: 100%;
	height:100%;
	overflow: auto;
}

.ti_sortButton	{
	cursor: pointer;

}

.ti_playlist_options	{
	/*border: 3px solid blue;
	height:40px;
	margin:10px;
	*/
	padding:10px;
	
}
.ti-top-controls	{
	
	width:650px;
	height: 550px;
	overflow: hidden;
	margin:10px;
	float: left;
}

.ti-preview-frame-holder	{
	margin:0px;
	padding:0px;
}
.ti-preview-frame	{
	
	width:600px;
	height:450px;
	border: 5px solid #e0e0ff;
	overflow: scroll;
	margin:0;
	padding:0;
	
}
#ti-preview-document-body	{
	width:500px;
	text-align:center;
	margin:10px auto;
}



/*
 *
 * PREVIEW
 *
 *
 */

.ti-playlist-option-entry	{
	text-align: left;
	background-color: #e0e0e0;
	padding:10px;
	border-bottom: 2px groove #c0c0c0;
	margin-bottom: 10px;
}


/*
 * LOADING
 *
 */
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #e0e0e0;
    background: #e0e0e0;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('loading.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #e0e0e0;
    color:#222;
   /* font:normal 14px tahoma, arial, helvetica, sans-serif;
   */cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}



/*
 *
 * PAGINATION
 *
 *
 */
.displaying-num, .ti_paginator {
	margin-right: 10px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-style: italic;
}

a.page-numbers {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bold;
	margin-right: 1px;
	padding: 0 2px;
}

.tablenav-pages {
	float: right;
	display: block;
	cursor: default;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
}
.tablenav-pages a {
	background: #EEE url(http://www.turdhead.com/wp-admin/images/menu-bits.gif) repeat-x scroll 0% -379px;
	border-color: #E3E3E3;
}

.tablenav-pages a, .tablenav-pages span.current {
	border-bottom-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-style: solid;
	border-width: initial;
	border: 1px solid;
	border-top-left-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	padding: 3px 6px;
	text-decoration: none;
}


span.current  {
	text-decoration: none;
	border: none;
	padding: 3px 6px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.nav {
	height: 2em;
	padding: 7px 10px;
	vertical-align: text-top;
	margin: 5px 0;
}


.widefat th.delete { text-align: right !important; }
