﻿body				{ margin: 0px; font-family: Verdana, Arial; font-size: 10pt; }

H1					{ font-family: Arial; font-size: 16pt; }
H2					{ font-family: Arial; font-size: 12pt; margin-bottom: 2px; }
H3					{ font-family: Verdana, Arial; font-size: 10pt; margin-top: 6px; margin-bottom: 0px; padding-bottom: 0px; }
P					{ margin-top: 6px; margin-bottom: 12px; }

PRE					{ background-color: #eeeeee; padding: 5px; margin: 0px; font-family: Courier New, Courier; font-size:8pt; }
CODE				{ display: block; margin-bottom: 15px; }
CODE H2				{ background-color: White; margin: 6px 0px 0px 0px; padding-top: 4px; padding-bottom: 4px; border-bottom: solid 1px Black; font-family: Verdana, Arial; font-size: 10pt; }
CODE P				{ background-color: #eeeeee; padding: 5px; margin: 0px; font-family: Courier New, Courier; font-size:8pt; }

.Banner				{ height: 60px; background-repeat: repeat-y; background-color: #000000;  }
.Banner P			{ margin: 10px; color: White; font-family: Courier New, Courier; font-size: 28pt; }
.Menu				{ background-color: #ff8a44; background-image: url(Images/MenuHighlight.gif); background-repeat: repeat-x; padding-left: 10px; border-top: solid 1px Black; border-bottom: solid 1px Black; }
.Menu A				{ color: Black; }
.Menu A:hover		{ color: Black; }

.MenuDropDown			{ margin-left: 14px; margin-top: 0px; padding: 4px; }
.MenuDropDown A			{ display: block; }
.MenuDropDown A:hover	{ background-color: Black; color: #ff8a44; }

.BannerAd			{ clear: both; padding: 10px; background-color: #eeeeee; }
.RightAd			{ float: right; margin: 10px; }
.Content			{ margin: 10px 140px 10px 10px; }
.ContentBox			{ float: left; border: dashed 1px Gray; width: 400px; padding: 10px; margin: 10px; background: #fefeee; }

.LeftPanel			{ float: left; border: dashed 1px Gray; width: 200px; padding: 10px; margin-left: 10px; background: #fefeee; }
.ContentPanel		{ border: dashed 1px Gray; margin-left: 250px; padding: 10px; background: #fefeee; }

.Blog				{ border: dashed 1px Gray; padding: 10px; background: #fefeee; }
.Blog h2			{ margin-top: 0px; }
.Blog .Post			{ margin-left: 60px; }

A					{ color: Black; }
A:hover				{ color: Red; }
A.History:visited	{ background-image: url(Images/Tick.png); background-position: right center; background-repeat:no-repeat; padding-right: 20px; }

UL.Type				{ list-style: none; }
LI.Class			{ background-image: url(Images/VS/Class.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
LI.ValueType		{ background-image: url(Images/VS/ValueType.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
LI.Enum 			{ background-image: url(Images/VS/Enum.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }
LI.Interface 		{ background-image: url(Images/VS/Interface.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }

UL.Namespace		{ list-style: none; }
UL.Namespace LI		{ background-image: url(Images/VS/Namespace.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }

UL.Class			{ list-style: none; }
UL.Class LI			{ background-image: url(Images/VS/Class.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }

UL.Enum				{ list-style: none; }
UL.Enum LI			{ background-image: url(Images/VS/Enum.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }

UL.Interface		{ list-style: none; }
UL.Interface LI		{ background-image: url(Images/VS/Interface.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; }

.Code				{ font-family: Courier; padding: 10px; border: solid 1px black; background-color: #eeeeee; }
.Code H2			{ font-family: Verdana, Arial; font-size: 10pt; margin: 0px 0px 10px 0px;	}

.LinkButton			{ padding: 4px; border: solid 1px black; background-color: #eeeeee; text-decoration: none; font-size: 8pt; }

.DataTable TBODY TR TH		{ background-color: #ff8a44; color: White; text-align: left; }
.DataTable TBODY TR TD		{ background-color: #cccccc; }
