﻿/*** Characteristics Acqua  ***/

.wizard
{
	background-color: #E5E5E5;		/* color 3 */
	/*height: 100%;*/
	height:530px;
	min-height:530px;
}


.wizardHeader
{
	/*background-color: #284E98;*/
	background-color: #20B2AA;		/* color 7 */  /* LightSeaGreen  */
	/*border: solid 2px #EFF3FB;*/
	font-weight: bold;
	font-size: 12pt;
	color: #FFF;
	height:25px;
	text-align:center;
}

.wizardSideBar
{
	width: 200px;
	background-color: #507CD1;
	font-size: 9pt;
	text-align:center;
	vertical-align:middle;
}

.wizard_sideBarButton
{
	width:180px;
	margin: 2px 10px;
	
	border:solid 1px #EEEEEE;
	border-right: solid 1px #ADD6D6;		/* color 10 */ 
	border-bottom: solid 1px #ADD6D6;		/* color 10 */ 
	font-weight:bold;
	color:#20B2AA;		/* color 7 */
	background:url("../Images/Acqua/bgButton_h20_wHover.gif") repeat-x;
	background-position:top;
	background-color:#DDDDDD;		/* color fixed */ 
	height:20px;
	vertical-align: middle;
		/*cursor: pointer;*/
	text-decoration: none;
}

.wizard_sideBarButton_selected
{
	width:180px;
	margin: 2px 10px;
	
	border:solid 1px #EEEEEE;
	border-right: solid 1px #ADD6D6;		/* color 10 */ 
	border-bottom: solid 1px #ADD6D6;		/* color 10 */ 
	font-weight:bold;
	/*color:#F18E00;*/		/* color 5 */  /* Orange Light */
	background:url("../Images/Acqua/bgButton_h20_wHover.gif") repeat-x;
	background-position:top;
	background-color:#DDDDDD;		/* color fixed */ 
	height:20px;
	vertical-align: middle;
	/*cursor: pointer;*/
	text-decoration: none;
	
	background-position:0 -21px;
	color: #000;		/* color 9 */
}

.wizard_navigation
{
	background-color: 	#3B9C9C;		/* color 6 */  /* Dark Turquoise */
}

.wizard_navigation table {width:auto;}

.wizard_navigationButton
{
	width: 120px;    
	border:solid 1px #EEEEEE;
	border-right: solid 1px #ADD6D6;		/* color 10 */ 
	border-bottom: solid 1px #ADD6D6;		/* color 10 */ 
	font-weight:bold;
	color:#20B2AA;		/* color 7 */
	background:url("../Images/Acqua/bgButton_h20_wHover.gif") repeat-x;
	background-position:top;
	background-color:#DDDDDD;		/* color fixed */ 
	height:20px;
	vertical-align: middle;
	cursor: pointer;        
}

.stepC{width:100%; min-width:680px; height:450px; min-height:450px; max-height:450px; border:solid 0px yellow; 	overflow:scroll;  	}

.wizardStep
{
	height:100%;
}

.characteristic_editCell
{
	border: dotted 1px #20B2AA;		/* color 7 */	
}


