/*
============================================================================
ELEMENTS
============================================================================
*/

body
{
}

a
{
}

a:visited
{
}

input, select, span, div
{
}

select
{
}

/*
============================================================================
MAIN ELEMENT IDS
============================================================================
*/

#CSSSelector
{
display: none;
position: absolute;
top: 7px;
left: 580px;
width: 300px;
height: 12px;
line-height: 12px;
vertical-align: middle;
z-index: 99;
}

#CSSSelector a
{
margin-left: 5px;
}

#GlobalNav
{
position: absolute;
top: 55px;
left: 20px;
}

#GlobalLanguageBar
{
position: relative;
top: 3px;
float: right;
margin-right: 25px;
}

#GlobalLanguageBar a
{
margin-left: 5px;
}

#GlobalTaskNav
{
position: absolute;
top: 55px;
left: 150px;
}

#GlobalTaskNav span
{
font-size: x-small;
font-weight: bold;
}

#LoadingView
{
display: none;
position: absolute;
top: 90px;
left: 5px;
width: 900px;
height: 300px;
font-family: Verdana;
font-size: medium;
z-index: 299;
text-align: center;
padding-top: 200px;
}

#Main
{
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 995px;
height: 74px;
margin: 4px 4px 4px 4px;
}

#MainView
{
display: block;
position: absolute;
top: 76px;
left: 0px;
width: 993px;
height: 515px;
}

#MainViewTitle
{
display: block;
height: 28px;
margin-bottom: 5px;
}

#MainViewTitleLabel
{
position: relative;
top: 5px;
padding-left: 14px;
}

#MainViewFooter
{
display: block;
clear: both;
margin-left: 5px;
}

#SideBar
{
position: absolute;
top: 76px;
}

/*
============================================================================
CLASSES
============================================================================
*/

.ActionLink
{
}

.Actions
{
text-align: left;
margin: 5px 5px 5px 300px;
}

.ComboBox
{
}

.GlobalLinks
{
display: block;
float: left;
}

.InputLabels
{
display: block;
float: left;
line-height: 18px;
vertical-align: middle;
}

.InputLabels span
{
display: block;
font-size: x-small;
}

.InputFields
{
float: left;
display: block;
}

.InputFieldsRight
{
float: left;
display: block;
padding-left: 5px;
}

.InputFieldsRight select
{
display: block;
}

.InputOptions
{
float: left;
display: block;
}

.LanguageBar
{
}

.LocationType
{
width: 100%;
display: none;
}

.LocationType .InputLabels
{
width: 95px;
}

.LocationTypes
{
display: block;
position: absolute;
top: 23px;
left: 0px;
height: 70px;
padding-left: 2px;
padding-top: 5px;
}

.Options
{
padding-bottom: 15px;
}

.OptionsTitle
{
padding-bottom: 15px;
}

.RequiredFieldValidator
{
display: block;
float: left;
width: 5px;
}

.SelectLocationType
{
display: block;
position: absolute;
top: 0px;
left: 0px;
}

.SelectLocationType a
{
display: block;
width: 73px;
height: 23px;
margin-right: 1px;
line-height: 23px;
text-decoration: none;
text-align: center;
vertical-align: middle;
float: left;
}

.SelectLocationType a:hover
{
}

.SelectLocationType a.current
{
}

.TextBox
{
border: solid 1px #999999;
}

