/*
============================================================================
ELEMENTS
============================================================================
*/

body
{
font-family: Verdana;
font-size: xx-small;
}

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
============================================================================
*/

#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
{
}

#GlobalNav2
{
}

#GlobalNav a, #GlobalNav2 a, #GlobalTaskNav a, #GlobalTaskNav2 a, #GlobalNav a:visited, #GlobalNav2 a:visited, #GlobalTaskNav a:visited, #GlobalTaskNav2 a:visited
{
color: white;
font-size: xx-small;
font-weight: bold;
}

#GlobalNav a:hover, #GlobalNav2 a:hover, #GlobalTaskNav a:hover, #GlobalTaskNav2 a:hover
{
color: White;
text-decoration: none;
}

#GlobalLanguageBar a, #GlobalLanguageBar a:visited
{
color: White;
}

#GlobalLanguageBar a:hover
{
text-decoration: none;
}

#GlobalLanguageBar
{
}

#GlobalTaskNav
{
font-size: xx-small;
font-weight: bold;
}

#GlobalTaskNav2
{
font-size: xx-small;
font-weight: bold;
}

#LoadingView
{
background-image: url(img/ProgressBar.gif);
background-repeat: no-repeat;
background-position: center center;
}

#Main
{
background-image: url(img/CATSbannerhastus.jpg);
background-repeat: no-repeat;
}

#MainView
{
border-left: solid 1px #C4CDDC;
border-right: solid 1px #013467;
}

#MainViewTitle
{
background-image: url(img/SubHeader_995_30.jpg);
background-repeat: no-repeat;
}

#MainViewTitleLabel
{
color: White;
font-size: small;
font-weight: bold;
}

#PoweredByLogoAnchor
{
display: block;
margin-bottom: 20px;
}

#SideBar
{
border-left: solid 1px #41658B;
border-right: solid 1px #013467;
}

/*
============================================================================
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: 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
{
}

.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: 73px;
color: White;
background-image: url(img/Tabs_27_73.jpg);
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/Tabs_27_73_Selected.jpg);
background-repeat: no-repeat;
color: #333333;
}

.TextBox
{
border: solid 1px #C4CDDC;
width: 225px;
}

