@charset "UTF-8";
/**
* Nice2 Tocco Business Framework
*
* (en) Custom project styling of ExtJS Public Flows
* (de) Projektspezifisches allgemeines Styling von ExtJS Public Flows
* 
* @see http://nice2.tocco.ch/Prozesse
*
* @copyright       Tocco AG
* @link            www.tocco.ch
* @package         nice
* @version         2
* @lastmodified    Fr, 18. June 2010
*/

@media all{

/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section Fonts | Schriften
	*/
	.x-form-field,
	.x-form-item,
	.x-combo-list,
	.x-fieldset legend,
	.x-menu-list-item{
		font-family:Arial, sans-serif;
	}

/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section Link styling | Styling von Links
	*/
	
	/* General link colors */
	.x-form-display-field a, 
	.x-form-display-field a:visited{
		text-decoration:none;
		background:transparent; 
		color:#5e5e5e;
		font-weight:normal;
	}
	
	/* Hover color */
	.x-form-display-field a:hover, 
	.x-form-display-field a:focus{
		color:#999;
		font-weight:normal;		

	}
	
	/* Active color */
	.x-form-display-field a:active{
		color:#5e5e5e;
		font-weight:normal;
	}

	/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section Search results | Suchresultate
	*/
	
	/* Draw border around the viewport | Rand um die Suchresultate */
	.x-grid3-viewport{
		border:solid 1px #c7c7c7;
	}
	
	/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section  Forms, fieldsets | Formulare, Fieldsets
	*/
	
	/* Hide fieldset border | Fieldset-Rand ausblenden */
	.x-fieldset{
		border:0px;
	}
			
	/* Legend border | Legendenrand */
	.x-fieldset-header{
		display:block;
		width:100%;
		border-bottom:solid 1px #C1C1C1;
		padding-bottom:5px;
	}
	
	/* Legend text | Legendentext */
	.x-fieldset-header-text{
		font-size: 120%;
		padding:0px;
		margin:0px;
	}
	
	.x-fieldset legend{
		color:#333333;
	}
	
	/* Hide fieldset toggle icon |  Toggle-Icon ausblenden */
	.x-tool-toggle{
		display:none;
	}
	
	/* More space between field items | Mehr Luft zwischen Formularelementen */
	.x-form-item{
		margin-bottom:5px;
	}
	
	/* Mandatory fields in forms | Pflichtfelder browserübergreifend stylen */
	.x-form-invalid, textarea.x-form-invalid {
		background-color: #F8F8F8 !important;
		border-color: #B47072 !important; /*#903;*/
		background-image:url("/cms/common/standard/img/text-bg-invalid.gif"); /*js/ext-extensions/xtheme-lightgray/images/default/grid/invalid_line.gif");*/
	}
	
	.fieldLabelError{
		font-weight:bold;
		color:#000 !important;
	}
	
	.fieldLabelModified {
		color:#000;
	}

	/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section  Login form | Login-Formular
	*/
	
	/* Existing users */
	.login_form{}
	
	/* New users */
	.login_registration{}
	
	
	.x-combo-list-item {
		text-align: left;
	}
	.x-form-display-field.description_de-value{
		padding: 0 20px 12px 0;
	}
       
}