
.GrdCatTCol
{
	vertical-align: top;
	white-space: nowrap;
}
.GrdCatSubCol
{
	width: 20%;
	vertical-align: top;
	white-space: nowrap;
}
.GrdCatLstCol
{
	width: 20%;
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
}



.HomepageBox
{
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    border-bottom-style: inset;
    background-color: #CCEECD;
    margin: 0px;
    padding-left: 5px;
    padding: 5px;
    font-family: Verdana, Arial;
    text-transform: lowercase;
}

H1.Homepage
{
    font-size: 16px;
    margin: 3px;
}

.HomepageImage
{
	float: left;
	border: solid 1px black;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	
}

.PageHeaderLink
{
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #666;	
    text-transform: lowercase;
	text-decoration: underline;
}	
.PageHeaderLink:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}


.SmallDateLine
{
	font-size: 10px;
}

.GamePostDateLine_True
{
	font-size: 10px;
}

.GamePostDateLine_False
{
	display: none;
}

.Copyright
{
	font-size: xx-small; 	
	text-align: center;
}

.TextSection
{	
	padding: 15px;
}

.SideBar
{
	position: relative;
	float: left;
	width: 125px;
	background-color: white;	
	margin-right: 15px;
}

.MainContent
{
	display: inline-block;
	position: absolute;
	margin-left: 150px;
}

.LeftPane
{
	vertical-align: top;
	width: 55%;	
}
.RightPane
{
	vertical-align: top;
	width: 45%;
	padding-left: 15px;
}

.SideBarFamilyMember_Selected
{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CCEECD;
	border: groove 3px gray;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: Black;
}

.SideBarFamilyMember
{
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #DEDEDE;
	border-bottom: solid 1px black;
	font-size: 12pt;
	text-decoration: none;
	text-align: center;
	color: Black;
	border-bottom: solid 1px black;
	border-collapse: collapse;
}
.SideBarFamilyMember:hover
{
	background-color: #FFFFEF;
	font-weight: bold;
}

.SubSection
{
	border-left: solid 1px #cccccc;	
	border-bottom: solid 1px #999999;	
	padding-left: 5px;	
	padding-bottom: 5px;
	
}

h1
{
	font-size: 20px;
    text-transform: lowercase;
}	

.HeadingLink
{
	display: block;
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	color: #777;	
    text-transform: lowercase;
    margin-bottom: 2px;
    background-color: #CFEFDF;
    width: 100%;
    vertical-align: middle;
}	

.HeadingLink:hover
{
	background-color: #ddcc88;
	font-weight: bold;
}


.GrdCatHeadingLink
{
	display: block;
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	color: #777;	
    text-transform: lowercase;
    margin-bottom: 2px;
    background-color: #CFEFDF;
    width: 100%;
}
.GrdCatHeadingLink:hover
{
	background-color: #ddcc88;
	font-weight: bold;
}

A:hover
{
	color: #777;	
}

.ViewAllLink
{
	position: relative;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	text-align: right;
}

.MemberHeadingSummary
{
	position: relative;
	text-indent: 20px;		
	font-size: 14px;
	font-style: italic;
}

.BlogCommentItem
{
	border: solid 1px #cccccc;
	border-bottom-width: 2px;
	border-top: none;
	border-right: none;
	margin: 5px;
	padding-left: 5px;
}

.GameGuessHeading
{
	text-align: left;	
	background-color: #CFEFDF;
}
.GameGuessRow
{
	text-align: left;	
	vertical-align: top;
}
.GameGuessAltRow
{
	background-color: #EFEFEF;
	text-align: left;	
	vertical-align: top;
}

.UserMessage
{
	border: solid 1px black;
	padding: 10px;
	font-weight: bolder;
}

.SectionIndent
{
	position: relative;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}


