﻿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;
}

.footeractions
{
    background-color: #E0E0E0;
    color: Black;
    text-shadow: #505050 1px 1px 1px;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
}


/* Major components */
.bbsmaincontent
{
    margin: 5px 2px;
}

/* The header bar across the top of most public facing pages */
.HeaderSiteTitle
{
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial;
    margin: 5px auto;
    text-align: center;
    color: White;
}
.MenuBar, .MenuBar2
{
	/*background-image: url(../images/button-background2.jpg);*/
	color:white;
    background-color: #0a3d8e;
	font-size: 90%;
    width: 95%;
    margin: 0px auto 5px auto;
    padding: 7px;
    border-radius: 5px;
}

.MenuBar2 {
    background-color: orange;
    color: black;
}
.MenuBar ul, .MenuBar2 ul
{
    margin-left: 0px;
    padding-left: 0px;
}
.MenuBar li, .MenuBar2 li
{
    display: block;
    float: left;
    list-style-type: none;
    padding: 5px 10px;
}
.MenuBar ul li:before, .MenuBar2 ul li:before {
	content: "\00BB \0020";
}
.MenuBar a
{
	color:white;
	text-decoration:none;
}
.MenuBar2 a {
    color: black;
    text-decoration: none;
}

.bbscontainer /* Often used to contain headers, content blocks, etc */
{ 
    border: 1px solid #cccccc; 
    padding: 1px;
    margin: 1px;
}
.bbsheader, th
{
  font-size: 90%;
  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;
}

/* A standard container block with a modest padding and style reset */
.bbscontentblock
{
  font-size: 12px;
  
  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: 90%;
    color: #405050;
    line-height: 22px;
}
.answerfield
{
    font-size: 90%;
    color: Black;
    margin-left: 15px;
}
td .profileheader
{
    font-weight: bold;
    border-bottom: 1px dotted #e0e0b0;
}

input.profilequestion[type="text"]
{
    font-size: 90%;
    width: 250px;
    padding: 4px;
    border: solid 1px #BBCCDD;
    margin: 0px;
    height: 90%;
}
select.profilequestion
{
    font-size: 90%;
}
textarea.profilequestion
{
    font-size: 90%;
    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;
    min-height: 400px;
    overflow: hidden;
}
.ProfileDetailsImageBox
{
    margin: 20px;
    width: 300px;
}
.ProfileDetailsMoreLinksBox P
{
    line-height: 18px;
    font-size: 90%;
    margin: 0px;
    margin-left: 20px;
}
.ProfileDetailsContent
{
    border-left: 1px solid #505050;
    margin-left: 200px;
    padding: 10px;
    overflow: hidden;
    width: 600px;
}
.ProfileQuestionAndAnswerView
{
    width: 100%;
}
.SearchCategoryContainer
{
    margin: 5px 0px;
}
.PhotoGallery
{
    border-left: 1px solid #505050;
    margin-left: 200px;
    padding: 10px;
    overflow: hidden;
    width: 700px;
}
.PhotoGalleryPaging
{
    text-align: right;
    width: 700px;
    padding-bottom: 4px;
}
.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: 90%;
}
.ProfileMenuStrip li:hover
{
    background-color: #202060;
}
.ProfileMenuStrip a:visited, .ProfileMenuStrip a
{
    color:white;
    text-decoration:none;
}
.ProfileImageMatrix
{
    width: 160px;
    height: 200px;
    text-align: center;
    float: left;
    margin: 25px;
}

.ProfileImageMatrix a
{
    text-decoration: none;
    font-size: 10px;
}
.ProfileImageMatrix img
{
    border: 1px solid black;
    max-width: 150px;
    max-height: 150px; 
}
.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 */

/* Album */
.AlbumEditContainer, .AlbumUploadPhotoContainer, .AlbumCreateContainer
{
    margin: 10px auto; 
    clear: both;
    width: 900px;
}
td.AlbumPhotoPagingBar
{
    padding-right: 25px;
    text-align: right;
}
.AlbumTitleLink, .AlbumActionLink
{
    font-weight: bold;
}
.AlbumInfoBlock
{
    margin-top: 10px;
    font-size: 90%;
}
.AlbumOwnerThumbnail
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.AlbumPhotoMatrixContainer
{
    width: 900px;
    margin: 0px auto;
    border-collapse: collapse;
}
td.AlbumPhotoItemMatrix
{
    text-align: center;
    padding: 0px 0px 10px 0px;
    vertical-align: top;
}
.AlbumPhotoItemMatrix img
{
    border: 0px;
}

.PhotoContainerBlock, .AlbumContainerBlock
{
    width: 900px;
    margin: 0px auto;
}
.AlbumTitleBlock
{
    margin: 0px auto;
    font-size: 160%;
    font-weight: bold;
    margin: 5px 0px;
}
.PhotoCaptionBlock
{
    margin: 5px auto;
    font-size: 150%;
    text-align: center;
}
.PhotoCaptionBlock h2
{
    margin: 0px;
}
.PhotoDisplayBlock
{
    clear: both;
    padding: 5px 0px;
    margin: 0px auto;
    text-align: center;
    background-color: #F0F0F0;
    border: 1px solid #E5E5E5;
}

.PhotoNavigationBlock
{
    text-align: right;
    float: right;
    margin: 5px 0px;
    font-size: 90%;
    display: table;
}
.PhotoMoveBack
{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    Width: 50px;
    text-align: center;
    display: table-cell;
    padding: 0px 15px;
}
.PhotoMoveNext
{
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
    display: table-cell;
    Width: 50px;
    text-align: center;
    padding: 0px 15px;
}

.PhotoInformationBlock
{
    clear: both;
    float: left;
    width: 50%;
    margin: 5px auto;
    font-size: 90%;
}
.PhotoDescriptionBlock
{
    clear: both;
    margin: 10px 0px;
    text-align: left;
    width: 75%;
    float: left;
}

.PhotoEditBlock
{
    width: 25%;
    float: right;
    font-size: 90%;
    text-align: left;
    margin: 10px 0px;
}

.PhotoSetDefault, .PhotoDelete, .AlbumUploadPhotos, .AlbumEdit
{
    padding: 5px;
    border-bottom: 1px solid #D0D0D0;
}

.PhotoSetDefault:hover, .PhotoDelete:hover, .AlbumUploadPhotos:hover, .AlbumEdit:hover,
.PhotoSetDefault:hover a, .PhotoDelete:hover a, .AlbumUploadPhotos:hover a, .AlbumEdit:hover a
{
    background-color: #333399;
    color: #FFFFFF;
}

/* Blog */

.BlogSidebar1
{
    float: left; 
    width : 200px;
    min-height: 400px;
    overflow: hidden;
}
.BlogSidebar1ProfileBoxAboutBlogOwner P
{
    line-height: 18px;
    font-size: 90%;
    margin: 0px;
}

.BlogSidebar1ProfileBox
{
    margin: 20px;
}
.BlogSidebar1ProfileBox A
{
    text-decoration: none;
}
.BlogSidebar1ProfileBoxImage
{
    border: 1px solid black;
    margin-bottom: 5px;
}
.BlogSidebar1FriendsBox
{
    margin-top: 10px;
    font-size: 90%;
}
.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; 
    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: 90%;
}
.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: 90%;
}
.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: 90%;
    text-decoration: none;
    color: Navy;
    margin-bottom: 7px;
}

.StatusMessageControlBox A
{
    font-size: 90%;
    text-decoration: none;
    color: Navy;
    margin-bottom: 7px;
}
.StatusMessageDetails
{
    margin: 5px 0px;
}
.StatusMessageWhenPosted, .StatusMessageReplyWhenPosted
{
    font-size: 90%;
    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;
}

.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 */

/* Printing */
@media all {
    .page-break {
        display: none;
    }

    .printerOnly {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
    .printerOnly {
        display: initial;
    }
}