/*body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", 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;
}
.Required
{
    color:#FF0000;
}

/*===============分页==============*/
.mike_mvc_pager
{
     font-family:Arial;
     color:#666666;
     text-align:right;
     padding-right:60px;
     margin-top:15px;
}
.IndexTable .mike_mvc_pager
{
     font-family:Arial;
     color:#666666;
     text-align:right;
     padding-right:60px;
     margin-top:22px;
}
.IndexTable .mike_mvc_pager a
{
    margin: 0.2em 0.4em 0.1em auto;
    padding:1px 5px 1px 4px;             /*0.4em 0.5em 0.3em 0.5em;*/
    text-align: center;
    text-decoration: none;
    color:#35560A;    /*Black;*/
    /*新加*/
    border:1px solid #C4C4C4; 
    border-radius:4px 4px 4px 4px;
    /*end*/
}
.IndexTable .mike_mvc_pager a:hover
{
    /*font-weight: bold;*/
    color:#000000;
}
.mike_mvc_pager a
{
    margin: 0.2em 0.4em 0.1em auto;
    padding:2px 5px;        /*0.4em 0.5em 0.3em 0.5em;*/
    text-align: center;
    text-decoration: none;
    color:Black;
     /*新加*/
    border:1px solid #C4C4C4; 
    border-radius:4px 4px 4px 4px;
    /*end*/
}
.mike_mvc_pager a:link, .pagenextpage a:visited
{
}
.mike_mvc_pager a:hover
{
    /*font-weight: bold;*/
}
.thispagethis
{ 
    background:url("/Content/Show/images/SelectedPageIndex.png") repeat-x scroll 50% 50% #0078AE;
    border:1px solid #77D5F7;
    color:#FFFFFF;
    margin: 0.2em 0.3em 0.1em 0.3em;
    padding:2px 5px 2px 5px;
    text-align: center;
}
.IndexTable .thispagethis
{
    background: #459300 url('/SimplaAdmin/images/bg-button-green.gif') top left repeat-x !important;
    border: 1px solid #459300 !important;
    color: #fff !important;
    text-align: center;
    margin: 0.2em 0.3em 0.1em 0.3em;
    padding: 1px 5px 1px 4px;
}
/*===============================================*/