/* 
    Document   : index
    Created on : Dec 21, 2008, 8:53:53 PM
    Author     : skotdavis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



body {
    background: black;
    color: white;
    font-size: 14px;
}

td.title {
    font-family: Georgia,'Times New Roman',times,serif;
    position: relative;
    font-size: 24px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    font-style: italic;
    font-weight: bold;
    color: yellow;
    text-decoration: underline;
    
}

/*************************************
            SIDE LINKS
*************************************/
a.side:link
{
  color: red;
}
a.side:visited
{
    color: red;
}
a.side:hover
{
    color: white;
}
a.side:active
{
    color: red;
}


/*************************************
            Default LINKS
*************************************/
a:link
{
    color: yellow;
}
a:visited
{
    color: yellow;
}
a:hover
{
    color: white;
}
a:active
{
    color: yellow;
}

/*************************************
            UI
*************************************/

.error {
    border: dashed red 2px;
    font-weight: 12px bold;
    color: red;
    width: 300px;
    position: relative;
    top: 5px;
}

.success {
    border: none;
    font-weight: 12px bold;
    color: #ffffff;
    width: 300px;
    position: relative;
    top: 5px;
    left: 10px;
}
