﻿/********************************************
    html formating
*********************************************/
body
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
}
a
{
    color: #000000;
    text-decoration: none;
}
a img
{
    border: 0px;
}
a:hover
{
    color: #555555;
    text-decoration: underline;
}
h1
{
    color: #555555;
    font-size: 1.8em;
}
h2
{
    color: #555555;
    font-size: 1.4em;
}

/********************************************
    Page Layout
*********************************************/
#Container
{
    width: 750px;
    margin: 0px auto;
}

/********************************************
    Session
*********************************************/
.SessionDescription
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    position: absolute;
    width: 250px;
    height: 100px;
    overflow: auto;
    border: 1px #000000 solid;
    background-color: #ffffff;
}
.SessionInfoImg
{
    margin-left: 5px;
    cursor: pointer;
}