



@import url("screen.css");



.padding { width:1000px; }


#header, #header .padding, #header .inner,
#menu , #menu .padding , #menu .inner
{
	background:#000;
}

#navigation
{
	background: #fff url(../img/tab-bgd.gif) repeat-x 0 100% !important;
}



#content , #content .inner
{
	background: #fff;
	padding-bottom: 20px;
}

#columnA { width: 100%; }
#columnB { width: 0%; display:none; }
#columnC { width: 0%; display:none; }

body	 			{ background: #000; }

#footer			{ background: #000; }
#footer .inner		{ background: #000; color: #ccc; }



/* ADMIN HEADER */

#header h1,
#header h1 a
{
	display:block;
	float:left;
	height:50px;
	width:200px;
	margin:0;
	padding:0;
	background: url(../img/icons/tablesalt.png) no-repeat 0 50%;
}
#header h1 a
{
	text-indent: -99999em;
}




/* SEARCH FORM */


#search_form 
{ 
	padding:10px;
	margin:0; 
}
#search_field
{
	font-size:.85em;
	float:left;
	border:solid 1px #ccc;
	background: #efefef;
	margin:0;
	padding:0;
	height:20px;
}
#search_submit
{
	float:left;
	border:0;
	text-indent:-9999em;
	display:block;
	margin: 4px 20px 0 4px;
	padding:0;
	width:16px;
	height:16px;
	background: url(../img/icons/magnifier.png) no-repeat 0 0;
}






/* LOGIN FORM */


.login_box 
{
	padding: 5em 2em 1em 2em;
	margin: 0 auto 0 auto;
	width:300px;
	background: #222 url(../img/icons/tablesalt.png) no-repeat 2em 1.5em;

	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;

}
.login_box li
{
}
.login_box label
{
	color:#fff;
}
.login_box form
{
	margin:0;
	padding:0;
	float:left;
}
.login_box form input.submit
{
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	padding: .75em 1.5em;
	border: 2px solid #eee;
}
.login_box a, 
.login_box a:visited, 
.login_box a:hover, 
.login_box a:active
{
	text-decoration:underline;
	font-size:.7em;
	color:#f90;
}
.login_box form #login_submit,
.login_box form #forgot_submit
{
	margin-top:5px;
}





/* LOGIN FORM */



.top_links
{
	float:right;
	margin:0;
	padding:0;
	list-style: none;
}
.top_links li
{
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}
.top_links li a
{
	font-size:.85em;
	text-decoration:none;
	color:#999;
	display:block;
	padding: 5px 15px 5px 20px;
	background: url(../img/icons/bullet.png) no-repeat 0 50%;
}
.top_links li a:hover
{
	color:#ccc;
	text-decoration:underline;
}
.top_links li a.visit_website { background-image: url(../img/icons/house.png); }
.top_links li a.help { background-image: url(../img/icons/help.png); }
.top_links li a.logout { background-image: url(../img/icons/lock.png); }
.top_links li a.profile { background-image: url(../img/icons/user.png); }





/* ***************** SORTABLE LIST ************* */


ul.sortable 
{
	margin:0;
	padding: 0 10px;
}
ul.sortable ul
{
	margin:0 0 0 1em;
	padding:0;
}
ul.sortable img
{
	vertical-align: middle;
}
ul.sortable .clone
{	
	background: #fff !important;
}
.sort { float:right;cursor:move;margin-left:2px; }






/* ***************** SORTABLE DIVS ************* */


div.sortable div
{
	float:left;
	width:155px;
	height:115px;
	margin: 0 5px 5px 0;
	overflow:hidden;
	cursor:move;
}
div.sortable div img
{
	float:left;
	padding:2px;
	border: solid 1px #ccc;
	background:#fff;
	margin: 0 0 0 4px;
	display:block;
}
div.sortable div img.drag
{
	width:auto;
	height:auto;
	float:left;
	padding:0;
	margin:0;
	border:0;
	display:block;
}
div.sortable div input
{
	float:left;
	margin: 2px 0 0 4px;
}





/* ***************** LIST-TABLE (admin display tables are ul elements) ************* */


ul.list-table
{
	font-size:.8em;
	float:left;
	width:99%;
	background:#fff;
	border:solid 1px #f0f0f0;
	border-bottom:none;
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
}
ul.list-table li
{
	float:left;
	width:100%;
	background:#fff;
	margin:0;
	padding:0;
	border-bottom:solid 1px #f0f0f0;
	list-style:none;
	line-height:1.5em;
}
ul.list-table li.alt
{
	background:#fcfcfc;
}
ul.list-table li.hover
{
	background:#fdfdfd;
}
ul.list-table li.hover.alt
{
	background:#fafafa;
}
ul.list-table li div
{
	padding: 1em 1.5em;
}


		/* Edit Butons */

		
		ul.list-table .delete,
		ul.list-table .edit,
		ul.list-table .drag,
		ul.list-table .copy,
		ul.list-table a.select
		{
			text-decoration:underline;
			color:#666;
			display:block;
			padding: 0;
			width: 16px;
			height:16px;
			text-indent:-99999em;
			background: url(../img/icons/sort.png) no-repeat 0 0;
			margin: 3px 2px 0 0;

			float:right;
		}
		ul.list-table .delete
		{
			background: url(../img/icons/delete.png) no-repeat 0 0;
		}
		ul.list-table .edit
		{
			background: url(../img/icons/pencil.png) no-repeat 0 0;
		}
		ul.list-table .copy
		{
			background: url(../img/icons/add.png) no-repeat 0 0;
		}
		ul.list-table a.select
		{
			background: url(../img/icons/tick-off.png) no-repeat 0 0;
		}
		ul.list-table a.checked
		{
			background: url(../img/icons/tick-on.png) no-repeat 0 0 !important;
		}

		ul.list-table input.sort
		{
			display:block;
			padding: 4px;
			margin: 2px 5px 0 0px;
			width:2em;
			color:#666;
			text-align:right;
			line-height:1em;

			float:right;
		}

		ul.list-table input.select
		{
			display:block;
			margin: 6px 5px 0 0px;

			float:right;
		}
		

		ul.list-table .delete,
		ul.list-table .edit,
		ul.list-table .drag,
		ul.list-table .copy,
		ul.list-table a.select,
		ul.list-table input.select
		{
			display:none;
			display:block;
			opacity:.5;
		}
		ul.list-table li.hover .delete,
		ul.list-table li.hover .edit,
		ul.list-table li.hover .drag,
		ul.list-table li.hover .copy,
		ul.list-table li.hover a.select,
		ul.list-table li.hover input.select
		{
			display:block;
			opacity:1;
		}

		ul.list-table br
		{
			display:block;
		}



		#submit_table,
		input.rounded
		{
			-moz-border-radius: 2em;
			-webkit-border-radius: 2em;
			border: 1px solid #ccc;
			padding: 1em 2em;
			font-size:.85em;
			font-weight:bold;
			background:#fefefe;
			margin: 2em 0 0 0;
		}
		#submit_table:hover,
		input.rounded:hover
		{
			background:#f8f8f8;
		}


		input.larger
		{
			-moz-border-radius: 2em;
			-webkit-border-radius: 2em;
			padding: .5em 1em;
			width:auto;
			font-weight:bold;
			font-size:1.25em;
		}

	
/* ***************** MESSAGES ************* */


#message .inner div
{
	background:transparent;
	color:#fff;
	font-size:1.5em;
	padding:1em 0;
}
.admin_message_note , .admin_message_note div
{
	background-color:#393939 !important;
}
.admin_message_success , .admin_message_success div
{
	background-color:#0066CC !important;
}
.admin_message_error , .admin_message_error div
{
	background-color:#993300 !important;
}




/* Footer */

#footer { font-size: .7em; line-height:1.4em; }

#footer h3 { color: #777; }

#footer .footer-one
{
	float:left;
	width:45%;
	padding:10px 20px 0 0;
}
#footer .footer-two
{
	float:left;
	width:20%;
	padding:10px 20px 0 0;
}
#footer .footer-three
{
	float:left;
	width:20%;
	padding:10px 20px 0 0;
}
#footer-bottom { clear:both; padding: 30px 0 0 0; margin: 0 0 0 0 ; }

.link-list
{
	margin: 0 20px 0 0;
	padding: 0;
}

.link-list li
{
	border-top: dotted 1px #222;
	margin: 0;
	padding: .5em 0;
	list-style: none;
	line-height:1.25em;
}

.link-list li a
{
	text-decoration: none;
	color: #777;
	font-weight: bold;
}

.link-list li a:hover ,
.link-list li a:visited ,
.link-list li a:active { }
.link-list li a:hover { color: #fff; }

.link-list li span
{
	font-weight: normal;
	color: #555;
}
.link-list li a:hover span
{
	color: #999;
}










.listing-col 
{
	float:right;
	width:300px;
	padding:1em;
	background: #f8f8f8;
}

.content-col 
{
	overflow:hidden;
	float:left;
	width:600px;
	padding:1em;
}

.content-col img
{
}


.listing-col li,
li.folder,
li.file,
li.up,
li.add
{
	font-size:.8em;
	padding: 0 0 0 24px;
	background: url(../img/icons/folder.png) no-repeat 0 50%;
	line-height:2em;
}
li.up { background-image: url(../img/icons/bullet_arrow_up.png); }
li.file { background-image: url(../img/icons/file.png); }
li.add { background-image: url(../img/icons/add.png); }


.listing-col .delete
{
	float:right;
	text-indent:-9999em;
	width:20px;
	height:2em;
	background: url(../img/icons/delete.png) no-repeat 50% 50%;
}


#file_content , #file_name { font-family: courier,monospace; }







