﻿body
{
    font-size: .85em;
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    padding: 15px 3px 15px 3px;
    background-color: #fff;
    border: .1em solid #DFEFFC;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 .05em;
    position: relative;
    margin: 0;
    text-align: right;
}

ul.inner-menu
{
    margin: 0;
    text-align: right;
    margin-bottom: -.25em;
}

ul#menu li, ul.inner-menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    border: 1px solid #C5DBEC;
    background: #DFEFFC url(/content/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; /*#DFEFFC;*/
    color: #2E6E9E;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul.inner-menu li a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    border: 1px solid #C5DBEC;
    background: #DFEFFC url(/content/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; /*#DFEFFC;*/
    color: #2E6E9E;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover, ul.inner-menu li a:hover
{
    border: 1px solid #79B7E7;
    background: #D0E5F5 url(/content/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; /*#D0E5F5;*/
    color: #1D5987;
    text-decoration: none;
}

ul#menu li a:active, ul.inner-menu li a:active
{
    background-color: #CCC;
    text-decoration: none;
}

ul#menu li.selected a, ul.inner-menu li.selected a
{
    background-color: #fff;
    color: #000;
}


.loginButton
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    border: 1px solid #C5DBEC;
    background: #DFEFFC url(/content/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; /*#DFEFFC;*/
    color: #2E6E9E;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.hidden
{
    display: none;
}

#pagetitle
{
    position: absolute;
    padding: .25em 0 0 2.5em;
}

#menucontainer
{
    float: right;
}

/*nav, #menucontainer
{
    margin-top: 40px;
}*/

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#newhead
{
    font-size: 18pt;
    display: block;
    float:left;
    margin: 10px;
    color: #2E6E9E;
    /*border: 1pt solid black;*/
    margin-left: 60px;
    margin-top: 30px;
    font-weight: bold;
    
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #2E6E9E;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
