﻿html, body
{
    height: 100%;
}

/*** Alternative background ***/
/*
html 
{
    background: url(/img/stripes-blue-thin.png) repeat top left;
}
*/

html
{
    background-color: #007494;
}

body 
{
    /*** Alternative background ***/
    /* 
    background: url(/img/site-shadows.png) repeat-y center top; 
    */
    background: url(/img/background.png) repeat-x;
    color: #716162;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 0.75em;
    min-width: 43.75em;       /* 2 * (sidebar full width + main column padding) + secondary column full width */
}

h1
{
    color: #01478C;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.667em;      /* header height */
    text-align: center;   
}

h2 
{
    border-bottom: 1px dotted #e0e0e0;
    font-size: 1.333em;
    font-weight: bold;
    padding-bottom: .25em;
}

h3 
{
    border-bottom: 1px dashed #e0e0e0;
    font-size: 1.167em;
    font-weight: bold;
    padding-top: .6em;
    padding-bottom: .25em;
}

h4 
{
    font-size: 1em;
    font-weight: bold;
    padding-top: 1.333em;
    padding-bottom: .333em;
}

p
{
    line-height: 1.5em;
    margin-top: 1.5em;
    text-align: justify;
}


a, a:link, a:visited, a:hover, a:active, a:focus
{
    color: #0087ef;
    text-decoration: none;
}

em
{
    font-style: italic;
    font-weight: bold;
}

label
{
    color: #01478C;
    font-weight: bold;
}

#container
{
    padding-left: 16em;     /* sidebar column full width */
    padding-right: 18.333em;   /* secondary column full width + main column padding */    
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -15em;
}

#container .column
{
    float: left;
    position: relative;
}

#main
{
    padding: .833em 1.667em; /* main column padding */
    width: 93%;             /* width of the container div, exclusive of the padding */
}

#sidebar
{
    width: 16.67em;           /* sidebar column width */
    margin-left: -100%;       /* width of main column */
    padding: 0.833em;
    right: 15.7em;           /* sidebar column full width + main column padding */
}

#secondary
{
    margin-right: -18.33em;  /* secondary column full width + main column padding */
    padding: 0.833em;        /* secondary column padding */
    width: 16em;            /* secondary column width */
}

#secondary li
{
    margin-bottom: 2em;
    border-bottom: 1px dotted #e0e0e0;
}

#secondary img
{
    margin-bottom: .333em;
    margin-right: .667em;
    vertical-align: middle;
}

#footer
{
    clear:both;
    border-top: 1px solid #e0e0e0;
    margin-left: 6em;
    padding: .833em 1.667em;
    text-align: center;
    height: 8em;
}

#footer img
{
    margin-left: 1.5em;
    margin-right: 3.5em;
    float: left;
}

#validation
{
    padding: .833em 1.667em;
    text-align: center;
}

#validation img
{
    margin-right: 1.333em;   
}

#body-container
{
    background: #fff;
    margin: 0 auto;
    width: 85em;
    /* height: 100%; wrong? */
}

#header 
{
    border-bottom: 1px solid #e0e0e0;
    height: 13em;
    padding: .833em 1.667em;
}

#header-logo 
{
    float: left;
    
}

#header-literal
{
    color: #01478C;
    text-align: center;
    margin-right: -26em;
    margin-top: 1em;
}

/*** Accessibility controls ***/
#accesibility-controls 
{    
    clear: both;
    float: right;
    /*padding-top: 2.67em;*/
}

#accesibility-controls .increase
{
    background: url(/img/zoom_in.png) no-repeat;
    padding: .167em 1em .333em 1.833em;
}

#accesibility-controls .decrease
{
    background: url(/img/zoom_out.png) no-repeat;
    padding: .167em 1em .333em 1.833em;
}

#accesibility-controls .contrast
{
    background: url(/img/contrast_low.png) no-repeat;
    padding: .167em 0 .333em 1.833em;
}

/*** Default iframe ***/
#statistics
{
    border: 0;
    margin-top: 1.333em;
    width: 46.667em;
    height: 15.833em;
}

/*** FAQ expand/collapse controls ***/
#disclosure-controls
{
    padding-top: .667em;
    float: right;
}

#disclosure-controls .expand
{
    background: url(/img/down-arrow-circle-blue.png) no-repeat;
    padding: .167em 1em .333em 1.833em;
}

#disclosure-controls .collapse
{
    background: url(/img/up-arrow-circle-blue.png) no-repeat;
    padding: .167em 1em .333em 1.833em;
}

/*** Announcements selector ***/
#selector 
{
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: .333em;
    padding-top: 1.333em;
}

#selector label, select, input 
{
    margin-right: .667em;
}

/*** Breadcrumb ***/
#breadcrumb
{
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    height: 1.167em;
    font-size: 0.917em;
    padding: .417em .667em;
}

/*** PDF image link ***/

a.pdf-link
{
    background: url(/img/pdf.gif) no-repeat;   
    display: block;
    height: 1.333em;
    padding-left: 1.667em;
}



/*** Edit ***/
.edit-link img
{
    background: url(/img/desktop.png) no-repeat;
    height: 1.333em;
    padding-right: 0.667em;
    width: 1.333em;
}

div.editor
{
    padding-top: 1em;
    padding-bottom: .667em;
    text-align: center;
}

a.squarebutton
{    
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    padding: .333em .5em;
    margin-right: .333em;
}

a.squarebutton:hover
{    
    background: #e0e0e0;
}

/*** TreeView style ***/

.sidebar-tree .AspNet-TreeView ul li
{
    padding-bottom: 2em;
}

.sidebar-tree .AspNet-TreeView ul li span
{
    display: block;
    font-size: 1.167em;
    font-weight: bold;
    padding-bottom: .571em;
}

.sidebar-tree .AspNet-TreeView ul li ul li
{
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: .333em;
    padding-top: .333em;
}

/*** ContentDetailsObject style ***/
.content
{
    margin-top: .667em;
    margin-bottom: 1.333em;
}

.content-title
{
    font-weight: bold;
}

.content-title a
{
    font-weight: normal;
}

.content-body p
{
    margin-top: .5em;
    margin-bottom: .5em;
}

.content-body ol li
{
    list-style-type: lower-greek;    
    line-height: 1.667em;
    margin-left: 2.667em;
}

.content-body ul li
{
    list-style-type: circle;
}

.content-files ul li
{
    margin-top: .667em;
    margin-bottom: 1.333em;
}

.content-files a
{
    padding-left: .667em;
}

.content-files img
{
    vertical-align: text-bottom;
}

.youtube-player
{
    margin-top: .667em;
}

/*** IE FIX ***/
* html #sidebar 
{
    left: 10em; /* secondary column full width */
}