.wizardStep {
    width: 78px;
    float:left;
    text-align:center;
}

.wizardStep1on {
    width: 78px;
    height: 31px;
    background: url('/images/CONTROLINVESTE/conteudo/wizardStep1On.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep1on:hover, .wizardStep1off:hover, .wizardStep1Grey:hover,
.wizardStep2on:hover, .wizardStep2off:hover, .wizardStep2Grey:hover,
.wizardStep3on:hover, .wizardStep3off:hover, .wizardStep3Grey:hover,
.wizardStep4on:hover, .wizardStep4off:hover, .wizardStep4Grey:hover,
.wizardStep5on:hover, .wizardStep5off:hover, .wizardStep5Grey:hover,
.wizardStepFinalon:hover, .wizardStepFinaloff:hover, .wizardStepFinalGrey:hover{
    background-color: transparent !important;
}

.wizardStep1off {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep1Off.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep1Grey {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep1Grey.png') no-repeat 0 100%;
    display: block;
}


.wizardStep2on {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep2On.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep2off {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep2Off.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep2Grey {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep2Grey.png') no-repeat 0 100%;
    display: block;
}


.wizardStep3on {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep3On.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep3off {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep3Off.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep3Grey {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep3Grey.png') no-repeat 0 100%;
    display: block;
}

.wizardStep4on {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep4On.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep4off {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep4Off.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep4Grey {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep4Grey.png') no-repeat 0 100%;
    display: block;
}

.wizardStep5on {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep5On.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep5off {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep5Off.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStep5Grey {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStep5Grey.png') no-repeat 0 100%;
    display: block;
}

.wizardStepFinalon {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStepFinalOn.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStepFinaloff {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStepFinalOff.png') no-repeat 0 100%;
    display: block;
    cursor:pointer;
}

.wizardStepFinalGrey {
    width: 78px;
    height: 31px;
    background: transparent url('/images/CONTROLINVESTE/conteudo/wizardStepFinalGrey.png') no-repeat 0 100%;
    display: block;
}

.wizardStepLabel {
    width: 70px;
    padding: 5px 0 5px 0;
    margin-right: 8px;
    float:left;
    cursor: pointer;
    text-align:center;
    background-color: white;
    color:black;
    text-decoration:none;
}

.wizardStepLabelOn {
    width: 70px;
    padding: 5px 0 5px 0;
    margin-right: 8px;
    float:left;
    cursor: pointer;
    text-align:center;
    background-color: white;
    color: black !important;
    text-decoration:none;
}

.wizardStepLabelOff {
    width: 70px;
    padding: 5px 0 5px 0;
    margin-right: 8px;
    float:left;
    text-align:center;
    color: #666666 !important;
    background-color: white;
    text-decoration:none;
}

.wizardStepLabelCurrent {
    width: 70px;
    padding: 5px 0 5px 0;
    margin-right: 8px;
    float:left;
    cursor: pointer;
    text-align: center;
    font-weight: bold !important;
    background-color: white;
    color: black !important;
    text-decoration:none;
}

.wizardStepLabelDisabled {
    width: 70px;
    padding: 5px 0 5px 0;
    margin-right: 8px;
    float:left;
    cursor: pointer;
    text-align: center;
    text-decoration: line-through; 
    color: #666666 !important;
    background-color: white;
    text-decoration:none;
}

.wizardStepLabelOn:hover, .wizardStepLabelCurrent:hover {
    background-color: white !important;
    color: black !important;
}

.wizardStepLabelOff:hover, .wizardStepLabelDisabled:hover {
    background-color: white !important;
    color: #666666 !important;
}


#changeSearchType0, #changeSearchType1, #changeSearchType2 {
    text-decoration: none;
    font-weight: bold; 
}



#siteContainer {
}

#threeColumns {
     position:relative;
}  

#searchlist {
    width: 50%;
    min-width: 50%;
    height: auto;
    border: none;
    float:left;
}

#chooseButtons {
    top: 30px;
    width: 9%;
    min-width: 9%;
    text-align: center;
    padding-top: 50px;
    border: none;
    float:left;
}

#finalList {
    top: 0;
    float: left;
    width: 40%;
    min-height: 40%;
    height: 300px;
    border: none;
}

a.tabOn {
    color:#304B00;
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    height:21px;
    line-height:normal;
    padding-top:5px;
    text-align:center;
    width:130px;
    background:transparent url(/images/CONTROLINVESTE/header/folder_on.gif) no-repeat scroll center top;
    border: 0;
    margin-right: 5px;
    cursor: pointer;
}
    
a.tabOff {
    color:##304B00;
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    height:20px;
    line-height:normal;
    
    padding-top:5px;
    text-align:center;
    width:105px;
    background-color:#f9eaec;
    border: 1px 1px 0 1px solid #E5E5E5;
    margin-right: 5px;
    cursor: pointer;
}

.adwInfoBox {
    background-color: #DEE4F7;
    border: 1px solid #BCC9F0;
    padding: 2px;
}

.wizardWordSuggestResults {
    clear: left;
    background-color:#ededed;
    padding: 10px 5px;
    margin-top: -25px;
    border: 1px solid #dd1c35;
    height: 370px;
}

.wizardSummaryAdPreview {
    border: 2px solid #dd1c35;
    padding: 3px;
}

.wizardTargetsitesSearchResults {
    background-color:#EDEDED;
    padding-top: 10px;
    padding-left:5px;
    padding-right: 5px;
    padding-bottom: 10px;
    margin-top:0px;
    border: 1px solid #dd1c35;
}

.wizardTargetSitesChosenSites {
    overflow: auto;
    height: 265px;
    background-color: #EDEDED;
    border: 1px solid #dd1c35;
    padding-top:10px;
    padding-left:5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.wizardSearchResultChosen {
    background-color: #C28BB9;
}

.wizardSearchResultNotChosen {
    cursor:pointer;
}

.wizardNoSearchResults {
    background: yellow;
}

.wizardChosenSite {
    background-color: #dd1c35;
}

.tabelaRow2{
	background-color:#f5f4e3;
}

.tabelaRow1{
        background-color:#f5f4e3;
}








