#centerWrapper
{
   
}

#loginHolder
{
    margin:auto;
    margin-top:50px;
    background-image:url(img/loginBG.png);
    width:290px;
    height:160px;
}

#headerDiv
{
    height:40px;
    background-color:#04162C;
    background-image:url(img/smallGradient.jpg);
    background-repeat:repeat-x;
    border-bottom:3px solid #68CA1F;
   
}

#headerTitle
{
    color:#fff;
    font-size:18px;
    padding-top:10px;
    margin:0 10px 0 10px;
}

.radMultipageStyle
{
    border:solid 1px #999999;
    margin-top: -1px;  
    padding-top: 3px;  
}

#footerDiv
{
    background-color:#04162C;
    background-image:url(img/smallGradient.jpg);
    background-repeat:repeat-x;
    border-top:3px solid #68CA1F;
}

#footerHolder{
    padding:10px;
}

.footerTClass
{
    color:#ffffff;
    font-size:80%;
}

#createdBy
{
    margin-top:5px;
    padding-left:10px;
    color:#a6f179;
    font-size:80%;
}

#createdBy *
{
    color:#a6f179;
}

.formPanel
{  
    margin-left:10px;
    margin-right:10px;
    border:solid 1px #E8EBEE;
    background-color:#FAFAFA;
    padding:10px;
}
.radInput_Hay *   
{
	font-size: 90% !important;  
}
.ErrorLabel
{
    color:#ff0000;
}

.footerText
{
    color:#fff;
    margin-left:10px;
    font-size:10px;
}

#menuHolder
{
    padding:10px;
    background-color:#FFF;
}

/***** steps ********/


div.bookCrumbs
{
    margin: 10px 0 10px 0;
}


.inactiveStep .BStep1, .activeStep .BStep1
{
    height:25px;
    line-height:25px;
    float:left;
    padding:0px 20px 0px 20px;
    color:#fff;
}

.inactiveStep .BStep1
{
    background-color:#FF7283; 
}

.activeStep .BStep1
{
    background-color:#C92035;
}

.inactiveStep .beginSplitter, .activeStep .beginSplitter
{
     height:25px;
     width:15px;
     float:left;  
     margin-left:-13px;  
}

.inactiveStep .beginSplitter{
     background-image:url(img/beginSplitter.gif);    
}

.activeStep .beginSplitter{
     background-image:url(img/beginSplitterA.gif);    
}


.inactiveStep .endSplitter, .activeStep .endSplitter
{
     height:25px;
     width:16px;
     float:left;  
}

.inactiveStep .endSplitter{
     background-image:url(img/endSplitter.jpg);
}


.activeStep .endSplitter{
     background-image:url(img/endSplitterA.jpg);   
}

/***** steps ********/

.modelCatSelect
{
    background-color:#fff;
    padding:5px;
    margin-right:10px;
    border: solid 1px #6E8491;
    border-collapse:collapse;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    cursor:pointer;
    text-align:center;
    margin-bottom:5px;
}


.modelCatSelect:hover
{
    background-color:#fff;
    padding:5px;
    margin-right:10px;
    border: solid 1px #000000;
    border-collapse:collapse;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1000)";
    cursor:pointer;
    text-align:center;

}


#modelHolder .modelCatSelect
{
    margin-top:10px;
}

#temp1
{
    width:283px;
    height:76px;
    background-image:url(img/temp1.png);
    margin-left:3px;
}

#temp2
{
    width:283px;
    height:76px;
    background-image:url(img/temp2.png);
    margin-left:3px;
}

#sunny
{
    width:52px;
    height:52px;
    background-image:url(img/sun.jpg);
    margin-top:8px;
    margin-left:5px;
}

.textWidth
{
    /*width:100px;*/
}