﻿/* column layout modeled on: http://www.glish.com/css/7.asp */

/* ##### PORTAL_DEFAULT ##### */

body {background:url(portalPageBkgr.gif);}

.defaultLoader
{ 
    background:url(loader.gif) no-repeat center;
    height:64px;
}

.ThemeDefault_link:link, .ThemeDefault_link:visited
{
    color:#660000;    
    text-decoration: none;
}

.ThemeDefault_link:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}

.categoryLink
{
    color:Black;
    cursor:default;
}

.headerLogoPanel
{
    position: absolute;
    left: 10px;
    top: 5px;
}

.headerLogo
{
    height:113px;
    width:695px;
    background:url(MyCopper_logo695_new.gif) no-repeat center;
    display:block;
    cursor:pointer;
}

.thinHeaderLogo
{
    float: left;
    width: 150px;
    height: 24px;
    display:block;
    background:url(MyCopper_logo150b.gif);
    border:None;
}

.headerLinks_thin
{
    margin-right:20px;
}

.pageControlIconFlag_thin
{
    background:url(icon_flag_thin_808080.gif) no-repeat center;
    width:20px;
    height:20px;
    display:block;
    position: absolute;
    top:2px;
    right:5px;
}


/* ######################## PORTAL NAVIGATION  ###################### */

.navigationLinks
{
    position: absolute;
    left: 10px;
    bottom:19px;
    /*font-size:18px;
    top: 94px;
    font-weight:bold;*/
    font-family:Sans-Serif;
    font-size:13px;
    font-weight:bold;
    line-height:22px;
}

.navigationLinks a:link, .navigationLinks a:visited
{
    color:Black;
}

.navForumBull
{
    display:none;
}

.navHomeLink
{
    margin-left:28px;
}

.navForumLink
{
    margin-left:86px;
}

.navAdminPanel
{
    padding:5px;
    background-color:#FFFFBB;
    font-weight:bold;
    font-style:italic;
    text-align:center;
}


/* ######################## LOGIN PANEL  ###################### */
.panLogin
{
    position:absolute;
    right:10px;
    bottom:19px;
}

.panLogin_thin
{
    position:absolute;
    right:10px;
    bottom:4px;
    z-index:10;
}

.panLoginAnonymous, .panLoginLoggedIn
{
    line-height:20px;
}

.panLoginDisplayName
{
    display:inline;
    cursor:default;
    font-family:Sans-Serif;
    font-size:13px;
}

.panLoginDisplayLinks
{
    display:inline;
    /*position:absolute;
    width:150px;
    height:24px;
    top:24px;
    right:5px;
    background:White;
    border:solid 1px #AA5108;
    text-align:center;
    line-height:25px;
    display:none;*/
}

.panLogin_thin .panLoginDisplayLinks
{
    /*border:solid 1px #000 !important;*/
}


/* ######################## PAGE CONTROL  ###################### */

.pageControlText
{
    display:none;
}

.pageControlIcon
{
    position: absolute;
    top: 5px;
    right: 10px;
    /*text-align: right;
    font-size: 12px;*/
}

.pageControlIconBookmark
{
    /*background:url(icon_bookmark.gif) no-repeat center;*/
    background:url(headicons.gif) no-repeat;
    background-position:0 0;
    width:26px;
    height:32px;
    display:inline-block;
    margin-right:3px;
}

.pageControlIconHome
{
    /*background:url(icon_homepage2.gif) no-repeat center;*/
    background:url(headicons.gif) no-repeat;
    background-position:0 -32px;
    width:26px;
    height:32px;
    display:inline-block;
}

.pageControlIconFlag
{
    /*background:url(icon_flag2.gif) no-repeat top center;*/
    background:url(headicons.gif) no-repeat;
    background-position:-26px 0;
    width:26px;
    height:32px;
    display:block;
    position: absolute;
    top:45px;
    right:10px;
}

.pageControlIconFlag:hover
{
    /*background-position:bottom;*/
    background-position:-26px -32px;
}


/* ######################################## */
/*      2 Column Main Portal Structure      */
/* ######################################## */

.portalPageWrapper 
{
    width:776px;
    margin:0 auto;
    position:relative;
}

.contentWrapper 
{
    padding:5px 2px 2px;
}

#PortalHomeMainContent 
{
    float:left; width:510px;
}

#PortalHomeRightColumn 
{
    float:right; width:255px;
}

#portal_Header 
{
    height: 134px; 
    position:relative;
    background:url(navBar.gif) no-repeat bottom; 
    z-index:2;
}

#thin_header 
{
    background: #FCE8CF url(foot_bkgr.gif) repeat-x top; 
    border-bottom: solid 1px #000;
    height: 48px; 
    padding: 5px 10px;
    position:relative;
}

#site_footer 
{
    position:relative;
    top:-14px;
    border-top: solid 2px #8D4307;
    border-left:solid 3px #8D4307;
    border-right:solid 3px #8D4307;
    border-bottom:solid 3px #8D4307;
    clear: both;
    font-size: .8em;
    text-align: center;
    height: 72px;
    color:Black;
    background:#FCE8CF url(foot_bkgr.gif) repeat-x top;
}

#site_footer_thin
{
    border-top: solid 1px Black;
    clear: both;
    font-size: .8em;
    text-align: center;
    height: 72px;
    color:Black;
    background:#FCE8CF url(foot_bkgr.gif) repeat-x top;
}

#portal_Header a:link, #portal_Header a:visited,
#thin_header a:link, #thin_header a:visited,
#site_footer a:link, #site_footer a:visited, 
#site_footer_thin a:link, #site_footer_thin a:visited
{
    color:Black;    
    text-decoration: none;
}

#portal_Header a:hover,
#thin_header a:hover,    
#site_footer a:hover,
#site_footer_thin a:hover

{
    color: #006595;
    text-decoration: underline;
}

#site_body 
{
    position: relative;
    top:-14px;
    z-index:1;
    border-left:solid 3px #8D4307;
    border-right:solid 3px #8D4307;
    background:White url(portalBkgrFade.gif) repeat-x top;
}

#site_body_thin
{
    z-index:1;
    border-color:Black;
    border-style:solid;
    border-bottom-width:1px;
    border-top-width:1px;
    border-left-width:0px;
    border-right-width:0px;
    background:White url(portalBkgrFade.gif) repeat-x top;
}

.blankContent
{
    background-color:White;
}


/* ######################################## */
/*      Category Navigation Drop Down       */
/* ######################################## */

.portal_CatNav
{
    background:#EEE;
    border-bottom:solid 1px #82817D;
    border-left:solid 3px #8D4307;
    border-right:solid 3px #8D4307;
    font-weight:bold;
    font-size:.8em;
    position:relative;
    overflow:hidden;
    z-index:0;
    top:-14px;
    height:36px;
    line-height:36px;
}

.portal_CatNav_thin
{
    background:#EEE;
    border-bottom:solid 1px #82817D;
    font-weight:bold;
    font-size:.8em;
    position:relative;
    overflow:hidden;
    display:none;
    z-index:0;
    height:24px;
    line-height:24px;
}
    
.portal_CatNav .closeBox, .portal_CatNav_thin .closeBox
{
    left:8px;
    right:auto;
    top:5px;
}
.portal_CatNav a:link, .portal_CatNav a:visited,
.portal_CatNav_thin a:link, .portal_CatNav_thin a:visited
{
    color:Blue;
    text-decoration:none;
}
.portal_CatNav a:hover, .portal_CatNav_thin a:hover
{
    color:Blue;
    text-decoration:underline;
}


/* ######################################## */
/*          General Portal Frames           */
/* ######################################## */

.panel_Frame,
.panel_Frame_rel
{
    margin:5px;
    border:solid 2px #82817D;
    padding:4px;
    background-color:White;
}

.panel_Frame_rel
{
    /* Used to position pager in panel header  */
    position:relative;
}

.panel_Header
{
    height:28px;
    background:url(CopperFade.gif) repeat-x;
    font-weight:bold;
    text-align:left;
    padding-left:10px;
    line-height:28px;
    /*background-color:#cacaca;*/
    /*border-bottom:double #000;*/
}

.panel_Content
{
    padding:5px;
}

.panel_Content_Item 
{
    padding:3px 0;
}

.panel_Content_Item_Alternating
{
    padding:3px 0;
    background-color:#EEE;
}

.panel_Content_Item_small
{
    margin:.5em auto;
    font-size:.8em;
}

.panel_Content_Item_Summary
{
    font-size:.8em;
    overflow:hidden;
    text-overflow:ellipsis;
}

.panel_Content_Item_Link 
{
    font-weight:bold;
}

.blogDirectoryLink a:link, .blogDirectoryLink a:visited,
.panel_Content_Item_Link a:link, .panel_Content_Item_Link a:visited
{
    color:#660000;    
    text-decoration: none;
}

.panel_Content_Item_Link a:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}

.panel_Content_Item_LinkList 
{
    font-weight: normal;
    font-size:.8em;
}

.panel_Content_Item_Info
{
    font-size:.8em;
    font-style:italic;
    padding-left:5px;
    color:Gray;
}

.panel_Content_Item_Comments
{
    height:28px;
    background:url(CopperFade2.gif) repeat-x;
    text-align:center;
    font:italic .8em georgia;
    line-height:28px;
}

.itemSeparator
{
    border-bottom:dotted 2px silver;
    margin: 5px auto;
    width:80%;
    height:2px;
}

.hrSeparator
{
    width:90%;
}


/* ######################################## */
/*          Panel Pager Controls            */
/* ######################################## */

.panelPagerContainer
{
}

.panelPagerPrevNextContainer, 
.panelPagerPrevNextContainer_abs 
{
    margin:0;
    padding:0;
    font-weight:bold;
    color:#660000;
    list-style:none;
}

.panelPagerPrevNextContainer_abs 
{
    /* Used to position pager in panel header  */
    position:absolute;
    right:5px;
    top:8px;
    padding-right:5px;
}

.panelPagerPrevNextButton
{
    display:inline;
    padding:0 3px;
}

.panelPagerPrevNextButton:hover
{
    cursor:pointer;
    color:#2A9ED9;
    text-decoration:underline;
}

.panelPagerPrevNextDisabled 
{
   display:inline;
   padding:0 3px;
   color:Gray;    
}

.headPager_rel
{
    /* Used to position pager in panel header  */
    position:relative;
}

.headPage_abs
{
    /* Used to position pager in panel header  */
    position:absolute;
    right:5px;
    top:5px;
    padding-right:5px;
}

.panelUnselectedPagerItem
{
    width:15px;
    margin:2px;
    padding:2px;
    text-align:center;
    font-size:.8em;
    float:left;
    cursor:pointer;
    border:solid 1px #000;
}

.panelSelectedPagerItem
{
    width:15px;
    margin:2px;
    padding:2px;
    text-align:center;
    font-size:.8em;
    float:left;
    cursor:pointer;
    border:solid 1px #000;
    background-color:#B7837C;
}

/* ######################################## */
/*           Directory Panel                */
/* ######################################## */

.panel_Frame__Directory
{
    margin:5px;
    border:solid 1px #000;
}

.panel_Header_Directory
{
    height:23px;
    background:url(CopperFade.gif) repeat-x;
    font-size:.8em;
    font-weight:bold;
    text-align:left;
    padding-left:10px;
    line-height:23px;
}

.panel_Content_Directory
{
    padding:0px;
    font-size:.8em;
    font-weight:bold;
}

.panel_Content_Directory a:link, .panel_Content_Directory a:visited
{
    color:blue;    
    text-decoration: none;
}

.panel_Content_Directory a:hover
{
    text-decoration: underline;
}

.directoryWrapper a:link, .directoryWrapper a:visited{
    color:#660000;
}
.directoryWrapper a:hover{
    color:#006595;
}

        .letters
        {
            width:100%;
            table-layout:fixed;
        }
        .letterCell
        {
            text-align:center;
            border:solid 1px #000000;
        }
        .letterCell a
        {
            text-decoration:none;
            height:25px;
            line-height:25px;
            font-weight:bold;
        }
        .filterLetter
        {
            background-color:White;
        }
        .filterLetter:hover
        {
            background-color:#cacaca;
        }
        .filterLetter_select
        {
            background-color:#fce7cc;
        }
        .filterBar
        {
            font-weight:bold; 
            padding:5px 10px; 
            background-color:#fce7cc;
            margin:20px 0;
        }
        .blogCell
        {
            padding: 2px 10px;
            white-space:normal;
            overflow:hidden;
        }
        .headerstyle {
            background-image: url(sort_none.gif);
            background-repeat: no-repeat;
            background-position: center left;     
            padding-left: 20px;
            text-align:left;
        }
        .sortascheaderstyle{
            background-image: url(sort_asc.gif);     
            background-color: #FCE7CC;    
            background-repeat: no-repeat;
            background-position: center left;       
            padding-left: 20px;
            text-align:left;
            border-left:solid 1px gray;
            border-right:solid 1px gray;
        }
        .sortdescheaderstyle{
            background-image: url(sort_desc.gif);     
            background-color: #FCE7CC;    
            background-repeat: no-repeat;
            background-position: center left;       
            padding-left: 20px;
            text-align:left;
            border-left:solid 1px gray;
            border-right:solid 1px gray;
        }
        .letterPanel{
            padding:0 10px;
        }
        .letterPanel legend{
            color:Black;
            font-weight:bold;
        }
        .directoryWrapper{
            width:80%;
            padding:20px 0;
            margin:0 auto; 
            min-width:800px;
        }


/* ######################################## */
/*          Collapse Control                */
/* ######################################## */

.panel_Collapse_Frame
{
    margin:5px;
    border:solid 2px #82817D;
    padding:4px;
    background:White;
}

.panel_Collapse_Header
{
    height:28px;
    background:url(CopperFade.gif) repeat-x;
    font-weight:bold;
    text-align:left;
    padding-left:10px;
    line-height:28px;
    overflow:hidden;
    /*background: #cacaca;
    font-weight:bold;
    text-align:left;
    border-bottom:double #000;*/
}

.panel_Collapse_Content
{
}

.panel_Collapse_Content_Item 
{
    margin-bottom:2px;
    font-size:.8em;
}

.panel_Collapse_Content_Item_Link 
{
    font-weight:bold;
    font-size:1.1em;
}

.panel_Collapse_Content_Item_Link:link, .panel_Collapse_Content_Item_Link:visited,
.panel_Collapse_Content_Item_Link:link, .panel_Collapse_Content_Item_Link:visited
{
    color:#660000;    
    text-decoration: none;
}

.panel_Collapse_Content_Item_Link:hover, .panel_Collapse_Content_Item_Link:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}


/* ######################################## */
/*         Accordion Control Panel          */
/* ######################################## */

.panel_Accordion_Frame 
{
    margin:5px;
    border:solid 2px #82817D;
    background-color:White;
}

.panel_Accordion_Header
{
    height:28px;
    background:#EDEDED url(CopperArrow_up.gif) no-repeat;
    background-attachment:scroll;
    background-position: 95% 50%;
    font-weight:bold;
    text-align:left;
    color:#555;
    border-top:solid thin #82817D;
    border-bottom:solid thin #82817D;
    line-height:28px;
    padding-left:10px;
    cursor:pointer;
}

.panel_Accordion_Header:hover
{
    background-color:#FEF9F3;
}

.panel_Accordion_Header_Selected
{
    height:28px;
    background:#FCE8CF url(CopperArrow_down.gif) no-repeat;
    background-attachment:scroll;
    background-position: 95% 50%;
    /*background:url(CopperFade.gif) repeat-x;*/
    font-weight:bold;
    text-align:left;
    border-top:solid thin #82817D;
    border-bottom:solid thin #82817D;
    line-height:28px;
    padding-left:10px;
}

.panel_Accordion_Content 
{
    padding:5px;
    font-size:.8em;
}

.panel_AccordionPane_Content
{
    padding:5px;
    font-size:.8em;
}


/* ######################################## */
/*      Tabs Control Panel                  */
/* ######################################## */

.panel_Tabs 
{
    position:relative; /*NEW*/
}

.panel_Tabs .feedlink
{
    font-size:1.1em;
    font-weight:bold;
    padding-bottom:3px;
    display:block;
}

.panel_Tabs_ItemContent 
{
    padding:0 5px 2px;
}

.panel_FBTabs .ajax__tab_header,
.panel_Tabs .ajax__tab_header 
{
    font-weight:bold;
    text-align:left;
    padding-top:3px;
    z-index:1; /*NEW*/
    position:relative; /*NEW*/
}

.panel_Tabs .ajax__tab_outer 
{    
}

.panel_Tabs .ajax__tab_inner 
{    
}

.panel_FBTabs .ajax__tab_tab, 
.panel_Tabs .ajax__tab_tab 
{
    background:url(Tab_bkgr.gif) repeat-x;
    color:#555;
    line-height:28px;
    padding:0 10px;
    margin-right:3px !important;
    border-bottom:solid 1px black; /*NEW*/
}

.panel_Tabs .ajax__tab_active 
{
}

.panel_Tabs .ajax__tab_active .ajax__tab_outer 
{
}

.panel_Tabs .ajax__tab_active .ajax__tab_inner 
{
}

.panel_FBTabs .ajax__tab_active .ajax__tab_tab, 
.panel_Tabs .ajax__tab_active .ajax__tab_tab 
{
    background:url(CopperFade.gif) repeat-x;
    color:Black;
    margin:0;
    border-color:White; /*NEW*/
}

.panel_Tabs .ajax__tab_hover .ajax__tab_outer 
{
}

.panel_Tabs .ajax__tab_hover .ajax__tab_inner 
{
}

.panel_FBTabs .ajax__tab_hover .ajax__tab_tab, 
.panel_Tabs .ajax__tab_hover .ajax__tab_tab 
{
    background:#FEF7EF;
}

.panel_Tabs .ajax__tab_body 
{
    background-color:White;
    border-top: solid 1px #000; /*NEW*/
    top:-1px; /*NEW*/
    z-index:0; /*NEW*/
    position:relative; /*NEW*/
    /*font-size:.8em;
    padding:5px;*/
}

.panel_Tabs .ajax__tab_outer 
{
}

.panel_Tabs .ajax__tab_inner 
{
}


/* ######################################## */
/*       FORUM AND BLOG TABS                */
/* ######################################## */

.panel_FBTabs 
{
    margin:5px;
    border:solid 2px #82817D;
    padding: 0 4px 4px;
    background-color:White;
}


/* ######################################## */
/*       Forum and Blog content             */
/* ######################################## */

.panel_Forum_Posts, 
.panel_Blog_Posts 
{
    font-size:.8em;
    overflow:hidden;
}
.panel_Forum_Posts_link,
.panel_Blog_Posts_link
{
    font-size:1.1em;
    font-weight:bold;
}

.panel_Forum_Posts_link a:link, .panel_Forum_Posts_link a:visited,
.panel_Blog_Posts_link a:link, .panel_Blog_Posts_link a:visited
{
    color:#660000;    
    text-decoration: none;
}

.panel_Forum_Posts_link a:hover, .panel_Blog_Posts_link a:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}

.panel_Forum_Posts_info,
.panel_Blog_Posts_info
{
    color:Gray;
    font-size:.8em;
    display:inline-block;
    margin-right:5px;
}

.panel_Blog_Posts 
{
}


/* ######################################## */
/*     Rss styles for the news/custom       */
/*     feeds on front page                  */
/* ######################################## */

/* testing rss feed panel classes */
.rssPanel_FeedContainer,
.rssPanel_EmptyFeedContainer
{
    /* border-top: solid 1px #000; REMOVE */
    padding: 5px 0px;
}

.rssPanel_ItemSeperator
{
    width:80%;
    border-bottom:dashed 1px #000;
    margin:auto;
}

.rssPanel_AlternatingItemContainer
{
    background-color: #cacaca;
}

/* Items */
.panelFeedItemContainer
{
    padding-bottom: 10px;
}

.panelFeedItemTitleContainer
{
    font-weight:bold;
}

.panelFeedItemTitleContainer a:link, .panelFeedItemTitleContainer a:visited
{
    color:#660000;    
    text-decoration: none;
}

.panelFeedItemTitleContainer a:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}

.panelFeedItemContentContainer
{
    font-size:.8em;
}

/* Pager */
ul.rssPanel_PagerContainer
{
    margin:0px;
    padding:0px;
}

.rssPanel_PagerContainer
{
    list-style:none;
}

.rssPanel_PagerButton,
.rssPanel_PagerSelectedButton,
.rssPanel_PagerDisabledButton
{
    margin:0px 2px;
    padding:2px 5px;
    text-align:center;
    font-size:.8em;
    cursor:pointer;
    border:solid 1px #000;
    display:inline;
}

.rssPanel_PagerButton:hover
{
    background-color:#B7837C;
}

.rssPanel_PagerDisabledButton
{
    cursor:default;
    color:Gray;
    border-color:Gray;
}

.rssPanel_PagerSelectedButton
{
    background-color:#B7837C;
}

.rssAnnouncementLink
{
    float:right;
    padding-left:20px;
    background:url(rss_16.gif) no-repeat left center;
    font-weight:normal;
}


/* ######################################## */
/*        Category Pages - General          */
/* ######################################## */

.feedSource a
{
    font-weight:bold;
    text-align:right;
    font-size:.8em;
    text-decoration:none;
    color:Black;
    display:block;
    padding:2px 10px;
    background:url(CopperFade2.gif) repeat-x;
}

.feedSource a:hover
{
    color:Blue;
    text-decoration:underline;
}

.photoPanel .feedSource a
{
    background:transparent;
    color:Silver;
}


/* ######################################## */
/*        Finance Category Page             */
/* ######################################## */

.panel_SymbolLookup
{
    background-color: #FCF2E6;
    padding: 5px;
    border-bottom: 2px solid #82817D;
    margin-bottom: 4px;
}


/* ######################################## */
/*        Travel Page                     */
/* ######################################## */

.coupon_specials
{
    font-size: 1.3em;
    text-align: center;
}
.coupon_Content_Item_Link
{
    font-weight:bold;
}
.coupon_Content_Item_Link a:link, 
.coupon_Content_Item_Link a:visited, 
.coupon_Content_Item_Link a:hover
{
    color:Red;
}


/* ######################################## */
/*        Entertainment Page                */
/* ######################################## */

.netflixFlyout
{
    position:absolute; 
    right:-122px; 
    top:0px;
}


/* ######################################## */
/*        GamePlay Page                     */
/* ######################################## */

.GameBar
{
    width: 50px; 
    position: absolute; 
    right: 0px; 
    background: #000 url(gameBarBkgr_50.gif) repeat-y;
    /*float: right; */
}

.GameBarImage
{
    background:#000 url(gameBar_50.gif) top no-repeat;
    height:450px;
    width:50px;
}

.GameButton
{
    margin: 10px auto; 
    text-align:center;
}

.GameButton a
{
    margin: 0 auto;
    width:200px;
    height:40px;
    display:block;
    background:url(gameButton.gif) no-repeat;
}

.GameButton a:link,
.GameButton a:visited
{
    background-position:top;
    color:Black;
    text-decoration:none;
}

.GameButton a:hover
{
    background-position:bottom;
    color:Red;
    text-decoration:none;
}


/* ######################################## */
/*       Tabbed Mail Panel                  */
/* ######################################## */

/* ##### PORTAL_DEFAULT ##### */

.mailTable
{
    table-layout: fixed;
}

.mailTable td
{
    overflow: hidden;
}

.mailFrom
{
    font-weight: bold;
}

.mailSubject
{
    margin-bottom: 10px;
}

.panel_MailTabs 
{
     border:solid 2px #82817D;
     margin:5px;
     padding:4px;
     background-color:White;
}

.panel_MailTabs .ajax__tab_header 
{
    text-align:center;
}

.panel_MailTabs .ajax__tab_tab 
{
    background-color:#FCE8CF;
    color:#555;
    font-size:9px;
    padding:3px 11px;
    margin-right:3px !important;
    font-family:Arial, helvetica, Sans-Serif;
    font-weight:bold;
    width:32px;
}

.panel_MailTabs .ajax__tab_active 
{
    background-color:white;
    color:Black;
    margin:0;
}

.panel_MailTabs .ajax__tab_tab:hover
{
    background:#FEF7EF;
}

.panel_MailTabs .ajax__tab_body 
{
    background-color:White;
    font-size:.8em;
    padding:5px;
    overflow:hidden;
    text-align:left;
}


/* ######################################## */

.emailLabel
{
    text-align:center;
    color:red;
    font-style:italic;
}


/* ######################################## */
/*          Announcements Section           */
/* ######################################## */

/* ##### PORTAL_DEFAULT ##### */

.panel_Frame_Announcements
{
    margin:5px;
    border:solid 2px #82817D;
    padding:4px;
    background-color:White;
}

.panel_Header_Announcements
{
    height:28px;
    background:url(CopperFade.gif) repeat-x;
    font-weight:bold;
    text-align:left;
    padding:0 10px;
    line-height:28px;
}

.panel_Content_Announcements
{
}

.portal_Admin_Announcements
{
    border-top:double #000;
    background-color:#cacaca;
    padding:5px 10px;
}


/* ######################################## */
/*           Announcement Posts             */
/* ######################################## */

.panel_Post_Frame_Announcements
{
    margin:.5em auto;
}

.panel_Post_Content_Announcements
{
}

.panel_Post_Title_Announcements
{
    font-variant:small-caps;
    font-weight:bold;
    font-size:1.1em;
    display:inline;
    color:#660000;
}

.panel_Post_Title_Date_Announcements
{
    font-size:.8em;
    font-weight:normal;
    padding-left:5px;
    display:inline;
    color:Gray;
}

.panel_Post_Body_Announcements
{
    padding: 0 5px 2px;
    font-size: .8em;
}


/* ######################################## */
/*      links in announcements should       */
/*      VISIBLY indicate they're links      */
/* ######################################## */

.panel_Post_Body_Announcements a,
.panel_Post_Body_Announcements a:link,
.panel_Post_Body_Announcements a:visited
{
    text-decoration:underline;
    color:Blue;
}


/* Admin */

.panel_Post_Admin_Announcements
{
    border-top:dashed 1px;
    background-color: #ffb;
    font-size:.8em;
    padding:5px;
}

.blogCategories_Cloud a
{
    color:#660000;    
    text-decoration: none;
}

.blogCategories_Cloud a:hover
{
    color: #2A9ED9;
    text-decoration: underline;
}


/* ######################################## */
/*     Profile - Portal Settings            */
/* ######################################## */

.reorderListItem_Selected
{
    background:url(CopperFade.gif) repeat-x;
    border:solid 1px Gray;
}


/* ########################################## */
/* #### PROFILE PAGE - BLOG WIZARD       #### */
/* ########################################## */

.wiz
{
    background: silver;
    width: 700px;
    height: 250px;
    border: inset 2px black;
    margin:40px auto;
}

.wiz td
{
    vertical-align: top;
}

.wizHeader
{
    background: Gray;
    color: White;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.wizSidebar
{
    background: #FCE7CC;
    width: 160px;
    padding-left:10px;
    border-right:solid 1px black;
}

.wizSidebarButton
{
    padding-left:10px;
    border: solid 2px gray;
    background: white;
    margin: 5px auto;
    display: block;
    text-decoration: none;
    color: Black;
    width: 130px;
    height:25px;
    line-height:25px;
}

.wizSidebarButton:link, .wizSidebarButton:visited
{
    text-decoration: none;
    color: Black !important;
}

.wizSidebarButton:hover
{
    text-decoration: none !important;
    color: Black !important;
    background: #ECECEC;
}

.wizStep
{
    background: White;
    padding: 10px;
}

.wizStep a:link, .wizStep a:visited
{
    color:#660000;
}

.wizStep a:hover
{
    color:#006595;
    text-decoration:none;
}

.previewPanel
{
    margin:20px auto;
}

.rpthemeSelect
{
    font-weight:bold !important;
    color:Black !important;
    text-transform:uppercase;
    text-decoration:none;
}

.rpthemeSelect img
{
    border:solid 2px black !important;
}
