﻿body
{
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12px;
    background-color: #0A1A23;
}

html, body, form
{
    height: 100%;
    padding-bottom: 1px;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 12px;
}

td
{
    padding-right: 10px;
}

/* Content */

.PageContent
{
    margin: auto;
    width: 960px;
}

.PageWidthImage
{
    width: 960px;
    height: 1px;
}

.ClearFloat
{
    clear: both;
}

.MainContent
{
    border: solid 0px lightgray;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
    background-color: #ffffff;
}

.WhiteBoxRounded
{
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px #CCC solid;
    background: #FFF;
    -webkit-box-shadow: 1px 3px 4px #999;
    -moz-box-shadow: 1px 3px 4px #999;
    box-shadow: 1px 3px 4px #999;
    margin-bottom: 20px;
    overflow: hidden;
}

.MainContentPadding
{
    padding: 10px;
}

.MainContentPaddingLarge
{
    padding-left: 25px;
    padding-right: 25px;
}

.DividerMed
{
    height: 15px;
}

.TableNormal
{
    padding: 0px;
    border: collapse;
    width: 100%;
}

.InputButton
{
    border: solid 0px black;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #486E82;
    font-size: 13px;
    cursor: pointer;
}

.InputButtonSmall
{
    border: solid 0px black;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #486E82;
    font-size: 12px;
    cursor: pointer;
}

.WindowEditAddress
{
    width: 895px;
    border: solid 1px #999999;
    background-color: #ffffff;
    padding: 10px;
}

.DisplayAddress
{
    padding-left: 25px;
    padding-top: 10px;
    font-weight: bold;
}

/* Profile Input */

.InputLabelProfile
{
    padding-top: 5px;
    font-weight: bold;
    white-space: nowrap;
}

.InputTextBoxProfile
{
    height: 20px;
    font-size: 15px;
}

.InputComboProfile
{
    height: 26px;
    font-size: 15px;
    padding-top: 3px;
}

.SectionHeadingProfile
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    background-color: #0073AE;
    color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.SectionHeadingGridRow
{
    background-color: #0073AE !important;
}

.ValidatorMessageArea
{
    margin-top: 4px;
    height: 22px;
    margin-bottom: -5px;
}

.PasswordStrength
{
    font-style: italic;
    padding-top: 6px;
}

/* Panels */

.BlueHeading
{
    color: #486E82;
    font-family: Arial;
    text-transform: uppercase;
    min-height: 48px;
    font-size: 24px;
    text-align: center;
}

/* Sidebar */

.Sidebar
{
    float: right;
    min-height: 400px;
    width: 200px;
    margin-top: 0px;
    margin-left: 10px;
    background-image: url('/images/Left-Div-Shadow.jpg');
    background-position: left;
    background-repeat: no-repeat;
}

.SidebarContent
{
    padding-left: 20px;
}

.SidebarHeading
{
    text-transform: uppercase;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    height: 50px;
    color: #c8c8c8;
}

.SidebarLink
{
    text-transform: uppercase;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    color: #c8c8c8;
}

.SidebarLink:Hover
{
    color: #000000;
}

/* Section */

.SectionPanel
{
    float: left;
    height: 160px;
    width: 140px;
    padding-left: 20px;
}

.SectionTaskPanel
{
    float: left;
    height: 65px;
    width: 160px;
    margin-right: 15px;
    padding-top: 95px;
}

.SectionTaskPanel:hover
{
    -moz-box-shadow: 0 0 5px 5px #f0f0f0;
    -webkit-box-shadow: 0 0 5px 5px #f0f0f0;
    box-shadow: 0 0 5px 5px #f0f0f0;
}

.TaskIconText
{
    width: 100px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.TaskIconLink
{
    text-decoration: none;
}

.SectionText0
{
    color: #ECBE13;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.SectionText1
{
    color: #606060;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}

.SectionBodyLeft
{
    float: left;
    width: 710px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 3px 3px 4px #999;
    -moz-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
}

.SectionBodyRight
{
    float: left;
    margin-left: 20px;
    width: 180px;
    padding-top: 20px;
    background-color: #ffffff;
}
.SectionMainHeadingTop
{
    border-top: solid 1px #f6f6f6;
    padding-bottom: 20px;
}

.SectionMainHeading
{
    color: #5d5d5d;
    font-family: Arial;
    font-size: 24px;
    text-transform: uppercase;
}

.SectionMainHeadingBottom
{
    padding-top: 15px;
    border-bottom: solid 1px #f6f6f6;
    margin-bottom: 10px;
}

.SectionSmallHeading
{
    background-color: #5F5F5F;
    height: 22px;
    color: #ffffff;
    padding-top: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.Title1
{
    color: #5d5d5d;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    height: 50px;
}

.TileIconLink
{
    text-decoration: none;
}

.TileIconText
{
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.TileIconPanel
{
    text-decoration: none;
    width: 160px;
    height: 160px;
    padding-right: 10px;
    background-color: #eeeeee;
}

.TileIconPanel:hover
{
    -moz-box-shadow: 0 0 5px 5px #f0f0f0;
    -webkit-box-shadow: 0 0 5px 5px #f0f0f0;
    box-shadow: 0 0 5px 5px #f0f0f0; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f0f0f0')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f0f0f0');
}

.TileIconInfoCorner
{
    position: relative;
    top: 45px;
    left: 140px;
    height: 20px;
    width: 20px;
    background-image: url('/images/grayinfo_20.png');
}

.TileIconInfoPopup
{
    width: 140px;
    border: solid 2px #f0f0f0;
    padding: 5px;
    background-color: White;
    -khtml-opacity: .90;
    -moz-opacity: .90;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
    opacity: .90;
}

.TileIconInfoPopupWhite
{
    border: solid 2px #f0f0f0;
    padding: 5px;
    background-color: White;
}

.CourseTileIconInfoCorner
{
    position: relative;
    top: 140px;
    left: 150px;
    height: 20px;
    width: 20px;
    background-image: url('/images/grayinfo_20.png');
}

.Opacity
{
    -khtml-opacity: .50;
    -moz-opacity: .50;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: .50;
}

.Opacity:hover
{
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1.0);
    opacity: 1.00;
}

/* menu */

.MenuItem
{
    float: left;
    padding-right: 30px;
    height: 30px;
    padding-top: 14px;
    color: #efefef;
}

.MenuLink
{
    height: 25px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    vertical-align: text-bottom !important;
}

.MenuLinkCourses
{
    background-image-: url('/images-API/book_t040.png');
}

.MenuLinkCourses:hover
{
    color: #000000 !important;
    background-image-: url('/images-API/book_t100.png');
}

.MenuLinkCoursesSelected
{
    background-image-: url('/images-API/book_tgold.png');
}

.MenuLinkCME
{
    background-image-: url('/images-API/padlock_t040.png');
}

.MenuLinkCME:hover
{
    color: #000000 !important;
    background-image-: url('/images-API/padlock_t100.png');
}

.MenuLinkCMESelected
{
    background-image-: url('/images-API/padlock_tgold.png');
}

.MenuLinkFAQ
{
    background-image-: url('/images-API/questionmark_t040.png');
}

.MenuLinkFAQ:hover
{
    color: #000000 !important;
    background-image-: url('/images-API/questionmark_t100.png');
}

.MenuLinkFAQSelected
{
    background-image-: url('/images-API/questionmark_tgold.png');
}

.Logout
{
    color: #efefef;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.Logout:hover
{
    color: #000000 !important;
}

/* Course Learning */

.LearningCourseHeading
{
    height: 85px;
    background-position: left;
    background-repeat: no-repeat;
}

.LearningCourseHeadingText
{
    padding-top: 32px;
    padding-left: 38px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}

/* Course Learning Tab */

.TabStrip
{
    height: 47px;
    background-image: url('/images-API/detail_c_tabback.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #5F5F5F;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.TabStripMargin
{
    padding-left: 10px;
}

.TabStripItem
{
    float: left;
    height: 47px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.TabStripText
{
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    height: 20px;
}

.TabStripTextNoIcon
{
    padding-left: 5px;
}

.TabStripTextTopMargin
{
    margin-top: 15px;
}

.TabStripTextLink
{
    text-decoration: none;
    color: inherit;
}

/* Course Grid */

.CourseRow

{    
    min-height: 25px;
    padding-bottom: 15px;
    border-bottom: solid 2px white;
}

.CourseRowLink
{
    text-decoration: none;
    color: #454545;
    -border-bottom: 2px;
}

.CourseRowLink:hover
{
    color: #121212;
}

.CourseRowIndex
{
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    height: 25px;
    padding-top: 12px;
    padding-left: 8px;
    width: 35px;
}

.CourseRowIndexSep
{
    width: 5px;
}

.CourseRowHeading
{
    margin-left: -10px; 
    margin-right: -10px;
    color: White; 
    padding-left: 10px;
}
                        
.CourseRowText
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    min-height: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    min-width: 100px;
}

.CourseRowTextHeading
{
    background-color: #0073AE; 
    color: White; 
    padding-left: 15px;
}