@charset "utf-8";
/* CSS Document */
p.BlogUtility {
	font-size: 8pt;
	border-top: 1px solid #006633;
	margin-bottom: 25px;
}
p.BlogUtility a{
	color:#006633;
	margin-right: 20px;
}
#BlogSearchResults div.Blog p.BlogUtility {
	border-top-color: #003366;
}
#BlogSearchResults div.Blog p.BlogUtility a{
	color:#003366;
}
p.ReadFull a{
	font-weight: bold;
	padding-left: 20px;
}
p.MustLogin a{
	color:#cc0000;
}



h2#BlogName {
	margin-bottom: 0;
}
h2#BlogName a {
	text-decoration: none;
}
#BlogInfo {
	padding-left: 15px;
}
#BlogInfo p#BlogAuthor {
	margin-top: 0;
	text-align: right;
	font-weight: bold;
	color: #003366;
}
#BlogInfo p#BlogAuthor a{
	text-decoration: none;
}



#BlogPosts .BlogPost{
	padding: 5px;
	margin-left: 10px;
}
#BlogPosts h4.BlogPostHeadline{
	margin: 0;
}
#BlogPosts h4.BlogPostHeadline a{
	color:#006633;
	text-decoration: none;
}
#BlogPosts p.BlogPostDate {
	color:#999999;
	font-size: 8pt;
	margin-top: 0;
}



#BlogComments .Alt1 {
	background-color: #EEEEEE;
}
#BlogComments div.BlogComment{
	padding: 5px;
	margin-left: 10px;
}
#BlogComments div.BlogComment p.CommentHeader{
	font-size: 12pt;
	font-weight: bold;
	color: #006633;
	margin-top: 0;
	margin-bottom: 7px;
}
#BlogComments div.BlogComment p.CommentHeader span.CommentTimestamp {
	font-size: 9pt;
	float: right;
	margin-top: -17px;
}
#BlogComments div.BlogComment p.CommentText {
	margin: 0;
}


form.BlogComment {
	border-top: solid 1px #666666;
	margin-left: 10px;
	margin-top: 20px;
	padding-left: 5px !important;
	padding-top: 5px;
}
form.BlogComment div.FieldSet {
	width: 530px;
}
form.BlogComment div.FieldSet label{
	font-weight: bold;
}



#BlogAuthorInfo {
	padding-bottom: 20px;
}
#BlogAuthorInfo h2 {
	margin-top: 0;
}
#BlogAuthorInfo h2.SpaceAbove {
	padding-top: 35px;
}
#BlogAuthorInfo h4 {
	float: left;
	margin: 0;
	width: 260px;
}
#BlogAuthorInfo p {
	float: left;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 13px;
}
#BlogAuthorInfo img {
	padding-bottom: 5px;
}


#BlogPostListings div.BlogPostListing {
	padding: 5px;
	margin-left: 10px;
}
#BlogPostListings div.BlogPostListing h4.BlogName {
	margin: 0;
}
#BlogPostListings div.BlogPostListing h4.BlogName a {
	color: #006633;
	text-decoration: none;
}
#BlogPostListings div.BlogPostListing h4.BlogName a span.BlogPostHeadline {
	font-weight: normal;
}
#BlogPostListings div.BlogPostListing p.BlogPostDate {
	margin: 0;
	float: left;
	color:#999999;
	font-size: 8pt;
}
#BlogPostListings div.BlogPostListing p.BlogAuthorName {
	margin: 0;
	float: right;
	font-weight: bold;
	color: #003366;
}
#BlogPostListings div.BlogPostListing p.BlogAuthorName a{
	text-decoration: none;
}



#BlogSearchResults div.ListRow {
	padding: 5px;
	margin-left: 10px;
}
#BlogSearchResults h4.BlogName{
	margin: 0;
}
#BlogSearchResults h4.BlogName a{
	text-decoration: none;
}
#BlogSearchResults div.BlogPost h4.BlogName a {
	color: #006633;
}
#BlogSearchResults h4.BlogName a span.BlogPostHeadline {
	font-weight: normal;
}
#BlogSearchResults div.BlogPost p.BlogPostDate {
	margin: 0;
	float: left;
	color:#999999;
	font-size: 8pt;
}
#BlogSearchResults div.BlogPost p.BlogAuthorName,
#BlogSearchResults div.Blog p.BlogAuthorName {
	margin: 0;
	float: right;
	font-weight: bold;
	color: #003366;
}
#BlogSearchResults div.BlogPost p.BlogAuthorName a{
	text-decoration: none;
}
#BlogSearchSubmit {
	background-color:#003366;
	border:medium none;
	color:#FFFFFF;
	font-size:9pt;
	padding:2px;
	text-transform:uppercase;
	width: auto;
	margin-left: 5px;
}