﻿
a
{
	color : black;
}

a.visited
{
	color : black;
}

td
{
	padding:0;
}

tr
{
	padding:0;
}

table
{
	border-collapse: collapse;
	padding : 0;
}


.HeaderDashedLine
{
	background-repeat : repeat-x;
	background-image : url("WebImages/HeaderSeparator.png");
	height : 8px;
}

.MainPageVerticalShadow
{
	width : 8px;
}

.MainPageHorizontalShadow
{
	height : 8px;
	overflow : hidden;
}

.MainPageLeftBoxBackShadow
{
	background-repeat : repeat;
	background-image : url("WebImages/VerticalShadow.png");
}

.MainPageVerticalSeparator
{
	background-color : black;
	width : 1px;
}

.SingleBlogEntryBox
{
	width : 600px;
	margin-left : 20px;
	margin-top : 20px;
}

.AllBlogEntriesBox
{
	width : 600px;
	margin-left : 20px;
	margin-top : 20px;
}

.MainPageLeftBoxTopHeading
{
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : 1px;

	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;

	background-color : #FFD800;
	height : 8px;
}

.MainPageLeftBox
{
	background-color : #F9F9F9;
	width : 600px;

	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : 1px;

	border-right-color : Black;
	border-right-style : solid;
	border-right-width : 1px;
	padding : 10px 10px 10px 10px; 
}

.MainPageRightBox
{
	padding-left : 20px;
}

.HeaderSolidLine
{
	height : 8px;
	background-color : #000000;
}

.PageBody
{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.MainContent
{
	font-family : "Segoe UI", Tahoma;
	font-size: 9pt;
	margin-top : 10px;
}

.AdminControls
{
	font-family : "Segoe UI", Tahoma;
	font-size: 9pt;
}

a.BlogEntryHeader
{
	font-family : "Segoe UI", Tahoma;
	font-size: 12pt;
	color : black;
	background-color : white;
	text-decoration: underline;
}

a.BlogEntryHeader:hover
{
	font-family : "Segoe UI", Tahoma;
	font-size: 12pt;
	color : black;
	background-color : #FFD800;
	text-decoration: underline;
}

a.BlogEntriesHeader
{
	font-family : "Segoe UI", Tahoma;
	font-size: 14pt;
	color : white;
	text-decoration: underline;
}

.BlogEntriesTitleBox
{
	width : 1%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	background-color : #CC1493;
}

.BlogEntriesBox
{
	padding-top:10px;
}

.BlogEntryCreationDate
{
	font-family : "Segoe UI", Tahoma;
	font-size: 8pt;
	color : #A0A0A0;
}

.BlogEntryLastUpdatedDate
{
	font-family : "Segoe UI", Tahoma;
	font-size: 8pt;
	color : #A0A0A0;
	font-style : italic;
	padding-top:5px;
}

.BlogEntryBody
{
	padding-top:5px;
}

.BlogEntriesSeparator
{
	height : 1px;
	background-color : #CECECE;
	width : 100%;
	margin-top : 10px;
	margin-bottom : 10px;
	overflow : hidden;	
}

a.SendFeedbackTitleLink
{
	font-family : "Segoe UI", Tahoma;
	font-size: 10pt;
	color : white;
	background-color : black;
	text-decoration: underline;
	padding-left : 5px;
	padding-right : 5px;
}

a.SendFeedbackTitleLink:hover
{
	font-family : "Segoe UI", Tahoma;
	font-size: 10pt;
	color : white;
	background-color : #CC1493;
	text-decoration: underline;
	padding-left : 5px;
	padding-right : 5px;
}

a.PageNavigationLink
{
	font-family : "Segoe UI", Tahoma;
	font-size: 10pt;
	color : white;
	background-color : black;
	text-decoration: underline;
	padding-left : 5px;
	padding-right : 5px;
}

a.PageNavigationLink:hover
{
	font-family : "Segoe UI", Tahoma;
	font-size: 10pt;
	color : white;
	background-color : #CC1493;
	text-decoration: underline;
	padding-left : 5px;
	padding-right : 5px;
}

a.MoreBlogEntriesLink
{
	font-family : "Segoe UI", Tahoma;
	font-size: 10pt;
	color : white;
	background-color : black;
	text-decoration: underline;
	padding-left : 5px;
	padding-right : 5px;
}

a.MoreBlogEntriesLink:hover
{
	font-family : "Segoe UI", Tahoma;
	font-size: 10pt;
	color : white;
	background-color : #CC1493;
	text-decoration: underline;
	padding-left : 5px;
	padding-right : 5px;
}

a.SendFeedbackBlogEntryLink
{
	color : Black;
	background-color : white;
	text-decoration: underline;
}
