﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
 background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 2px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #0000FE;
    font-size: .80em;
}

a:hover
{
    color: #164126;
    text-decoration: none;
}

a:active
{
    color: #0000FE;
    font-size: .80em;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #0000cc;
    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;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}
h6
{
    font-size: 1em;
    margin-left: 3px;
    color: #333333;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0px;
}

input.textbox, select, textarea {
    font-family: verdana, arial, snas-serif;
    font-size: 11px;
    text-align:left;
    color: #000000;
    padding: 3px;
    background: #fbfbfe;
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
}

    input.textbox:focus, input.input_text_focus {
        border-color: #646464;
        background-color: #ffcf03;
    } 



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
p.t6
{
    font-size: 1.0em;
    margin-left: 3px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 2px;
}

.page
{
    width: 760px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #0000FE;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0000FF;
    width: 100%;
}


.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 5px;
    min-height: 420px;
}

.footer
{
    width: 760px;
    background-color: #fff;
    margin: 2px auto 0px auto;
    border: 1px solid #0000ff;
}


/* MISC  
----------------------------------------------------------*/

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}
.divTOwarning {width:100%;height:100%;z-index:140;
   background-image:url(../images/bkTimeout.png);display:none;
   background-repeat:repeat-x;background-position:left top;
   background-attachment:fixed;position:fixed;top:0;left:0;}

.divTOwarningI {width:200px;height:150px;position:fixed;top:40%;
   left:35%;border:solid 1px #000000;
   z-index:150;background-color:#f2d617;font-size:14px;
   text-align:center;padding:3px 3px 3px 3px;}
