﻿/* standard style classes */
BODY
{
    background-repeat: repeat;
    background-image: url('/Images/bg-tile1.png');
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
TABLE
{
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #000000;
}
H1
{
    font-family: Arial, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H2
{
    font-family: Arial, sans-serif;
    font-size: 16pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H3
{
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H4
{
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

H5, DT
{
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 8px;
    margin-top: 0px;
}

H6
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

TFOOT, THEAD
{
    font-size: 11pt;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, sans-serif;
}

TH
{
    vertical-align: baseline;
    font-size: 11pt;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, sans-serif;
}

TD
{
    vertical-align: top;
    font-size: 9pt;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, sans-serif;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


A:link
{
    text-decoration: none;
    color: #006FBB;
}

A:visited
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    border-style: none;
    text-decoration: none;
    color: #006FBB;
}

A:hover
{
    text-decoration: underline;
    color: #006FBB;
}

A:active
{
    text-decoration: none;
    color: #006FBB;
}



SMALL
{
    font-size: 8pt;
}

BIG
{
    font-size: 11pt;
}
BIGGER
{
    font-size: 13pt;
    font-weight: bold;
}
BLOCKQUOTE, PRE
{
    font-family: Courier New, monospace;
}

IMG
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    }

P
{
    margin-top: 0px;
    margin-bottom: 10px;
}

OL, UL
{
    margin-top: -8px;
    margin-bottom: 10px;
}

UL UL
{
    margin-top: 0px;
    margin-bottom: 5px;
}

A.H1, A.H2, A.H3, A.H4, A.H5, A.H6
{
    color: #3366ff;
}

A.H1, A.H2, A.H3, A.H4, A.H5, A.H6:Visited
{
    color: #3366ff;
}

A.H1, A.H2, A.H3, A.H4, A.H5, A.H6:Hover
{
    color: #6688ff;
}

A.H1, A.H2, A.H3, A.H4, A.H5, A.H6:Link
{
    color: #3366ff;
}

A.H1, A.H2, A.H3, A.H4, A.H5, A.H6:Active
{
    color: #3366ff;
}

HR
{
    height: 1px;
    border: none;
    color: #C0C0C0;
    background: grey;
}

/* page layout classes */
#container
{
    border-style: none;
    border-width: 0px;
    width: 100%;
    margin: 0px;
}

#header
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    color: #EDEDFB;
    width: 100%;
    background-color: #003366;
    height: 37px;
}

#contentArea
{
    width: 100%;
    background-repeat: repeat-y;
    background-image: url('/Images/index/LeftBorder.gif');
}

#sideMenu
{
    border-style: groove;
    border-color: blue;
    border-width: 4px;
    font-size: 8px;
}
#sideMenu td
{
    border-style: none none solid none;
    padding: 2px;
    background-color: #87CEEB;
    font-size: 8pt;
    vertical-align: middle;
    border-bottom-width: 1px;
    border-bottom-color: #EDEDFB;
}
#sideMenu td.menuItem
{
    background-color: #87CEEB;
}

#sideMenu td.indentMenuItem
{
    background-color: #87CEEB;
    padding-left:10px;
}

#sideMenu td.subIndentMenuItem
{
    background-color: #B0E0E6;
    padding-left: 20px;
}

#sideMenu td.subSubIndentMenuItem
{
    background-color: #E0FFFF;
    padding-left: 30px;
}

#sideMenu td.subSubSubIndentMenuItem
{
    background-color: #E0FFFF;
    padding-left: 40px;
}

#sideMenu td.subMenuItem
{
    background-color: #B0E0E6;
    padding-left: 10px;
}

#sideMenu td.subSubMenuItem
{
    background-color: #E0FFFF;
    padding-left: 20px;
}
#sideMenu td.subSubSubMenuItem
{
    background-color: #E0FFFF;
    padding-left: 30px;
}
#sideMenu td.innerMenuItem
{
    border-style: none;
    border-width: 0px;
    background-color: inherit;
}
#sideMenu td.lastMenuItem
{
    border-style: none none none none;
}

#sideMenu td.selectedMenuItem
{
    background-color: #ffffff;
    font-weight:bold;
}

#sideMenu td.selectedSubMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
}

#sideMenu td.selectedSubSubMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 20px;
}
#sideMenu td.selectedSubSubSubMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
}

#sideMenu td.selectedIndentMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
}

#sideMenu td.selectedSubIndentMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 20px;
}

#sideMenu td.selectedSubSubIndentMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
}

#sideMenu td.selectedSubSubSubIndentMenuItem
{
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 40px;
}

#sideMenu a:link
{
    text-decoration: none;
    color:#003366;
}

#sideMenu a:visited
{
    text-decoration: none;
    color:#003366;
}

#sideMenu a:hover
{
    text-decoration: underline;
    color:#003366;
}

#sideMenu a.labelLink
{
    text-decoration: none;
    color: #003366;
}

#sideMenu a.labelLink:hover
{
    text-decoration: none;
    color: #003366;
}

#sideMenu a:active
{
    text-decoration: none;
    color:#003366;
}

#content
{
    width: 100%; /*background-color: #EDEDFB;*/ /*background-image: url('http://localhost:10000/Images/bg-tile.png'); 	background-repeat: repeat;*/
}

#footer
{
    padding: 0px;
    width: 100%;
    color: #000000;
    font-size: 8pt;
    text-align: left;
    clear: both;
    border-top: none;
}
#footer a
{
    font-size: 8pt;
}
#footer span
{
    font-size: 8pt;
}
#msgDiv
{
    z-index: 10001;
    width: 640px;
    height: 390px;
    border: #336699 0px solid;
    position: absolute;
    left: 35%;
    top: 20%;
    font-size: 12px;
    margin-left: -225px;
    display: none;
}
#bgDiv
{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #777;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=75) opacity: 0.6;
}
/* custom style classes */
.PageHeaderMissionStatement
{
    border-width: 0px;
    border-style: none;
    padding: 0px;
    color: #99b0d3;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
}

.PageHeader
{
    font-family: Arial, sans-serif;
    font-size: 18pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #003366;
    text-align: center;
}

.CMLibrary
{
    font-family: Arial, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #003366;
}

.CMSection
{
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #006fbb;
}
.CMCourse
{
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #006fbb;
}
.CMChapter
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #006fbb;
}
.CMTopic
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: 100;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #006fbb;
}

.VideoTitle
{
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #003366;
}

.TopicName
{
    font-family: Arial, Sans-Serif;
    font-size: 18pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    color: #003366;
}

.TopicId
{
    display: none;
}

.ContentHeaderText
{
    margin-top: 8px;
    color: #000000;
    float: left;
    font-size: large;
    font-weight: bold;
}

.buttonAlignBottom
{
    padding-top: 2px;
    margin-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.H1, .H2, .H3, .H4, .H5, .H6
{
    color: #003366;
}

.H1
{
    font-family: Arial, sans-serif;
    font-size: 20pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.H2
{
    font-family: Arial, sans-serif;
    font-size: 16pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.H3
{
    font-family: Arial, sans-serif;
    font-size: 14pt;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.H4
{
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.H5
{
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.H6
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}
/* imported from style.css */
.menu
{
    font-family: Arial, sans-serif;
    font-size: 8pt;
    vertical-align: middle;
}
.tiny
{
    font-size: 6pt;
}
.small
{
    font-size: 8pt;
}
.mid
{
    font-size: 9pt;
}
.norm
{
    font-size: 10pt;
}
.big
{
    font-size: 11pt;
}
.large
{
    font-size: 12pt;
}
.vlarge
{
    font-size: 14pt;
}
.huge
{
    font-size: 16pt;
}
.rsvp-fancy
{
    font-family: Edwardian Script ITC, Monotype Corsiva, Times New Roman;
    font-size: 45pt;
}

.reverse
{
    background-color: #003366;
    color: #ededfb;
}
.reverse-lg
{
    font-size: 12pt;
    background-color: #003366;
    color: #ededfb;
}
.placeholder
{
    font-family: Times New Roman, Script, Arial;
    font-size: 14pt;
    background-color: #003366;
    color: #ededfb;
}
.backIssue
{
    font-weight: bold;
    color: Maroon;
}
.hitsthefan
{
    font-family: Times New Roman, Script, Arial;
    font-size: 14pt;
    background-color: red;
    color: black;
}
/* custom */

.Alert
{
    font-size: large;
    color: Red;
    font-weight: bold;
}

.Success
{
    font-size: large;
    color: Green;
    font-weight: bold;
}

/* custom printing classes */
@media screen
{
    .PrintOnly
    {
        display: none;
    }
}
@media print
{
    .ScreenOnly
    {
        display: none;
    }
}
.TableBox1
{
    padding: 0px;
    border: 1px solid #BEBEBE;
    border-collapse: collapse;
}
.TableBox2
{
    margin: 0px;
    border: 1px solid #FFFFFF;
    background-position: left top;
    background-repeat: repeat;
    filter: Alpha(Opacity=100, FinishOpacity=30, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100);
    background-color: #E9E9E9;
}
.TableText
{
    filter: Alpha(Opacity=100);
    z-index: 0;
    position: relative;
}
.TableLine
{
    border-color: #C0C0C0;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
}

.AgendaMainTable
{
    width: 700px;
}

.AgendaMainTable .LeftPanel
{
    width: 200px;
}
.AgendaMainTable .SeperatorPanel
{
    width: 30px;
}

.AgendaMainTable .LeftPanel
{
    width: 200px;
}

.AgendaMainTable H3
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}
.AgendaMainTable H2
{
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.AgendaSectionHeading
{
    background: #C5CDDA;
    color: #003C7D;
    height: 30px;
    font-size: 16px;
    vertical-align: middle;
}
.UpdateProgressBackground
{
    margin: -10px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 1000;
    background-color: gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.UpdateProgressIcon
{
    position: fixed;
    top: 50%;
    left: 40%;
    margin-left: -75px;
    margin-top: -50px;
    width:100px;
    height:100px;
    background-image: url('/Images/ajax-loader.gif');
}
