/* 
==============================
ThePianoStudio.com Edit/CMS Style Sheet
==============================
This CSS cucumber was pickled by:
>> Kyle Dutka at See Design
>> www.seedesign.ca | kyle [at] seedesign.ca
------------------------------
CSSed in Canada inside an igloo with 
dial-up internet powered by beaver
fur and pemmican that was purchased
with coloured money from the Queen.
------------------------------

==============================
Table of Contents
==============================
1.1 General Styles

------------------------------

==============================
Colour Palette
==============================
#000000 - Black
#FFFFFF - White
#FFC601 - Piano Studio Yellow
#004A39 - Piano Studio Green
#000101 - Deep Forest Green
------------------------------
*/


.error {  
	color:#FF0000; 
	}

.content_edit {
	border:1px dashed #CCCCCC;
	padding:3px;	
	}
.content_edit:hover, div.content_edit_on {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	}

.content_main {
	}
	
/*overlay stuff*/
#overlay{
	z-index:200; 
	background-color:#000000;
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	opacity:0;

}

#overlay_admin{
	width:280px;
	z-index:202;
	position:fixed; 
	top:150px; 
	left:40%;
	opacity:1;
}

#overlay_admin_ajax{
	width:400px;
	height:400px;
	background:#FFFFFF;
	z-index:202;
	position:absolute; 
	left:200px;
	opacity:1;
}

/*file listing styling */
#file_list_loader
{
	position: absolute;
}

#file_list_body{
	overflow:auto;
	height:350px;
	width:230px;
}

.file_list {
	padding:5px;
	border:1px dashed #CCCCCC;
}

.hide{
	visibility:hidden;
	overflow:hidden;
	height:0px;
}


/*
------------------------------------------------------------------------------------------
Your {CREATIVITY} is RESTRICTED [when you think] your creativity is BOUND by your {ABILITY}.
&#1501;&#1465;&#1493;&#1500;&#1464;&#1473;&#1513; 
------------------------------------------------------------------------------------------
*/
