﻿/* HTML */
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    background-color: #f2f2f2;
}

form
{
    padding: 0px;
    margin: 0px;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 100%;
}

h1
{
    margin: 0px;
    padding: 0px;
    font-size: 165%;
    font-family: Arial;
    padding-bottom: 20px;
}

img
{
    border-width: 0px;
}

a:link
{
    color: #1d70ba;
    text-decoration: none;
}

a:visited
{
    color: #999;
    text-decoration: none;
}

a:hover
{
    color: #1d70ba;
    text-decoration: underline;
}

/* Main Elements */
#HeaderPanel
{
    min-width: 1032px;
}

#ContentPanel
{
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;
    margin: 0px 50px;
    padding: 0px 15px;
    min-width: 900px;
    background-color: #fff;
}

#FooterPanel
{
    margin: 0px 50px;
    min-width: 932px;
    font-size: 95%;
    text-align: center;
}

/* Everything else */
#HeaderBackground
{
    background-image: url(Images/Header/Background.png);
    background-repeat: repeat-x;
}

#HeaderLayerLeft
{
    background-image: url(Images/Header/Left.png);
    background-repeat: no-repeat;
}

#HeaderLayerRight
{
    background-image: url(Images/Header/Right.png);
    background-repeat: no-repeat;
    background-position: right top;
}

#HeaderLayerMiddle
{
    background-image: url(Images/Header/Middle.png);
    background-repeat: repeat-x;
    height: 40px;
    margin: 0px 50px;
    padding: 0px 15px;
}

#MainLogo
{
    background-image: url(Images/Logo.png);
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    top: 17px;
}

#SearchBox
{
    background-image: url(Images/HomePage/SearchBg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#FooterLayerLeft
{
    background-image: url(Images/Footer/Left.png);
    background-repeat: no-repeat;
    background-position: left -10px;
}

#FooterLayerRight
{
    background-image: url(Images/Footer/Right.png);
    background-repeat: no-repeat;
    background-position: right -10px;
}

#FooterLayerMiddle
{
    background-image: url(Images/Footer/Middle.png);
    background-repeat: repeat-x;
    background-position: left -10px;
    margin: 0px 18px;
    height: 101px;
    padding-top: 40px;
}

#LoadingPanel
{
    background-color: #666;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}

a:link.MainTab, a:visited.MainTab, a:hover.MainTab
{
    background-image: url(Images/Header/TabInactive.png);
    background-repeat: no-repeat;
    width: 143px;
    height: 35px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    float: left;
    text-decoration: none;
    display: block;
    color: #666;
}

a:link.MainTabActive, a:visited.MainTabActive, a:hover.MainTabActive
{
    background-image: url(Images/Header/TabInactive.png);
    background-repeat: no-repeat;
    width: 143px;
    height: 35px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    float: left;
    text-decoration: none;
    display: block;
    color: #c65e00;
    position: relative;
    top: 1px;
}

.ClearFloat
{
    clear: both;
}

a:link.RssLink, a:visited.RssLink, a:hover.RssLink
{
    display: block;
    background-image: url(Images/Rss.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 16px;
    text-decoration: none;
}

.DataTable
{
    width: 100%;
    border-collapse: collapse;
}

.DataTable th
{
    background-image: url(Images/Common/DataTable/Header.png);
    background-repeat: repeat-x;
    background-position: right center;
    border-bottom: solid #ddd 1px;
    height: 33px;
    line-height: 33px;
    text-align: left;
    white-space: nowrap;
    padding: 0px 10px;
}

.DataTable td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: url(Images/Common/DataTable/Row.png);
    background-repeat: repeat-x;
}

.DataTable .Hover td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: url(Images/Common/DataTable/Hover.png);
    background-repeat: repeat-x;
}

.DataTable .BlueHover td
{
    padding: 5px 10px;
    border-bottom: dotted #ccc 1px;
    white-space: nowrap;
    background-image: none;
    background-color: #eff4fa;
}

.TextBox
{
    padding: 5px;
    border: solid #ccc 1px;
}

.DropDownList
{
    padding: 5px;
    border: solid #ccc 1px;
}

.Button
{
    text-align: center;
    width: 100px;
    padding: 3px 0px;
    font-size: 150%;
}

.VerticalTabPanel
{
    position: relative;
}

.VerticalTabPanel .TabButtonBar
{
    padding-top: 20px;
    position: absolute;
}

.VerticalTabPanel .TabButton
{
    background-image: url(Images/Common/VerticalTabPanel/TabInactive.png);
    background-repeat: no-repeat;
    border-top: dotted #ddd 1px;
    border-bottom: solid #d5d5d5 1px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 110px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.VerticalTabPanel .TabButton label
{
    cursor: pointer;
}

.VerticalTabPanel .TabButton_Active
{
    background-image: none;
    margin-left: 0px;
    width: 130px;
    border: solid #ccc 1px;
    border-right: solid #fff 1px;
    position: relative;
    left: -1px;
    padding: 5px;
    cursor: default;
}

.VerticalTabPanel .TabButton_Active label
{
    display: block;
    border-left: solid #f90 7px;
    padding-left: 10px;
    cursor: default;
    color: #c65e00;
}

.VerticalTabPanel_Top
{
}

.VerticalTabPanel_Body
{
    border-top: solid #ccc 1px;
    border-left: solid #ccc 1px;
    padding: 25px;
    margin-left: 140px;
    height: 400px;
    display: block;
}

.VerticalTabPanel_Body[class]
{
    height: auto;
    min-height: 400px;
}

.VerticalTabPanel_Bottom
{
}

.VerticalTabPanel_SectionContainer
{
}

.TabPanel
{
    position: relative;
}

.TabPanel .TabButtonBar
{
    background-image: url(Images/Common/HorizontalTabPanel/TabBar.png);
    background-repeat: repeat-x;
    position: relative;
    border-top: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    padding-left: 55px;
    margin: 0px;
}

.TabPanel .TabButton
{
    border-width: 0px;
    font-weight: normal;
    background-image: none;
    height: auto;
    line-height: 25px;
    text-decoration: none;
    float: left;
    padding: 0px 10px;
    color: #000;
    border-right: dotted #ccc 1px;
    cursor: pointer;
    width: auto;
    margin: 0px;
}

.TabPanel .TabButton_Active
{
    background-image: url(Images/Common/HorizontalTabPanel/TabActive.png);
    background-repeat: repeat-x;
    border: solid #ccc 1px;
    border-bottom-width: 0px;
    position: relative;
    top: -5px;
    left: -1px;
    line-height: 30px;
    background-color: #fff;
    font-weight: bold;
    cursor: default;
    width: auto;
    margin: 0px;
    padding: 0px 10px;
}

.TabPanel .TabButton_Active label
{
    display: block;
    border-width: 0px;
    padding-left: 0px;
    color: #333;
}

.TabPanel_SectionContainer
{
    padding: 5px 0px;
}

.ListItem
{
    background-image: url(Images/Common/Icons/ListItem.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.FormFieldLabel
{
    font-weight: bold;
    padding-bottom: 2px;
}

.FormFieldContainer
{
    float: left;
}

.FormFieldList
{
    border: solid #ccc 1px;
    padding: 5px;
    height: 150px;
    width: 300px;
    overflow: auto;
}

.ErrorMessage
{
    background-color: #ffffe2;
    border: solid #ccc 1px;
    color: #e2541c;
    padding: 5px;
    margin-bottom: 10px;
}

.MessageBox
{
    font-size: 75%;
    background-color: #feecea;
    border: solid #ff9999 1px;
    color: #000;
    padding: 20px;
    position: absolute;
    font-weight: bold;
}
