﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 1;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
    font-family: Verdana, Arial, Helvetica;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
#loginlist
{
    list-style-type: none;
    margin: 1em 0;
    padding: 0;
    border: 2px solid #001d56;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#loginlist li
{
    padding: .5em;
    margin: 0;
    clear: both;
}
#loginlist label
{
    float: left;
    font-size: .7em;
    font-family: Verdana;
    font-weight: 700;
    width: 9em;
    text-align: right;
    margin-right: .5em;
    padding-top: .5em;
}
#loginButton
{
   position:relative;
   left:105px;
}
#menulist
{
    width: 100%;
    background-color: #001d56;
}
#menulist2
{
    width: 100%;
    background-color: #225c83; /* #001d56; */
}
#nomenulist
{
    width: 100%;
    background-color: #001d56; /*375999*/
}
#menulist td
{
    text-align: center;
    border-left: 1px solid white;
 /*   width:150px; */
        /*display: block;*/
}
#menulist a
{
    text-align: center;
    text-decoration: none;
    color: White;
    display: block;/**/
    padding: .25em;
    font-size: small;
    font-family: Verdana;
}
#menulist2 td
{
    text-align: center;
    border-left: 1px solid white;
    width:150px;
        /*display: block;*/
}
#menulist2 a
{
    text-align: center;
    text-decoration: none;
    color: White;
    display: block;/**/
    padding: .25em;
    font-size: small;
    font-family: Verdana;
}
#links li
{
    padding: .7em;
}
#links a
{
    font-size: 200;
    cursor: hand;
    text-decoration: underline;
    font-family: Verdana;
    text-align: center;
    font-weight: 700;
    color: #0000ff;
}
#slideshow 
{
    position:relative;
    height:350px;
}

#slideshow IMG 
{
   position:absolute;
   top:0;
   left:0;
   z-index:8;
}

#slideshow IMG.active 
{
   z-index:10;
}

#slideshow IMG.last-active {
      z-index:9;
}

.pretendlink:hover
{
   text-decoration: underline;
   cursor: pointer;
}
.view
{
   border-bottom: .25em double #001d56;
   padding: 1em 0;
   width: 100%;
}
#loginMessage
{color:red;
   font-weight:500;
   }
/* end slide show styles
   start login page styles
*/   
   #menuLoginPage
   {
      border-bottom: .25em double #001d56;
      }
   #loginHeaderImage
   {background-image: url('../images/login_background.jpg'); 
   width: 100%;
      }
   #loginHeaderPageTitle
   {positionzz:relative;
   top:0px;
   bottom: 40px;
   left:25px;
   color: #00144f; 
   font-weight: bold; 
   font-family: Arial; 
   font-size: 1.5em;
      } 
   #loginHeaderBrowserSettings
   {position:relative;
   bottom:1px;
   left:280px;
   color: #00144f; 
   font-family: Arial; 
   font-size: .8em; 
      } 
   #loginPageContent
   {position:relative;
   width: 50%; 
   padding: 0 1em;
      /*border:1px solid #ccc;*/
      }
   .loginMessage
   {color:red;
   font-weight:700;
   width:100%;
   }
   #noMenuBar
   {
      color: #00144f;
      border-bottom: .25em double #001d56;  
      }