body
{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}

body, .formText input, textarea, select, .formText, .noFavorsMsgController h3, .tutorialController h1
{
    color: #407388 !important;
    font-family: Arial, Helvetica, Verdana, sans;
}

.clearBoth
{
    clear: both;
}

h1, h2, h3, h4, .rightTitle, .publishButtons input, .submitReply, .cancelReply, .homeFooterCopy, .descriptionStatusTitle
{
    font-family: Arial;
}

h2
{
    font-size: 16px;
}

body
{
    background-image: url(../css/images/RepeatingVertBG.gif);
}

a
{
    color: #407388;
}

a:link, a:visited
{
    color: #407388;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #75cf27;
    text-decoration: none;
}

.pageContainerHeaderBG[class]
{
    background-image: url(images/wrapper/PageHeaderBG.png);
}
.pageContainerHeaderBG[class]
{
    width: 100% !important;
}

.pageContainerHeaderBG
{
    background-position: top;
    background-repeat: no-repeat;
}


.pageContainer, .mainAreaContainer
{
    width: 986px;
}

.pageContainer
{
    position: relative; /*margin-left: auto;     margin-right: auto;*/
    margin: 0 auto;
}

.mainAreaContainer
{
    position: relative;
    top: 124px;
    z-index: 1;
}

.mainAreaPositionControl
{
    position: relative;
    z-index: 1;
}

.mainAreaContainerTop[class]
{
    background-image: url(images/Wrapper/PageContainerTop.png);
}

.mainAreaContainerTop
{
    position: relative;
    height: 30px;
    background-repeat: no-repeat;
}

.mainAreaContentContainer[class]
{
    background-image: url(images/Wrapper/PageContainerRptHorizBG.png);
}

.mainAreaContentContainer
{
    position: relative;
    top: 0px;
    background-repeat: repeat-y;
    background-position: right;
}

.mainAreaContainerBottom[class]
{
    background-image: url(images/Wrapper/PageContainerBottom.png);
}

.mainAreaContainerBottom
{
    margin-top: 150px; /*	position: relative;*/
    width: 986px;
    height: 41px !important;
    background-repeat: no-repeat;
}

/*///////////////////////////////////////// Page Header */
.PageHeader
{
    position: relative;
    font-size: 11px;
}

.FFLogo
{
    position: absolute;
    top: 26px;
    left: 30px;
}

.loginLinkContainer
{
    position: absolute;
    top: 10px !important;
    right: 0px;
    width: 600px;
    padding-right: 85px;
    text-align: right;
}

.loginLinkContainer a
{
    font-weight: bold;
}

.loggedInAs
{
    display: inline;
    padding-right: 90px;
    font-weight: bold;
}

.notLoggedIn
{
    margin-right: 85px;
    font-weight: bold;
}

.loginArea
{
    padding-right: 0px;
}


/**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/*         Top Nav						            */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**/
.topNavContainer
{
    position: absolute;
    top: 86px;
    left: 0px;
    width: 986px;
    height: 38px;
}

.topNavLeftCorner, .topNavRtCorner, .topNavSeparator
{
    float: left;
    position: relative;
}

a.topNavAsk, a.topNavAskActive, a.topNavAsk:hover
{
    position: relative;
    float: left;
    width: 222px;
    height: 38px;
}

a.topNavAsk
{
    background-image: url(images/topNav/topNavAsk_Off.png);
}

a.topNavAskActive
{
    background-image: url(images/topNav/topNavAsk_Active.png);
}

a.topNavAsk:hover
{
    /* background-image: url(images/topNav/topNavAsk_On.png);*/
}

a.topNavOffer, a.topNavOfferActive, a.topNavOffer:hover
{
    position: relative;
    float: left;
    width: 202px;
    height: 38px;
}

a.topNavOffer
{
    background-image: url(images/topNav/topNavOffer_Off.png);
}

a.topNavOfferActive
{
    background-image: url(images/topNav/topNavOffer_Active.png);
}

a.topNavOffer:hover
{
    /* background-image: url(images/topNav/topNavOffer_On.png);*/
}

a.topNavManage, a.topNavManageActive, a.topNavManage:hover
{
    position: relative;
    float: left;
    width: 142px;
    height: 38px;
}

a.topNavManage
{
    background-image: url(images/topNav/topNavManage_Off.png);
}

a.topNavManageActive
{
    background-image: url(images/TopNav/TopNavManage_Active.png);
}

a.topNavManage:hover
{
    /*  background-image: url(images/topNav/topNavManage_On.png);*/
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/*         Sub Nav		  				            */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**/
.subNav[class]
{
    background-image: url(images/Wrapper/PageContainerSubNavBG.png);
}

.subNav
{
    position: absolute;
    top: -27px;
    right: 8px;
    width: 335px;
    height: 106px;
    background-repeat: no-repeat;
    z-index: 10000;
}

.subNavManage
{
    display: block;
    position: absolute;
    top: 16px;
    left: 174px;
    width: 150px;
    height: 51px;
    background-image: url(images/SubNav/SubNavManage_Off.png);
    background-repeat: no-repeat;
    z-index: 10000;
}

.subNavManage:hover
{
    background-image: url(images/SubNav/SubNavManage_On.png);
}

.subNavFavor
{
    position: absolute;
    top: 16px;
    left: 48px;
}

/* //////////////////////////////////////////// Footer /**/

.footer
{
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center;
    width: 920px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    color: #638291 !important;
    font-size: 8pt !important;
}

.footerLeftBG[class]
{
    background-image: url(images/Wrapper/footerLeftBG.png);
}
.footerLeftBG
{
    width: 10px;
}
.footerMiddle
{
    background-image: url(images/Wrapper/footerRepeatingBG.png);
}

.footerMiddle
{
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: repeat-x;
}
.footerDivider
{
    padding: 0px 15px 0px 15px;
}

.footerCopyright
{
    
}
.footerRightBG[class]
{
    background-image: url(images/Wrapper/footerRightBG.png);
}

.footerRightBG
{
    width: 10px;
}

.footer a
{
    color: #638291 !important;
    text-decoration: none;
}

.footer a:hover
{
    color: #638291 !important;
    text-decoration: underline;
}

.footerContent
{
    position: relative;
}

/**//**//**//**//**//**//**//**//**//**//**//**//**//**/
/*         Message Panels   				            */
/**//**//**//**//**//**//**//**//**//**//**//**//**//**/

.panelWarning
{
    margin: 10px;
    font-size: 1.2em;
}

.panelError
{
    margin: 10px;
    font-size: 1.2em;
}

.panelInfo
{
    margin: 10px;
    font-size: 1.2em;
}


/*//////////////////////////////////////////////////////////////////////////// Global Text Buttons /**/

a.globalTextButton, input.globalTextButton
{
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    background-color: #75cf27;
    text-align: center;
    padding: 5px 0px 4px 0px;
    border: solid 3px #c8eca9;
    cursor: pointer;
}

a.globalTextButton:hover, input.globalTextButton:hover
{
    color: #407388;
    background-color: #a5d878;
}

/*//////////////////////////////////////////////////////////////////////////// Global Text Buttons Variations /**/

.disabledRegister
{
}

.successViewButton
{
    margin-top: 25px;
}

.successViewButton, .manageMainContainer .globalTextButton, .feedbackSend
{
    width: 250px;
}

.submitReply
{
    width: 220px;
}

.feedbackCloseButton, .loginTextButton
{
    width: 100px;
}

.feedbackCloseButton, .feedbackSend, .submitReply
{
    margin: auto;
}

.readyToGoController
{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.createSendButton
{
    width: 340px;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.readyToGo input
{
    float: left;
    font-size: 13px !important;
    width: 100px;
}

.modalButtons .globalTextButton, .resendContainer .globalTextButton
{
    width: 160px !important;
    margin-right: 20px !important;
}

.signupMainContainer .globalTextButton
{
    width: 120px !important;
}

.saveADraft
{
    margin-left: 5px;
    margin-right: 5px;
    width: 130px !important;
}

.createAddPhoto
{
    width: 132px;
    
    font-family: Verdana;
    font-size: 9px ! important;
    padding-top: 1px ! important;
    padding-bottom: 2px ! important;    
}

.modalButtonPair .globalTextButton, .modalButtons .globalTextButton
{
    float: left;
    margin-right: 10px;
    width: 150px;
    font-family: Arial;
}
.noFavorsMsgController .globalTextButton
{
    width: 175px;
    float: left;
    font-size: 14px !important;
    font-family: Arial;
}

.noFavorsMsgController .globalTextButton:hover
{
    text-decoration: none;
}

.askGridButton
{
    margin-right: 20px;
}

.disabledRegister
{
    display: block;
    font-weight: bold;
    color: #9d9d9d ! important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    background-color: #cccccc ! important;
    text-align: center;
    padding: 5px 0px 4px 0px;
    border: solid 3px #d8d8d8 ! important;
    cursor: 
    width: 120px;
}


