﻿
/**************************** Global Reset - START ****************************/
/* 	
Global Reset based on Eric Meyer's Gloabl Reset at: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Segoe UI" , "Bitstream Vera Sans" , "DejaVu Sans" , "Bitstream Vera Sans" ,Calibri, "Trebuchet MS" , Verdana, "Verdana Ref" , sans serif;
    vertical-align: baseline;
}

h1
{
    font-size: 2.0em;
    font-weight: normal;
    color: #962126;
}

h2
{
    font-size: 1.7em;
    line-height: 1.7;
    color: #962126;
    font-weight: bold;
}

h3
{
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.48;
}


a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

body
{
    line-height: 1;
    color: #000000;
    background: #ffffff;
}

/*ol, ul
{
    list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */

table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

/**************************** Global Reset - END ****************************/

a
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #962126;
    font-weight: bold;
}


a.defaultlink
{
    text-decoration: underline;
    color: #962126;
}

a.defaultlink:hover
{
    text-decoration: underline;
    color: #000000;
}

a.links
{
    color: #962126;
}

a.links:hover
{
    text-decoration: underline;
    color: #000000;
}

a.breadcrumb
{
    font-size: 80%;
    font-weight: bold;
    letter-spacing: .0em; /*font-size: 95%;*/ /*letter-spacing: .1em;*/ /*text-decoration: underline;*/
    text-transform: uppercase;
    color: #000000;
}

a.breadcrumb:hover
{
    font-size: 80%;
    font-weight: bold;
    letter-spacing: .0em;
    text-decoration: underline;
    text-transform: uppercase;
    color: #962126;
}

.breadcrumblabel
{
    font-size: 80%;
    font-weight: bold;
    letter-spacing: .0em; /*text-decoration: underline;*/
    text-transform: uppercase;
    color: #000000;
}

#breadcrumb
{
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
}

/****************************************************************************/
/* Master Layout */

body
{
    font-family: "Segoe UI" , "Bitstream Vera Sans" , "DejaVu Sans" , "Bitstream Vera Sans" ,Calibri, "Trebuchet MS" , Verdana, "Verdana Ref" , sans serif;
    font-size: 75%;
    text-align: center;
    /*background-color: #595c28;*/
    background-image: url(../Images/site/bg.jpg);
    background-repeat: repeat
}

#outerContent
{
    height: 100%;
    margin: 0 auto;
    width: 980px;
    text-align: left;
}

#outerContent_header
{
    height: 115px;
    background-color: #fff;
    background-image: url(../Images/site/Post-top-header.png);
    background-repeat: no-repeat;
}

#outerContent_breadcrumb
{
    height: 25px;
    background-color: #fff;
}

#outerContent_maincontent
{
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

#outerContent_footer
{
    height: 40px;
    background-color: #fff;
}

#market_footer
{
    font-size: .75em;
    height: 15px;
    padding-top: 5px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 5px;
}

#footer
{
    font-size: .75em;
    height: 15px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 5px;
}


#market_footer A, #footer A
{
    font-weight: normal;
    letter-spacing: .0em;
    padding-bottom: 5px;
}

/****************************************************************************/
/* Ajax PostBack Indicator */
.workingdiv
{
    position: absolute;
    top: 40%;
    left: 43%;
    border-style: solid;
    border-width: 3px;
    border-color: #483610;
    width: 150px;
    height: 45px;
    background-color: White;
    text-align: center;
    font-weight: Bold;
    color: #48360e;
}

/****************************************************************************/
/* Top Navigation Menu Classes */

#outerContent_gohome
{
    position: absolute;
    left: 80px;
    top: 10px;
}

#outerContent_navmenu
{
    position: absolute;
    left: 350px;
    top: 50px /*padding-top: 50px;     margin-left: 335px;*/;
}

/****************************************************************************/
/* Global Classes */

.linesep_bottom
{
    border-bottom: solid 1px #aca899;     
}

.linesep_top
{
    border-top: solid 1px #aca899; 
}