﻿input.TransparentInput
{
    border: none;
    background-color: Transparent;
    padding: 0px 0px 0px 0px;
    font-size: 9pt;
    color: #293636;
}
label.InputError
{
    color: #cd0a0a;
    font-weight: normal;
    float: none;
    text-align: left;
    padding: 0px 0px 0px 3px;
}
input.InputError
{
    border: #cd0a0a 1px solid;
}

div#WizardSessionDataPanel 
{
    width: 100%;
}

.standardTable tr.ui-selecting, .fixedTable tr.ui-selecting {
    background: #EFEFEF;
}

.standardTable tr.ui-selected  , .fixedTable tr.ui-selected  
{
    background: #DDD;
}

span.WizardParameterItem
{
    padding: 2px 12px 2px 0px;
}

span.WizardParameterItemLabel
{
    font-weight: bold;
    color: #1e2129;  
}

/* Wizard styles */

.wizard {
	margin-bottom:20px;

}
.button_bar {
	border-top: 1px solid #CBCBCB;
	text-align:right;
	overflow:hidden;
	height:100%;
	padding-top: 10px;
	margin-top:15px;
}

#content .wizard ol {
	display:block;
	padding:3px;
	margin:0 0 5px 0;
	list-style:none;
	overflow:hidden;
	height:100%;
}
#content .wizard ol li {
	display:block;
	width: 170px;
	float:left;
	margin:0;
	border-left: 1px solid #CBCBCB;
	height:25px;
	padding-left:10px;
}

#content .wizard.short ol li {
	width: 140px;
}

.wizard ol li a {
	color:#293636;
	text-decoration:none;
	height:25px;
	line-height:23px;
}
.wizard ol li:hover a {
	text-decoration:underline;
}

.wizard ol li.selected a {
	color: #1e2129;
}

.wizard ol li.selected span.step, .wizard ol li.selected:hover span.step {
	background: #1e2129;
}


.wizard ol li:hover span.step {
	background: #aeaeae;
}


.wizard span.step {
  background: #cecece;
  border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  line-height: 2em;
  margin-right: 5px;
  text-align: center;
  width: 2em; 
}
