﻿body {
    padding:                0px;
    margin:                 0px;
    background-color:       #c0c0c0;
    text-align:             center;
    width:                  100%;
    height:                 100%;
    background-image:       url(images/backgrounds/pageBackground.jpg);
    background-position:    top center;
    background-repeat:      repeat-y;
}

a:link, a:active, a:visited { 
    color :                 #125E94; 
    font-weight: bold;
    text-decoration:        none;
}

a:hover {
    color:                  Black; 
    text-decoration:        none;
}

form {
    margin: 0px;
}

input {
    font-family:        Verdana;
    font-size: 8pt;
    padding: 1pt 0pt;
    /* text-transform: uppercase; */
}

input[type="text"], textarea {
    background-image: url(images/backgrounds/textbox.png);
    background-repeat: repeat-x;
    border: solid 1px #7F9DB9;
    background-position: 0px -2px;
    font-size: 8pt;
    padding: 1pt 0pt;

}

input[type="password"] {
    background-image: url(images/backgrounds/textbox.png);
    background-repeat: repeat-x;
    border: solid 1px #7F9DB9;
    background-position: 0px -2px;
    font-size: 8pt;
    padding: 1pt 0pt;

}

@media print {
    input[type="text"], textarea {
        border: solid 1px White;
        background-image: none;
    }
}

input[type="text"]:focus, textarea:focus
{
    background-image: none;
    background-color: #ffffff;
}
    
select {
    font-family:        Verdana;
    font-size: 7pt;
    padding: 1pt 0pt;
    *margin-top: 1px;
    *margin-bottom: 1px;
    background-image: url(images/backgrounds/textbox.png);
    border: solid 1px #7F9DB9;
}

textarea {
    font-family:        Verdana;
    font-size: 8pt;
    padding: 1pt 0pt;
    text-transform: none;
}

td {
    padding:                3px;
    vertical-align:         top;
}

th {
    vertical-align:         bottom;
    padding:                3px;
    color:                  Navy;
}    

p {
    padding:                0px 0px 10px 0px;
    margin:                 0px;
    text-align:left;
    font-family: Verdana;
    font-size: 8pt;
}

#contents {
    width:              996px;
    height:             100%;
    background-color:   Yellow;
    margin-left:        auto;
    margin-right:       auto;
    text-align:         left;
}

#header {
    color:              White;
    font-family:        Verdana;
    background-color:   #4E629D;
    width:              100%;
    height:             88px;
    padding-bottom:     0px; /* ie 6 only */
    background-image:   url(/images/backgrounds/pageHeader.png);
    background-repeat:  no-repeat;
    border-bottom: solid 1px navy;
    border-top: white;
}


#page {
    padding:            0px 0px 10px 0px;
    background-color:   #D1D7E8;
    color:              black;
    font-family:        Verdana;
    font-size:          9pt;
    font-style:         normal;
    font-weight:        normal;
    margin:             0px;
  	height: auto !important;
    height: 100%;
    min-height: 398px;
}

#appTitle {
    float: left; 
    padding: 30px 0px 0px 120px; 
    font-size: 20px;
    cursor: pointer;
}

#scientechLogo {
    float: right;
    background-color: White;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
    padding:            0px 0px 70px 0px;  /* must be same height as the footer */
    color:              black;
    font-family:        Verdana;
    font-size:          9pt;
    font-style:         normal;
    font-weight:        normal;
    margin:             0px;
}  

#wrap {
    width:              996px;
    text-align:         left;
    margin-left:        auto;
    margin-right:       auto;
    background-color:   #D1D7E8;
    border-left: solid 1px white;
    border-right: solid 1px navy;
}

#footer {position: relative;
    margin-top:         -70px; /* negative value of footer height */
    height:             70px;
    clear:              both;
    width:              996px;
    margin-left:        auto;
    margin-right:       auto;
    background-color:   White;
    color:              Navy;
    font-family:        Verdana;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ol.list, ul.list {
   font-size: 16px;
   padding-left: 22px;
}

.list li {
  padding-top: 10px;
}

td {
  padding-left: 10px;
  padding-right: 10px;
}