﻿.masterBody
{
    margin: 0px;
    padding: 0px;
    font-family: Myriad Pro, Arial, helvetica, Sans-Serif;
    min-width: 776px;
}

/*#thin_header 
{
    background-color: #FCF2E6; 
    border-bottom: solid 1px #000;
    height: 48px; 
    padding: 5px 10px;
    position:relative;
}

.thinHeaderLogo  
{
    float: left;
    width: 150px;
    height: 24px;
    display:block;
    background:url(../Images/MyCopper_logo.gif);
    border:None;
}

#thin_header a:link, #thin_header a:visited,
#site_footer a:link, #site_footer a:visited
{
    color: #660000;    
    text-decoration: none;
}

#thin_header a:hover,    
#site_footer a:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}*/

.radio_panel
{
    margin: 0 auto;
    font-weight: bold;
}

.comment
{
    font-family: Times New Roman, Serif;
    font-style: italic;
    color: Red;
    background-color: #FFFFAA;
}

.alert
{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: Red;
}

.HeadPager
{
    position: relative;
}

.hidden
{
    display: none;
}

.emfix
{
    font-size: 1em !important;
}

.clear
{
    clear: both;
}

.testborder
{
    border: solid 1px lime;
}

.watermark
{
    color: Gray;
    font-weight: bold;
    font-style: italic;
    background-color: #FFFFEE;
}

.loginError
{
    position: absolute;
    right: 10px;
    color: Red;
    font-size: 14px;
    font-style: italic;
}

.boldit
{
    font-weight: bold;
    font-style: italic;
}

.copper
{
    color: #660000;
}


/* ####################### */
/* ##### PHOTO PANEL ##### */
/* ####################### */

.photoPanel
{
    background-color: Black; /*padding-bottom: 10px;*/
    color: White;
    font-size: 1.2em;
}
.photoPanel_Header
{
    padding: 0 0 0 10px;
    line-height: 28px;
    height: 28px;
    border-bottom: solid 2px Gray;
    font-weight: bold;
}
.photoPanel_Content a:link, .photoPanel_Content a:visited
{
    color: Silver;
}
.photoPanel_Content_Item_Link
{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.photoPanel_Content a, .photoPanel_Content a:link, .photoPanel_Content a:visited
{
}
.photoPanel_Content a:hover
{
}
.photoPanel_Content img
{
    border: none;
}

.closeBox
{
    right: 17px;
    top: 17px;
    width: 12px;
    height: 12px;
    background: url(../Images/x-box2.gif) no-repeat top;
    position: absolute;
    cursor: pointer;
}

.closeBox:hover
{
    background-position: bottom;
}

/* ########################################## */
/* #### TOOLTIP PANEL                    #### */
/* ########################################## */

.tooltip_Panel
{
    position: absolute;
    top: 85px;
    right: -3px;
    z-index: 10;
    width: 200px;
    height: 150px;
    background: url(../Images/ToolTipBox.gif) no-repeat center;
    color: #660000;
}

.tooltip_Control
{
    background: url(../Images/x-box2.gif) no-repeat top;
    width: 12px;
    height: 12px;
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

.tooltip_Control:hover
{
    background-position: bottom;
}


/* ########################################## */
/* #### PORTAL ERROR PAGE                #### */
/* ########################################## */

.PortalErrorTitle
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: #660000;
}

.pepBody
{
    background: url(../Images/portalPageBkgr.gif);
    padding: 50px 0;
}

.pephHeaderLogo
{
    height: 65px;
    width: 400px;
    background: url(../Images/MyCopper_logo400.gif) no-repeat center;
    display: block;
    margin-bottom: 10px;
}


.pepContent
{
    width: 695px; /*background:#FCE8CF;*/
    margin: 0 auto;
}

.pepContent a:link, .pepContent a:visited
{
    color: #660000;
    font-weight: bold;
    text-decoration: none;
    text-decoration: underline;
}

.pepContent a:hover
{
    color: #006595;
    text-decoration: none;
}

.pepFormPanel
{
    border: solid 2px #8D4307;
    background: #FCE8CF url(../Images/foot_bkgr.gif) repeat-x bottom;
    padding: 10px 50px 30px; /*width:500px;     margin:auto;*/
}


/* ########################################## */
/* #### GOOGLE/EBAY SEARCH CONTROL       #### */
/* ########################################## */

.googleSearchLogo
{
    background: url(../Images/searchlogos.gif) no-repeat;
    background-position: 0 -57px;
    width: 128px;
    height: 44px;
    float: left;
    margin-top: 6px;
}

.ebaySearchLogo
{
    /*background:url(http://img-cdn.mediaplex.com/0/711/53200/eBayUS_logo_118x57.gif) no-repeat center;*/
    background: url(../Images/searchlogos.gif) no-repeat;
    background-position: 0 0;
    width: 128px;
    height: 57px;
    float: left;
}

.radioButtonPanel_Default
{
    text-align: center;
}

.radioButtonPanel_Default span
{
}

.radioButtonPanel_Default .spacer
{
    width: 25px;
    display: inline-block;
}

.radioButtonPanel_Stacked
{
    text-align: left;
    padding: 10px 0 0 10px;
}

.radioButtonPanel_Stacked span
{
    display: block;
}

.radioButtonPanel_Stacked .spacer
{
    display: none;
}

.searchComment_default
{
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    padding-left: 15px;
    color: #333;
}

.searchComment_centered
{
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: block;
}

/* #################################### */
/* #### BLOG DEFAULT               #### */
/* #################################### */

.linkbuttonLetter
{
    border:solid 1px gray;
    background-color:white;
    margin:1px 1px 1px 0;
    width:15px;height:15px;
    line-height:15px;
    display:inline-block;
    text-align:center;
    font-size:.7em;
    font-weight:bold; 
    text-decoration:none;
}

.linkbuttonLetter:hover
{
    background-color:Silver !important;
}


/* #################################### */
/* #### DEFAULT - OFFER BUTTONS    #### */
/* #################################### */

.offerButton 
{
    width:48px;
    height:48px;
    display:block;
    float:left;
    margin-left:5px;
}

.obArchive
{
    background:url(../Images/icons/iconbox.jpg) no-repeat 0px 0px;
}

.obCallAlert
{
    background:url(../Images/icons/iconbox.jpg) no-repeat -48px 0px;
}

.obMailbox
{
    background:url(../Images/icons/iconbox.jpg) no-repeat -96px 0px;
}

.obReferral
{
    background:url(../Images/icons/iconbox.jpg) no-repeat -144px 0px;
}

.obIdrive
{
    background:url(../Images/icons/iconbox.jpg) no-repeat -192px 0px;
}

.offerItem
{
    margin:5px 0;
    border-bottom:gray;
    margin-bottom:2px;
}

.offerBox
{
    /*float:right; 
    width:170px; */
    text-align:left;
    font-size:14px;
    padding-left:60px;
}

.offerLink
{
    font-weight:bold;
    text-decoration:none;
}

.offerLink:hover
{
}

.offerDescription
{
    font-style:italic;
    font-size:.9em;
}
