
/*
============================================================================
ELEMENT IDS
============================================================================
*/
#LocalNavPanel
{
text-align: left;
margin: 25px 5px 5px 275px;
display: block;
}

#LoadingView
{
width: 523px;
}

#MainView
{
width: 523px;
height: 515px;
}

#RouteImage
{
width: 100%;
height: 100%;
}

#SideBar
{
left: 528px;
width: 465px;
height: 515px;
}

#SideBarContent
{
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}

#SideBarContent span
{
font-size: x-small;
font-weight: bold;
}

#SideBarTitle
{
height: 28px;
margin-bottom: 5px;
background-image: url(img/SubHeader_995_30.jpg);
background-repeat: no-repeat;
background-position: right top;
}

#SideBarTitleLabel
{
position: relative;
top: 5px;
padding-left: 14px;
font-size: small;
font-weight: bold;
color: 003366;
}

#UpdatePanelRouteImage
{
width: 455px;  
height: 480px;
}

#Step1
{
height: 70px;
background-image: url(img/step1.jpg);
background-repeat: no-repeat;
z-index: 99;
}

#Step1 .InputStepContent
{
height: 28px;
}

#Step2
{
height: 65px;
background-image: url(img/step2.jpg);
background-repeat: no-repeat;
z-index: 98;
}

#Step2 .InputStepContent
{
height: 28px;
}

#Step3
{
height: 85px;
background-image: url(img/step3.jpg);
background-repeat: no-repeat;
z-index: 97;
}

#Step3 .InputStepContent
{
height: 45px;
}

#Step1HelpLinkButton, #Step2HelpLinkButton, #Step3HelpLinkButton
{
position: absolute;
top: 0px;
left: 405px;
display: block;
height: 24px;
width: 24px;
background-image: url(img/help_24.jpg);
background-repeat: no-repeat;
}

#Step1HelpLinkButton:hover, #Step2HelpLinkButton:hover, #Step3HelpLinkButton:hover
{
background-image: url(img/help_24_Selected.jpg);
}

#Times
{
clear: left;
}

/*
============================================================================
CLASSES
============================================================================
*/

.Actions
{
display: block;
margin-bottom: 10px;
margin-left: 220px;
}

.InputLabels
{
width: 50px;
}

.InputLabels
{
margin-left: 3px;
margin-top: 5px;
margin-bottom: 5px;
}

.InputFields
{
margin-top: 5px;
margin-bottom: 5px;
}

.InputStep
{
display: block;
position: relative;
margin-left: 5px;
margin-right: 5px;
width: 500px;
}

.InputStepContent
{
position: absolute;
top: 32px;
width: 400px;
left: 76px;
background-image: url(img/Panel_100_1.jpg);
background-repeat: repeat-x;
}

.InputStepContent
{
margin: 5px;
}

.InputStepTitle
{
position: absolute;
top: 0px;
left: 81px;
width: 400px;
height: 27px;
line-height: 27px;
border-bottom: solid 1px #013467;
}

.InputStepTitle span
{
font-size: x-small;
font-weight: bold;
}

.UpdateProgressionPanelView
{
top: 28px;
}


