body
{
    /*font-size: 75%;*/
    font-family: Tahoma, Verdana, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: White;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:.8em .8em .8em .8em;
    margin:0 0 0 0;
    text-align: left;
}

legend 
{
    font-size: 90%;
    font-weight: normal;
    text-align: center;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* 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;
}
.green
{
    color: #00cc00;
}
.red
{
    color: #ff0000;
}
.gray
{
    color: Gray;
}
.lightgray
{
    color: #a3a3a3;
}
.clear 
{
    clear: both;
}

#layout-top 
{
    text-align: center;
    background-color: #CCCCCC;
    height: 23px;
}

#layout-top #layout-tabs 
{
    font-size: 0px;
    height: 17px;
    padding: 3px;
}

#layout-top #layout-tabs ul
{
    list-style-type: none;
    width: 663px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
}

#layout-top #layout-tabs li 
{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E8E8E8;
    border-color: black black black -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: Black;
    font-size: small;
    padding: 3px;
    text-align: center;
    display: inline;
}

#layout-top #layout-tabs a 
{
    color: Black;
    text-decoration: none;
}

#layout-top #layout-tabs li.first
{
    border-color: black black black -moz-use-text-color;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}

#layout-top #layout-tabs li:hover
{
    font-weight: bold;
}

#layout-top #layout-tabs li.selected
{
    background-color: White;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
    color: Black;
    font-size: small;
    padding: 3px;
    text-align: center;
}