﻿/*
    ----------------------------------------------------------------------------
    HTML Elements
    ----------------------------------------------------------------------------
*/

body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #004D99;
    font-size: smaller;
}
h1, h2, h3, h4, h5
{
    color: #004D99;
}
hr.border
{
    color: #CAD3E2;
}
a:link
{
    color: #004D99;
    text-decoration: none;
}
a:visited
{
    color: #004D99;
    text-decoration: none;
}
a:hover
{
    color: #CAD3E2;
    text-decoration: none;
}
td.Highlighted
{
    background-color: #C0C0C0;
}
td.RightColumnHighlighted
{
    background-color: #C0C0C0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}
td.RightColumn
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}

table.videolistcontainer
{
    border-collapse: collapse;
    color: #333;
    width: 480px;
}

table.videolistcontainer .wbutton
{
    text-align: center;
}

table.videolistcontainer tbody a
{
    color: #ddd;
}

table.videolistcontainer tr td
{
    padding: 4px;
    font-size: 13px;
}

table.videolistcontainer thead tr
{
    background-color: #004D99;
    color: white;
    font-weight: bold;
}

table.videolistcontainer tbody tr
{
    background-color: #fff;
}

table.videolistcontainer tbody tr.odd
{
    background-color: #e7e7e7;
}

/*
    ----------------------------------------------------------------------------
    Defined Styles
    ----------------------------------------------------------------------------
*/

.pageHeader
{
    color: #004D99;
    font-size: large;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CAD3E2;
}
.colHeader
{
    color: #FFFFFF;
    background-color: #004D99;
    text-align: left;
}
.C1GridView_Office2007Blue .C1GroupHeaderRow
{
    background-color: #E1EAF6;
    font-weight: bold;
    color: #000000;
}
.NavPanelHeaderText
{
    font-size: smaller;
}
.NavPanelLink
{
    padding: 3px;
}
.emphasis
{
    font-weight: bold;
    color: #004D99;
}
.CalendarPrintMonth
{
    font-size: larger;
    font-weight: bold;
    color: #004D99;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CAD3E2;
}
.Title
{
    font-size: larger;
    font-weight: bold;
    color: #004D99;
}
.NoWrap
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.popupWindowBody
{
    padding: 15px 15px 15px 15px;
}
.centerContent
{
    margin: 10px;
    text-align: center;
    clear: both;
}
.BlockHeader
{
    /*font-size: larger;*/
    color: #004D99;
    padding: 5px;
    font-weight: bold;
    background-repeat: repeat-x;
    background-image: url('Images/gradient20.png');
    height: 15px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CAD3E2;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CAD3E2;
}
.BlockLeftBar
{
    padding: 10px;
    float: left;
    width: 200px;
    height: 150px;
    overflow: auto;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CAD3E2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CAD3E2;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CAD3E2;
}
.BlockContent
{
    padding: 10px;
    height: 150px;
    overflow: auto;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CAD3E2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CAD3E2;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CAD3E2;
}
.BlockContentFull
{
    border: 1px solid #CAD3E2;
    padding: 10px;
    height: 300px;
    overflow: auto;
}
.Banner
{
    background-color: #CAD3E2;
}
.TitleBanner
{
    background-repeat: repeat-x;
    background-image: url('Images/gradient20.png');
    font-weight: bold;
    color: #004D99;
    height: 20px;
    vertical-align: middle;
}
.LightBorder
{
    border: 2px solid #CAD3E2;
}
.SitemapSectionTitle
{
    font-weight: bold;
    color: #004D99;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CAD3E2;
}
.webPartTitleNormal
{
    background-repeat: repeat-x;
    background-image: url('Images/gradient20.png');
    font-weight: bold;
    color: #004D99;
    height: 20px;
    vertical-align: middle;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CAD3E2;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CAD3E2;
}
.webPartStyleNormal
{
    border: 1px solid #CAD3E2;
}
.webPartTitleEdit
{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    visibility: visible;
    background-color: #004D99;
    font-weight: bold;
}
.webPartStyleEdit
{
    border: 2px solid #004D99;
}

.waitControlContainer
{
    border: 2px solid #004D99;
    padding: 10px;
    width: 200px;
}
.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: #CAD3E2;
    padding: 4px;
    position: absolute;
    top: 25%;
    left: 25%;
}
.CollapsiblePanelExtenderInit
{
    height: 0px;
    overflow: hidden;
}

/*
    ----------------------------------------------------------------------------
    Main Navigation Framework
    ----------------------------------------------------------------------------
*/
#outerWrapper
{
    background-color: #fff;
    margin: 0 auto 0 auto;
    min-width: 760px;
    width: 95%;
}
#outerWrapper #loginbar
{
    background-color: #004D99;
    text-align: right;
    color: #FFFFFF;
}
#outerWrapper #loginbar a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#outerWrapper #loginbar a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#outerWrapper #loginbar a:hover
{
    color: #FFFFCC;
    text-decoration: none;
}
#outerWrapper #header
{
    background-color: #FFFFFF;
    height: 100px;
}
#outerWrapper #menu
{
    background: #004D99;
    width: 100%;
    height: 27px;
}
#outerWrapper #contentWrapper
{
    background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftcolumn
{
    float: left;
    width: 180px;
    background-color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftcolumn #leftcolumnContent
{
    padding: 5px;
}
#outerWrapper #contentWrapper #content
{
    background-position: #FFFFFF;
    margin: 0 0 0 180px;
    background: #FFFFFF;
    padding: 1px 10px 1px 10px;
}
#outerWrapper #contentWrapper #content #toolbar
{
}
#outerWrapper #contentWrapper #content #toolbar #toolbarleft
{
    float: left;
}
#outerWrapper #contentWrapper #content #toolbar #toolbarright
{
    text-align: right;
}
#outerWrapper #footer
{
    background-position: #FFFFFF;
    clear: both;
    background: #FFFFFF;
    width: 100%;
    height: 120px;
    border-top-style: solid;
    border-top-color: #004D99;
    text-align: center;
}
