﻿/*
pblue: 6872b7 

*/


/*
### Global Reset based on Eric Meyer's Gloabl Reset at: 
### http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
### 
#####################################################################
### Global Reset  - START 
*/

html, body, input, 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, 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-family: "Lucida Grande" , Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.4;
    vertical-align: baseline;
}

h1
{
    font-size: 20px;
    font-weight: normal;
    color: #962126;
}

h2
{
    font-size: 17px;
    line-height: 1.7;
    color: #962126;
    font-weight: bold;
}

h3
{
    font-size: 11px;
    font-weight: normal;
    line-height: 1.48;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

:focus
{
    outline: 0;
}

table
{
    border-collapse: collapse;
    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 
#####################################################################
### Global Set  - START 
*/

body
{
    /*font-size: 1.2em;*/
    color: #000;
    background-color: #fff;
}

a
{
    text-decoration: none;
    color: #000; /*font-weight: bold; */
}

a:hover
{
    text-decoration: underline;
    color: #962126; /* font-weight: bold; */
}

.textbox
{
    border: #888 solid 1px;
    font-size: 1.2em;
    line-height: 1.4em;
    height: 20px;
    padding-left: 5px;
}

/*
### Global Set - END 
#####################################################################
### Links  - START 
*/

a.defaultlink
{
    font: inherit;
    line-height: inherit;
    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.alternatelink
{
    color: #6872b7;
    text-decoration: none;
    font-size: inherit;
}

a.alternatelink:hover
{
    text-decoration: none;
    color: #484F80;
}
/*
### Links - END 
#####################################################################
### Master Layout - START 
*/

#outerContent
{
    height: 100%;
    margin: 0 auto;
    width: 950px;
    text-align: left;
}

#outerContent_header
{
    height: 65px;
    background-color: #DD0000;
    background-image: url(../images/site/post-top-header-65.png);
    background-repeat: no-repeat;
    position: relative;
}

#outerContent_gohome
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 320px;
    height: 65px;
}

#outerContent_navmenu
{
    position: absolute;
    left: 360px;
    top: 25px;
}

#outerContent_maincontent
{
}

/*
### Master Layout - END 
#####################################################################
### Content Layout  - START 
*/

#innercontent
{
    width: 950px;
    height: 640px;
    background-color: #fff;
}

#innercontent_left
{
    float: left;
    width: 320px;
    height: 640px;
    margin-right: 7px;
    padding-right: 7px;
    border-right: solid 1px #888888;
    background-color: #fff;
}

#innercontent_right
{
    float: left;
    width: 615px;
    height: 640px;
    background-color: #F3F0E0;
}

#innercontent_left_menu
{
    width: 320px;
    height: 640px;
    margin-bottom: 10px;
    background-color: #97a554;
}

#innercontent_left_menu_topimage
{
    height: 75px;
    width: 320px;
    background-position: 0px 20px;
    background-image: url(../images/site/leftNavFYPS.png);
    background-repeat: no-repeat;
    padding: 20px 0px 30px 0px;
}

#innercontent_right_actionbar
{
    width: 615px;
    height: 25px;
    background-color: #efefe7;
    margin-bottom: 5px;
}

#innercontent_right_tab_actionbar
{
    width: 615px;
    height: 25px;
    background-color: #fff;
    margin-bottom: 5px;
}
/*
### Content Layout - END 
#####################################################################
### Breadcrumb  - START 
*/

#outerContent_breadcrumb
{
    height: 20px;
    background-color: #fff;
}

#breadcrumb
{
    font-size: inherit;
    float: left;
    width: 600px;
    padding-left: 15px;
    line-height: 20px;
    height: 20px;
    text-transform: uppercase;
}

a.breadcrumb
{
    font-size: inherit;
    font-weight: bold;
    letter-spacing: .0em;
    color: #000000;
}

a.breadcrumb:hover
{
    font-size: inherit;
    font-weight: bold;
    letter-spacing: .0em;
    text-decoration: underline;
    color: #962126;
}

.breadcrumblabel
{
    font-size: inherit;
    font-weight: bold;
    letter-spacing: .0em;
    color: #000000;
}

/*
### Breadcrumb - END 
#####################################################################
### login - START 
*/

#userinfo_master
{
    padding-right: 15px;
    line-height: 20px;
    height: 20px;
    float: right;
    width: 300px;
    text-align: right;
}

.userinfo_master_label
{
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: .0em; /*text-decoration: underline;*/
    text-transform: uppercase;
    color: #000000;
}
a.loginmaster
{
    font-size: inherit;
    font-weight: bold;
    letter-spacing: .0em; /* text-transform: uppercase;*/
    color: #000000;
}

a.loginmaster:hover
{
    font-size: inherit;
    font-weight: bold;
    letter-spacing: .0em;
    text-decoration: underline; /* text-transform: uppercase;*/
    color: #962126;
}

/*
### Login - END 
#####################################################################
### Footer - START 
*/

#outerContent_footer
{
    height: 50px;
    padding-top: 5px;
    background-color: #fff;
}


#market_footer
{
    font-size: 9px;
    height: 15px;
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: .0em;
}

#footer
{
    font-size: 9px;
    height: 15px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 5px;
}

.footeritemspacer
{
    padding: 0px 3px 0px 3px;
    color: #6872b7;
}

#market_footer A, #footer A
{
    color: #6872b7;
    text-decoration: none;
    font-size: 10px;
}

/*
### Footer - END 
#####################################################################
### Ajax PostBack Indicator - START 
*/

.workingdiv
{
    position: absolute;
    top: 40%;
    left: 43%;
    border-style: solid;
    border-width: 2px;
    border-color: #666666;
    width: 150px;
    height: 50px;
    background-color: White;
    text-align: center;
    font-weight: Bold;
    color: #000000;
    z-index: 99;
}

/*
### Ajax PostBack Indicator - END 
#####################################################################
### Misc Global Classes - START 
*/

.linesep_bottom
{
    border-bottom: solid 1px #fff;
}

.linesep_top
{
    border-top: solid 1px #fff;
}

.buttoncontainer
{
    width: inherit;
    text-align: center;
    padding-bottom: 20px;
}

.cssbutton
{
    width: 185px;
    height: 21px;
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.cssbutton:hover
{
    /* background-color: #d0d2bd;     border: 1px solid #d0d2bd;   color: #97a554;*/
    background-color: #fff;
    border: 1px solid #d0d2bd;
    color: #97a554;
    cursor: pointer;
}

.cssbutton2
{
    width: 214px;
    height: 21px;
    border: 2px solid #d0d2bd;
    background-color: #97A554;
    color: #FFF;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.cssbutton2:hover
{
    background-color: #d0d2bd;
    border: 2px solid #d0d2bd;
    color: #97a554;
    cursor: pointer;
}

.cssbutton3
{
    width: 185px;
    height: 21px;
    border: 0px solid #d0d2bd;
    background-color: transparent;
    color: #000;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.cssbutton3:hover
{
    background-color: transparent;
    border: 0px solid #d0d2bd;
    color: #962126;
    cursor: pointer;
}

.cssbutton4
{
    width: 185px;
    height: 21px;
    border: 2px solid #6872b7;
    background-color: #525F93;
    color: #FFF;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.cssbutton4:hover
{
    background-color: #fff;
    border: 2px solid #525F93;
    color: #000;
    cursor: pointer;
}

.cssbutton5
{
    width: 185px;
    height: 21px;
    border: 2px solid transparent;
    background-color: transparent;
    color: #495080;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    word-spacing: 1px; /*  letter-spacing: 1px;*/
}

.cssbutton5:hover
{
    background-color: transparent;
    border: 2px solid transparent;
    color: #962126;
    cursor: pointer;
}

/*
### Misc Global Classes  - END 
#####################################################################
*/
