﻿#Wizard
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:593px;
    height:298px;
    background-image:url(/Content/Images/wizardbg.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

.WizardLItem
{
    height:20px;
    margin:10px 0px 0px 5px;
    width:100%;
	float:left;
}
.WizardLeftITem
{
    float:left;
    width:222px;
    height:20px;
    margin-left:5px;
}
.WizardRightItem
{
    float:right;
    width:230px;
    height:20px;
    text-align:left;
    margin-right:20px;
}
.WizardRightItem input
{
    float:right;
}
.Wizardtextbox
{
    border:1px solid #999999;
    background-color:White;
    height:17px;
    color:#999;
    width:220px;
    margin:0px;
    padding:0px;
}
.WizardTitleDiv
{
    font-weight:bold;
    font-size:11px;
    width:545px;
    float:left;
    margin:10px 0 15px 5px;
}
.WizardCloseDiv
{
    font-weight:bold;
    font-size:11px;
    margin:5px 5px 0 0;
    width:22px;
    height:22px;
    float:right;
    text-align:right;
    background-image:url(/Content/Images/wizardclosenormal.gif);
    background-repeat:no-repeat;
    background-position:center middle;
}
.WizardCloseDiv:hover
{
    background-image:url(/Content/Images/wizardclosehover.gif);
    background-repeat:no-repeat;
    background-position:center middle;
}
.WizardLeftDiv
{
    width:190px;
    margin:0px 5px 0 5px;
    padding:0px;
    float:left;
    overflow:auto;
    height:230px;
    border-right:1px solid #ccc;
}
.WizardCenterDiv
{
    width:190px;
    float:left;
    margin:0px 5px 0 0;
    padding:0px;
    overflow:auto;
    height:230px;
    border-right:1px solid #ccc;
}
.WizardRightDiv
{
    width:190px;
    float:left;
    margin:0;
    padding:0;
    overflow:auto;
    height:230px;
}
.WizardLeftDiv .item,
.WizardCenterDiv .item,
.WizardRightDiv .item
{
    background-color:White;
    cursor:pointer;
    padding-bottom:7px;
}

.WizardLeftDiv .selected,
.WizardCenterDiv .selected,
.WizardRightDiv .selected
{
    background-color:#BFD4FC;
}
.WizardLeftDiv .item:hover,
.WizardCenterDiv .item:hover,
.WizardRightDiv .item:hover
{
    background-color:#E1E1E1;
}

.WizardTitleDiv .left
{
    width:200px;
}
.WizardTitleDiv .center
{
    width:180px;
}
.WizardTitleDiv .right
{
    width:160px;
}
.WizardTitleDiv .head
{
    float:left;
    font-weight:bold;
    font-size:12px;
    text-align:center;
    color:#2B3873;
}
.WizardSelect
{
    width:190px;
    height:220px;
    padding:0;
    margin:0;
}

.WizardSelect option
{
    padding:0 0 3px 3px;
    margin:0;
    border-bottom:1px solid #B4C5D6;
    height:20px;
    line-height:20px;
    vertical-align:middle;
}

