/* 
    Document   : style
    Created on : 10-Oct-2009, 10:36:26
    Author     : andrewmcc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.datalist
{
    border: solid thin #000000;
}
.datalist th
{
    border: solid thin #000000;
    padding: 5px;
}
.datalist td
{
    border: dotted thin #000000;
    padding: 5px;
}
.datalist th
{
    text-align: left;
}
.accessCode
{
    float: left;
    padding: 5px;
    margin-left: 5px;
    color: #ffffff;
}

.accessCode a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.accessCode a:hover
{
    color: #ffffff;
}