﻿body 
{
    font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
    padding: 0px;
    border: 0px;
    margin: 0px;
    color: #575757; /* Dark grey */
    font-size:  90%;
    min-width: 775px;
}

form
{
    padding: 0px;
    border: 0px;
    margin: 0px;
}

h1, h2, h3, h4
{
    font-weight: normal;
}

h1, h3
{
    color: #198092; /* Dark teal */
}

h2, h4
{
    color: #932d91; /* Purple */
}

h1
{
    font-size: 170%;
}

h2
{
    font-size: 150%;
}

h3
{
    font-size: 130%;
}

h4
{
    font-size: 120%;
}

input
{
    font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
}

a:link, a:visited, a:hover, a:active
{
    color: #198092; /* Dark teal */
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;   
}

#container
{
    background: #FFF url('../images/other/content_bg.jpg') repeat-y top left;
}

#header
{
    height: 84px;
    background-color: #FFF;
}

#header img
{
    border: 0px;
}

#UoElogo
{
    margin-top: 8px;
    margin-left: 10px;
}

#navigation
{
    clear: both;
    background-image: url('../images/silver_menu.png');
    height: 42px;
    padding-right: 5px;
}

#navigation span
{
    float: right;
}

#quickLinks
{
    position: relative;
    top: 1px;
}

#topNav
{
    position: relative;
    top: 3px;
}

#quickLinks a:link,
#quickLinks a:visited,
#quickLinks a:hover,
#quickLinks a:active,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
    color: #575757; /* Dark grey */
}

#contentPlaceHolder
{
    margin-right: 10px;
    margin-left: 220px;
    margin-bottom: 40px;
    min-width: 0; /* This enables hasLayout, for IE7 (stoopid!) */
    padding-top: 5px;
}

#contentPlaceHolder img
{
    padding: 5px;
    border: 1px solid #575757; /* Dark grey */
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    /*float: left;*/
}

#leftNav
{
    float: left;
    background-color: #3e94a4;
    margin-right: 10px;
    color: #FFF;
    width: 200px;
}

#leftNav ul
{
    padding: 0px;
    border: 0px;
    margin: 0px;
    border-top: 1px solid #a3ccd3;
}

#leftNav li
{
    list-style-type: none;
    border-bottom: 1px solid #a3ccd3;
}

#leftNav img
{
    padding: 5px;
}

#leftNav a:link,
#leftNav a:visited,
#leftNav a:hover,
#leftNav a:active
{
    color: #FFF;
    display: block;
    padding-right: 10px;
    padding: 4px;
}

#leftNav li a:hover
{
    background-color: #a3ccd3;
    text-decoration: none;
}

.liHeading, .defaultTable TH
{
    font-weight: bold;
    background: #58a1b0 url('../images/leftnav_gradient.jpg') repeat-x;
    font-family: Arial;
    padding: 4px;
    color: #FFF;
}

.liShadow
{
    background: #3e94a4 url('../images/leftnav_shadow.png') repeat-x;
}

.defaultTable TH a:link,
.defaultTable TH a:visited,
.defaultTable TH a:hover,
.defaultTable TH a:active
{
    color: #FFF;
}

.lastModified
{
    float: right;
    text-align: right;
    font-size: 80%;
    margin-top: -10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

#footer
{
    background: #FFF url('../images/footer_shadow.jpg') repeat-x top left;
    height: 73px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    clear: both;
}

#footerAddress
{
    font-size: 75%;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

table.defaultTable
{
    border-top: 1px solid #198092; /* Dark teal */
    border-right: 1px solid #198092; /* Dark teal */
}

table.defaultTable TD, table.defaultTable TH
{
    border-bottom: 1px solid #198092; /* Dark teal */
    border-left: 1px solid #198092; /* Dark teal */
    padding: 4px;
}

table.defaultTable TD TD
{
    border: none;
}

/* Custom class for Linguistics */

.LucidaSansUnicode
{
	font-family: "Lucida Sans Unicode";
}
