body, html
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body
{
    font: normal 12px "Segoe UI", Arial, Sans-serif;
    color: #232323;
}

select
{
    font-size: 12px;
}

img
{
    border: none;
}

body
{
    background-color: #EDEDED;
    background-image: url(/Content/Images/bodyBg.png);
}

.cssmenu ul li:hover > ul {
display:block !important;
}

.ui-tabs-nav li{list-style:none !important;}

    /*Opera Fix*/
    body:before
    {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }

html
{
    overflow-y: scroll;
}

.browserAlert
{
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.formInputDescription
{
    padding: 7px;
    font-size: 10px;
    color: gray;
}

.pageDescription
{
    margin-bottom: 20px;
    line-height: 20px;
    width: 720px;
}

.moreInfoIcon
{
    height: 17px;
    width: 16px;
    background-image: url(/Content/Images/moreInfo.png);
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

a
{
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

    a:visited
    {
        cursor: pointer;
    }

header,
footer,
nav,
section
{
    display: block;
}

th
{
    text-align: left;
    padding: 0px;
    line-height: 1;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    font: normal 13px "Segoe UI", Arial, Sans-serif;
}

/*
.editor-label 
{
    clear: both;
   display: block;
    float: left; 
    padding: 0; 
   width: 120px;
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    border-top: 1px solid #DEDEDE;
    margin-right: 10px;
    color: #333333;
    min-height: 35px;
}*/

.editor-label
{
    clear: both;
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    margin-top: 0px;
    border-top: 1px solid #DEDEDE;
    margin-right: 10px;
    font-weight: bolder;
    color: gray;
    padding: 3px;
    padding-top: 7px !important;
    padding-bottom: 0px !important;
    min-height: 30px !important;
}

.editor-field
{
    width: auto;
    margin: 0 0 0 0;
    overflow: auto;
    vertical-align: bottom;
    min-height: 45px;
}

    .editor-field input, select
    {
        font-size: 12px !important;
        /*   margin-top: 3px;*/
    }

    
#aContact {
    color: #FFF;
background-color: #5C8A00;
border-color: #4E7600;
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid rgba(0, 0, 0, 0);
white-space: nowrap;
padding: 8px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-family: inherit;
-webkit-appearance: button;
cursor: pointer;
text-transform: none;
overflow: visible;
font: inherit;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
letter-spacing: normal;
word-spacing: normal;
text-indent: 0px;
text-shadow: none;
-webkit-writing-mode: horizontal-tb;
padding: 3px 8px;
font-size: 10px;
line-height: 1.5;
    float: right;
    margin-right: 45px;
    font-weight: bold;
    font-size: 11px;
}

/* 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
{
    background-color: #ffeeee;
    border: 1px dashed red;
    padding: 10px;
    color: #ff0000;
    line-height: 1.5;
}

    .validation-summary-errors ul
    {
        list-style: circle;
        padding: 10px;
        margin: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.validation-summary-valid
{
    display: none;
}

.uploadifyLink
{
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    color: blue !important;
    font-weight: normal !important;
    text-shadow: none !important;
    /*font-size: 9px;*/
    font: normal 12px "Segoe UI", Arial, Sans-serif;
    height: 20px !important;
    margin-bottom: 0px !important;
}

.hoverRow
{
    cursor: pointer;
}

    .hoverRow:hover
    {
        background-color: #F0FCC0;
    }

    
