﻿
/* =Basic page settings
----------------------------------------------- 
*/

body {
    color: #5D5D5D;     /* =GetGrey */
    font-size: 0.8em; 
    margin: 0px 0px 0 0;
    text-align: center;
}

body, input, textarea, select {
    font-family: Verdana;
}

a, a:visited {
    color: #608DBF;     /* =GetTextBlue */
    text-decoration: none;
}

a:hover, a:active, a:visited:hover {
    color: #FE9F34;     /* =GetOrange */
}

.clear 
{
    clear: both;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.alignright
{
    text-align: right;
}

.alignleft
{
    text-align: left;
}

.aligncenter
{
    text-align: center;
}

.button
{
    cursor: hand;
    cursor: pointer;
}

.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.addTopPadding
{
    padding-top: 25px;
}

.addTopMarginSmall
{
    margin-top: 12px;
}

.addTopMargin
{
    margin-top: 25px;
}

.hide
{
    display: none;
}

/* =Header
----------------------------------------------- 
*/

.header {
    border-bottom: solid 1px #cccccc;
    clear: both;
    font-size: 0.85em;
    height: 1%;
    padding: 5px 5px 5px 5px;
    width: 99%;
}

.header .wrapper {
    margin: 0pt auto;
    width: 826px;
}

.header h1 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.header .accountContainer {
    clear: both;
    float: right;
    margin-top: -37px;
    text-align: right;
    vertical-align: top;
}

.header .headerlogo {
    margin-top: 6px;
}

/* =Nav
----------------------------------------------- 
*/

.navigation
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation li
{
    border: 1px solid #FFFFFF;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 16px;
    position: relative;
    z-index: 9999;
}

.navigation li span
{
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
    display: block;
    padding: 4px 2px 4px 6px;
    white-space: nowrap;
}

/* Nav =Search
----------------------------------------------- 
*/

.headersearch
{
    background-color: #EEF6FF;     /* =GetLightBlue */
    border-bottom: solid 1px #cccccc;
    clear: both;
    font-size: 0.9em;
    height: 1%;
    padding: 5px 5px 5px 5px;
    width: 99%;
}

.searchform
{
    white-space: nowrap;
    width:530px;
}

.searchtext
{
    font-weight: bold;
    margin-right: 5px;
    margin-top: 6px;
}

.headersearch input.searchbox
{
    border-bottom: #bababa 1px solid;
    border-left: #bababa 1px solid;
    border-right: #bababa 1px solid;
    border-top: #bababa 1px solid;
    height: 17px;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-top: 3px;
    padding-left: 2px;
    width: 199px;
}

.grey
{
    color: #cccccc;
}

.searchbutton
{
    margin-top: 2px;
}

/* =Structure
----------------------------------------------- 
*/

div.contentcenter
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content
{
    width: 826px;
}

.content h1
{
    color: #608DBF;      /* =GetTextBlue */
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
}

.content .submenu
{
    border-bottom: solid 2px #efefef;
    font-size: 0.85em;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 26px;
    padding-bottom: 25px;
    text-align: left;
}

.content .submenu .here
{
    font-weight: bold;
}

.content .nobottommargin
{
    margin-bottom: 0px;
}

.content .icon
{
    float: left;
    margin-right: 5px;
}

.content .text
{
    color: #5d5d5d;      /* =GetGrey */
    font-size:0.85em; 
    margin-left:26px;
    text-align:left; 
}

.content h2
{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:1.4em;
    font-weight:bold; 
    margin-bottom: 4px;
    margin-top: 24px;
}

.content .restrictWidth
{
	width: 490px;
}

/* =Footer
----------------------------------------------- 
*/

div.footer
{
    clear: both;
    border-top: solid 1px #cccccc;
    margin-top: 26px;
    padding: 5px 5px 5px 5px;
    width: 99%;
}