/*
============================================================================
ELEMENT IDS
============================================================================
*/

#Content
{
display: block;
margin: 10px 5px 0px 5px;
clear: right;
color: #ffffff;
}

#Content span div
{
color: #ffffff;
}

#LoadingView
{
left: 528px;
width: 380px;
}

#MainView
{
width: 608px;
background-image: url(img/TripPlanner_BG1.jpg);
background-repeat: no-repeat;
}

#MiniTVPTitle
{
height: 28px;
margin-bottom: 5px;
}

#MiniTVPControl_HelpLinkButton
{
display: block;
height: 30px;
width: 30px;
background-image: url(img/questions_btn.png);
background-repeat: no-repeat;
float: right;
}

#MiniTVPControl_HelpLinkButton:hover
{
background-image: url(img/questions_btn.png);
}

#MiniTVPControl_MiniTVPTitleLabel
{
position: relative;
top: 5px;
padding-left: 14px;
color: #273C71;
font-size: 100%;
font-weight: bold;
text-transform:uppercase;
}

#MiniTVPControl_MoreOptionsLinkButton
{
}

#MiniTVPControl_CreateLinkButton
{
display: block;
width: 200px;
height: 30px;
float: left;
background-image: url(img/emptyplantrip_btn.png);
padding-left: 10px;

}

#SideBar
{
position: absolute;
top: 145px;
left: 613px;
width: 380px;
height: 515px;
background-image: url(img/TripPlanner_BG2.jpg);
background-repeat: no-repeat;
}

#Step1
{
height: 105px;
z-index: 99;
}

#Step2
{
height: 105px;
z-index: 98;
}

#Step3
{
height: 65px;
z-index: 97;
}


/*
============================================================================
CLASSES
============================================================================
*/

.Actions
{
display: block;
position: relative;
left: 0px;
margin-left: 5px;
margin-bottom: 5px;
width: 370px;
}

.Actions A
{
color: #273C71;
font-size: small;
font-wieght: bold;
}

.DCBTextBox
{
width: 200px;
}

.InputStep
{
display: block;
position: relative;
margin-left: 5px;
margin-right: 5px;
}

.InputStepContent
{
position: absolute;
top: 32px;
width: 367px;
left: 0px;
color: #273C71;
}

.InputStepContent span
{
font-weight: bold;
color: #273C71;
}

.InputStepTitle
{
position: absolute;
top: 0px;
left: 0px;
width: 200px;
height: 27px;
line-height: 27px;
}

.InputStepTitle span
{
font-weight: bold;
color: #273C71;
text-transform:uppercase;
}


.Location
{
background-color: #273C71;
}

.LocationType .InputFields
{
width: 260px;
}

.LocationType .TextBox
{
float: left;
margin-bottom: 2px;
margin-right: 2px;   
padding-right: 2px;   
}

.LocationTypes
{
width: 367px;
height: 50px;
background-image: url(img/Panel_100_1.jpg);
background-repeat: repeat-x;
}

.MiniTVP
{
position: relative;
width: 100%;
height: 100%;
}

.SelectLocationType
{
width: 370px;
background-image: url(img/Panel_100_1.jpg);
background-repeat: repeat-x;
}

.TextBox
{
width: 225px;
}
