﻿
/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
    background: #f0f0f0 url('images/page_background.png') repeat-x;    
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

fieldset
{
    width: 100%;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3
{
    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;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h5
{
    padding: 5px 0 !important;
    margin-bottom: 5px !important;
}

/* 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   
----------------------------------------------------------*/

#trial {
    background-color: #eee8aa;
    width: 100%;
    height: 28px;
}

    #trial .inner {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #trial .warning {
        float: left;
        width: 16px;
        padding: 3px 6px 2px 8px;      
    }

    #trial .message {
        float: left;
        padding-top: 5px;
        font-size: 12px;
    }

#header
{
    background: #000000 url('images/page_header_background.png') repeat-x;
    width: 100%;
    height: 20px;
    font-size: .85em;    
}

#application
{
    float: left;
    text-align: left;
    padding: 3px 0 0 10px;
    color: #d0d0d0;
}

#application .version
{
    color: #fff;
}

#login
{
    font-size: 1em;
    text-align: right;
    padding-right: 10px;
    padding: 3px 10px 0 0;
    color: #fff;
}

#login a:link, #login a:visited
{
    color: #fff;
    text-decoration: none;
}

#login a:hover
{
    color: #fff;
    text-decoration: underline;
}

#section
{
    background: #c4e7fc url('images/section_background_blue.png') repeat-x;
    width: 100%;
    height: 40px;
}

#section #image
{
    float: left;
    padding: 8px 10px;
}

#section #navigation
{
    color: #fff;
    float: left;
    padding: 7px 0 0 0;
}

#section #navigation a:link, #section #navigation a:visited
{
    color: #494949;
    text-decoration: none;
}

#section #navigation a:hover
{
    color: #494949;
    text-decoration: underline;
}

#section #navigation .selectedTab
{
    color: #fff !important;
}

#section #progress
{
    float: right;
    padding: 8px 10px;
}

div.sidebarNavigation
{
    padding: 5px;
}

div.containerAction
{
    margin-bottom: 8px;
    padding: 3px;
    background-color: #fcfae9;
    border: 1px solid #e9e6c7;
}

div.containerTabs
{
    margin: 8px;
    margin-bottom: -9px;
    padding-left: 20px;
}

div.container
{
    margin: 8px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-left: 5px solid #c0c0c0;
}

div.container .title {
    font-size: 1.4em;
    font-weight: 600;
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    -o-font-variant: small-caps;
    font-variant: small-caps;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.links
{
    margin: 5px;
    padding: 5px;
}

ul.links li
{
    list-style: none;
    margin: 5px;
    padding: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.white
{
    background: #fff;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.indent
{
    padding: 5px;
}

.noWrap
{
    white-space: nowrap;
}

hr
{
    height: 1px;
    color: #c0c0c0;
    background-color: #c0c0c0;
    border: 0 !important;
}