﻿p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0 0 0 4px;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;

}

ul#menu li a
{
    padding: 4px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6em;

    background:url(../Imgs/menu_sprite.png) repeat-x right 0px;

    color: darkgreen;
    
    border: solid 1px darkgreen;
}

ul#menu li a:hover
{
    background:url(../Imgs/menu_sprite.png) repeat-x right -130px;

    text-decoration: none;
    color: White;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{

}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset b
{
    color: darkblue;
    
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

label
{
    width: 160px;
    display: block;
    float: left;
    text-align: left;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

