﻿/******************** 
      ELEMENTS
********************/

body
{
    width: 1000px;
    margin: 0px auto 0px auto;
    font-family: Verdana;
    font-size: small;
    background-image: url(../Images/BG.jpg);
    background-repeat: repeat-x;
}

h1
{
    color: #003366;
}


/******************** 
      HEADER
********************/
#header
{
    text-align: center;
}


/******************** 
      CONTENT
********************/
#content
{
    margin: 0px;
}

#documentation
{
    border: thin dashed #C0C0C0;
    margin: 0px;
    padding: 5px 10px 5px 10px;
    background-color: #F0F0F0;
}

#divEnter a
{
    text-align: center;
    border: thin solid #996600;
    color: #808080;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
    background-color: #FFDFAE;
}

#divEnter a:hover
{
    background-color: #FFF7EA;
    color: #000000;
}

#DefTitle
{
    text-align: center;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #12335A;
    text-transform: uppercase;
}

#divMain
{
    background-color: #F0EEDB;
}


/******************** 
        MENU 
********************/
#menu
{
    text-align: center;
}
#menu ul
{
    list-style-type: none;
    margin-top: 0px;
}
#menu ul li
{
    display: inline;
}
#menu a
{
    text-align: center;
    border: thin solid #996600;
    color: #808080;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
    background-color: #FFDFAE;
}

#menu a:hover
{
    background-color: #FFF7EA;
    color: #000000;
}


/******************** 
    STUDENT MENU 
********************/

#AppMenu ul
{
    text-align: center;
    list-style-type: none;
    margin-top: 0px;
}

#AppMenu ul li
{
    display: inline;
}

#AppMenu ul li a
{
    text-align: center;
    border: thin solid #000066;
    color: #000080;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
    background-color: #DBDDF0;
}

#AppMenu ul li a:hover
{
    text-decoration: underline;
    background-color: #6C7BB7;
    color: #FFFFFF;
}

@media print 
{
    .hideOnPrint 
    {
        display: none;
    }
}