﻿/*
============================================================================
Theme Stylesheet
----------------------------------------------------------------------------
Date        Ver.    User    Changes
08/18/08    1.0     EWS     Original Version
============================================================================ 
*/

/* HTML */
/* BEGIN: Standard HTML - Probably shouldn't be changed much */

*
{
    margin: 0;
    padding: 0;
}

body, body div, body p, body li
{
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}


html>body
{
    font-size: small; 
}

h1, h2, h3, h4, h5, h6 
{
    font-weight: bold;
    letter-spacing: normal;
    word-spacing: normal;    
}
h1
{
    font-size: 120%;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size:100%;
}
h4
{
    font-size:90%;
}

INPUT, SELECT, TEXTAREA
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
}

TD, TH
{
    text-align: left;
    vertical-align: top;
}

UL
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1.5em;
    list-style-type: square;
    list-style-position: outside;
}

HR
{
    height: 1px;
}

IMG
{
	border: 0;
}

a, .PrintButton
{
    text-decoration: none;
}

a:link, .PrintButton:link
{
    text-decoration: none;
}

a:visited,.PrintButton:visited
{
    text-decoration: none;
}
a:hover,.PrintButton:hover
{
    text-decoration: underline;
}
a:active,.PrintButton:active
{
    text-decoration: none;
}

/* END: Standard HTML */


/* BEGIN: Site HTML */
body
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding-top: 0px;
    background: #DFDFDF url(/images/layout/back.pgOutline.gif) repeat-y center;
}
a,.PrintButton
{
    COLOR: #6699BB;
    /* COLOR: #1F3F68; */
}
a:link,.PrintButton:link
{
    COLOR: #6699BB;
}
a:visited,.PrintButton:visited
{
    color: #336699;
    /* COLOR: #1F3F68; */
}
a:hover,.PrintButton:hover
{
    COLOR: #336666;
}
a:active,.PrintButton:active
{
    COLOR: #336666;
}
/* END: Site HTML */





/* BEGIN: Site IDs/Classes */
#pgOutline
{
    padding-top: 30px;
    width: 725px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
#topLine
{
    text-align:right;
    font-size: .8em;
    color: #999999;
}
#topLine b
{
    color: #333333;
}

#hdr
{
    height: 81px;
    width: 725px;
    margin-bottom: 8px;
    padding-top: 5px;
    border-bottom: 5px solid #ffc890;
}

#hdr h1
{	
	margin-left: -3000px;
}

#topMenuTop
{
    width:725px;
    height: 12px;
    margin: 0;
    padding: 0;
    background: White url(/images/Layout/back.topmenutop.gif) no-repeat scroll top left;
}

#topMenu
{
    width:725px;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    margin-bottom: 0px;
    background: White url(/images/Layout/back.topmenu.gif) repeat-x scroll top left;
    font-size: 11px;
    font-weight: bold;
}

#topMenu ul
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

#topMenu li
{
    float:left;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-left: 12px;
}

#topMenu a
{
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}

#search
{
    float: right;
    text-align: right;
    margin-top: 13px;
}

.clear
{
	clear: both;
}

#ftr
{
    margin-top: 25px;
    text-align: center;
    font-size: .8em;
    padding: 10px;
    background-image: url(/images/bg-footer.jpg)!important;
    color: #fff;
    background-repeat: repeat-x;
}
/* END: Site IDs/Classes */



/* BEGIN: Home Page Classes/IDs */
#homeImage
{
    clear: both;
    background-image: url(/images/Layout/back.homeImage.gif);
    margin-bottom: 8px;
    height: 358px;
}

#imgHomeMain
{
    z-index: 100;
    position: absolute;
}

#homeTabs
{
    float:right;
    /* background-color: #F8AC3E; */
    background-color: #EBB727;
    width:253px;
    height:352px;
}

#homeLogon
{
    margin:14px;
    color:#0D4C8F;
    font-weight: bold;
    font-size: 14px;
    height: 93px;
}

#homeLogon SPAN
{
    font-weight: normal;
    float:left;
    display:block;
    width: 70px;
    margin-top: 8px;
    font-size: 10px;
}

#homeButtons
{
    background: url('/images/Layout/back.homeButtons.gif');
    height: 233px;
    width: 725px;
}

.homeButton
{
    float: left;
    margin: 0px;
    margin-left: 4px;
    margin-top: 14px;
    width: 237px;
}

#tabNews, #tabCal
{
    width: 253px;
    height: 199px;
}

#tabNews
{
    background-color: #1B5292;
}

#tabCal
{
    display: none;
    background-color: #4192B0;
}

#tabEye, #tabJournal
{
    width: 200px;
    /*height: 199px;*/
}

#tabEye
{
    /* Old Color background-color: #1B5292;*/
    background-color: #1B5390;
}

#tabJournal
{
    display: none;
    background-color: #319897;
    /* Old Color background-color: #4192B0;*/
}

#tabEye a
{
    color: #B6C8DD;
    text-decoration: underline;
}

#tabJournal a
{
    color: #E1CAB5;
    text-decoration: underline;
}

#tabMenuEye, #tabMenuJournal
{
    font-size: 12px;
	font-weight: normal;
    width: 100px;
    height: 32px;
    float: left;
    text-align: center;
    padding-top:3px;
}

#tabMenuEye
{
    padding:0px;
    background-image: url('../images/page/Eyebutton.jpg') no-repeat scroll top left;
    /*background-color: #1B5292;*/
}

#tabMenuJournal
{
    padding:0px;
    background-image: url('../images/page/journalbutton.jpg') no-repeat scroll top left;
    /*background-color: #4192B0;*/
}

.tabItemMostViewed
{
    color: White;
    margin: 0px 15px 5px 15px;
    padding: 5px 0 3px 0;
    border-bottom: solid 1px #4472A4;
}

.tabItemMostViewed a
{
    color: White;
    text-decoration: underline;
}

.tabItem
{
    color: White;
    font-size: .8em;
    margin: 0px 15px 5px 15px;
    padding: 5px 0 3px 0;
    border-bottom: solid 1px #4472A4;
}

.tabItem a
{
    color: #FCB042;
    text-decoration: underline;
}
/* END: Home Page Classes/IDs */


/* BEGIN: Universal Classes */
.warning
{
    color: Red;
}