﻿*, body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
}

a
{
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    color: red;
}

a:hover
{
    text-decoration: underline
    font-family: Arial;
    font-weight: normal;
    color: blue;
}

ul
{
    padding-left: 35px;
    list-style: disc;
}

ol
{
    padding-left: 35px;
    text-align: left;
}

.mainContent
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    color: #040E56
}

.copyright
{
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    color: #FFFFFF;
    font-style: italic;
}

.quoteText
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
    color: #040E56;
}

.instructorClass
{
    font-family: Arial;
    font-weight: normal;
    font-size: 15px;
    color: #040E56;
}

.instructorCredits
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #040E56;
}

.pageTitle
{
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    color: #040E56;
}

.pageHeader
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #040E56;
}

.infoBoxes
{
    width: 160px;
    border-left: dashed 1px #040E56;
}

.menuClass
{
    padding-left: 5px;
    padding-right: 5px;
}

a.instructorSubTitles
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9px;
    color: #040E56;
}

a.instructorSubTitles:hover
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9px;
    color: red;
}

a.topClass
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9px;
    color: #040E56;
}

a.topClass:hover
{
    font-family: Arial;
    font-weight: normal;
    font-size: 9px;
    color: red;
}

a.contactUsLinks
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: red;
}

a.contactUsLinks:hover
{
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: blue;
}

a.linksClass
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #040E56;
}

a.linksClass:hover
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: red;
}

a.allGalleriesLink
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #FFF;
}

.popUpControl
{
    background-color: #AAD4FF;
    visibility: hidden;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity:0.5;
}

.modalBackgroundLight
{
    background-color: GRAY;
    filter: alpha(opacity=20);
    opacity:0.2;
}

.modalBackgroundSmall
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity:0.5;
    width: 500px;
}

.modalPopUp
{
    background-color: #E3DDB8;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 300px;
    height: 300px;
}

.hidePanel
{
    visibility: hidden;
    display:none;
}

.showPanel
{
    visibility: visible;
    display: block;
}

a.allGalleriesLink:hover
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: yellow;
}

.scrollableDiv
{
    overflow: auto;
	scrollbar-face-color:#660000;
	scrollbar-arrow-color:#E3DDB8;
	scrollbar-track-color:#E3DDB8
}

.showCtrl
{
    visibility: visible;
}

.hideCtrl
{
    visibility: hidden;
}
