﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em; /*    color: #666666;     font-variant: small-caps;     text-transform: none;     font-weight: 200;*/
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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;
}

.SuccessText
{
    color: Green;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#leftnav p
{
    margin: 0 0 1em 0;
}
#content h2 /*{ margin: 0 0 .5em 0; }*/
{
    border-style: solid;
    border-width: 1px;
    border-color: #5555FF;
    background-color: #C8C8FF;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.page
{
    width: 90%;
    max-width: 800px;
    min-width: 800px;
    margin: 10px auto;
    color: #333;
}

.header
{
    float: left;
    width: 100%;
    padding: .5em;
    background-color: #f0f0ff;
    border-style: solid;
    border-width: 1px;
    border-color: #5555FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.main
{
    margin-left: 180px;
    padding: 1em;
}

.leftCol
{
    float: left;
    width: 170px;
    padding: .5em;
}

.footer
{
    clear: both;
    margin: 0;
    padding: .5em;
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #5555FF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #f0f0ff;
}
.footer div
{
    text-align: center;
}
.PrivacyPolicy
{
	margin-top: 0;
	margin-left: 5px;
	float:left;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

div.menu ul li
{
    padding-left: 8px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    line-height: 2.8em;
    padding: 4px 20px;
    text-decoration: none;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li 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: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 55%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.title img
{
    border-width: 0px;
}

.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;
}


/* Navigation Menu ---------------------------------------------------------------- */
ul#navmenu, ul#navmenu ul
{
    background-color: #f0f0ff;
    border-style: solid;
    border-width: 1px;
    border-color: #5555FF;
    text-align: center;
    width: 160px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
ul#navmenu, ul#navmenu li, ul#navmenu ul
{
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul#navmenu li
{
    float: left;
    position: relative;
    margin: 1px 1px 1px 1px;
    padding: 0;
    list-style: none;
    text-decoration: none;
    width: 158px;
}
ul#navmenu a.HasChildren
{
    background-image: url(/images/sub.gif);
    background-repeat: no-repeat;
    background-position: right;
}
ul#navmenu li.iehover
{
    z-index: 1000; /* IE z-index bugfix */
}
ul#navmenu ul
{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
}
/* Root Menu */
ul#navmenu a
{
    display: block;
    color: #000000;
    text-decoration: none;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a
{
    background-color: #c8c8ff;
}
/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
    float: none;
    background-color: #f0f0ff;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a
{
    background-color: #c8c8ff;
}
/* Hover Function - Do Not Move */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul
{
    display: none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
    display: block;
}

/* Experimental Slide Show --------------------------------------------------------------------------- */
ul.slideshow
{
    list-style: none;
    width: 640px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

ul.slideshow li
{
    position: absolute;
    left: 0;
    right: 0;
}

ul.slideshow li.show
{
    z-index: 500;
}

ul img
{
    border: none;
}

#slideshow-caption
{
    width: 640px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #000;
    z-index: 500;
}

#slideshow-caption .slideshow-caption-container
{
    padding: 5px 10px;
    z-index: 1000;
}

#slideshow-caption h3
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
}

#slideshow-caption p
{
    margin: 5px 0 0 0;
    padding: 0;
    text-align: left;
}

ul.FeaturedItems
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.TitleBar
{
    border-style: solid;
    border-width: 1px;
    border-color: #5555FF;
    background-color: #C8C8FF;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

