.Toolbar {
	text-align: right;
	background: url('/images/button_blankbar.png');
}

.Thumbnail {
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#999999, strength=3);
	border: 1px solid #999999;
}

UL.Library LI {
	list-style-image: url(/images/vbprj16.gif);
	padding-left: 3px;
}

UL.Library UL.Class LI {
	list-style-image: url(/images/vbclass16.gif);
	padding-left: 3px;
}

UL.Library UL.Class UL.Method LI {
	list-style-image: url(/images/vbmethod.gif);
	padding-left: 3px;
}

UL.Library UL.Class UL.Property LI {
	list-style-image: url(/images/vbproperty16.gif);
	padding-left: 3px;
}

UL.Library UL.Class UL.Event LI {
	list-style-image: url(/images/vbevent16.gif);
	padding-left: 3px;
}

UL.Library UL.Class UL.Enum LI {
	list-style-image: url(/images/vbenum16.gif);
	padding-left: 3px;
}

UL.Library UL.Class UL.Enum UL.EnumMember LI {
	list-style-image: url(/images/vbenummember16.gif);
	padding-left: 3px;
}

.Highlight {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

A, A:Visited {
	color: #0000FF;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

DIV, TD {
	font-size: 12px;
	font-family: arial;
	color: #444499;
	vertical-align: middle;
}

BODY {
	text-align: left;
}

.ContentLabel {
	background-color: #555555;
	border-bottom: 1px solid #00ffcc;
	color: #ffffff;
	font-weight: bold;
	padding-left: 3px;
	text-align: left;
}

.SignMeUp {
	background-color: #095589;
	color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.CopyrightLabel {
	background-color: #555555;
	border-top: 1px solid #00ffcc;
	color: #ffffff;
	padding-left: 3px;
	width: 700px;
}

.ContentSubheader {
	background-color: #dddddd;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.SignMeUpEndcap {
	background-color: #095589;
	text-align: right;
	width: 1%;
}

.SignMeUpTitleHeaderRight {
	background-color: #555555;
	border-bottom: 1px solid #00ffcc;
	color:#cccccc;
	text-align: right;
}

.CopyrightRight {
	background-color: #555555;
	border-top: 1px solid #00ffcc;
	color:#cccccc;
	text-align: right;
}