﻿/***********************************************
 * Master page layout.
 ***********************************************/
html, body 
{
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body
{
	font-family: Arial;
	font-size: 0.70em;
	min-width: 800px;
	text-align: center;
	z-index: 1;
}

td, th
{
    font-size:11px; /* Firefox hack */
}

#Content
{
	text-align: left;
	width: 1005px;
	margin: 0 auto;
	padding: 0;
}
/***********************************************
 * Tag wide definitions.
 ***********************************************/
h3, h4
{
	margin: 3px;
}
hr
{
	width: 100%;
	height: 1px;
	border: 0;
	margin: 1px auto;
	padding: 0;
	text-align: center;
}
blockquote
{
	margin: 2px 20px;
	padding: 3px;
	border: 1px solid #000;
}
input
{
    display: inline;
	margin: 0; /* IE7 hack */
	padding: 0; /* IE7 hack */
}
.heavily-emphasized-text
{
    font-weight:bold;
    text-decoration:underline;
}
/***********************************************
 * Header and footer.
 ***********************************************/
.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;
	text-decoration: none;
	margin: 2px 5px;
}
a:link.ForumOwner,
a:visited.ForumOwner, 
a:hover.ForumOwner
{ 
	background-image: url("../Images/star_gold.png");
	background-repeat:no-repeat; 
	padding-left:16px;
}
/***********************************************
 * Site menus
 ***********************************************/
.EventCalendar td
{
    text-align: center !important;
}
ul.PersonalMenu
{
	font-size:115%; 
	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;
}
ul.PersonalMenu li:hover
{
	border-style:solid;
	border-width:1px;
}
ul.PersonalMenu li span
{
	display:none;
}
ul.PersonalMenu > li:hover > span
{
	display:inline;
	width:12px;
}
ul.PersonalMenu li li:hover > span
{
	display:inline;
	width:12px;
}
ul.PersonalMenu ul
{
    padding-left:12px;
}
ul.PersonalMenu a,
ul.PersonalMenu a:visited, 
ul.PersonalMenu a:hover
{
	text-decoration: none;
	padding-left:12px;
	font-weight: bold; 
	width:100%;
	margin:0;
}
.PersonalMenu li:hover > a
{
	padding-left:4px;
}
.PersonalMenu li li:hover > a
{
	padding-left:4px;
}
.PersonalMenu li.down
{
    background-image: url("../images/arrow_down_small.png");
    background-position:right 1px;
    background-repeat:no-repeat;
}
.PersonalMenu li.down:hover
{
    background-image: url("../images/arrow_down_small_light.png");
}
.PersonalMenu li.up
{
    background-image: url("../images/arrow_up_small.png");
    background-position:right 1px;
    background-repeat:no-repeat;
}
.PersonalMenu li.up:hover
{
    background-image: url("../images/arrow_up_small_light.png");
}
.SiteMenuGrey, 
.SiteMenuWhite
{
	padding: 3px;
	height: 20px;
	font-size: 115%;
}
.SiteMenuGrey a,
.SiteMenuGrey a:visited,
.SiteMenuGrey a:hover
{
	text-decoration: none;
	margin: 2px 5px;
}
.SiteMenuGrey
{
	margin: 1px 10px;
	text-align: right;
}
.SiteMenuWhite
{
	margin: 1px;
}
.SiteMenuWhite a,
.SiteMenuWhite a:visited,
.SiteMenuWhite a:hover
{
	text-decoration: none;
	margin: 2px 5px;
	font-weight: bold;
}
a.Language img, 
a.LanguageSelected img
{
    border:0;
    margin-right:2px;
}
a.Language,
a.Language:visited
{
    margin:0 2px;
	text-decoration: none;
	font-weight: bold;        
}
a.LanguageSelected,
a.LanguageSelected:visited
{
    margin:0 2px;
    text-decoration: none;
	font-weight: bold;        
}
a.Language:hover,
a.LanguageSelected:hover
{
    margin:0 2px;
}
.LanguageBox
{
    padding:2px;
    margin:2px;
    font-size:110%;
}
/***********************************************
 * Columns.
 ***********************************************/
#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 #000;
	margin: 5px;
}
.PageHeader, 
.ColumnHeader
{
	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
{
	margin: 2px;
	font-size: 110%;
}
.premium-ad-promo-box
{
    border:solid 2px #f00;
    padding:8px 8px 0 8px;
    text-decoration:none;
    display:block;
}
.premium-ad-promo-heading
{
    padding:2px 8px;
    margin:-8px;
    font-style:italic;
    font-size:1.1em;
    font-weight:bold;
}
/***********************************************
 * Panels.
 ***********************************************/
.MenuBox a{
	font-size: 110%;
	margin: 5px 2px;
	display: block;
	text-align: right;
}
.Panel .linkBtnAction
{
    text-align:right;
}
.Panel,
.InvertedPanel, 
.DarkPanel, 
.AdminPanel
{
	border-bottom: 1px solid #000;
	margin: 5px 0px;
	padding: 2px;
	text-align: left;
}
.InvertedPanel, 
.DarkPanel
{
	border: 1px solid #000;
}
.PanelHeader table
{
	width: 100%;
}
.PanelAction
{
	width: 25%;
	text-align: right;
	padding: 0px;
	border: 2px #080 solid;
	border-color:#080 !important;
	border-left-width:6px;
	background-color:#fff;
}
.PanelAction:hover
{
    border-color:#0c0 !important;
    background-color:#ffe;
}
.PanelAction a,
.PanelAction a:visited,
.PanelAction a:hover
{
	text-decoration: none;
	padding-right:5px;
}
.InvertedPanel .PanelAction a,
.InvertedPanel .PanelAction a:visited,
.InvertedPanel .PanelAction a:hover,
.AdminPanel .PanelAction a,
.AdminPanel .PanelAction a:visited,
.AdminPanel .PanelAction a:hover
{
	text-decoration: none;
}
.InvertedPanel .PanelAction
{
    background-color:#040;
}
.InvertedPanel .PanelAction:hover
{
    background-color:#ccc;
}
.Panel .PanelHeader
{
	background: url("../images/panelheader.png");
	font-weight: bold;
	margin: 0;
	padding: 1px;
}
.InvertedPanel .PanelHeader, 
.AdminPanel .PanelHeader
{
	background: url("../images/panelheaderinvert.png");
	font-weight: bold;
	margin: 0;
	padding: 1px;
}
.DarkPanel .PanelHeader
{
	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%;
	margin: 0;
}
.AdminPanel .PanelHeader h2,
.AdminPanel .PanelHeader h3,
.AdminPanel .PanelHeader h4,
.InvertedPanel .PanelHeader h2, 
.PanelHeader h3,.PanelHeader h4
{
	font-size: 110%;
	margin: 0;
}
h2
{
    font-size: 130%;
}
h3
{
    font-size: 130%;
}
h4
{
	font-size: 110%;
}
/***********************************************
 * Common classes.
 ***********************************************/
.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;
	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
{
    font-weight: bold;
    text-decoration: none;
    margin: 2px ;
}
.Pager img
{
	border: 0;
	margin: 0;
}
a.NewPostsLink
{
     font-weight: bold;
}
a.NewPostsLink:visited
{
	font-weight: normal;
}
.FieldLabel,
.AdLabel
{
    text-align: left;
    font-weight: bold; 
    vertical-align: top;
}
.AdLabel
{
    width: 150px;
    padding: 3px;    
}
.AdBody
{
    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");
	font-weight: bold;
}
.HeaderRow td
{
    text-align: center;
}
a.linkBtn, 
a.linkBtn:visited, 
a.linkBtn:hover,
a.redLinkBtn, 
a.redLinkBtn:visited, 
a.redLinkBtn:hover,
a.joinBtn, 
a.joinBtn:visited, 
a.joinBtn:hover,
a.yellowLinkBtn,
a.yellowLinkBtn:hover,
a.yellowLinkBtn:visited
{
    margin: 1px;
    padding: 2px 6px;
    border: 2px #77A solid;
    border-right: 2px #117 solid;
    border-bottom: 2px #117 solid;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.linkBtn img
{
    position:relative;
    top:4px;
    border-style:none;
}
a.ModeratorAction, 
a.ModeratorAction:visited, 
a.ModeratorAction:hover
{
      font-weight: bold;
      font-size: 90%;
      margin: 2px 5px;
}
.popupContainer
{
    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
{
    border: #006 solid 3px;
    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;
}

.terms-list dt
{
    font-size:120%;
    font-weight:bold;
    padding:2px;
    border:solid 0 #000; 
    border-bottom-width: 2px;
    margin-top:20px;
}
.terms-list dd
{
    border:solid 0 #888; 
    border-left-width:1px;
    padding:10px 10px 10px 20px;
}

/***********************************************
 * Forums.
 ***********************************************/
a.PostAction, 
a.PostAction:visited, 
a.PostAction:hover
{
    font-weight: bold;
    margin: 2px 5px;
}
.ForumPanel
{
    margin: 10px 3px;
    width: 100%;
    border: 1px #999 solid;
}
.ForumPanel td
{
    text-align: center;
    padding: 1px;
    margin: 0px;
}
.Post div
{
    text-align: left;
    padding: 5px;
    font-size: 130%;
    font-family:Times New Roman, Serif;
}
.PostBit
{
    width: 20%;
    vertical-align: top;
    padding: 5px;
    text-align: left;
    border-right: 1px #999 solid;
}
.TopPostInfo, 
.BottomPostInfo
{
    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
{
    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
{
    margin: 2px 5px;
}
.DescriptionText
{
    font-size: 90%;
    text-align: left;
}
.Invitation, 
.PersonalMessage
{
    border: 1px #000 solid;
    margin: 10px;
    padding: 5px;
}
.PMTitle
{
    font-weight: bold;
}
.PMTop
{
    font-weight: bold;
    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;
}
.GeoLink
{
    margin: 4px 0;
}
.Notification
{
    border: 2px #000 solid;
    text-align: center;
    background: url("../Images/okay_icon.png");
    background-repeat: no-repeat;
    padding: 5px 40px;
    height: 40px;
}
.Exception
{
    border: 2px #F00 solid;
    background: url("../Images/fail_icon.png");
    background-repeat: no-repeat;
    padding: 5px 40px;
    min-height: 40px;
}
.EntityTitle
{
    font-size: 120%;
    width: 60%;
    text-align: center;
}
.AdminOption
{
    border-width:1px; 
    border-style:solid;
    margin-bottom:3px;
    text-align: left;
}
.WhiteGrayLink a,
.WhiteGrayLink a:visited,
.WhiteGrayLink a:hover
{
    text-decoration: none;
    font-weight: bold;
}
/***********************************************
 * Geography.
 ***********************************************/
.GeographyList
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.SelectedMetropolis
{
    width: 95%;
    font-weight: bold;
    padding: 0;
}
.MetropolisList
{
    padding: 10px;
    border: 1px #000 solid;
}
/***********************************************
 * Wizard.
 ***********************************************/
div.Wizard
{
    width:100%;
    margin-bottom:28px;
}
div.Wizard div.WizardSteps
{
    height:100%;
    font-weight:bold;
    padding:6px 0 6px 6px;
    border:#264B97 1px solid;
}
div.Wizard div.WizardSteps div
{
    padding:5px 6px;
}
div.Wizard div.WizardSteps div a
{
    text-decoration:underline;
}
div.Wizard div.WizardSteps div.SelectedStep
{
    border:#507BD3 1px solid;
    border-right:none;
    margin-right:-1px;
}
div.Wizard div.WizardContent
{
    height:100%;
    padding:6px 6px 6px 6px;
    border:#264B97 1px solid;
    border-left:none;
}
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;
    font-weight:bold;
}
div.WizardNavBottom
{
    float:right;
    margin:1px -7px 0 0;
    border:#264B97 1px solid;
    font-size:1.1em;
    font-weight:bold;
}
div.WizardNav, 
div.WizardNavOff
{
    float:left;
    padding:6px 6px 6px 6px;
    border-left:#888 1px solid;
}
div.WizardNav a, 
div.WizardNav a:hover,
div.WizardNavOff a
{
    text-decoration:none;
}
div.WizardNav:hover, div.WizardNavOff:hover
{
    float:left;
    padding:6px 6px 6px 6px;
    border-left:#888 1px solid;
}
div.WizardHolder
{
    border:#348 1px solid;
    overflow:auto;
    position:relative;
}
div.WizardHolder div:first
{
    padding:0px;
}
table.WizardFields
{
    width:95%;
}
table.WizardFields tr td.WizardField
{
    width:23%;
    vertical-align: top;
}
.WizardWaiting
{
    position:absolute;
    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;
}
.WizardInfo
{ 
    font-style:italic;
    margin:0 0 5px 5px;
}
.WizardSelectRow
{
    margin:2px 0;
}
.WizardSelectRow div
{
    display:inline;
}
.WizardSelectRow select
{
    width:200px;
}
/***********************************************
 * Other components.
 ***********************************************/
.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-image: none !important;
    padding: 0;   
}
.ForumHeader, th
{
    font-weight: bold;
    text-align: center;
    padding: 4px;
}
.ActionBox
{
    border: #CCD 1px solid;
    text-align:left;
}
.LatestPost
{
    position:fixed;
    padding:10px;
    border:solid 2px #00F;
    overflow:hidden;
    z-index:10;
}
/***********************************************
 * Accordion.
 ***********************************************/
.accordionHeader,
.accordionHeaderSelected
{
    font-weight: bold;
    padding: 3px;
    border: #E8E8E8 2px solid;
}
.accordionHeader a, 
.accordionHeaderSelected a
{
    text-decoration: none;
}
.accordionContent
{
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
    padding: 5px 10px;
}
.accordionHeaderBlue,
.accordionHeaderSelectedBlue
{
    font-weight: bold;
    border: #CCC 1px solid;
}
.accordionContentBlue
{
    border: 1px #CCC solid;
    padding: 5px 10px;
}
/***********************************************
 * User interests.
 ***********************************************/
.UserInterestPicker
{
    width: 500px;
    border: 0;
}
.LogoLink
{
    display: block;
    height: 100%;
    width: 200px;
    float: left;
    text-align: left;
    font-size: 200%;
    text-decoration: none;
    padding-left:2px;
}
.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;
}
#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;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-top: #FD5 2px solid;
}
.ConversationFriendsListTitle a:hover
{
    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
{
    font-weight: bold;
}
.ConversationTitle a:hover
{
    font-weight: bold;
    border-top: #FC2 2px solid;
}
.ConvSendBtn
{
    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;
    text-align: left;
    margin-bottom: 2px;
}
#FriendsList
{
    border: 1px #000 solid;
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 160px;
    height: 250px;
    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
{
    display: inline;
}
#FriendsList a:hover
{
    display: inline;
}
.ConversationContent
{
    margin: 2px;
    height: 71%;
    overflow: scroll;
    padding: 0;
}
.ConversationContent p
{
    margin: 0;
    padding: 0;
}
.ConversationTop
{
    height: 60px;
    border-bottom: 1px #EEE solid;
    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.
 ***********************************************/
.StatsHeader
{
    font-size:1.2em;
    font-weight:bold;
}
.StatsColumnHeader
{
    font-weight:bold;
}
.StatsRow > td:first-child
{
    padding-left:20px;
}
.MailBoxes
{
    border:solid 1px #CCD;
    width:160px;
    text-align:left;
}
.MailBoxes ul
{
    list-style:none inside none;
    margin:0;
    padding:0;
}
.MailBoxes ul li
{
    padding-left:6px;
}
.MailBoxes ul .SelectedMailbox
{
    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;
    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;
}
.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;
}
.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;
    width: 250px;
}
.PollDescription
{
    padding: 3px;
    font-size: 11px !important;
}
.PollTitle, .PollBottom
{
    padding: 0;
    text-align: center;
    font-weight: bold;
    height: 40px;
    font-size: 11px !important;
}
.PollBottom
{
    height: 60px;
}
.PollBar
{
    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;
}
.EnhancedDropDownContainer, 
.EnhancedDropDownContainerOff
{   
    border: solid 1px #7F9DB9;
    text-align:left; 
    height:18px;
    vertical-align:top;
}
.EnhancedDropDownContainer span, 
.EnhancedDropDownContainerOff span
{
    vertical-align:top;
    display:inline-block;
}
.EnhancedDropDownText
{
    border-style:none;
    height:18px;
    overflow:hidden;
}
.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;
    border:solid 1px #000; 
    text-align:left;
    z-index:1;
}
.EnhancedDropDownOptions img
{
    border-style: none;
}
.ProfileMemberImagePopup
{
    position: absolute; 
    margin: 10px;
    z-index: 90;
    border: 2px #00C solid;
}
.YesCell
{
    font-weight: bold;
    text-align: center;
}
.NoCell
{
    font-weight: bold;
    text-align: center;
}
.FeatureInfoBoxParent
{
    position: relative;
    top: 10px;
}
.FeatureInfoBox
{
    text-align: left;
    border: 1px #333 solid;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 5px !important;
    z-index: 90;
    position: absolute;
    width: 400px;
    overflow: auto;
    height: 100px;
}
.TestimonialsLink
{
    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;
}
.UserBox
{
    margin: 3px;
}
.UserBoxInside
{
    border: 1px #888 solid;
    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
{
    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;
    border: 3px #060 solid;
    width: 50%;
    text-align: center;
}
.SplashMessageCellNo
{
    padding: 20px;
    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;
    float: right;
    width: 300px;
    padding: 10px;
    text-align: center;
}
.SplashHeader
{
    padding: 20px;
    text-align: center;
    color: #FFF;
    border: 8px #C00 solid;
    margin-bottom: 25px;
}
.SplashFooter
{
    margin-top: 25px;
    padding: 20px;
    text-align: center;
    border: 8px #2a55aa solid;
}
.SplashOurContentCell
{
    width: 550px;
}
.SplashOurTestimonial
{
    width: 200px;
    border: 2px #000 solid;
    padding: 8px;
    margin-bottom: 50px;
}
.SplashTestimonialHeader
{
    padding: 4px;
    text-align: center;
    font-weight: bold;
}
/***********************************************
 * Instruction control.
 ***********************************************/
.Instructor div
{
    font-size:130%;
    font-weight:bold;
}
.Instructor ol
{
    font-size:120%;
    list-style-position:inside;    
}
.Instructor .ActiveInstruction
{
    background-image:url('../images/arrow_right.png');
    background-repeat:no-repeat;
    background-position:0 0;
    padding-left:18px;
    margin-left:-18px;
}
.MsgReportBody
{
    padding: 20px;
    border: 1px #CCC solid;
    border-top: 0;
}
.PostBrowser 
{
    border-spacing:0 12px;
}
.PostBrowser tr
{
    padding-bottom:15px;
}
.PostBrowser td
{
    border:solid 1px #ccc;
}
.PostBrowser .PostBoxUser
{
    border-right-style:none;
    width:120px;
}
.PostBrowser .PostBoxContent
{
    border-left-style:none;
    vertical-align:top;
}
.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-image:url("../Images/exclamation.png");
}
.Password_weak
{
    background-image:url("../Images/error.png");
}
.Password_mediocre
{
    background-image:url("../Images/accept.png");
}
.Password_strong
{
    background-image:url("../Images/star_silver.png");
}
.Password_stronger
{
    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;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-top: #D2F 2px solid;
}
.PersonOfTheWeekTitle a:hover
{
    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;
}
#RecentPostDock
{
    width: 140px;
    height: 20px;
    border-left: 1px #000 solid;
    float: left;
}
#RecentPostDock > .Title a, 
#RecentPostDock > .Title a:visited
{
    padding: 2px 0;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-top: #55A 2px solid;
}
#RecentPostDock > .Title a:hover
{
    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;
    overflow-y: auto;
    overflow-x: none;
}
.SplashPromotionList li
{
    margin-bottom: 12px;
}
.SplashPromotionList li > div
{
    font-weight:bold;
}
.SplashPromotionList li > p
{
    margin: 0;
}
.SitePromoLogin
{
    margin-bottom:30px;
    padding:6px;
}
.adListings
{
    overflow:auto;
}
.adListings .InvertedPanel .PanelHeader
{
    background-image:none;
}
.adListings .InvertedPanel .WhiteGrayLink a,
.adListings .InvertedPanel .WhiteGrayLink a:visited, 
.adListings .InvertedPanel.WhiteGrayLink a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
.adListings .listingColumn
{
    float:left;
    width:23%;
}
.adListings .finalColumn
{
    width:26%;
    float:right;
}
.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 > .AdDisplayHeader
{
    width:100%;
}
.AdDisplay > .AdDisplayBody
{
    width:100%;
    border:solid 4px #eee;
}
.GrayBox
{
    background-image:url('../images/gray_gradient.png');
    background-repeat:repeat-x;
    background-position:left top;
    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;
    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
{
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.MonthName
{
    font-weight: bold;
    font-size: 120%;
    width: 90%;
    text-align: center;
}
.CalendarHeader
{
    overflow : auto;
    margin: 2px;
    margin-bottom: 5px;
}
.DaysOfWeek
{
    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;
}
#OneDollarPopup
{
    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
{
    text-align: center;
    width: 100%;
}
#OneDollarPopup p
{
    font-size: 135%;
}
#DollarCountdown
{
    font-size: 600%;
    text-align: center;
    font-weight: bold;
}
#DollarYes
{
    font-weight: bold;
    font-size: 250%;
}
.OrderSummary
{
    border:solid 1px #ccc;
    margin-bottom:10px;
}
.OrderSummary h3
{
    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
{
    font-weight:bold;
}
.ProductSummary .TotalRow td
{
    font-weight:bold;
    border-top:solid 1px #000;
}
.HighlightAd
{
    border:solid 1px #7F7F7F;
}
.TabControl
{
    margin: 5px;
}
.TabControlHeader
{
    overflow: auto;
}
.TabHeader, 
.SelectedTabHeader
{
    line-height: 25px;
    text-align: center;
    float: left;
    border: 1px #666 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%;
    text-decoration: none;
}
.SelectedTabHeader a.TabTitle, 
.SelectedTabHeader a.TabTitle:visited, 
.SelectedTabHeader  a.TabTitle:hover
{
    font-weight: bold;
}
.TabHeader a.TabTitle:hover
{
    background: url('../Images/redpanelheader.png');
}
.TabContent
{
    padding: 10px;
}
.TabContentWrapper
{
    border: 1px #DDD solid;
    border-top: 4px solid #348;
    min-height: 100px; 
}
.AdminPMNotification
{
    border: 2px #F00 solid !important;
    padding: 5px !important;
    margin: 10px !important;
    font-size: 120%;
    text-align: center;
}
.statusBar
{
    height: 100%;
    margin: 0;
}
.statusBarContainer
{
    border: 1px #000 solid;
    padding: 0;
    margin: 0;
    height: 20px;
}
.networkName
{
    margin: 3px;
    padding: 3px;
    float: left;
    width: 100px;
    height: 15px;
    border: #888 solid 1px;
    text-align: center;
    line-height: 15px;
}
.statusOrdered
{
    font-weight: bold;
    text-align: center;
}
.statusPending
{
    font-weight: bold;
    text-align: center;
}
.statusComplete
{
    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;
}
.usernameFail, 
.usernameOK, 
.usernameNoCheck
{
    float: left;
    width: 100px;
    margin: 1px;
}
.usernameOK
{
    font-weight: bold;
}
.adPromoButton
{
    border-style:none;
    margin:1px;
}
.adPromoButton img
{
    border-style:none;
}
/***********************************************
 * News forums.
 ***********************************************/
.news-forum
{
    border:solid 1px #ccc;    
    overflow:auto;
    margin:10px;
    margin-bottom:20px;
}
.news-forum-inner
{
    border:solid 1px #fff;
    border-width: 1px 0 0 1px;
    background-color:#fff;    
}
.news-forum-headbar
{
    background-color:#eee;
    padding:6px 4px 6px 20px;
    font-size: 1.3em;
    color:#444;
    font-weight:bold;
    font-family:Arial, Sans-Serif;
    overflow:auto;
}
.news-forum-joinbox
{
    background-image: url('../Images/grey_corner.png');
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:16px;
    height:16px;
    line-height:16px;
}
.news-forum-joinbox a:link, 
.news-forum-joinbox a:active, 
.news-forum-joinbox a:visited, 
.news-forum-joinbox a:hover
{
    background-color:#ccc;
    background-image: url('../Images/grey_bar.png');
    background-repeat:repeat-x;
    background-position:left top;    
    font-size:0.9em;
    color:#444;
    padding-right:10px;
    text-decoration:none;
    display:block;
    height:16px;
}
.news-forum-contents
{
    border-left:solid 10px #eee;
    padding:10px;
    padding-bottom:20px;
}
.news-forum-link
{
    color:#08f;
    text-decoration:underline;
    font-weight:bold;
}
.news-thread
{
    margin:5px;
}
.news-thread-header a
{
    font-size:1.1em;
    color:#008;
    font-weight:bold;    
}
.news-thread-date
{
    font-style:italic;
    font-weight:bold;
}
.news-thread-author
{
    font-weight:bold;    
}
.news-thread-body{}
.news-thread-replies a
{
    color:#00f;
}
/***********************************************
 * javascript popup menu.
 ***********************************************/
.js-menu-container
{
    position:relative;
    z-index:1000;
}
.js-menu-container ul
{
    position:absolute;
    text-align:left;
    list-style-type:none;
    display:none;
    border:solid 1px #000;
    margin: 0 -300px 0 0;
    padding:0;
    left:0;
}
.js-menu-container ul li a
{
    font-size:1.1em;
    line-height:normal;
    margin:0;
    padding: 2px;
}
/***********************************************
 * borders
 ***********************************************/
.border-table
{
    border-spacing:0;
}
.border-table tr, .border-table tr td
{
    padding:0;
    margin:0;
}
.border-corner
{
    width:8px;
    height:8px;    
    background-repeat:no-repeat;    
}
.border-horiz
{
    height:8px;
    background-repeat:repeat-x;
}
.border-vert
{
    width:8px;
    background-repeat:repeat-y;
}
.border-black-tl
{
    background-image:url('../images/border/black_tl.png');
}
.border-black-t
{
    background-image:url('../images/border/black_t.png');
}
.border-black-tr
{
    background-image:url('../images/border/black_tr.png');
}
.border-black-l
{
    background-image:url('../images/border/black_l.png');
}
.border-black-r
{
    background-image:url('../images/border/black_r.png');
}
.border-black-bl
{
    background-image:url('../images/border/black_bl.png');
}
.border-black-b
{
    background-image:url('../images/border/black_b.png');
}
.border-black-br
{
    background-image:url('../images/border/black_br.png');
}
.border-blue-tl
{
    background-image:url('../images/border/blue_tl.png');
}
.border-blue-t
{
    background-image:url('../images/border/blue_t.png');
}
.border-blue-tr
{
    background-image:url('../images/border/blue_tr.png');
}
.border-blue-l
{
    background-image:url('../images/border/blue_l.png');
}
.border-blue-r
{
    background-image:url('../images/border/blue_r.png');
}
.border-blue-bl
{
    background-image:url('../images/border/blue_bl.png');
}
.border-blue-b
{
    background-image:url('../images/border/blue_b.png');
}
.border-blue-br
{
    background-image:url('../images/border/blue_br.png');
}
/***********************************************
 * ppc
 ***********************************************/
.ppc-online,
.ppc-inactive,
.ppc-nofunds,
.ppc-pendingapproval
{
    color:#fff;
    text-align:center;
    padding:1px;
    border:solid 1px #fff;
}
.ppc-online
{
    background-color:#080;
    border-color:#060;
}
.ppc-inactive
{
    background-color:#444;
    border-color:#222;
}
.ppc-nofunds
{
    background-color:#800;
    border-color:#600;
}
.ppc-pendingapproval
{
    background-color:#c80;
    border-color:#840;
}
