﻿/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}




/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
/* Menu provider
----------------------------------------------------------*/
ul.menu
{
    padding: 0 0 0px 10px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul.menu li
{
    border-style: none none none dashed;
    border-width: 1px;
    border-color: #000000;
    display: inline;
    list-style: none;
}

ul.menu li greeting
{
    padding: 0 10px 0 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul.menu li a
{
    padding: 0 10px 0 0px;
    text-decoration: none;
    line-height: 2.8em;
    
    color: Black;
    margin-left:10px;
    margin-right:10px;
}

ul.menu li a:hover
{
    background-color: #CCCCCC;
    text-decoration: none;
}

ul.menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.menu li.selected a
{
    background-color: #fff;
    color: #000;
}

li.menu_rught
{
    border-style: none dashed none dashed !important;
    border-width: 1px;
    border-color: #000000;
    display: inline;

}