/*
============================================================================
ELEMENTS
============================================================================
*/

body
{
font-family: Verdana;
font-size: xx-small;
}

a, a:link, a:visited
{
color: #3D4F63;
}

a:active, a:focus
{
outline: black dotted 1px;
}

input, select, span, div, textarea
{
font-family: Verdana;
font-size: xx-small;
color: #3D4F63;
}

select
{
border: solid 1px #69798C;
}

/*
============================================================================
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;
}

/*
============================================================================
CLASSES
============================================================================
*/

.Button, 
.Button:link, 
.Button:visited
{
background-image: url('img/button_125_20.png');
background-repeat: no-repeat;
color: White;
font-weight: bold;
text-decoration: none;
}

.PanelItemTitle
{
font-size: x-small;
font-weight: bold;
}

.PanelItemTitle span
{
color: White;
}

.PostBackProgressionPanel,
.UpdateProgressionPanel
{
background-color: white;
display: block;
height: 100%;
}

.PostBackProgressionPanel .ProgressBarImage,
.UpdateProgressionPanel .ProgressBarImage
{
background-image: url(img/loading_62.gif);
background-repeat: no-repeat;
background-position: center bottom;	
height: 50%;
}

.PostBackProgressionPanel .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;
}

.ErrorPanel
{
color: Red;
font-size: x-small;
font-weight: bold;
}

.InputLabels,
.OutputLabels
{
}

.InputFields,
.OutputFields
{
}

.LocationTypes
{
background-image: url(img/panel_100.png);
background-repeat: repeat-x;
}

.RequiredFieldValidator
{
color: Red !important;
font-weight: bold;
font-size: small;
}

.SelectLocationType a
{
font-size: 10px;
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 #69798C;
}

