﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #333333;
    font-size: 10pt;
    font-family: "lucida grande" , lucida, tahoma, Verdana;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

td, p, th, ul, ol, li
{
    font-size: 10pt;
}

a:link, a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

a:hover
{
    color: #FF9900;
    text-decoration: none;
}

a:active
{
    color: #FF3300;
    text-decoration: none;
}

p
{
    margin-bottom: 5px;
    line-height: normal;
    margin-right: 15px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    background-color: #333333;
    color: #CCCCCC;
    padding-left: 50px;
    margin-left: -50px;
    width: 300px;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

thead
{
    background-color: #666666;
    color: #CCCCCC;
    font-weight: bold;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    position: relative;
    width: 1000px;
    background-color: #949494;
    margin: 0px auto 0px auto;
    min-height: 1200px;
    z-index: 0;
    top: 10px;
}

.page .header
{
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 185px;
    z-index: 99;
}

.page .header .logo
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 200px;
    height: 100px;
    background-image: url('../Images/Style/logo.png');
    background-repeat: no-repeat;
    z-index: 9999;
}

.page .header .titles
{
    position: absolute;
    font-weight: bold;
    top: 42px;
    left: 220px;
    white-space: nowrap;
    z-index: 9999;
}

.page .header .titles .maintitle
{
    font-size: 18pt;
}

.page .header .titles .subtitle
{
    position: relative;
    top: 30px;
    font-size: 14pt;
}

.page .header .titles .front
{
    position: absolute;
    top: 1px;
    left: 1px;
    color: #000000;
}

.page .header .titles .back
{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
}



.page .header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.page .main
{
    position: relative;
    top: 10px;
    left: 0px;
    background-color: #949494;
    margin-left: 10px;
    width: 990px;
    height: auto;
    display: block;
}

.page .leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.page .footer
{
    color: #ffffff;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #333333;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    position: relative;
    top: -30px;
    left: 0px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-image: url('../Images/Style/menustrip.png');
    background-repeat: repeat-x;
    z-index: 9999;
    display: block;
}

div.menu
{
    position: absolute;
    top: 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul.static li.static a.static:link, div.menu ul.static li.static a.static:visited
{
    margin: 0px;
    border-right: 1px #949494 solid;
    color: #ffffff;
    font-weight: bold;
    font-size: 11pt;
    display: block;
    line-height: 30px;
    padding: 0px 20px 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}


div.menu ul.static li.static a.static:hover
{
    color: #ffffff;
    text-decoration: none;
    background-image: url('../Images/Style/menustrip_item.png');
    height: 30px;
}

div.menu ul.static li.static a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


div.menu ul.dynamic
{
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #333333 #333333 #CCCCCC;
    background-color: #666666;
    color: #CCCCCC;
    z-index: 99999;
    width: auto;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 1px;
    padding-bottom: 5px;
    margin-top: -2px;
}

div.menu ul.dynamic li.dynamic
{
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    padding: 1px 20px 1px 10px;
    display: block;
    border-left-color: blue;
}

div.menu ul.dynamic li.dynamic a.dynamic, div.menu ul.dynamic li.dynamic a.dynamic:visited
{
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    z-index: 99999;
}

/* div.menu ul.dynamic li.dynamic a.dynamic:hover */

div.menu ul.dynamic li.dynamic:hover
{
    color: #ffffff;
    background-color: #333333;
    text-decoration: none;
    border-left-color: orange;
}

div.menu ul.dynamic li.dynamic a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 9pt;
    font-weight: bold;
    padding: 1px 4px 2px 4px;
    color: #333333;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.divAddThis
{
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99999;
}

.clear
{
    position: relative;
    clear: both;
}

.footer
{
    position: absolute;
    bottom: 0px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.validateFail
{
    border-style: solid;
    border-width: 0px 0px 0px 2px;
    color: #949494;
    border-left-color: #FF0000;
    padding-left: 5px;
}

.valReqIcon
{
    background-image: url('../Images/Style/WarningHS.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 16px;
    display: inline;
}

.valErrIcon
{
    background-image: url('../Images/Style/Error_16x16.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 18px;
    height: 16px;
    display: inline;
}

/* VIDEO */
.videoTable td
{
    padding: 0px 10px 0px 0px;
}

.videoTable img
{
    padding: 5px 0px 0px 0px;
    width: 235px;
}

/* TABSTRIP */
.tabStrip
{
}

.tabStrip .btnTab
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #666666;
    width: 100px;
    height: 30px;
    font-size: 12pt;
    font-weight: bold;
    background-color: #999999;
    cursor: pointer;
}

.tabstrip .btnTab:hover
{
    color: orange;
}

.tabStrip .tabSelected
{
    background-color: rgb(102, 102, 102);
    color: blue;
}

