/*
============================================================================
ELEMENTS
============================================================================
*/

body
{
font-family: Times;
font-size: small;
}

a
{
color: #333333;
}

a:visited
{
color: #333333;
}

a:hover
{
color: #003399;
}

input, select, span, div, textarea
{
font-family: Arial;
font-size: small;
color: #003399;
}

select
{
border: solid 1px #999999;
}

/*
============================================================================
ELEMENT IDS
============================================================================
*/

#CSSSelector span
{
font-size: small;
color: White;
}

#CSSSelector a, #CSSSelector a:visited
{
color: White;
font-size: small;
}

#CSSSelector a:hover
{
text-decoration: none;
}

#GlobalNav
{
}

#GlobalNav a, #GlobalTaskNav a, #GlobalNav a:visited, #GlobalTaskNav a:visited
{
color: #003399;
font-size: 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
{
}

#GlobalNavControl_HelpLinkButton
{
left: 55px;
position: absolute;
}

#GlobalTaskNav
{
font-size: small;
font-weight: bold;
}

#GlobalTaskNavControl_CreateTVPLinkButton
{
left: 25px;
position: absolute;
width: 100px;
}


#GlobalTaskNavControl_ViewTimetableLinkButton
{
display: none;
left: 130px;
position: absolute;
width: 120px;
}

#LoadingView
{
background-image: url(../../img/ProgressBar.gif);
background-repeat: no-repeat;
background-position: center center;
}

#Main
{
background-image: url(../../img/FullHeader.jpg);
background-repeat: no-repeat;
}

#MainView
{
border-left: solid 1px #C4CDDC;
border-right: solid 1px #013467;
}

#MainViewTitle
{
background-image: url(../../img/SubHeader_910_30.jpg);
background-repeat: no-repeat;
}

#MainViewTitleLabel
{
color: White;
font-size: small;
font-weight: bold;
}

#SideBar
{
display: none;
border-left: solid 1px #41658B;
border-right: solid 1px #013467;
}

/*
============================================================================
CLASSES
============================================================================
*/

.ActionLink
{
text-decoration: none;
color: #003399;
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: #003399;
}

.ActionLink:hover
{
background-image: url(../../img/ActionArrow_Selected.jpg);
}

.Actions
{
}

.ComboBox
{
border: solid 1px #999999;
}

.ErrorPanel
{
color: Red;
font-size: small;
font-weight: bold;
}

.GlobalLinks
{
font-size: small;
font-weight: bold;
}

.InputLabels
{
}

.InputFields
{
}

.InputOptions
{
}

.LocationTypes
{
}

.Options
{
}

.OptionsTitle
{
font-size: small;
font-weight: bold;
}

.RequiredFieldValidator
{
color: Red;
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;
}

/*
============================================================================
COMBO BOX CLASSES -- DEFAULT STYLE - Rely on default images
============================================================================
*/
/*
.DCBButton
{
border: solid 1px #999999;
margin-left: -1px;
width: 17px;
}
.DCBDropDownButtonDown
{
border: solid 1px #999999;
margin-left: -1px;
width: 17px;
}
.DCBDropDownButtonUp
{
border: solid 1px #999999;
margin-left: -1px;
width: 17px;
}
.DCBMainSpan
{
}
.DCBMoreResultsButton
{
border: solid 1px #999999;
vertical-align: middle;
height: 21px;
}
.DCBResultsBackgroundSpan
{
position: absolute;
border: solid 1px #999999;
display: none;
background-color: #eeeeee;
}
.DCBResultsInnerSpan
{
border-bottom: solid 1px #999999;
display: block;
}
.DCBResultsSelectBox
{
}
.DCBStatusBar
{
padding: 1px;
background-color: #eeeeee;
display: block;
}
.DCBStatusDisplayBox
{
padding: 3px;
font-family: Arial,Verdana,Sans-serif;
font-size: small;
display: block;
}
.DCBTextBox
{
border: solid 1px #999999;
width: 225px;
}
*/

/*
============================================================================
COMBO BOX CLASSES -- THEME 1
============================================================================
*/
.DCBButton
{
}
.DCBDropDownButtonDown
{
margin-left: 1px;
border: none;
width: 17px;
height: 17px;
background-color: Transparent;
background-image: url(../../img/DCBArrowDown_15.gif);
background-repeat: no-repeat;
}
.DCBDropDownButtonDown img
{
display: none;
}
.DCBDropDownButtonUp
{
margin-left: 1px;
border: none;
width: 17px;
height: 17px;
background-color: Transparent;
background-image: url(../../img/DCBArrowUp_15.gif);
background-repeat: no-repeat;
}
.DCBDropDownButtonUp img
{
display: none;
}
.DCBMainSpan
{
float: left;
display: block;
height: 18px;
}
.DCBMainSpan button
{
vertical-align: top;
}
.DCBMoreResultsButton
{
border: none;
background-color: Transparent;
background-image: url(../../img/DCB_More_Trans_17_60.gif);
background-repeat: no-repeat;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
background-position: 0px 1px;
width: 60px;
display: block;
}
.DCBResultsBackgroundSpan
{
position: absolute;
border: solid 1px #C4CDDC;
display: none;
background-color: White;
z-index: 199;
}
.DCBResultsInnerSpan
{
display: block;
}
.DCBResultsSelectBox
{
}
.DCBStatusBar
{
padding: 1px;
background-color: White;
border-top: solid 1px #C4CDDC;
display: block;
}
.DCBStatusDisplayBox
{
padding: 3px;
font-family: Verdana;
font-size: small;
display: block;
border-top: solid 1px #C4CDDC;
}
.DCBTextBox
{
display: block;
float: left;
border: solid 1px #C4CDDC;
width: 225px;
vertical-align: top;
}
