body
{
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}


/* 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
{
    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;
}

.success-msgs
{
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.success-msgs-Index
{
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo
{
    /*width:98%;*/
    height: 120px; /*margin-left:5%;*/
    background-image: url(../Images/logo.jpg);
    background-repeat: no-repeat;
}
.blue-title
{
    width: 94%;
    height: 30px;
    font-family: @Meiryo;
    font-weight: bold;
    color: #385129;
    margin-left: 5%;
    background-color: #E0E9D6;
    background-repeat: no-repeat;
}

.footer-text
{
    font: 16px/48px Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.dragbox-content
{
    width: 40%;
    height: 50%;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin-left: 40px;
    background-color: #E0E9D6;
    border-color: #375A18;
    border-style: solid;
    border-width: medium;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff; /* fallback for browsers that don't understand rgba */
    border: #solid 10px #000; /* fallback for browsers that don't understand rgba */
    background-color: rgba(255,255,255,0.8); /* slighly transparent white */
    border-color: solid 10px rgba(0,0,0,0.2); /*Very transparent black*/
}

.Maindiv
{
    padding: 10px 10px 10px 10px;
    width: 15%;
    height: 20%;
    text-align: center;
    background-color: #fff;
    color: #375A18;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}
.backgroundImg
{
    background: #F7FAF0 url(../Images/background.png) repeat top;
}

.DashboardText
{
    color: Olive;
}


.Maindiv h4 a
{
    color: #808000 !important;
}

#headerlogo
{
    margin: 0px auto;
    width: 1263px;
}

.clear
{
    margin: 0px auto;
    width: 1263px;
    min-height: 610px;
}

.hdTitle
{
    cursor: pointer;
}

#imgcancel
{
    float: right;
    
    padding-right: 6px;
   
    z-index: 10;
}

.divdescription
{
    padding: 0px 9px 9px;
    font-family: Arial;
}

#dvDesc
{
    background-color: #C3CDB9; 
    border: 2px; 
    border-bottom-color: #E1EAC0;
}


.ContentTable
{
    border-color: #375A18; 
    border-width: medium;
    /*border-style: solid; */
    background-color: #fff;
}

