/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-||
=-=-=-=-||	PHP Framework
=-=-=-=-||	version 3.0
=-=-=-=-||	copyright(c) 2012 Translucent Developments, LLC
=-=-=-=-||	developed by Jerry Sidman
=-=-=-=-||	
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Editor Component
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/


	.editor {
		width					: 100%;
		padding					: 0px;
		margin					: 0px;
		border					: 1px solid #CCCCCC;
		font					: 100.01% arial, verdana, sans-serif;
		color					: #000000;
	}

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| ListView Header
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

	#editor-headrow {

	}

	#editor-header {
		font-size				: 150%;			
		color					: #666666;
		margin					: 0 0 10px 0;
		float					: left;
	}

	#editor-button {
		text-align				: right;
		float					: right;
	}

	#editor-button input{
		font-size				: 110%;
		font-weight				: bold;
	}
	
	#editor-dropdown {
		font-size				: 110%;
		font-weight				: bold;
	}

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Cell Headers
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/
	
	.editor th{	
		font-weight				: bold;
		padding					: 3px 3px 3px 10px;
		color					: #000000; 
		background-image		: url(/_framework/_images/editor_header.gif);
		background-repeat		: repeat-x;
		text-align				: left;
		height					: 18px;				
	}		

	.editor th#first{
		background-position		: -5px 0px;
	}		

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Bars/Button
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/
	
	.editor-info{
		background-image		: url(/_framework/_images/editor_info.gif);
		background-repeat		: repeat-x;
		padding					: 5px;
		margin					: 2px;
		font-size				: 100%;			
		font-weight				: bold;
		color					: #FF0000;
	}	

	.editor-status{
		background-image		: url(/_framework/_images/editor_info.gif);
		background-repeat		: repeat-x;
		padding					: 5px;
		margin					: 2px;		
		font-size				: 100%;
	}	
	
	.editor-errors { 
		padding					: 5px;
		margin					: 2px;		
		font-size				: 100%;
		color					: #FF0000;
	}
			
/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Rows
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/
		
	.editor-alternate1 {
		height					: 20px;
		background-color		: #F5F5F5;
		border					: 0px solid #000000;		
	}			
	
	.editor-alternate2 {
		height					: 20px;	
		background-color		: #FFFFFF;
		border					: 0px solid #000000;
	}
	
	.editor-cell {
		padding					: 3px 0 3px 5px;
	}
	
	.editor-spacer {
		background-color		: #CCCCCC;
		height					: 1px;
		padding					: 0px;
	}	

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Fields
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

	.editor-button { 
		font-size				: 100%;
		font-weight				: bold;
		padding					: 1px;
		margin					: 5px 0 5px 0;
	}	

	.editor-upload {
		font-size				: 110%;
		padding					: 3px;				
	}
	
	.editor-edit {
		font-size				: 110%;
		padding					: 3px;				
	}

	.editor-text {
		font-size				: 110%;
		padding					: 3px;
		font					: 100.01% arial, verdana, sans-serif;		
	}

	.editor-number {
		font-size				: 110%;
		padding					: 3px;				
	}			
	
	.editor-checkbox {
		font-size				: 110%;
		padding					: 3px;				
	}

	.editor-dropdown {
		font-size				: 110%;
		padding					: 3px;				
	}
	

	select {
		font-size				: 110%;
		padding					: 3px;				
		width					: 30px;
	}	