/*
============================================================================
ELEMENTS
============================================================================
*/

*
{
font-family: Arial, Helvetica, sans-serif;
color: #003366;
font-size: 14px;
}

a
{
color: #333333;
}

a:visited
{
color: #333333;
}

a:hover
{
color: #003366;
}

h1
{
font-size: 18px;
color: White;
background-image: url(img/title_bg.gif);
background-repeat: repeat-x;
text-transform: uppercase;
height: 24px;
padding-left: 10px;
margin-top: 0px;
}

h2
{
font-size: 14px;
color: White;
text-align: left;
background-color: #82A53A;
height: 16px;
padding-left: 10px;}

select
{
border: solid 1px #999999;
}

input,label,select,option
{
font-size: 12px;
}

/*
============================================================================
ELEMENT IDS
============================================================================
*/

#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: #003366;
font-size: 12px;
font-weight: bold;
}

#GlobalNav a:hover, #GlobalTaskNav a:hover
{
color: #9EB6FF;
text-decoration: none;
}

#GlobalLanguageBar a, #GlobalLanguageBar a:visited
{
color: White;
}

#GlobalLanguageBar a:hover
{
text-decoration: none;
}

#GlobalLanguageBar
{
}

#GlobalTaskNav
{
font-size: 12px;
font-weight: bold;
}

#LoadingView
{
background-image: url(img/ProgressBar.gif);
background-repeat: no-repeat;
background-position: center center;
}

#Main
{
background-image: url(img/Header_995_54.jpg);
background-repeat: no-repeat;
}

#MainView
{
border-left: solid 1px #C4CDDC;
border-right: solid 1px #013467;
}

#MainViewTitle
{
}

#MainViewTitleLabel
{
color: White;
font-size: 18px;
text-transform: uppercase;
}

#PoweredByLogoAnchor
{
display: block;
margin-bottom: 20px;
}

#SideBar
{
border-left: solid 1px #41658B;
border-right: solid 1px #013467;
}

/*
============================================================================
CLASSES
============================================================================
*/

.ActionLink
{
text-decoration: none;
background-image: url(img/act_arrow_modified.gif);
background-repeat: no-repeat;
background-position: left center;
color: #005DAB;
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
display: block;
vertical-align: middle;
text-align: left;
line-height: 1.4;
}

.ActionLink:visited
{
color: #005DAB;
}

.ActionLink:hover
{
}

.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: 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
{
}

.InputLabels span
{
font-size: 12px;
}

.InputFields
{
}

.InputFields span input
{
}

.InputOptions span
{
}

.LocationTypes
{
}

.Options
{
}

.OptionsTitle
{
font-size: x-small;
font-weight: bold;
}

.RequiredFieldValidator
{
color: Red;
font-weight: bold;
font-size: 24px;
}

.SelectLocationType a
{
width: 92px;
font-size: 12px;
color: White;
background-image: url(img/tab_blue.gif);
background-repeat: no-repeat;
}

.SelectLocationType a:visited
{
color: White;
}

.SelectLocationType a:hover
{
font-weight: bold;
}

.SelectLocationType a.current, .SelectLocationType a.current:visited
{
background-image: url(img/tab_current.gif);
background-repeat: no-repeat;
color: #003366;
}

.StopIcon
{
background-image: url(img/stop.gif);
background-repeat: no-repeat;
padding-left: 14px;
font-size: 12px;
color: white;
}

.LandmarkIcon
{
background-image: url(img/landmark.gif);
background-repeat: no-repeat;
padding-left: 14px;
font-size: 12px;
color: white;
}

.IntersectionIcon
{
background-image: url(img/intersection.gif);
background-repeat: no-repeat;
padding-left: 14px;
font-size: 12px;
color: white;
}

.AddressIcon
{
background-image: url(img/address.gif);
background-repeat: no-repeat;
padding-left: 14px;
font-size: 12px;
color: white;
}

.RecentIcon
{
background-image: url(img/recent.gif);
background-repeat: no-repeat;
padding-left: 14px;
font-size: 12px;
color: white;
}

.StopIcon_current
{
background-image: url(img/stop_current.gif);
color: #003366;
}

.LandmarkIcon_current
{
background-image: url(img/landmark_current.gif);
color: #003366;
}

.IntersectionIcon_current
{
background-image: url(img/intersection_current.gif);
color: #003366;
}

.AddressIcon_current
{
background-image: url(img/address_current.gif);
color: #003366;
}

.RecentIcon_current
{
background-image: url(img/recent_current.gif);
color: #003366;
}

.TextBox
{
border: solid 1px #C4CDDC;
width: 225px;
}

