﻿/************************************
   DEFAULTS
************************************/

*
{
    vertical-align: top;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6
{   
    color: #607BBE;
}
/************************************
   LAYOUT
************************************/
body 
{
    margin:0;
    padding:0;
    left:0;
    top:0;
    background-color: #607BBE;
}
div#wrap
{
    border: 1px solid #EEEEEE;
    margin: 10px 10px 0px 10px;
    padding:10px;
    height: 100%;
    background-color: White;
}

div#header
{
    font-size: 80%;
}
div#header input
{
    font-size: 90%;
}
div#login
{
    font-size: 90%;
    float: right;
}
img.frog {
    height: 60px;
    margin: 0 10px 10px 0;
}
div#umcg 
{
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 130%;
    color: #003399;
    margin: 5px 10px 7px 0;
    padding:0;
}
div#dept
{
    font-weight: bold;
    font-family: Arial, Sans-Serif;
    font-size: 135%;
    color: #666666;
}
span#l1cam
{
    color: black;
}

/************************************
   CONTENT
************************************/
div#content
{
    clear: both;
    font-size: 85%;
}

/************************************
   FOOTER
************************************/
div#footer
{
    clear: both;
    color: White;
    padding: 2px 10px 5px 10px;
    font-size: 60%;
    text-align: right;
}
div#footer a
{
    color: orange;
}
div#stats
{
    color: White;
    background-color: White;
    font-size: 1%;
}
