﻿body
{
	background-color:#444444;
	margin:0px;
	font-family:Verdana, Arial;
	font-size: 12px;
}
a
{
    Color:Blue;
    text-decoration: none;
}

ul
{
    margin:0px;
    padding:0px;
    list-style-position: inside;
}
li
{
    margin: 0px;
    padding: 0px;
}

/* Major components */
.bbsmaincontent
{
    margin: 5px 2px;
}
.bbscontainer /* Often used to contain headers, content blocks, etc */
{ 
    border: 1px solid #cccccc; 
    padding: 1px;
    margin: 1px;
}
.bbsheader, th
{
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  background-color: #dddddd;
  padding: 4px;
  /*background-image: url(../images/messagecellheader-background.gif);*/
  Min-height:16px;
  text-align:left;
  margin: 0px;
}

.bbsfooter
{
  background-color: #dddddd;
  line-height:16px;
  border: 1px dotted #999999;
  padding: 10px;
}

.bbscontentblock
{
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  /*background-color: #E7E9EF;*/
  background-color: #FFFFFF;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.bbscontentblock td, .bbscontentblock p
{
    padding: 4px;
    margin:0px;
    background-position: left center;
}

.collapsed
{
    padding-left: 15px;
    cursor: pointer;
    background-image: url(images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.expanded
{
    padding-left: 15px;
    cursor: pointer;
    background-image: url(images/downarrow.png);
    background-repeat: no-repeat;
}

.SearchButton
{
    font-family: Verdana, Arial;
    font-weight: bold;
    Font-size: 9px;
    border: 1px solid #606060;
    background-color: #F0F8FF;
    padding: 4px;
    padding-left: 18px;
    cursor: pointer;
    background-image: url(images/next.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 7px;
}

.SearchButton:hover
{
    border-color: #806060;
}
/* */

/* Various elements roughly organized by page or type*/
.questionfield
{
    font-size: 11px;
    color: #405050;
    line-height: 22px;
}
.answerfield
{
    font-size: 11px;
    color: Black;
    margin-left: 15px;
}
td .profileheader
{
    font-weight: bold;
    border-bottom: 1px dotted #e0e0b0;
}

input.profilequestion[type="text"]
{
    font-size: 11px;
    width: 250px;
    padding: 4px;
    border: solid 1px #BBCCDD;
    margin: 0px;
    height: 11px;
}
select.profilequestion
{
    font-size: 11px;
}
textarea.profilequestion
{
    font-size: 11px;
    width: 400px;
    height: 60px;
    padding: 4px;
    margin: 0px;
    border: solid 1px #BBCCDD;
}
input.profilequestion[type="text"]:focus
{
    border: solid 1px #999999;
}

.ProfileDetailsColumn
{
    float: left; 
    width : 200px;
    height: 400px;
    overflow: hidden;
}
.ProfileDetailsImageBox
{
    margin: 20px;
}
.ProfileDetailsMoreLinksBox P
{
    line-height: 18px;
    font-size: 11px;
    margin: 0px;
    margin-left: 20px;
}
.ProfileDetailsContent
{
    border-left: 1px solid #505050;
    margin-left: 200px;
    padding: 10px;
    overflow: hidden;
}
.ProfileQuestionAndAnswerView
{
    width: 100%;
}
.SearchCategoryContainer
{
    margin: 5px 0px;
}
.PhotoGallery
{
    width: 840px;
    margin: 0px auto;
    clear: both;
}

.BrowseRecentProfilesSearch
{
    width: 85%;
    margin: 0px auto;
}

.BrowseRecentProfilesPaging
{
    text-align: right;
    width: 800px;
    padding-bottom: 4px;
}
.ProfileSearchSeparator
{
    border-bottom: 2px solid #F0F8FF;
    padding-bottom: 2px;
    height: 4px;
    margin-bottom: 10px;
    clear: both;
}
.BrowseRecentProfilesContainer
{
    width: 800px;
    margin: 0px auto;
}

.BrowseRecentProfilesContainerBlock
{
    width: 250px;
    float: left;
    height: 200px; 
    margin: 2px; 
    overflow: hidden; 
    text-align: center;
}
.BrowseRecentProfilesContainerBlockImage
{
    border: 1px solid black;
    height: 150px;
}

.BrowseRecentProfilesContainerBlockImage
{ }

.HomepageStatusEntryBlock
{
    width: 225px;
    height: 50px; 
    margin: 2px; 
    overflow: hidden; 
    text-align: left;
    margin-bottom: 5px;
}
.HomepageStatusEntryBlockImageContainer
{
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 4px;
}
.HomepageStatusEntryBlockImage
{
    width: 50px;
}
.HomepageStatusEntryContent
{ }

/* Manage friends */
.ManageFriendsStatus
{
    margin-right: 20px;
    font-weight: bold;
}
/* End  */

/* Minor components */
.sortarrow
{
    border: 0px;
    padding-right: 5px;
}
.notification
{
    font-weight: bold;
    color:Red;
    padding: 10px 25px;
}
.ProfileMenuStrip
{
    list-style-type:none;
    text-align:right;
    margin:0px;
    padding: 5px;
    background-color: #101050;
}
.ProfileMenuStrip ul
{
    padding:0px;
    margin:0px;
}
.ProfileMenuStrip li
{
    display:inline;
    padding: 5px 10px;
    Color: White;
    font-size: 11px;
}
.ProfileMenuStrip li:hover
{
    background-color: #202060;
}
.ProfileMenuStrip a:visited, .ProfileMenuStrip a
{
    color:white;
    text-decoration:none;
}
.ProfileImageMatrix
{
    width: 160px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 25px;
}

.ProfileImageMatrix a
{
    text-decoration: none;
    font-size: 10px;
    margin-right: 20px;
}
.ProfileImageMatrix img
{
    border: 1px solid black;
}
.ProfileImageMatrix td, .ProfileImageMatrix table
{
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
form
{
    padding:0px;
    margin:0px;
}
/* End minor components */

/* Administrative */
.bbsadminactions
{
    float:left;
    width: 200px;
}
.bbsadmincontent
{ 
    margin-left: 210px;
}
.adminfooteractions
{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 2px;
    width: 200px;
    font-size: 12px;
    border: 1px dotted #999999;
    padding: 10px;
}
.adminfooteractions ul
{
    margin:0px 0px 0px 20px;
    padding:0px;
    line-height: 25px;
    list-style-position: inside;
}
.inactiveuserrow
{
    background-color: #6b90d4;
}
.activeuserrow
{
    background-color: #FFFFFF;
}
/* End administrative */

/* Blog */

.BlogSidebar1
{
    float: left; 
    width : 200px;
    min-height: 400px;
    overflow: hidden;
}
.BlogSidebar1ProfileBoxAboutBlogOwner P
{
    line-height: 18px;
    font-size: 11px;
    margin: 0px;
}

.BlogSidebar1ProfileBox
{
    margin: 20px;
}
.BlogSidebar1ProfileBox A
{
    text-decoration: none;
}
.BlogSidebar1ProfileBoxImage
{
    border: 1px solid black;
    margin-bottom: 5px;
}
.BlogSidebar1FriendsBox
{
    margin-top: 10px;
    font-size: 11px;
}
.BlogSidebar1FriendsBox ul
{
    list-style-type: none;
    line-height: 20px;
    margin: 10px 0px;
}
.BlogSidebar1FriendsBoxHeader
{
    padding: 5px;
    background-color: #000065; 
    color: White; 
}
.BlogMainContent
{
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    width: 536px;
    margin-left: 200px;
    margin-right: 200px;
    padding: 10px;
    overflow: hidden;
}
.BlogMainContentNotificationArea
{
    clear: both;
}
.BlogMainContentQuicklinkInactive
{
    background-color: #FFFFFF; 
    -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    border: 1px solid #000; 
    padding: 10px;
    width: 100px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.BlogMainContentQuicklinkActive
{
    background-color: #E8DDCB; 
    -moz-border-radius: 5px; -webkit-border-radius: 5px; 
    border: 1px solid #000; 
    padding: 10px;
    width: 100px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
.BlogMainContentQuicklinkActive A, .BlogMainContentQuicklinkInactive A
{
    color: #000000;
    text-decoration: none;
}
.BlogMainContentQuicklinkActive img, .BlogMainContentQuicklinkInactive img
{
    margin-right: 7px;
    vertical-align: middle;
}
.PostStatusMessageInputBox
{
    width: 500px;
    height: 50px;
    font-family: Verdana;
    font-size: 11px;
}
.PostStatusMessageSubmitbutton
{
    display: block;
    margin: 5px 0px 0px 430px;
    width: 80px; 
    padding: 0px; 
}
.StatusMessageSeparator
{
    border-bottom: 1px dotted #808080;
    height: 1px;
    clear: both;
    padding-top: 20px;
    margin-bottom: 20px;
}
.StatusMessageReplySeparator
{
    clear: both;
}
.StatusMessageThumbnailBlock
{
    float: left;
    width: 50px;
    padding: 0px 10px 5px 0px;
}
.StatusMessageReplyThumbnailBlock
{
    float: left;
    width: 30px;
}
.StatusMessageReplyThumbnailImage
{
    width: 30px;
    height: 30px;
}
.StatusMessageContentBlock
{
    margin-left: 60px;
}
.StatusMessageReplyContentBlock
{
    margin-left: 40px;
}
.StatusMessageCommentBoxReplyTextarea
{
    width: 400px;
    height: 50px;
    font-family: Verdana;
    font-size: 11px;
}
.StatusMessageAuthor A, .StatusMessageReplyAuthor A
{
    font-weight: bold;
    color: Navy;
    text-decoration: none;
}
.StatusMessageControlBox
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.StatusMessageReplyControlBox
{
    margin-top: 5px;
    margin-bottom: 5px;
}
.StatusMessageReplyControlBox A
{
    font-size: 11px;
    text-decoration: none;
    color: Navy;
    margin-bottom: 7px;
}

.StatusMessageControlBox A
{
    font-size: 11px;
    text-decoration: none;
    color: Navy;
    margin-bottom: 7px;
}
.StatusMessageDetails
{
    margin: 5px 0px;
}
.StatusMessageWhenPosted, .StatusMessageReplyWhenPosted
{
    font-size: 11px;
    color: #808080;
}
.StatusMessageControlBoxForm, .StatusMessageControlBoxReplyForm
{
    display: inline;
    margin: 0px;
}
.StatusMessageControlBoxDeleteButton
{
    border: 0px solid black;
    cursor: pointer;
    background-color: #FFFFFF;
    display: inline;
    margin: 0px;
    padding: 0px;
    color: Navy;
    font-size: 10px;
}
.StatusMessageSubElements
{
    background-color: #ECEFF5;
    border-bottom: 1px solid white;
    padding: 4px;
}
.StatusMessageCommentBoxInactiveInstructions
{
    padding: 3px;
    background-color: #FFFFFF;
    border: 1px solid #BDC7D8;
    color: #505050;
    font-size: 10px;

}
.StatusMessageCommentBoxActive
{
    display:none;
}
.BlogSidebar2
{
    float: right; 
    width : 200px;
    min-height: 400px;
    overflow: hidden;
}
/* End blog */

/* MVC */
.field-validation-error { color: Red; font-size: 12px; }
.input-validation-error { border: 1px solid red; background-color: #ffeeee; }
.validation-summary-errors { font-weight: bold; color: Red; font-size: 12px; }
/* End MVC */

/* BHC specific */
#sitelayouttable
{
    border-collapse: collapse;
    width:960px;
    border:0px;
    margin: 0px auto; /*center */
}
.sitelayouttable-cell
{
    padding:0px;
    background-color: #FFFFFF;
}
#menubar td
{
	background-image: url(../images/button-background2.jpg);
	color:white;
	font-size: 11px;
}
#menubar a
{
	color:white;
	text-decoration:none;
	margin-right: 10px;
}
.todaysdate
{
	color:white;
	font-size:10px;
	line-height:10px;
}

#loginbox form
{
	padding-top:23px;
}
#logintabstrip img
{
	margin-right: 5px;
	border:0px;
}
#logintablogin, #logintabsignup
{
	
}
#loginfieldsblock
{
	background-image:url(../images/images/Login-background.png);
	background-repeat: no-repeat;
	height: 150px;
}
.loginrow
{
	height: 25px;
}
#loginbox label.loginfield
{
	display:block;
	float:left;
	width: 85px;
	text-align: right;
	padding-top: 2px;
}
.loginrowremember
{
	height: 25px;
	padding-top: 13px;
	font-weight: bold;
	font-size: 13px;
}

#loginbox #loginremember
{
	margin-left: 15px;
	vertical-align:middle;
}
#loginbox input[type=text], #loginbox input[type=password]
{
	margin-left: 15px;
	width:190px;
}
#loginstoreincookie
{
	cursor:pointer;
}
#loginbutton
{
	vertical-align:middle;
	padding-left: 65px;
}
#loginforgotpasswordrow
{
	padding: 10px 12px;
	text-align:right;
	font-size:9px;
}
#loginforgotpasswordlink
{
	color: #ACC3E4;
	text-decoration: none;
}
#footerlinks
{
    padding:15px; 
    background-color:#C0C0C0; 
    font-size:12px;
    text-align:center;
    line-height: 19px;
}

#loginbox
{
	margin: 0px 10px;
	width: 300px;
	color: white;
	font-size: 14px;
}

.BhcEvent
{
    margin-bottom: 5px;
    font-size: 9px;
}

.BhcEvent A
{
    font-size: 9px;
    text-decoration: none;
}

h2
{
    margin-top: 3px;
}
/* End BHC specific */
