/*************** MASTER PAGE LAYOUT ************************/

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}


/* Stylesheet wide definitions */
body{
    background-color: #FFF;
    font-family: Arial;
    font-size: 0.70em;
    min-width: 800px;
    text-align: center;
    z-index: 1;
}

td, th
{
    font-size:11px; 
    /* This is the definition of a hack, but until I know why FF renders TD's with massive text occasionally... */
}
/* Everything else goes inside the content div */
#Content{
    text-align: left;
    width: 1005px;
    margin: 0 auto;
    padding: 0;
}

/*************** TAG-WIDE DEFINITIONS ******************/

a, a.visited
{
    color: #00C;
}

a:hover
{
    color: #C00;
}

h1, h2{
    color: #006;
}

h3, h4
{
    color: #335;
    margin: 3px;
}

hr
{
    width: 100%;
    height: 1px;
    border: 0;
    color: #888;
    margin: 1px auto;
    padding: 0;
    text-align: center;
    background-color: #888;
}

blockquote
{
    margin: 2px 20px;
    padding: 3px;
    background-color: #FFD;
    color: #333;
    border: 1px solid #000;
}

input
{
    display: inline;
    margin: 0; /* i love IE7... */
    padding: 0;/* i love IE7... */
}

[disabled]
{
    color: #BBB;
}

/* ******** BEGIN HEADER AND FOOTER CODE ******** */
.Header{

    color: #FFF;
}

.SubHeader
{
    background-color: #2a55aa;
    margin-top:74px;
}

a:link.ForumOwner,a:visited.ForumOwner, a:hover.ForumOwner
 { 
    background-image: url("../Images/star_gold.png");
    background-repeat:no-repeat; 
    padding-left:16px;
}
    
.SiteMenuContainer
{
    text-align: right;
    height: 100%;
}

.Footer{
    text-align: center;
    font-size: 90%;
    margin: 0 15%;
    height: 100px;
}

.Footer a, .Footer a:visited, .Footer a:hover{
    font-weight: bold;
    color: #999;
    text-decoration: none;
    margin: 2px 5px;
}

.Footer a:hover{
    color: #000;
}

.EventCalendar td
{
    text-align: center !important;
}
ul.PersonalMenu
{
    font-size:115%; 
    background-color:#2a55aa; 
    padding:0 0 3px 0;
    margin:0;
}

ul.PersonalMenu img
{
    border:none;
    /*
    position:relative;
    top:2px;
    */
}

ul.PersonalMenu li
{
    list-style-type:none;
    padding:1px 0 1px;
    border-style:solid;
    border-width:1px;
    background-color:#5982C0;
    border-color:#6B90C7 #6B90C7 #4674B9 #4674B9;
}

ul.PersonalMenu li:hover
{
    background-color:#6B90C7;
    border-style:solid;
    border-width:1px;
    border-color:#89A6E1 #89A6E1 #6088D7 #6088D7;   
}

ul.PersonalMenu li span
{
    display:none;
    color:#FF9;
}

ul.PersonalMenu li:hover span
{
    display:inline;
    width:12px;
}

ul.PersonalMenu a,ul.PersonalMenu a:visited, ul.PersonalMenu a:hover
{
    color: #FFF;
    text-decoration: none;
    padding-left:12px;
    font-weight: bold; 
    width:100%;
    margin:0;
}

.PersonalMenu li:hover a
{
    color: #FF9; 
    padding-left:4px;
}

.SiteMenuGrey, .SiteMenuWhite
{
    padding: 3px;
    height: 20px;
    font-size: 115%;
    color: #EEE;
}

.SiteMenuGrey a,.SiteMenuGrey a:visited,.SiteMenuGrey a:hover
{
    color: #BBB;
    text-decoration: none;
    margin: 2px 5px;
}
.SiteMenuGrey a:hover
{
    color: #EEE;
}

.SiteMenuGrey
{
    margin: 1px 10px;
    text-align: right;
}

.SiteMenuWhite
{
    margin: 1px;
}

.SiteMenuWhite a,.SiteMenuWhite a:visited,.SiteMenuWhite a:hover
{
    color: #FFF;
    text-decoration: none;
    margin: 2px 5px;
    font-weight: bold;
}

.SiteMenuWhite a:hover
{
    color: #999;
}
a.Language img, a.LanguageSelected img
{
    border:0;
    margin-right:2px;
}
a.Language,a.Language:visited
{
    color:#BBB;
    margin:0 2px;
    text-decoration: none;
    font-weight: bold;        
}
a.LanguageSelected,a.LanguageSelected:visited
{
    color:#FFF;
    margin:0 2px;
    text-decoration: none;
    font-weight: bold;        
}
a.Language:hover,a.LanguageSelected:hover
{
    color:#888;
    margin:0px;
}
.LanguageBox
{
    background-color:#2A55AA;
    padding:2px;
    margin:2px;
    font-size:110%;
    border: 4px #FD0 solid;
}
/* ******** END HEADER AND FOOTER CODE ******** */

/* ******** BEGIN COLUMNS CODE ******** */
/* Columns are responsible for the three-column layout of the pages                 */
/* We set padding on the columns so that Firefox interprets the width of the boxes correctly    */

#LeftColumn, #MainColumn, #RightColumn, #BigColumn{
    float: right;
    padding: 0px;
}

.ColumnContainer{
    padding: 5px;
    margin: 0;
}
#LeftColumn{
    width: 16%;
        
}

#MainColumn{
    width: 80%;
}

#RightColumn{
    width: 20%;
}

#BigColumn
{
    width: 84%;
}

#MainColumn .ColumnContainer
{
    border: 1px solid #EEE;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    margin: 5px;
}

.PageHeader, .ColumnHeader
{
    background-color: #2a55aa;
    color: #FFF;
    text-align: center;
    margin: 8px 2px 2px 2px;
    padding: 0;
    
}

.PageHeaderWrapper
{
    width: 83%;
    float: left;
}
.PageHeader
{
    letter-spacing: 5px;
}
.ColumnHeader
{
    width: 16%;
    float:left;
}

.PageHeader h1,.ColumnHeader h1
{
    color: #FFF;
    margin: 2px;
    font-size: 110%;

}
/* ******** END COLUMNS CODE ******** */

/* ******** BEGIN PANELS CODE ******** */


.MenuBox a{
    font-size: 110%;
    margin: 5px 2px;
    display: block;
    text-align: right;
}

.Panel,.InvertedPanel, .DarkPanel, .AdminPanel{
    border-bottom: 1px solid #CCC;
    margin: 5px 0px;
    padding: 2px;
    text-align: left;
}

.AdminPanel
{
    background-color: #FFA;
}

.InvertedPanel, .DarkPanel
{
    border: 1px solid #EEE;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.PanelHeader table
{
    width: 100%;
}

.PanelAction
{
    width: 25%;
    text-align: right;
    padding: 0px;
    border-left: 1px #2a55aa solid;
}

.PanelAction a,.PanelAction a:visited,.PanelAction a:hover
{
    color: #2a55aa;
    text-decoration: none;
}
.PanelAction a:hover
{
    color: #FFF;
}

.InvertedPanel .PanelAction a,.InvertedPanel .PanelAction a:visited,.InvertedPanel .PanelAction a:hover,
.AdminPanel .PanelAction a,.AdminPanel .PanelAction a:visited,.AdminPanel .PanelAction a:hover
{
    color: #FFF;
    text-decoration: none;
}

.InvertedPanel .PanelAction a:hover
{
    color: #F00;
}

.Panel .PanelHeader
{
    background: url("../images/panelheader.png");
    color: #2a55aa;
    font-weight: bold;
    margin: 0;
    padding: 1px;
}


.InvertedPanel .PanelHeader, .AdminPanel .PanelHeader{
    background: url("../images/panelheaderinvert.png");
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding: 1px;
}

.DarkPanel .PanelHeader{
    background-color: #2a55aa;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    padding-left: 4px;
}


.Panel div, .InvertedPanel div, .DarkPanel div, .AdminPanel div{
    padding: 0;
    margin: 0;
}

.Panel .PanelHeader h2, .Panel .PanelHeader h3,.Panel .PanelHeader h4
{
    font-size: 120%;
    color: #2a55aa;
    margin: 0;
}

.AdminPanel .PanelHeader h2,.AdminPanel .PanelHeader h3,.AdminPanel .PanelHeader h4,
.InvertedPanel .PanelHeader h2, .PanelHeader h3,.PanelHeader h4
{
    color: #FFF;
    font-size: 110%;
    margin: 0;
}

h2
{
    font-size: 130%;
}
h3
{
    font-size: 130%;
}
h4
{
    font-size: 110%;
}


/*************** COMMON CLASS DEFINITIONS ******************/

.UserName{
    font-weight: bold;
    font-size: 110%;
}

.SmallBold{
    font-size: 80%;
    font-weight: bold;
}

a.LangChoice, a:visited.LangChoice, a:hover.LangChoice{
    font-size: 120%;
    display: block;
    width: auto;
    height: 30px;
    text-align: right;
    color: #003;
    line-height: 100%;
    text-decoration: none;
    padding: 2px;
    border-right: 2px #000 solid;
    padding-left: 40px;
}

a:hover.LangChoice{
    font-weight: bold;
    border-right: 2px #F00 solid;
}

.Pager
{
    text-align: center;
    width: 240px;
    margin: 5px auto !important;
    padding: 2px 5px;
    border: 1px #000 solid;
}

.Pager a, .Pager a:visited, .Pager a:hover
{
      color: #00C;
      font-weight: bold;
      text-decoration: none;
      margin: 2px ;
}

.Pager a:hover
{
      color: #C00;
}

.Pager img
{
    border: 0;
    margin: 0;
}

a.NewPostsLink
{
     font-weight: bold;
}

a.NewPostsLink:visited
{
    font-weight: normal;
}
.FieldLabel
{
      text-align: left;
      font-weight: bold; 
      vertical-align: top;
}

.AdLabel
{
        width: 150px;
        color: #348;
        padding: 3px;    
}

.AdBody
{
    background-color: #F5F5F5; 
    border: #CCD 1px solid; 
    padding:3px; 
    margin-left: 5px;
}

label
{
    text-align: right;
    font-weight: normal;
    margin: 0;
    padding:0;
}
.DefaultRow, .AlternateRow, .HighlightRow
{
      padding: 1px;
      margin: 3px;
}

.HeaderRow
{
    background: url("../images/panelheaderinvert.png");
    color: #FFF;
    font-weight: bold;
}

.HeaderRow td
{
      text-align: center;
}
.DefaultRow
{
    background-color: #FFF;
}

.AlternateRow
{
      background-color: #EEE;
}

.HighlightRow
{
      background-color: #FEB;
}

.DeletedRow
{
     background-color: #FDD;
}

a.linkBtn, a.linkBtn:visited, a.linkBtn:hover
{
      margin: 1px;
      padding: 2px 6px;
      border: 2px #77A solid;
      border-right: 2px #117 solid;
      border-bottom: 2px #117 solid;
      text-align: center;
      background-color: #259;
      color: #FFF;
      font-weight: bold;
      text-decoration: none;
}

a.linkBtn:hover
{
      background-color: #78C;
      color: #FFF;
      border: 2px solid #9AD;
      border-right: 2px #56A solid;
      border-bottom: 2px #56A solid;
}

a.redLinkBtn, a.redLinkBtn:visited, a.redLinkBtn:hover
{
      margin: 1px;
      padding: 2px 6px;
      border: 2px #E00 solid;
      border-right: 2px #A00 solid;
      border-bottom: 2px #A00 solid;
      text-align: center;
      background-color: #C00;
      color: #FFF;
      font-weight: bold;
      text-decoration: none;
}

a.redLinkBtn:hover
{
      background-color: #D55;
      color: #FFF;
      border: 2px solid #F55;
      border-right: 2px #B55 solid;
      border-bottom: 2px #B55 solid;
}

a.joinBtn, a.joinBtn:visited, a.joinBtn:hover
{
      margin: 1px;
      padding: 2px 6px;
      border: 2px #F89 solid;
      border-right: 2px #E03 solid;
      border-bottom: 2px #E03 solid;
      text-align: center;
      background-color: #F36;
      color: #FFF;
      font-weight: bold;
      text-decoration: none;
}

a.joinBtn:hover
{
      background-color: #FE0;
      color: #000;
      border: 2px solid #FF9;
      border-right: 2px #CB0 solid;
      border-bottom: 2px #CB0 solid;
}


a.ModeratorAction, a.ModeratorAction:visited, a.ModeratorAction:hover
{
      color: #F60;
      font-weight: bold;
      font-size: 90%;
      margin: 2px 5px;
}

a.ModeratorAction:hover
{
      color: #000;
}


.popupContainer
{
    background-color: #558;
    filter:alpha(opacity=30); /* IE 6 and 7 */
    opacity: 0.3; /* current browsers */
    -moz-opacity:0.3; /* old versions of firefox */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 198;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=30);
}

.popupShadowRight,.popupShadowBottom, .popupShadowCorner, .popupShadowCornerTopRight
{
    filter:alpha(opacity=60); /* IE 6 and 7 */
    opacity: 0.6; /* current browsers */
    -moz-opacity:0.6; /* old versions of firefox */
    filter: alpha(opacity=60);
    z-index: 199;
}

.popupShadowCornerTopRight
{
    background: url('../images/Popups/popupshadowcorner_tr.png');
    background-repeat: no-repeat;
}
.popupShadowRight
{
    background: url('../Images/Popups/popupshadowright.gif');
    background-repeat: repeat-y;
    width: 20px;
}

.popupShadowBottom
{
    background: url('../Images/Popups/popupshadowbottom.gif');
    background-repeat: repeat-x;
    height: 20px;
}

.popupShadowCorner
{
    background-repeat: no-repeat;
}
.popupContent, .popupContentWide
{
      
      background-color: #FFF;
      border: #006 solid 3px;
      color: #000;
      padding: 10px;
      z-index: 250;
      overflow: auto;
}

.popupContent
{
      margin: -200px 0 0 -270px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 540px;
      height: 400px;
}

.popupCommand
{
    border:solid 1px #00F;
    padding:1px 2px;
    text-decoration:none;
    font-weight:bold;
}

iframe{
    border: 0;
    padding: 0;
    margin: 0;
}

.popupContentWide
{
    position: absolute;
      top: 50%;
      left: 50%;
      height: 600px;
      width: 700px;
      margin-left: -350px;
      margin-top: -300px;
}

/*************** FORUMS CSS DEFINITIONS ******************/

a.PostAction, a.PostAction:visited, a.PostAction:hover
{
      color: #F60;
      font-weight: bold;
      margin: 2px 5px;
}

a.PostAction:hover
{
     color: #000;
}

.ForumPanel
{
      margin: 10px 3px;
      width: 100%;
      border: 1px #999 solid;
}

.ForumPanel td
{
    text-align: center;
    padding: 1px;
    margin: 0px;
}


.Post div{
    padding: 5px;
    font-size: 110%;
}
.PostBit
{
      width: 20%;
      background-color: #DDD;
      vertical-align: top;
      padding: 5px;
      text-align: left;
      border-right: 1px #999 solid;
}

.PostBit, .BottomPostInfo
{
    border-bottom: 1px #2a55aa solid;
}

.TopPostInfo, .BottomPostInfo
{
      background-color: #E6E6E6;
      color: #2a55aa;
      font-weight: bold;
      padding: 0;
      margin: 0;
      text-align: left;
      overflow: auto;
}

.TopPostInfo
{
    height: 15px;
    border-bottom: 1px #999 solid;
}

.BottomPostInfo
{
    height: 25px;
    border-top: 1px #999 solid;
}

.TopPanel{
      background-color: #DEF;
      padding: 2px 5px;
      margin-bottom: 20px;
}

.BreadCrumb
{
        border: 1px #000 solid;
        font-weight: bold;
        width: 98%;
        margin: 0;
        padding: 0;
        font-size: 110%;
}

.BreadCrumbLight
{
        font-weight: bold;
        margin: 0;
        padding: 0;
        font-size: 110%;    
}

.BreadCrumb a, .BreadCrumb a:visited, .BreadCrumbLight a, .BreadCrumbLight a:visited
{
      color: #069;
      margin: 2px 5px;
}

.DescriptionText
{
    font-size: 90%;
    text-align: left;
}

.Invitation, .PersonalMessage
{
    border: 1px #000 solid;
    margin: 10px;
    padding: 5px;
    background-color: #EEE;
}

.PMTitle
{
    color: #339;
    font-weight: bold;
}

.PMTop
{
    font-weight: bold;
    background-color: #DDD;
    height: 20px;
    vertical-align: middle;
}

.FriendInfo, .SmallFriendInfo
{
    padding: 0px;
    text-align: center;
}

.FriendInfo img, .SmallFriendInfo img
{
    border: 0;
}
.FriendInfo
{
    margin: 3px;
    width: 100px;
    height: 140px;
    margin-bottom:6px;
}
.SmallFriendInfo
{
    width: 66px;
    margin:0;
}

.FriendInfoInside,.SmallFriendInfoInside{
    padding: 0;
    margin: 0;
    height: 100%;
}
.FriendInfoInside
{
    border: 1px solid #2a55aa;
}

.ErrorMessage
{
    color: #F00;
}

.GeoLink
{
    margin: 4px 0;
}

.Notification
{
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    text-align: center;
    background: url("../Images/okay_icon.png");
    background-repeat: no-repeat;
    background-color: #FF9;
    padding: 5px 40px;
    height: 40px;
}

.Exception
{
    color: #F00;
    border-top: 2px #F00 solid;
    border-bottom: 2px #F00 solid;
    background: url("../Images/fail_icon.png");
    background-repeat: no-repeat;
    background-color: #FF9;
    padding: 5px 40px;
    min-height: 40px;
}

.EntityTitle
{
    font-size: 120%;
    background-color: #EEE;
    width: 60%;
    text-align: center;
}

.ForumTitles
{
    background-color: #DDE;
}

.AdminOption
{
    background:#CCBBFF; 
    border-color:#4400BB; 
    border-width:1px; 
    border-style:solid;
    margin-bottom:3px;
    text-align: left;
}

.WhiteGrayLink a,.WhiteGrayLink a:visited,.WhiteGrayLink a:hover
{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
.WhiteGrayLink a:hover
{
    color: #000;
}

/********** Geography styles ***************/
.GeographyList
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.SelectedMetropolis{
    color: #FFF;
    background-color: #00C;
    width: 95%;
    font-weight: bold;
    padding: 0;
}

.MetropolisList{
    background-color: #FFB;
    padding: 10px;
    border: 1px #000 solid;
}
/********** Wizard styles *************/
div.Wizard
{
    width:100%;
    margin-bottom:28px;
}
div.Wizard div.WizardSteps
{
    height:100%;
    font-weight:bold;
    background-color:#2B56AB;
    padding:6px 0 6px 6px;
    border:#264B97 1px solid;
    border-right:#507BD3 1px solid;
}
div.Wizard div.WizardSteps div
{
    color:#FFF;
    padding:5px 6px;
}
div.Wizard div.WizardSteps div a
{
    color:#FFF;
    text-decoration:underline;
}
div.Wizard div.WizardSteps div.SelectedStep
{
    background-color:#3B6CCE;
    border:#507BD3 1px solid;
    border-right:none;
    margin-right:-1px;
}
div.Wizard div.WizardContent
{
    height:100%;
    background-color:#3B6CCE;
    padding:6px 6px 6px 6px;
    border:#264B97 1px solid;
    border-left:none;
}
div.WizardHeader, div.WizardFooter
{
    background-color:#3B6CCE;
    color:#FFF;
}
div.WizardHeader
{
    padding-bottom:0px
}
div.WizardFooter
{
    padding-top:0px
}
div.WizardTitle
{
    float:left;
    font-size:1.5em;
    font-weight:bold;
}
div.WizardNavTop
{
    float:right;
    margin:-7px -7px 0 0;
    border:#264B97 1px solid;
    font-size:1.1em;
    color:#000;
    font-weight:bold;
}
div.WizardNavBottom
{
    float:right;
    margin:1px -7px 0 0;
    border:#264B97 1px solid;
    font-size:1.1em;
    color:#000;
    font-weight:bold;
}
div.WizardNav, div.WizardNavOff
{
    float:left;
    padding:6px 6px 6px 6px;
    border-left:#888 1px solid;
    background-color:#CCD;
}
div.WizardNav a
{
    color:#000;
    text-decoration:none;
}
div.WizardNav a:hover
{
    color:#00B;
    text-decoration:none;
}
div.WizardNav:hover, div.WizardNavOff:hover
{
    float:left;
    padding:6px 6px 6px 6px;
    border-left:#888 1px solid;
    background-color:#DDE;
}
div.WizardNavOff
{
    background-color:#BBB;
}
div.WizardNavOff:hover
{
    background-color:#BBB;
}
div.WizardNavOff a
{
    color:#444;
    text-decoration:none;
}
div.WizardHolder
{
    border:#348 1px solid;
    background-color:#FFF;
    overflow:auto;
}
div.WizardHolder div:first
{
    padding:0px;
}
table.WizardFields
{
    width:95%;
}
table.WizardFields tr td.WizardField
{
    width:23%;
}
.WizardWaiting
{
    position:absolute;
    background-color:#BBB;
    width:100%;
    height:100%;
    filter:alpha(opacity=50);
    opacity:0.5;
    -moz-opacity:0.5;
    top:0;
    left:0;
}
.WizardWaiting img
{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
}

.PictureFrame{
    background: url("../images/pictureframe.jpg");
    width: 306px;
    background-repeat: no-repeat;
    background-position: center top;
}

.ajax__tab_xp div{
    font-size: 7pt;
    font-family: Arial;
}

.selectedTab{
    background-color: #348 !important;
    background-image: none !important;
    color: #FFF;
    padding: 0;
    
}

.ForumHeader, th{
    background-color: #DDD;
    color: #348;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}
.ActionBox{
    background-color: #EEE; 
    border: #CCD 1px solid;
    text-align: left;
}

/* Latest forum post popup */
.LatestPost
{
    position:fixed;
    padding:10px;
    border:solid 2px #00F;
    background-color:#FFF;
}



.accordionHeader
{
    background-color: #D8D8D8;
    color: #143292;
    font-weight: bold;
    padding: 3px;
    border: #E8E8E8 2px solid;
    border-bottom: #C8C8C8 2px solid;
    border-right: #C8C8C8 2px solid;
}
.accordionHeader a, .accordionHeaderSelected a
{
    color: #2a55aa;
    text-decoration: none;
}

.accordionHeaderSelected
{
    background-color: #BBB;
    color: #2a55aa;
    font-weight: bold;
    padding: 3px;
    border: #CCC 2px solid;
    border-bottom: #AAA 2px solid;
    border-right: #AAA 2px solid;
}

.accordionContent
{
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    
    padding: 5px 10px;
}

.accordionHeaderBlue
{
    background-color: #E8E8E8;
    color: #000;
    font-weight: bold;
    border: #CCC 1px solid;
}

.accordionHeaderSelectedBlue
{
    background-color: #495EA1;
    color: #FFF;
    font-weight: bold;
    border: #000 1px solid;
}

.accordionContentBlue
{
    border: 1px #CCC solid;
    padding: 5px 10px;
}


/* User Interests stuff */
.UserInterestPicker
{
    width: 500px;
    border: 0;
}

.LogoLink
{
    display: block;
    height: 100%;
    width: 240px;
    float: left;
}
.BroadcastPreview
{
    margin: 10px;
    padding: 5px;
    border: 3px #000 solid;
}

.BroadcastTitlePreview
{
    border-bottom: 1px #000 solid;
    padding: 5px;
    margin-bottom: 5px;
}
body > div > .ConversationCentre
{
    position: fixed !important;
    left: 0;
    bottom: 0px;
}

.ConversationCentre
{
    width: 100%;
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 0px;
    background-color: #CCD;
}



#ConversationContainer
{
    width: 100%;
    height: 20px;
    overflow: hidden;
    margin-right: 10px;
}

.Conversation
{
    float: right;
}
.ConversationTitle, .ConversationTitleSelected
{
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    width: 150px;
    height: 20px;
}

.ConversationFriendsListTitle
{
    width: 140px;
    height: 20px;
    border-left: 1px #00C solid;
    float: right;

}

.ConversationFriendsListTitle a, .ConversationFriendsListTitle a:visited
{
    padding: 2px 0;
    background-color: #FC3;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-top: #FD5 2px solid;
}
.ConversationFriendsListTitle a:hover
{
    background-color: #C00;
    color: #FFF;
    font-weight: bold;
    border-top: #E22 2px solid;
}

.ConversationBar
{
    border-top: #EEF 2px solid;
}
.ConversationTitle a, .ConversationTitle a:visited, .ConversationTitle a:hover, .ConversationTitleSelected a, .ConversationTitleSelected a:visited, .ConversationTitleSelected a:hover
{
    padding: 2px 0;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    border-top: #EEF 2px solid;
}

.ConversationTitleSelected a, .ConversationTitleSelected a:visited
{
    color: #006;
    font-weight: bold;
}
.ConversationTitle a:hover
{
    background-color: #F90;
    color: #FFF;
    font-weight: bold;
        border-top: #FC2 2px solid;
}
.ConversationTitleSelected
{
    background-color: #AAC;
}

.ConvSendBtn
{
    color: #FFF;
    background-color: #2a55aa;
    border: 1px solid #35A;
    font-weight: bold;
    width: 60px;
    height: 20px;
    font-size: 11px;
}
.ConvMsg
{
    border: 1px #999 solid;
    width: 185px;
    margin: 0;
    padding: 0;
    height: 18px;
}



.ConversationBox
{
    border: 1px #000 solid;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 250px;
    height: 300px;
    background-color: #FCFCFC;
    text-align: left;
    margin-bottom: 2px;
}

#FriendsList
{
    border: 1px #000 solid;
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 160px;
    height: 250px;
    background-color: #F7F7F7;
    text-align: left;
    margin-bottom: 2px;
    z-index: 150;
}

#FriendsList ul
{
    margin: 1px;
    list-style-position:inside;
    padding: 0;
}

#FriendsList li
{
    margin: 3px;
    padding: 0;
}
#FriendsList a, #FriendsList a:visited
{
    color: #00C;
    display: inline;
    background-color: #F7F7F7;
}
#FriendsList a:hover
{
    color: #C00;
    display: inline;
    background-color: #F7F7F7;
}

.ConversationContent
{
    margin: 2px;
    height: 71%;
    overflow: scroll;
    padding: 0;
}
.ConversationContent p
{
    margin: 0;
    padding: 0;
}

.ConversationContent p.alt
{
    background-color: #EEE;
}

.Blink
{
    background-color: #EEF;
}

.ConversationTop
{
    height: 60px;
    border-bottom: 1px #EEE solid;
    background-color: #EEE;
    overflow: hidden;
    padding-left: 3px;
}
.ConversationTopName
{
    font-weight: bold;
    width: 79%;
    float: left;
    text-align: center;
}
.ConversationIcons 
{
    float: left;
    width: 20%;
    margin: 0;
}

.ConversationIcons img
{
    border: 1px #999 solid;
    float: right;
} 

/* Stats page classes. */
.StatsTable{}
.StatsHeader{background-color:#EEE;font-size:1.2em;font-weight:bold;}
.StatsColumnHeader{background-color:#DDD;font-weight:bold;}
.StatsRow > td:first-child{padding-left:20px;}
/* Personal messages. */
.MailBoxes{border:solid 1px #CCD;width:160px;text-align:left;background-color:#EEE;}
.MailBoxes ul{list-style:none inside none;margin:0;padding:0;}
.MailBoxes ul li{padding-left:6px;}
.MailBoxes ul .SelectedMailbox{background-color:#BBB;font-weight:bold;}
.pmThread{font-size:1.2em;}
.pmThread dl dt{background:#EEF url("../images/pmHeader.gif") repeat scroll left center;margin-top:3px;text-align:left;padding:0 6px;color:#FFF;cursor:pointer;}
.pmThread dl dt.pmThreadHeaderSelected{background:#CCF url("../images/pmHeaderSel.gif") repeat scroll left center;cursor:pointer;}
.pmThread dl dt:hover{background:#EEF url("../images/pmHeaderOver.gif") repeat scroll left center;}
.pmThread dl dd{margin:0;}
.pmThread dl dt{border:solid 2px #888;}
.pmThread dl dd div.pmThreadMessage{border:solid 2px #888;padding-left:12px;border-top-style:none;}
.pmThread dl dd div div.pmDate{font-style:italic;font-size:0.9em;color:#333;}

.ShareContainer
{
    width: 130px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    overflow: hidden;
}

.ShareContainer a, .ShareContainer a:visited, .ShareContainer a:hover
{
    border: 1px #2B2 solid;
    border-left: 0;
    display: block;
    height: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0px;
    text-align: center;
    text-decoration: none;
}

.ShareContainer a, .ShareContainer a:visited
{
    color: #070;
    background-color: #FFF;
}
.ShareContainer a:hover
{
    color: #000;
    background-color: #BDB;
}
.AutoRenewAd
{
    background-color: #DDF;
}
.ExpiredAd
{
    background-color: #FDD;
}
/* The image popup when hovering the mouse over user boxes. */
.MemberImageCloseUp
{
    width:140px;
    height:140px;
    position:absolute;
    z-index:500;
    top:70px;
    left:0;
    background-image: url("../images/popupBg.gif");
}

.Poll
{
    margin: 20px;
    padding: 0px;
    border: 1px solid #000;
    background-color: #BBB;
    width: 250px;
}

.PollDescription
{
    padding: 3px;
    font-size: 11px !important;
}
.PollTitle, .PollBottom
{
    padding: 0;
    text-align: center;
    background-color: #DDD;
    color: #000;
    font-weight: bold;
    height: 40px;
    font-size: 11px !important;
}

.PollBottom
{
    height: 60px;
}

.PollBar
{
    background-color: #C00;
    border: 1px #000 solid;
    height: 9px;
    margin: 3px 0;
    padding: 0;
    font-size: 11px !important;
}
.PollOptionTitle
{
    
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 11px !important;
}

/* Enhanced drop down. */
.EnhancedDropDownContainer, .EnhancedDropDownContainerOff
{   
    border: solid 1px #7F9DB9;
    background-color:#FFF;
    text-align:left; 
    height:18px;
    vertical-align:top;
}
.EnhancedDropDownContainer span, .EnhancedDropDownContainerOff span
{
    vertical-align:top;
    display:inline-block;
}
.EnhancedDropDownContainerOff{background-color:#ECE9D8;}
.EnhancedDropDownText{border-style:none;background-color:#FFF;height:18px;overflow:hidden;}
.EnhancedDropDownTextOff{background-color:#ECE9D8;}
.EnhancedDropDownArrow, .EnhancedDropDownArrowOff
{
    background-image: url("../images/dd.png"); 
    background-position:right;
    background-repeat:no-repeat;
    height:18px;
    width:17px;
}
.EnhancedDropDownArrow:hover{background-image: url("../images/dd_over.png");}
.EnhancedDropDownArrowOff{background-image: url("../images/dd_off.png");}
.EnhancedDropDownOptions
{
    overflow:auto;
    position:absolute;
    background-color:#FFF;
    border:solid 1px #000; 
    text-align:left;
    z-index:1;
}
.EnhancedDropDownOptions div:hover
{
    background-color:#DDF;
}
.EnhancedDropDownOptions img
{
    border-style: none;
}

.ProfileMemberImagePopup
{
    position: absolute; 
    margin: 10px;
    z-index: 90;
    border: 2px #00C solid;
    background-color: #FFF;   
}
.YesCell
{
    font-weight: bold;
    color: #090;
    text-align: center;
}
.NoCell
{
    font-weight: bold;
    text-align: center;
    color: #C00;
}
.FeatureInfoBoxParent
{
    position: relative;
    top: 10px;
    
}
.FeatureInfoBox
{
    text-align: left;
    border: 1px #333 solid;
    border-bottom-width: 2px;
    border-right-width: 2px;
    background-color: #EEE;
    padding: 5px !important;
    z-index: 90;
    position: absolute;
    color: #000;
    width: 400px;
    overflow: auto;
    height: 100px;
}
.TestimonialsLink
{
    background-color: #FF9;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
.PostSignature
{
    border-top: 1px #666 solid;
    margin: 15px 0 0 0 !important;
    padding: 5px !important;
    text-align: left;
    font-size: 110%;
}

body > #SomeoneOnline
{
    position: fixed !important;
    bottom: 25px;
    left: 10px;
}

#SomeoneOnline
{
    position: absolute;
    bottom: 25px;
    left: 10px;
    border: 1px #00F solid;
    padding: 2px;
    width: 110px;
    height: 110px;
    background-color: #FFF;
}
.UserBox
{
    margin: 3px;
}
.UserBoxInside
{
    border: 1px #888 solid;
    background-color: #F3F3F3;
    padding: 2px !important;
    margin: 0;
    height: 120px;
    width: 80px;
    position: relative;
}
.UserBox img
{
    border: 0;
}
.UserBoxImage
{
    text-align: center;
    height: 60px;
    width: 60px;
    float: left;
}
.UserBoxName,.UserBoxLocation
{
    height: 15px;
}
.UserBoxName
{
    background: url("../images/panelheaderinvert.png");
    text-align: center;
    margin-bottom: 5px !important;
}
.UserBoxLocation, .UserBoxIcons
{
    padding: 1px !important;
}
.UserBoxName a,.UserBoxName a:visited
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.UserBoxIcons
{
    overflow: auto;
    height: 20px;
    border-top: 1px #CCC solid;
}
.UserBoxIcon
{
    float: left;
    width: 20px;
    height: 20px;
}
.UserBoxInfoIcons
{
    font-size: 70%;
}


table.UserList{margin: 0 auto;}
table.UserList tr td{padding:0;width:66px;}

.SplashMessageCellYes
{
    padding: 20px;
    background-color: #CFC;
    border: 3px #060 solid;
    width: 50%;
    text-align: center;
}
.SplashMessageCellNo
{
    padding: 20px;
    background-color: #FCC;
    border: 3px #600 solid;
    width: 50%;
    text-align: center;
}
.SplashMessageContentCell
{
    border-left: 3px #000 solid;
    border-right: 3px #000 solid;
    padding: 10px;
}
.SplashMessageTestimonial
{
    border: 2px #000 solid;
    background-color: #FF9;
    float: right;
    width: 300px;
    padding: 10px;
    text-align: center;
}

.SplashHeader
{
    padding: 20px;
    text-align: center;
    background-color: #2a55aa;
    color: #FFF;
    border: 8px #C00 solid;
    margin-bottom: 25px;
}
.SplashHeader h2
{
    color: #FFF;
    
}
.SplashFooter
{
    margin-top: 25px;
    padding: 20px;
    text-align: center;
    background-color: #FF9;
    color: #2a55aa;
    border: 8px #2a55aa solid;
}

.SplashOurContentCell
{
    width: 550px;
}

.SplashOurTestimonial
{
    width: 200px;
    border: 2px #000 solid;
    padding: 8px;
    margin-bottom: 50px;
    background-color: #DDD;
}
.SplashTestimonialHeader
{
    background-color: #2a55aa;
    padding: 4px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
/* For instruction control. */
.Instructor
{
}

.Instructor div
{
    font-size:130%;
    color:#008;
    font-weight:bold;
}

.Instructor ol
{
    font-size:120%;
    color:#AAA; 
    list-style-position:inside;    
}

.Instructor .ActiveInstruction
{
    color:#444;
    background-image:url('../images/arrow_right.png');
    background-repeat:no-repeat;
    background-position:0 0;
    padding-left:18px;
    margin-left:-18px;
}

.DarkAlternateRow
{
    background-color: #DDD;
}
.MsgReportBody
{
    padding: 20px;
    border: 1px #CCC solid;
    border-top: 0;
}

.PostBrowser {border-spacing:0 12px;}
.PostBrowser tr{background-color:#FFF;padding-bottom:15px;}
.PostBrowser td{border:solid 1px #ccc;}
.PostBrowser .PostBoxUser{border-right-style:none;width:120px;background-color:#DDD;}
.PostBrowser .PostBoxContent{border-left-style:none;vertical-align:top;background-color:#EEE}

.Password_very_weak, .Password_weak, .Password_mediocre, .Password_strong, .Password_stronger
{
    display:inline;
    padding:2px 12px 2px 20px;
    margin-left:6px;
    border:solid 1px #FFF;
    background-repeat:no-repeat;
}

.Password_very_weak{background-color:#FDD;border-color:#844;background-image:url("../Images/exclamation.png");}
.Password_weak{background-color:#FDA;border-color:#B63;background-image:url("../Images/error.png");}
.Password_mediocre{background-color:#FFC;border-color:#CC8;background-image:url("../Images/accept.png");}
.Password_strong{background-color:#CFA;border-color:#680;background-image:url("../Images/star_silver.png");}
.Password_stronger{background-color:#CCF;border-color:#008;background-image:url("../Images/star_gold.png");}


.PersonOfTheWeekTitle
{
    width: 140px;
    height: 20px;
    border-left: 1px #00C solid;
    float: left;
}

.PersonOfTheWeekTitle a, .PersonOfTheWeekTitle a:visited
{
    padding: 2px 0;
    background-color: #A0D;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-top: #D2F 2px solid;
}
.PersonOfTheWeekTitle a:hover
{
    background-color: #C00;
    color: #FFF;
    font-weight: bold;
    border-top: #E22 2px solid;
}


#PersonOfTheWeekBox
{
    border: 1px #000 solid;
    position: fixed;
    bottom: 20px;
    left: 0px;
    width: 160px;
    height: 325px;
    background-color: #FFF;
    text-align: left;
    margin-bottom: 2px;
    z-index: 150;
}


.AsyncWait
{
    background-image: url("../Images/loading2.gif");
    background-repeat:no-repeat; 
    height:32px;
}
blockquote div {background-color:#FFD;}

.SplashPromotionList li
{
    margin-bottom: 12px;
}
.SplashPromotionList li > div
{
    font-weight:bold;
}
.SplashPromotionList li > p
{
    margin: 0;
}
.SitePromoLogin
{
    background-color:#348;
    color:#fff;
    margin-bottom:30px;
    padding:6px;
}
.SitePromoLogin a{color:#fff;}
.SitePromoLogin a:hover{color:#fff;}


/* compatibility section (i.e. stuff that should eventually be killed off */
.TabView {
color:#2a55aa;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10pt;
}

.TabView a {
text-decoration:none;
color:#2a55aa;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:700;
}

.TabView a:visited {
text-decoration:none;
color:#2a55aa;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10pt;
}
.HeaderLink,.HeaderLink a {
color:#FFF;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
}

.HeaderLink:hover,.FooterLink:hover,.HeaderLink a:active,.HeaderLink a:hover {
color:#f90;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:underline;
}
.HeaderLink1 a,.HeaderLink1 a:active {
color:#FFF;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:700;
text-decoration:underline;
font-style:italic;
}
.HeaderLink2 {
color:#FFF;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:700;
font-style:italic;
}
/*end section*/
.SiteMenuContainer .SiteMenuGrey a, 
.SiteMenuContainer .SiteMenuGrey a:visited, 
.SiteMenuContainer .SiteMenuGrey a:hover,
.SiteMenuContainer .SiteMenuWhite a, 
.SiteMenuContainer .SiteMenuWhite a:visited, 
.SiteMenuContainer .SiteMenuWhite a:hover
{margin:0 3px;}
.SiteMenuCommunity a
{margin:0;}
.ThumbScrollHorizontal
{
    border:solid 1px #eee;
    overflow:hidden;
}
.ThumbScrollHorizontal > div
{
    position:absolute;
}
.ThumbScrollLeftArrow
{
    height:80px;
    width:16px;
    background-image:url('../images/arrow_left_small.png');
    background-position:center center;
    background-repeat:no-repeat;
    float:left;
}
.ThumbScrollLeftArrow:hover
{
    background-image:url('../images/arrow_left_small_yellow.png');
}
.ThumbScrollRightArrow
{
    height:80px;
    width:16px;
    background-image:url('../images/arrow_right_small.png');
    background-position:center center;
    background-repeat:no-repeat;
    float:left;
}
.ThumbScrollRightArrow:hover
{
    background-image:url('../images/arrow_right_small_yellow.png');
}
.ThumbScrollNonArrow
{
    height:80px;
    width:16px;
    float:left;
}
.HorizontalThumb {margin: 20px 5px;}
.PhotoSelected {border:solid 2px #CCC;padding:8px 3px;margin:10px 0;}
.HorizontalThumb img, .PhotoSelected img{height:40px;border:0;}

/* Ad display. */
.AdDisplay
{
}
.AdDisplay > .AdDisplayHeader
{
    background-color:#eee;
    width:100%;
}
.AdDisplay > .AdDisplayBody
{
    width:100%;
    border:solid 4px #eee;
}
/* End ad display. */

.GrayBox
{
    background-image:url('../images/gray_gradient.png');
    background-repeat:repeat-x;
    background-position:left top;
    background-color:#f7f7f7;
    border:2px solid #ddd;
    border-top-width:0;
    padding:8px 2px 2px 2px;
}

.AdReplyContainer
{
    text-align:left;
}
.AdReplyChoices
{
    text-align:left;
}
.AdReplyChoices .AdReplyChoice
{
    border:solid 1px #fff;
    margin:5px 15px;
    padding:15px;
}
.AdReplyChoices div.AdReplyChoice:hover
{
    background-color:#eee;
    border:solid 1px #bbb;
}
.AdReplyChoices .ChoiceHead
{
    font-weight:bold;
    font-size:1.3em;
}
.AdReplyChoices .ChoiceBody
{
    margin:15px 0 0 30px;
}

.CalendarWrapper{ display: inline; }
.Calendar
{
    width: 180px;
    position: absolute;
    background-color: #FFF;
    border: 1px #000 solid;
    overflow: auto;
    padding: 3px;
    z-index: 250;
}
.MonthWrapper
{
    text-align: center;
}
.Month
{
    border: 1px #999 solid;
}

.DayCell
{
    text-align: center;
    height: 25px;
    width: 25px;
    vertical-align: middle;
}
.DayCell a, .DayCell a:visited, .DayCell a:hover
{
    color: #333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.DayCell a:hover
{
    background-color: #900;
    color: #FFF;
}

.MonthName
{
    color: #2A55AA;
    font-weight: bold;
    font-size: 120%;
    width: 90%;
    text-align: center;
}
.CalendarHeader
{
    overflow : auto;
    margin: 2px;
    margin-bottom: 5px;
}
.DaysOfWeek
{
    background-color: #EEE;
    border-bottom: 1px #999 solid;
    color: #777;
    text-align: center;
}
.BroadcastPlaceBox
{
    margin: 20px;
    padding: 10px;
    border: 1px #CCC;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    background-color: #EEE;
}
.adListings
{
    overflow:auto;
}
.adListings .InvertedPanel .PanelHeader
{
    background-image:none;
    background-color:#2a55aa;
}
.adListings .InvertedPanel .WhiteGrayLink a,
.adListings .InvertedPanel .WhiteGrayLink a:visited, 
.adListings .InvertedPanel.WhiteGrayLink a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
.adListings .InvertedPanel .WhiteGrayLink a:hover
{
    color: #fff;
}
.adListings .listingColumn
{
    float:left;
    width:23%;
}
.adListings .finalColumn
{
    width:26%;
    float:right;
    
}
.adListings .finalColumn .InvertedPanel{background-color:#eee;}
.adListings .finalColumn .InvertedPanel h4{background-color:#2a55aa;}

#OneDollarPopup
{
    background-color: #FFF;
    border: #C00 10px solid;
    padding: 25px;
    width: 600px;
    height: 500px;
    margin-left: -300px;
    margin-top: -250px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 500;
}

#OneDollarPopup h1
{
    color: #F00;
    text-align: center;
    width: 100%;
}

#OneDollarPopup p
{
    font-size: 135%;
}

#DollarCountdown
{
    font-size: 600%;
    text-align: center;
    font-weight: bold;
    color: #00F;
}

#DollarYes
{
    color:#090;
    font-weight: bold;
    font-size: 250%;
}

.TabControl
{
    margin: 5px;
}
.TabControlHeader
{
    overflow: auto;
}

.TabHeader, .SelectedTabHeader
{

    line-height: 25px;
    text-align: center;
    float: left;
    border: 1px #666 solid;
    border-right: 1px #999 solid;
    border-bottom: 0;
    margin-right: 5px;
    padding: 0;
}
.TabHeader
{
    background: url('../Images/silverpanelheader.png');    
}
.SelectedTabHeader
{
    background: url('../Images/bluepanelheader.png');
}

a.TabTitle, a.TabTitle:visited, a.TabTitle:hover
{
    padding: 6px 15px;
    margin: 0px;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.SelectedTabHeader a.TabTitle, .SelectedTabHeader a.TabTitle:visited, .SelectedTabHeader  a.TabTitle:hover
{
    color: #FFF;
    font-weight: bold;
}
.TabHeader a.TabTitle:hover
{
    background: url('../Images/redpanelheader.png');
}
.TabContent
{
    border: 1px #DDD solid;
    padding: 10px;
}

.AdminPMNotification
{
    border: 2px #F00 solid !important;
    padding: 5px !important;
    margin: 10px !important;
    font-size: 120%;
    text-align: center;
    background-color: #FE9;
}

.OrderSummary
{
    border:solid 1px #ccc;
    margin-bottom:10px;
}

.OrderSummary h3
{
    background-color:#eee;
    margin:0;
    padding:3px;
}

.OrderSummary > div
{
    overflow:auto;
}

.OrderSummary > div > table
{
    float:left;
    width:50%;
    border-spacing:0;
}

.OrderSummary td
{
    vertical-align:top;
}

.ProductSummary tr:first-child td
{
    font-weight:bold;
    border-bottom:solid 1px #000;
}
.ProductSummary .CouponRow td
{
    background-color:#ffd;
    color:#080;
    font-weight:bold;
}
.ProductSummary .TotalRow td
{
    font-weight:bold;
    border-top:solid 1px #000;
}
.HighlightAd
{
    background-color:#FFC;
    border:solid 1px #7F7F7F;
}

.TabContentWrapper
{
    border: 1px #DDD solid;
    border-top: 4px solid #348;
    min-height: 100px; 
}


#RecentPostDock
{
    width: 140px;
    height: 20px;
    border-left: 1px #000 solid;
    float: left;
}

#RecentPostDock > .Title a, #RecentPostDock > .Title a:visited
{
    padding: 2px 0;
    background-color: #339;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-top: #55A 2px solid;
}
 #RecentPostDock > .Title a:hover
{
    background-color: #C00;
    color: #FFF;
    font-weight: bold;
    border-top: #E22 2px solid;
}

#PostDockContent
{
    position: fixed;
    width: 500px;
    height: 400px;
    top: -500px;
    left: -130px;
    text-align:left;
    border: 1px solid #139;
    background-color:#FFF;
    overflow-y: auto;
    overflow-x: none;
}

.statusBar
{
    background-color: #F90;
    height: 100%;
    margin: 0;
}
.statusBarContainer
{
    border: 1px #000 solid;
    padding: 0;
    margin: 0;
    height: 20px;
    background-color: #F5F5F5;
}
.networkName
{
    background-color: #EEE;
    margin: 3px;
    padding: 3px;
    float: left;
    width: 100px;
    height: 15px;
    border: #888 solid 1px;
    text-align: center;
    line-height: 15px;
}
.statusOrdered
{
    color: #FFF;
    background-color: #C00;
    font-weight: bold;
    text-align: center;
}

.statusPending
{
    background-color: #FC0;
    font-weight: bold;
    text-align: center;
}

.statusComplete
{
    color: #FFF;
    background-color: #090;
    font-weight: bold;
    text-align: center;
}
.PackageDisplay
{
    width: 600px;
    margin: 0;
    margin-left: -300px;
    z-index: 90;
    border: 2px #000 solid;
    padding: 10px;
    position: absolute;
    top: 100px;
    left: 50%;
    height: 500px;
    background-color: #FFF;
}
.usernameFail, .usernameOK, .usernameNoCheck
{
    float: left;
    width: 100px;
    margin: 1px;

}
.usernameFail{color: #C00;}
.usernameOK{color: #090;font-weight: bold;}
