@charset "utf-8";


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// JAVASCRIPT CSS STYLES LIBRARY / NEGORA © 2008
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// CLIFIX / CELL ALIGN EMULATION
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	.clialign {}


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// VFX / DATA FORM
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	.vfxdf_ifr {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 0px;
		height: 0px;
		visibility: hidden;
	}
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// VFX / DATA GRID
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	/* Main DIV */
	.vfxdg {
		overflow: hidden;
	}
	
	
	/* Head */
	
	.vfxdg_head_tr > td {
		font-weight: bold;
	}
	
	.vfxdg_head_tr > td:hover {
		color: #ff0000;
	}
	
	
	/* Body */
	
	.vfxdg > table + div {
		height: 150px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	.vfxdg_body_tr > td > div {
		overflow: hidden;
	}
	
	
	/* Head / body row */
	
	.vfxdg_tr > td {
		cursor: pointer;
	}
	
	.vfxdg_tr > td > div {
		height: 16px;
		margin: 2px 4px 2px 4px;
	}
	
	.vfxdg_td_scroll {
		width: 16px;
	}
	
	
	/* Foot */
	
	.vfxdg > table + div + div {
		padding: 10px 0px 10px 0px;
		text-align: center;
	}
	
	
