@charset "utf-8";


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// SITE CSS STYLES LIBRARY / NEGORA © 2008
	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// TAGS
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	body { color: #ffffff; font-size: 13px; font-family: "Verdana", sans-serif; }
	input, textarea, button, select, optgroup, option { font-size: 13px; font-family: "Verdana", sans-serif; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// SENSIBLE BACKGROUND
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	.bg_sens { background-attachment: scroll; background-position: left top; background-repeat: no-repeat; cursor: pointer; }
	.bg_sens:hover { background-position: 0px 100%; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// BUTTON
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	button { border: none; background-color: transparent; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// FORM
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	input[type="text"], input[type="password"], textarea { width: 180px; border: solid 1px #E3A648;
		padding: 0px 3px 0px 3px; background: scroll #ffffff url(../../img/txb_bg0.png) left top repeat-x; }
	input[type="text"]:hover, input[type="password"]:hover, textarea:hover { color: #663300;
		background: scroll #F8E8C9 url(../../img/txb_bg1.png) left top repeat-x; }
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus { color: #663300;
		background: scroll #F8E8C9 url(../../img/txb_bg1.png) left top repeat-x; }
	
	select {border: solid 1px #E3A648; background-color: #F8E8C9; color: #663300; }
	optgroup { background-color: #46301C; color: #ffffff; font-weight: bold; font-style: normal; }
	option { background-color: #F8E8C9; color: #663300; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// DATA GRID
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	/* Main DIV */
	.vfxdg { font-size: 11px; }
	
	/* Head */
	.vfxdg_head_tr > td { height: 22px; }
	.vfxdg_head_tr > td:hover { color: #f1d298; }
	
	/* Body */
	.vfxdg > table + div { border-top: solid 3px #ffffff; }
	.vfxdg_body_tr { }
	.vfxdg_body_tr > td { border-bottom: solid 1px #ffffff; }
	
	/* Foot */
	.vfxdg > table + div + div { padding: 10px 0px 0px 0px; }
	.vfxdg optgroup { background-color: #46301c; color: #ffffff; font-weight: bold; font-style: normal; }
	
	
	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// OTHERS
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	.td_title_l { background: scroll transparent url(../../img/td_title_l.png) left top no-repeat; text-align: center; }
	.td_title_r { background: scroll transparent url(../../img/td_title_r.png) right top no-repeat; text-align: center; }
	.td_foot_l { background: scroll transparent url(../../img/td_foot_l.png) left bottom no-repeat; text-align: center; }
	.td_foot_r { background: scroll transparent url(../../img/td_foot_r.png) right bottom no-repeat; text-align: center; }


