﻿body
{
    background-color: #DCD79A;
}
.panel
{
    background-image : url("images/panel.jpg");
    background-repeat : repeat;
}

.headingLarge
{
    font-family: Arial Black;
    font-size: x-large;
    color: #2F0361;
}

.headingLargeRed
{
    font-family: Arial Black;
    font-size: x-large;
    color: red;
}

.headingMedium
{
    font-family: Arial Black;
    font-size: medium;
    color: #2F0361;
}

.headingMediumRed
{
    font-family: Arial Black;
    font-size: medium;
    color: red;
}

.headingSmall
{
    font-family: Arial Black;
    font-size: small;
    color: #2F0361;
}

.headingSmallBlack
{
    font-family: Arial Black;
    font-size: small;
    color: black;
}

.textSmall
{
    font-family: Arial;
    font-size: small;
}

.textMedium
{
    font-family: Arial;
    font-size: medium;
}

.tableHeading
{
    text-align : left;  
    font-family: Arial Black;
    font-size: small;
    background-color: #A4A4A4;
}

.tableBody
{
    text-align : left;
    font-family: Arial;
    font-size: small;
    background-color: #C0C0C0;
}

.menuBar
{
    background-image : url("images/menuItem.jpg");
}

dl, dt, dd, ul, li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Arial;
    font-size: small;
}
#menu
{
    margin-left: 7px;
    width: 100%; /* precision for Opera */
}
#menu dl
{
    float: left;
    width: 142px;
}
#menu dt
{
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background-image : url("images/menuItem.jpg");
    border: 1px solid gray;
    margin: 1px;
}
#menu dd
{
    position: absolute;
    width: 142px;
    text-align: center;
    border: 1px solid gray;
}
#menu li
{
    text-align: center;
    background-image : url("images/menuItem.jpg");
}
#menu li a, #menu dt a
{
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus
{
    background: #eee;
}
#site
{
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 10px;
    color: #000;
    background-color: #ddd;
    padding: 5px;
    border: 1px solid gray;
}

#photoViewer
{
    width : 400px;
    height : 200px;
}

#photoScrollBar
{
    width : 350px;
    height : 350px;
    overflow : auto;
}
#videoViewer
{
    width : 350px;
    height : 200px;
}

#videoScrollBar
{
    text-align : left;
    width : 350px;
    height : 300px;
    overflow : auto;
}

#avatar
{
}

