/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-||
=-=-=-=-||	PHP Framework
=-=-=-=-||	version 3.0
=-=-=-=-||	copyright(c) 2012 Translucent Developments, LLC
=-=-=-=-||	developed by Jerry Sidman
=-=-=-=-||	
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| ListView Component
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/


	.listview {
		width					: 100%;
		padding					: 3px 3px 3px 7px;
		/*border					: 1px solid #CCCCCC;*/
		border					: none;
		font					: 100.01% arial, verdana, sans-serif;
		color					: #000000;
	}

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| ListView Header
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/

	#listview-headrow {

	}

	#listview-header {
		font-size				: 150%;			
		color					: #666666;
		margin					: 0 0 10px 0;
		float					: left;
	}

	#listview-button {
		text-align				: right;
		float					: right;
	}

	#listview-button input{
		font-size				: 110%;
		font-weight				: bold;
	}

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Cell Headers
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/
	
	.listview th{
		font-weight				: bold;
		padding					: 3px 3px 3px 10px;
		color					: #ffffff;
		background-image		: url(/_framework/_images/listview_header2.gif);
		/*color					: #666666;*/
		/*background-image		: url(/_framework/_images/listview_header.gif);*/
		background-repeat		: repeat-x;
		height					: 18px;		
		cursor					: hand;
	}		

	.listview th#first{
		background-position		: -5px 0px;
	}		

	.listview th a{
		color					: #ffffff; 
		/*color					: #666666; */
		text-decoration			: none;
	} 

	.listview th a:hover{
		color					: #fee1e4;
		/*color					: #000000; */		
	}
	
	.listview th.listview-ordered {
		background-image		: url(/_framework/_images/listview_header-selected2.gif);
		/*background-image		: url(/_framework/_images/listview_header-selected.gif);*/
	
	}
	.listview th.listview-ordered a {
		color					: #ffffff;
		/*color					: #000000; 	*/
	
	}

/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Paging
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/
	
	
	.listview-paging td{
		background-image		: url(/_framework/_images/listview_paging.gif);
		background-repeat		: repeat-x;
		padding					: 5px;
		font-size				: 140%;
	}	

	.listview-paging-bottom td{
		background-image		: url(/_framework/_images/listview_paging_bottom.gif);
		background-repeat		: repeat-x;
		padding					: 5px;
		font-size				: 140%;
	}	

	a.listview-paging-link {
		text-decoration			: none;
		color					: #264971;
	}
		
/*=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||
=-=-=-=-|| Rows
=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-||*/
		
	.listview td{
		font-size				: 90%;
	}

	.listview-selected td{
		background-color		: #FCF5DD;
		border					: 0px solid #000000;
		color					: #06142B;
		cursor					: hand;
	}		
			
	.listview-alternate1 {
		background-color		: #F5F5F5;
		border					: 0px solid #000000;
		padding					: 4px;
	}			
	
	.listview-alternate2 {
		background-color		: #FFFFFF;
		border					: 0px solid #000000;
		padding					: 4px;		
	}

	.listview-ordered1 {
		background-color		: #E1E1E1;
		font-weight				: bold;
		padding					: 4px;		
	}

	.listview-ordered2 {
		background-color		: #F5F5F5;
		font-weight				: bold;
		padding					: 4px;		
	}

	.listview-spacer {
		background-color		: #CCCCCC;
		height					: 1px;
		padding					: 0px;
	}	
