/*
============================================================================
ELEMENTS
============================================================================
*/

body
{
font-family: Verdana;
font-size: 14px;
background: #CEDBD1;
}

a
{
color: #333333;
}

a:visited
{
color: #333333;
}

a:hover
{
color: #003366;
}

input, select, span, div, textarea
{
font-family: Verdana;
font-size: xx-small;
color: #003366;
}

select
{
border: solid 1px #999999;
}

/*
============================================================================
ELEMENT IDS
============================================================================
*/

#ContentLabel div
{
   font-size: 12px;
}

#CSSSelector span
{
font-size: xx-small;
color: White;
}

#CSSSelector a, #CSSSelector a:visited
{
color: White;
font-size: xx-small;
}

#CSSSelector a:hover
{
text-decoration: none;
}

#GlobalNav
{
}

#GlobalNav a, #GlobalTaskNav a, #GlobalNav a:visited, #GlobalTaskNav a:visited
{
color: #000033; /* #003366; */
font-size: 12px; /* xx-small; */
font-weight: bold;
margin-right: 7px;
}

#GlobalNav a:hover, #GlobalTaskNav a:hover
{
color: #006633; /* White; */
text-decoration: none;
}

#GlobalLanguageBar a, #GlobalLanguageBar a:visited
{
color: #000033; /* White; */
font-size: 12px;
font-weight: bold;
margin-right: 3px;
}

#GlobalLanguageBar a:hover
{
text-decoration: none;
color: #006633;
margin-right: 3px;
}

#GlobalLanguageBar
{
}

#GlobalTaskNav
{
font-size: x-small;
font-weight: bold;
}

#LoadingView
{
background-image: url(img/ProgressBar.gif);
background-repeat: no-repeat;
background-position: center center;
}

#Main
{
background: #FFFFFF url(img/indygo_trip_planner_banner.jpg); /* Header_995_54.jpg */
background-repeat: no-repeat;

border-top: 1px solid #000033;
border-bottom: 1px solid #000033;
border-left: 1px solid #000033;
border-right: 1px solid #000033;
}

#MainView
{
/* border-left: solid 1px #C4CDDC; */
/* border-right: solid 1px #013467; */
background: #FFFFFF none repeat scroll 0% 50%;

font-size: 20px;
color: black;
}

#MainViewTitle
{
/* background-image: url(img/SubHeader_995_30.jpg); */
/* background-repeat: no-repeat; */
}

#MainViewTitleLabel
{
color: #000033; /* White; */
font-size: 16px; /* small; */
font-weight: bold;
}

#PoweredByLogoAnchor
{
display: block;
margin-bottom: 20px;
}

#SideBar
{
border-left: solid 1px #000033; /* #41658B */
border-right: solid 1px #000033; /* #013467 */

border-bottom: 1px solid #000033;
}

/*
============================================================================
CLASSES
============================================================================
*/

.ActionLink
{
text-decoration: none;
color: #003366;
background-image: url(img/ActionArrow.jpg);
background-repeat: no-repeat;
padding-left: 25px;
font-size: small;
font-weight: bold;
height: 20px;
line-height: 20px;
display: block;
vertical-align: middle;
text-align: left;
}

.ActionLink:visited
{
color: #003366;
}

.ActionLink:hover
{
background-image: url(img/ActionArrow_Selected.jpg);
}

.Actions
{
}

.PostBackProgressionPanel,
.LoadingProgressionPanel,
.UpdateProgressionPanel
{
background-color: white;
display: block;
height: 100%;
}

.PostBackProgressionPanel .ProgressBarImage,
.LoadingProgressionPanel .ProgressBarImage,
.UpdateProgressionPanel .ProgressBarImage
{
background-image: url(img/Loading.gif);
background-repeat: no-repeat;
background-position: center bottom;
height: 50%;
}

.PostBackProgressionPanel .ProgressBarText,
.LoadingProgressionPanel .ProgressBarText,
.UpdateProgressionPanel .ProgressBarText
{
font-family: Verdana;
font-size: medium;
height: 50%;
text-align: center;
vertical-align: top;
}

.ProgressionPanelView
{
height: 100%;
left: 0;
top: 0px;
width: 100%;
z-index: 299;
}

.ProgressionPanelView
{
display: none;
position: absolute; /* relative; */
}

.UpdateProgressionPanelView
{
display: block;
position: absolute;
}

.ComboBox
{
border: solid 1px #999999;
}

.ErrorPanel
{
color: Red;
font-size: x-small;
font-weight: bold;
}

.GlobalLinks
{
font-size: small;
font-weight: bold;
}

.InputLabels
{
font-size:12px;
}

.InputFields
{
}

.InputOptions
{
}

.LocationTypes
{
}

.Options
{
}

.OptionsTitle
{
font-size: x-small;
font-weight: bold;
}

.RequiredFieldValidator
{
color: Red !important;
font-weight: bold;
font-size: small;
}

.SelectLocationType a
{
font-size: 10px;

font-weight: bold;
width: 73px;
color: #FFFFFF;
background-image: url(img/Tabs_27_73.jpg);
background-repeat: no-repeat;
}

.SelectLocationType a:visited
{
color: #FFFFFF;
}

.SelectLocationType a:hover
{
color: #99CCFF; 
}

.SelectLocationType a.current, .SelectLocationType a.current:visited
{
background-image: url(img/Tabs_27_73_Selected.jpg);
background-repeat: no-repeat;
color: #000033;
}

.SelectLocationType a.current:hover
{
color: #0066CC;
}

.TextBox
{
border: solid 1px #C4CDDC;
width: 225px;
}
