/* 
    Document   : global
    Created on : 2008-jul-28, 09:58:14
    Author     : Niclas
    Description:
        Purpose of the stylesheet follows.
*/

root 
{ 
    display: block;
}

.textinput
{
    font-family:Arial,Helvetica,Geneva;
    font-size:11px;    
}
.bold
{
    font-family:Arial,Helvetica,Geneva;
    font-size:11px;
    font-weight: bold;
}

.grey5 
{
    color:#666666;
    font-family:Arial,Helvetica,Geneva;
    font-size:11px;
}

.orange1
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bolder;
}

.orangeHeader
{
    color: #FF9900;
    font-family:Arial,Helvetica,Geneva;
    font-size: 18px;
    font-weight: bold;
}

.redLink
{
    color: #D20000;
    font-family: Arial,Helvetica,Geneva;
    font-size: 11px;
    text-decoration: none;
}

.submit
{
    font-family:Arial,Helvetica,Geneva;
    font-size: 11px;
    color: #003C74;
    border: thin;
    border-style: solid;
    border-color: #003C74;
    background-color: white;
    
}

