body
{
    font-weight: normal;
    font-family: arial;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
    background: #8d0b06 url(images/banner_bg_red.jpg) 50% 0 repeat-x;
}

a:link, a:visited
{
    color: #991810;
}
a:hover, a:active
{
    color: #333;
}

a.on-dark:link, a.on-dark:visited
{
    color: #fff;
}
a.on-dark:hover, a.on-dark:active
{
    color: #991810;
}

p
{
    margin: 10px 0 20px;
}


strong, p b, p strong
{
    font-weight: bold;
    color: #444;
}





h1, h2, h3, h4, p.banner-title
{
    font-family: arial;
    font-size: 24px;
    color: #991810;
    letter-spacing: -1px;
    line-height: 1.5;
    padding-bottom: 7px;
}



h2
{
    font-size: 21px;
}

h3
{
    font-size: 18px;
    color: #333;
}
h4
{
    font-size: 15px;
    color: #333;
    letter-spacing: 0px;
}

p.banner-title
{
    font-family: arial;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 40px 0 0 0;
    font-weight: bold;
}

a.button
{
    color: #fff;
}

.button
{
    background: #991810; /*-webkit-box-shadow: 2px 2px 2px ;     -moz-box-shadow: 2px 2px 2px ;     box-shadow: 2px 2px 2px ;     -webkit-border-radius: 6px;     -moz-border-radius: 6px;     border-radius: 6px;*/
    text-shadow: 1px 1px 0px #;
    text-decoration: none;
    padding: 6px 16px; /*margin: 6px 6px 10px 0;*/
    margin: 5px 2px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    color: #ffffff;
    font-weight: 100;
    display: inline-block;
}
.button:hover
{
    background: #520704;
}
.button:active
{
    background: #520704;
}

.post {
	/*background: #FFFFFF;*/
	margin: 0px 0px 30px;
}
.post .entry {
	padding: 0;
}
.strip
{
    margin: 0 0 10px 0;
    background: #FFFFFF;
    font-size: 1.0em;
    font-style: oblique;
    padding: 7px 25px;
}
.strip2 a 
{
    padding:0;
    margin:0;
    color:#333333;
    /*color:Maroon;
    color:#2F61BA;*/
}
.strip2
{
    margin: 0 0 10px 0;
    background: #dddddd;
    font-size: 1.0em;
    font-style: oblique;
    color: #333333;
    padding: 7px 25px;
}



#content ul
{
    margin: 0 0 20px 20px;
}
#content ul li
{
    /*background: url(images/bullets/double-arrow-small.png) left center no-repeat;
    padding: 1px 0 1px 18px;*/
}

.table1 tr td, .table1 tr th
{
    padding: 0 10px;
}

.table3 tr td, .table3 tr th
{
    padding: 6px;
}

.table1 tr th,
.table3 tr th
{
    font-weight: bold;
}

.table1 .alternatingrow:hover, .table1 .row:hover,
.table3 .alternatingrow:hover, .table3 .row:hover
{
    background: #FCFAC4 !important;
}



/*main nav*/


.AspNet-Menu-Horizontal
{
}

.AspNet-Menu-Horizontal ul.AspNet-Menu
{
    /* all lists */
    padding: 0px;
    margin: 6px 0 0;
    list-style: none;
    line-height: 1.5;
    position: relative;
    float: right;
    display: inline;
    z-index: 9999;
    clear: right;
}

.AspNet-Menu-Horizontal a
{
    display: block;
    padding: 10px 18px;
    color: #ededed;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    background: url(images/nav/nav_divider.png) 0 50% no-repeat;
    text-transform: uppercase;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu a:hover, .AspNet-Menu-Horizontal ul.AspNet-Menu a.AspNet-Menu-Selected, .AspNet-Menu-Horizontal ul.AspNet-Menu a.AspNet-Menu-ChildSelected
{
    color: #991810;
}




div.AspNet-Menu-Horizontal ul.AspNet-Menu li a.last, div.AspNet-Menu-Horizontal ul.AspNet-Menu > li:first-child a
{
    background: none;
}



.AspNet-Menu-Horizontal ul.AspNet-Menu li
{
    position: relative;
    margin: 0;
    padding: 0px;
    display: inline;
    float: left;
}
.AspNet-Menu-Horizontal ul.AspNet-Menu li a
{
    margin: 0px;
}

.AspNet-Menu-Horizontal li
{
    /* all list items */
    float: left;
    display: inline;
    position: relative; /*width: 10em;  width needed or else Opera goes nuts */
}








.AspNet-Menu-Horizontal li ul
{
    /* second-level lists */
    position: absolute;
    width: 160px;
    margin: 0;
    padding: 0;
    left: -999em;
    float: none;
    list-style: none;
    display: block;
}

.AspNet-Menu-Horizontal li ul li
{
    vertical-align: top;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}



.AspNet-Menu-Horizontal li ul li a
{
    width: 170px; /*width of sub nav*/
    margin: 0 0 0 10px;
    padding: 8px 20px;
    overflow: hidden;
    clear: left;
    text-align: left;
    color: #ededed;
    border: none;
    border-bottom: 1px solid #333;
    background: #171717;
    font-size: 12px;
    text-transform: none;
    display: block;
}



.AspNet-Menu-Horizontal li ul li a:hover
{
    background: #ccc;
    border-bottom: 1px solid #eee;
}


.AspNet-Menu-Horizontal li ul ul
{
    /* third-and-above-level lists */
    margin: 0px 0 0 172px !important;
    margin: 0px 0 0 0px;
    left: 0 !important;
    left: 172px;
}



.AspNet-Menu-Horizontal li:hover ul ul, .AspNet-Menu-Horizontal li.sfhover ul ul
{
    left: -999%;
    position: absolute;
}

.AspNet-Menu-Horizontal li:hover ul, .AspNet-Menu-Horizontal li li:hover ul, .AspNet-Menu-Horizontal li.sfhover ul, .AspNet-Menu-Horizontal li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
    width: 175px;
}


.AspNet-Menu-Horizontal ul ul ul
{
    top: 0px !important;
    left: 172px;
}


.AspNet-Menu-Horizontal li:hover ul ul, .AspNet-Menu-Horizontal li:hover ul ul ul, .AspNet-Menu-Horizontal li:hover ul ul ul ul
{
    display: none;
}

.AspNet-Menu-Horizontal li:hover ul, .AspNet-Menu-Horizontal li li:hover ul, .AspNet-Menu-Horizontal li li li:hover ul, .AspNet-Menu-Horizontal li li li li:hover ul
{
    display: block;
}



/* End Main Nav */






/* Horizontal Nav */
#subnav
{
    padding: 10px 0px;
    margin: 0px;
    overflow: hidden;
}

#subnav ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 1.5;
    display: inline;
}

#subnav ul li
{
    margin: 0;
    padding: 0 10px 0 0;
    display: inline;
    float: left;
    background: none;
}

#subnav ul li a
{
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
}



/*About Nav*/


#content div.AspNet-Menu-Vertical ul.AspNet-Menu
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

#content div.AspNet-Menu-Vertical ul.AspNet-Menu li
{
    font-size: 14px;
    background: none;
    margin: 0;
    padding: 0;
}

#content div.AspNet-Menu-Vertical ul.AspNet-Menu li a
{
    text-decoration: none;
    color: #3c3c3c;
    font-weight: bold;
    display: block;
    padding: 7px;
    background: none;
    margin: 0 0 1px 0;
}

#content div.AspNet-Menu-Vertical ul.AspNet-Menu li a:hover, #content div.AspNet-Menu-Vertical ul.AspNet-Menu li a.AspNet-Menu-Selected, #content div.AspNet-Menu-Vertical ul.AspNet-Menu li a.active
{
    color: #333;
    background: #e3d6d5;
}







#copyright p
{
    color: #aaa;
    font-size: 11px;
    margin: 20px 0 0 10px;
}








/* simple Form */


div.simpleform p strong
{
    color: #333;
    font-style: italic;
}


div.simpleform
{
    margin: 10px 10px 20px 0;
    padding: 0;
    background-color: rgb(68,68,68); /* Needed for IEs */
    
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	
	border-radius: 7px 7px 7px 7px;
}

div.simpleform div.simpleform-header
{
    padding: 10px 6px 2px 12px;
}
div.simpleform div.simpleform-header h2
{
    color:#fff;
}
div.simpleform div.simpleform-content
{
    background-color: #fff;
    padding: 20px;
    position: relative; /* This protects the inner element from being blurred */
}
div.simpleform div.simpleform-footer
{
    text-align:right;
    padding: 4px 10px;
    border-top: solid 1px #969696;
    position: relative; /* This protects the inner element from being blurred */
}

div.simpleform fieldset
{
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border: none;
}


div.simpleform fieldset label
{
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
    /*font-weight: bold;*/
    line-height: 1.5;
    font-size: 12px;
    color: #444;
}

div.simpleform fieldset div.field
{
    float: left;
    margin: 0 10px 0 0;
}
div.simpleform fieldset div.field label
{
    float: none;
    width: auto;
    font-weight: normal;
    font-size: 12px;
    margin: 0px 0px;
}
div.simpleform fieldset span
{
    margin-top: 0px;
}


div.simpleform fieldset div.field input.input-text
{
    width: 300px;
    padding: 6px;
    font-size: 11px;
    color: #3c3c3c;
}


div.simpleform fieldset div.field input.input-text-required
{
    width: 300px;
    padding: 6px;
    font-size: 11px;
    color: #3c3c3c;
    background: #ffffe3;
    border: solid 1px #969696;
}


div.simpleform fieldset div.field textarea
{
    width: 300px;
    padding: 6px;
    font-size: 12px;
    color: #3c3c3c;
    font-family: arial;
}
div.simpleform fieldset div.field textarea.required
{
    width: 220px;
    padding: 6px;
    font-size: 12px;
    color: #3c3c3c;
    background: #ffffe3;
    border: solid 1px #969696;
    font-family: arial;
}
div.simpleform fieldset div.field select
{
    width: 120px;
    font-size: 11px;
    color: #646870;
    height: 23px;
}

div.simpleform fieldset div.field select.required
{
    width: 220px;
    font-size: 11px;
    color: #646870;
    background: #ffffe3;
    border: solid 1px #969696;
}
div.simpleform fieldset div.field option
{
    padding: 4px;
}


div.simpleform div.submit
{
}

div.simpleform div.terms textarea
{
    padding-left: 0px;
    width: 600px;
    font-size: 11px;
    font-family: arial;
    background: #fff;
    border: 1px solid #aaa;
    padding: 5px;
}




div.error
{
    padding: 10px;
    margin: 10px 0 20px 0;
    width: 600px;
    background: #efefef url('images/icons/attention-32x32.png') no-repeat 10px 30px;
    border: 1px solid #ccc;
    font-size: 11px;
}

div.error span.error-header
{
    font-weight: bold;
    margin: 0 0 0 30px;
    color: #850707;
    display: block;
}

div.error span.error-list-item
{
    padding: 0 0 0 50px;
    display: block;
}

/* End simple Form */













/* SIGN IN PAGE */

#contentMinimal h1, #contentMinimal h2, #contentMinimal h3
{
    margin-bottom: 0;
    text-indent: -9999px;
}

#headerMinimal
{
    height: 90px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 476px;
}

#contentTopMinimal
{
    background: url("images/bg-content-top-minimal.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    margin: 0 auto;
    width: 476px;
}

#contentMinimal
{
    background: url("images/bg-content-minimal.png") repeat-y scroll 0 0 transparent;
    margin: 0 auto;
    padding: 20px 28px;
    width: 420px;
}

#contentBottomMinimal
{
    width: 476px;
    height: 8px;
    margin: 0 auto;
    padding-bottom: 72px;
    background: url(images/bg-content-bottom-minimal.png) no-repeat;
}

h1.signInTitle
{
    background: url("images/title-large-sign-in.png") no-repeat scroll 0 0 transparent;
    height: 67px;
    margin-bottom: 20px;
    margin-left: -28px;
    width: 476px;
}

.roundedCornerMinimalDark
{
    background-color: #3C352F;
    border-radius: 7px 7px 7px 7px;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 380px;
}

.roundedCornerMinimalDark p
{
    margin-top: 10px;
}

.sharedLinks a
{
    display: block;
    color: #fff;
}

.sharedLinks a:hover
{
    display: block;
    color: #fff;
}

.on-dark
{
    color: #fff;
}

.error-on-dark
{
    color: #fff;
}

.span-10
{
    width: 390px;
}

#contentMinimal label
{
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#contentMinimal input[type="text"], #contentMinimal input[type="password"], #contentMinimal textarea, #contentMinimal input.text
{
    background-color: #FFFFFF;
    border: 1px solid #221D1A;
    color: #3C352F;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;
    padding: 5px;
}

input.span-10[type="text"], input.span-10[type="password"]
{
    width: 368px;
}




.reporttable td
{
    padding:3px;
    background: #fff;
    border: solid 1px rgba(237, 237, 237, 1);
}
.reporttable thead td
{
    background:#fff;
    color:Maroon;
    font-weight:bold;
}

.reporttable tr th
{
    color:Maroon;
    font-weight:bold;
    padding:3px;
    background: #fff;
    border: solid 1px #000;
}

.demomessage {
    background-color: #b5f290;
    color: #37801a;
    text-decoration:none;
}
    .demomessage:hover {
        background-color: #FCFAC4;
    }




.chat {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #D0E4F4;
    background-image: url("images/chat.png"), none;
    background-origin: padding-box, padding-box;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto auto, auto auto;
    border: 1px solid #4D8FCB;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(255, 255, 255, 0.5) inset, 0 -2px 2px #BBD9F1 inset;
}
.box {
    margin: 20px 0;
    min-width: 100px;
    padding: 20px 50px;
}