﻿.swMain {
    background: none repeat scroll 0 0  #f0f0f0;
    display: block;
    float: left;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 720px;
    /*border: 1px solid #f0f0f0;*/
}
.swMain .stepContainer {
    border: 0px solid #CCCCCC;
	border-left: 1px solid #E0E0E0;
    clear: right;
    display: block;
    height: 275px;
    margin: 0;
    overflow: hidden;
    padding: 0;
	width: 568px;
    position: relative;
}
.swMain .stepContainer div.content {
    background-color: white;
    clear: both;
    color: #5A5655;
    display: block;
    float: left;
    height: 275px;
    margin: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: absolute;
    text-align: left;
    width: 568px;
    z-index: 88;
}
.swMain div.actionBar {
    background-color: #f0f0f0;
    border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
    clear: right;
    color: #5A5655;
    display: block;
    overflow: auto;
    padding: 10px 5px 10px 0;
    position: relative;
    text-align: left;
    z-index: 88;
	width: 715px;
}
.swMain ul.anchor {
    background:none repeat scroll 0 0;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.swMain ul.anchor li {
    border: 0 solid #E0E0E0;
    clear: both;
    display: block;
    float: left;
    margin: 0;
    position: relative;
}
.swMain ul.anchor li a {
    display: block;
    float: left;
    margin: 0;
    outline-style: none;
    padding: 15px;
    position: relative;
    text-decoration: none;
    width: 120px;
    z-index: 99;
}
.swMain ul.anchor li a.selected {
    background: url(../../images/prev.gif) no-repeat scroll center right #FFF;
    color: #666;
    cursor: text;
}
.swMain ul.anchor li a.selected:hover {
    background: #FFFFFF;
    color: #333333;
}
.swMain ul.anchor li a.done {
    background: none;
    color: #333333;
    position: relative;
    z-index: 99;
}
.swMain ul.anchor li a.done:hover {
    background: #FFFFFF;
    color: #333333;
}
.swMain ul.anchor li a.disabled {
    background: none;
    color: #CCCCCC;
    cursor: text;
}
.swMain ul.anchor li a.disabled:hover {
    background: none;
    color: #CCCCCC;
}
.swMain ul.anchor li a.error {
    background: none repeat scroll 0 0 #F08F75 !important;
    color: #6C6C6C !important;
}
.swMain ul.anchor li a.error:hover {
    color: #000000 !important;
}
.swMain .buttonFinish, .swMain .buttonPrevious, .swMain .buttonNext {
	display:block;
	width:93px;
	background:transparent  url(../../images/btn93.png) no-repeat top center;
	text-decoration: none;
	text-align:center;
	color:#666;
	height:22px;
	padding: 7px 4px 0 0; 	
    float: right;
    margin: 5px 3px 0;
    outline-style: none;
}
.swMain .buttonFinish:hover, .swMain .buttonPrevious:hover, .swMain .buttonNext:hover {
	background:transparent  url(../../images/btn93.png) no-repeat center -29px;
	text-decoration: none;
	color:#FFFFFF;
	
}
.swMain .buttonDisabled {
	background:transparent  url(../../images/btn93.png) no-repeat top center;
    color: #CCCCCC !important;
    cursor: text;
}
.swMain .buttonDisabled:hover {
	background:transparent  url(../../images/btn93.png) no-repeat top center;
    color: #CCCCCC !important;
    cursor: text;
}
.txtBox {
    border: 1px solid #CCCCCC;
    color: #5A5655;
    padding: 2px;
    width: 430px;
}
.txtBox:focus {
    border: 1px solid #EA8511;
}
.swMain .loader {
    background: url("../../images/load1.gif") no-repeat scroll 5px 50% #FFFFFF;
    border: 1px solid #FFD700;
    border-radius: 5px 5px 5px 5px;
    color: #5A5655;
    display: none;
    float: left;
    margin: 2px 0 0 2px;
    padding: 8px 10px 8px 40px;
    position: relative;
    z-index: 998;
}
.swMain .msgBox {
    background-color: #FFFFDD;
    border: 1px solid #FFD700;
    border-radius: 5px 5px 5px 5px;
    color: #5A5655;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    min-width: 200px;
    padding: 5px;
    position: relative;
    z-index: 999;
}
.swMain .msgBox .content {
    float: left;
    padding: 0;
}
.swMain .msgBox .close {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #CCCCCC;
    display: block;
    float: right;
    margin: 0 0 0 5px;
    outline-style: none;
    padding: 0 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.swMain .msgBox .close:hover {
    border: 1px solid #EA8511;
    color: #EA8511;
}
