﻿body
{
    margin: auto;
    padding: 0px;
    max-width: 1280px;
    min-width: 900px;
    
    font-family: "Calibri", sans-serif, Arial;
    font-weight: 100;
    color: #373434;
}

.uppercase
{
    text-transform: uppercase;
}

.command_button
{
    height: 26px;
    min-width: 80px;
    width: auto;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 2px 0px 2px 0px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #5a5a5a;
    background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#5a5a5a));
    background: -moz-linear-gradient(top,  #5a5a5a,  #5a5a5a);
    border: none;
}

.command_button:hover
{
    background: #292929;
    background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#292929));
    background: -moz-linear-gradient(top,  #292929,  #292929);
}

.pdf_command_button
{
    height: 26px;
    min-width: 100px;
    width: auto;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 5px 12px 5px 32px;
    background: url('../../images/pdf.png') #5a5a5a 5px 50% no-repeat;
    background-size: 18px;
    border: 1px solid #5a5a5a;
    text-align: left;
}

.excel_command_button
{
    height: 26px;
    min-width: 100px;
    width: auto;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 5px 12px 5px 32px;
    background: url('../../images/excel.png') #5a5a5a 5px 50% no-repeat;
    background-size: 18px;
    border: 1px solid #5a5a5a;
    text-align: left;
}

.pdf_command_button:hover
{
    background: url('../../images/pdf.png') #292929 5px 50% no-repeat;
    background-size: 18px;
    border: 1px solid #292929;
}

.excel_command_button:hover
{
    background: url('../../images/excel.png') #292929 5px 50% no-repeat;
    background-size: 18px;
    border: 1px solid #292929;
}

fieldset
{
    background-color: #fff;
    border: .5px solid #e6e6e6;
    text-align: left;
    -moz-box-shadow: inset 1px 1px 15px 1px #e6e6e6;
    -webkit-box-shadow: inset 1px 1px 15px 1px #e6e6e6;   
    box-shadow: inset 1px 1px 15px 1px #e6e6e6; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#e6e6e6', Direction=0, Strength=0);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
}

legend
{
    color: #373434;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0.2em 0.5em;


    border: .5px solid #f2eded;
    -moz-box-shadow: inset 3px 3px 15px 5px #f2eded;
    -webkit-box-shadow: inset 3px 3px 15px 5px #f2eded;   
    box-shadow: inset 3px 3px 15px 5px #f2eded; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f2eded', Direction=0, Strength=0);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
}

.border_radius,
.border_radius_top
{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.border_radius_bottom
{
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fieldset_child
{
    background-color: #fff;
    border: 1px solid #cccccc;
    text-align: left;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;   
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f2eded', Direction=0, Strength=0);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
}

.legend_child
{
    color: #797979;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0.2em 0.5em;
    background: #fff;
    border: none;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;   
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f2eded', Direction=0, Strength=0);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
}

.margintop
{
    margin-top: 5px;
}
.content_margin
{
    margin-left: 5px;
    max-width: 1268px;
}

.content_title_font
{
    font-family: Verdana, Helvetica, sans-serif, Arial;
    font-size: 14pt;
    font-weight: bold;
    color: #373434;
    margin-left: 5px;
    min-width: 500px;
    border-bottom: 2px solid #986b4e;
}

.full_width
{
    width: 100%;
}

#BodyContent
{
    min-height: 600px;
}

.shadow 
{
    border:1px solid #bbbbbb;
    -moz-box-shadow: 3px 3px 15px 5px #bbbbbb ;
    -webkit-box-shadow: 3px 3px 15px 5px #bbbbbb;   
    box-shadow: 3px 3px 15px 5px #bbbbbb; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbb', Direction=0, Strength=0);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
}

@media screen and (min-width:0\0) 
 {
    /* IE9 and IE10 rule sets go here */
    .shadow 
    {
        box-shadow: 3px 3px 15px 5px #bbbbbb;
    }
}

input, textarea
{
    border: 1px #bbb solid;
    height: 20px;
    vertical-align: middle;
    padding-left: 3px;
}

select
{
    border: 1px #bbb solid;
    height: 25px;
    vertical-align: middle;
    padding-left: 3px;
}

input[type="checkbox"] 
{
    border-style:none;
}

input[type=checkbox], input[type=radio] 
{
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-left:0px;
    border: none;
    padding-left: 0px;
    border-style:none;
}

input[type=radio]
{
    float: left; 
    clear: none; 
    margin: 2px 5px 0 2px;
}

.bold
{
    font-weight: bold;
}

tr.emptydatatemplate td
{
    padding-top:5px;
    padding-left:5px;
}

.wordwrap
{
    white-space: normal; 
    white-space: -moz-normal; 
    white-space: -normal;
    white-space: -o-normal; 
    text-wrap: normal;  
    word-wrap: break-word; 
    text-align: left;
}

.errormsg
{
    color: #990000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: auto;
    width:auto;
    padding-bottom: 10px;
}

.center_table
{
    margin: 0px auto;
}

textarea
{
    font-family: arial, helvetica, verdana, sans-serif;
}

input:focus,
select:focus,
textarea:focus
{
      border:1px solid #0c0b0b;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
span:focus
{
    outline: none;
}

.ajax__tab_header
{
    height: 21px;
}

.bold
{
    font-weight: 700;
}

.font_blue
{
    color: #093D77;
}

.infotext
{
    font-size: 11pt;
    font-weight: 700;
}

.tabletext
{
    font-size: 10pt;
    font-weight:500;
}

.infofont
{
    font-family: verdana,tahoma,helvetica;
    font-size: 8pt;
    font-weight: 700;
}

.noteformat
{
    font-size: 0.8em; 
    padding: 5px; 
    background-color: #f1f1f1;
}

.bgcolor
{
    background: white;
    border: none;
}

@media screen and (min-width:0\0)
{
    .register_textarea
    {
        width: 313px;
    }
}

.register_errormsg
{
    background: #980505;
    border: 1px solid #5b0d0d;
    color: #fff;
    font-family: calibri, verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}





.home_border
{
    border: .5px solid #f2eded;
    -moz-box-shadow: inset 3px 3px 15px 5px #f2eded;
    -webkit-box-shadow: inset 3px 3px 15px 5px #f2eded;   
    box-shadow: inset 3px 3px 15px 5px #f2eded; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f2eded', Direction=0, Strength=0);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    padding: 10px;
}

.home_title
{
    color: #373434;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0px;
}

.home_divider
{
    padding: 10px;
}

#SubContentLeft
{
    padding-right: 10px;
}

#SubContentRight
{
    padding-left: 10px;
}

.popup
{
    height: auto;
    border:.5px solid #f1eded;
    padding: 10px;
    -moz-box-shadow: 3px 3px 15px 5px #f1eded;
    -webkit-box-shadow: 3px 3px 15px 5px #f1eded;   
    box-shadow: 3px 3px 15px 5px #f1eded; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f1eded', Direction=100, Strength=1);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #dcd9d9;

    -moz-box-shadow: inset 0px 0px 15px 0px #f1eded;
    -webkit-box-shadow: inset  0px 0px 15px 0px #f1eded;   
    box-shadow: inset  0px 0px 15px 0px #f1eded; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f1eded', Direction=0, Strength=1);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;

    font-family:  "Open Sans", sans-serif, Verdana,Arial,Helvetica;
    color: #4a4343;
    font-size: 11px;
}