/* 
    Document   : styles
    Created on : Oct 14, 2010, 3:23:20 PM
    Author     : Darren
    Description:
        Purpose of the stylesheet follows.
*/

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


.title {
    font-size: 38px;
    text-align: center;
    font-family: 'Monotype Corsiva';
    color: blue;
}

.bgb{
    background-color: black;
    border-color: blue;
    border-style: double;
}

.bg1{
    background-image: url('../resources/images/black.jpg');
    color: black;
    background-position: top;
}

.agentbg{
    background-image: url('../resources/images/agentbg.jpg');
    color: black;
    background-position: top;
}

.note{
    color: aqua;
    font-weight: bold;
}

.error{
    color:red;
}

.warning{
    color:yellow;
}

