/*
============================================================================
ELEMENTS
============================================================================
*/

body
{
font-family: Verdana;
font-size: xx-small;

background-color: #ffffff;
}

a
{
color: #003366; /* color: #333333; */
}

a:visited
{
color: #003366; /* color: #333333; */
}

a:hover
{
color: #003366;
}

input, select, span, div, textarea
{
font-family: Verdana;
font-size: x-small; /* font-size: xx-small; */
color: #003366;
}

select
{
border: solid 1px #999999;
}

/*
============================================================================
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: xx-small;
font-weight: bold;
}

#GlobalNav a:hover, #GlobalTaskNav a:hover
{
color: White;
text-decoration: none;
}

#GlobalLanguageBar a, #GlobalLanguageBar a:visited
{
color: White;
}

#GlobalLanguageBar a:hover
{
text-decoration: none;
}

#GlobalLanguageBar
{
}

#GlobalTaskNav
{
font-size: x-small;
font-weight: bold;

visibility: hidden;
}

#LoadingView
{
background-image: url(img/ProgressBar.gif);
background-repeat: no-repeat;
background-position: center center;
}

#Main
{
background-image: url(img/White-Banner-ClicknRide-1094x130.jpg); /* background-image: url(img/Header_995_54.jpg); */
background-repeat: no-repeat;

background-color: #FFFFFF;
/*#######################################################
# 2009.11.18 - LJH
# height added to show the bottom of the bigger banner
########################################################*/
height: 130px;
width: 1094px;
}

#MainView
{
border-left: solid 1px #FFFFFF; /* border-left: solid 1px #C4CDDC; */
border-right: solid 1px #FFFFFF; /* border-right: solid 1px #013467; */

border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
/*###############################################################################
# 2009.11.18 - LJH
# added top to move the top of the page contents down far enough to show the ad
#################################################################################*/
top: 140px;
}

#MainViewTitle
{
/* background-image: url(img/SubHeader_995_30.jpg);
background-repeat: no-repeat; */

background-color: #FFFFFF;
}

#MainViewTitleLabel
{
color: #003366; /* color: White; */
font-size: 18px; /* font-size: small; */
font-weight: bold;

text-transform: uppercase;
}

#PoweredByLogoAnchor
{
display: block;
margin-bottom: 20px;
}

#SideBar
{
border-left: solid 1px #C4CDDC; /* border-left: solid 1px #41658B; */
border-right: solid 1px #C4CDDC; /* border-right: solid 1px #013467; */

border-bottom: solid 1px #C4CDDC;
}

/*
============================================================================
CLASSES
============================================================================
*/

.ActionLink
{
text-decoration: underline; /* text-decoration: none; */
color: #003366;
background-image: url(img/arrow35mt.gif); /* background-image: url(img/ActionArrow.jpg); */
background-repeat: no-repeat;
padding-left: 38px; /* padding-left: 25px; */
font-size: small;
font-weight: bold;
height: 35px; /* height: 20px; */
line-height: 35px; /* line-height: 20px; */
display: block;
vertical-align: middle;
text-align: left;
}

.ActionLink:visited
{
color: #003366;
}

.ActionLink:hover
{
background-image: url(img/arrow35mt.gif); /* background-image: url(img/ActionArrow_Selected.jpg); */
}

.ActionLink[disabled=disabled]
{
background-image: url(img/ActionArrow.jpg);
color: #ACA899;
}

.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;

visibility: hidden;
}

.InputLabels
{
}

.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;
width: 87px; /* width: 73px; */
color: White;
background-image: url(img/Tabs_MTorange_27_87.gif); /* background-image: url(img/Tabs_27_73.jpg); */
background-repeat: no-repeat;

font-weight: bold;
margin-right: 5px;
}

.SelectLocationType a:visited
{
color: White;
}

.SelectLocationType a:hover
{
font-weight: bold;

color: #003366;
}

.SelectLocationType a.current, .SelectLocationType a.current:visited
{
background-image: url(img/Tabs_27_87_SelectedMT.gif); /* background-image: url(img/Tabs_27_73_Selected.jpg); */
background-repeat: no-repeat;
color: #333333;
}

.TextBox
{
border: solid 1px #999999; /* border: solid 1px #C4CDDC; */
width: 225px;
}

