﻿.columnHeader
{
	background-color: #006699;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bolder;
	font-size: medium;
	cursor: pointer;
	color: white;
	font-family: Arial;
	text-align: left;
}
.navbarTable
{
	background-color: #cccccc;
}

.LeftContainer
{
	width: 1px;
}

.MainContainer
{
	border-right: solid 1px #006699;
}
.BottomContainer
{
	padding: 4px;
	border: solid 1px #006699;
}

.navbarGroup
{
	left: 10px;
	position: relative;
}
.logo
{
	border: 5px outset black;
	font-size: 28pt;
	font-family: '@MS Gothic';
	background-color: blue;
	text-align: center;
}
.dialogOpen
{
	font-weight: bolder;
	font-size: small;
	color: white;
	font-family: Arial;
	background-color: navy;
}
.dialogTable
{
	padding-right: 0px;
	background-color: white;
	border: 2px solid navy;
	border-spacing: 0px;
}
TD
{
	font-size: small;
	font-family: Arial;
}
.Title
{
	font-size: 20pt;
	font-family: Arial;
	font-weight: bold;
	color: #006699;
}
.links
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 100%;
}

.sourceCode
{
	border: navy 1px solid;
	padding: 2px;
	font-size: 7pt;
	font-family: Terminal;
	background-color: #fafad2;
	width: 80%;
}

/* /c_plusplus/Updates.aspx */
.UpdateDate
{
	color: Red;
	font-weight: bold;
}

.UpdateTitle
{
	font-weight: bold;
	font-style: italic;
}

/* /c_plusplus/ content */
.classHeader
{
	font-weight: bolder;
	font-size: large;
	font-style: italic;
}

.classSubHeader
{
	font-weight: bolder;
	font-size: medium;
	font-style: italic;
}

.classCode
{
	font-size: x-small;
	font-family: Monospace;
}

.classLinkFont
{
	font-size: small;
	font-family: Arial;
}


.redNote
{
	font-weight: bold;
	color: Red;
}

/* Design Patterns */
.Title
{
	font-size: medium;
}

.CodeBlock
{
	border: solid 2px black;
	background-color: yellow;
	font-family: Terminal;
	font-size: 12px;
	white-space: pre;
	padding: 4px;
}

.Code
{
	font-family: Terminal;
	font-size: 12px;
}

.Body
{
	font-family: Arial;
	font-size: 12px;
}

.QuickDef
{
	font-style: italic;
}

.title
{
	font-size: 20pt;
	font-family: Arial;
	color: #006699;
}

.dialogTable
{
	padding-right: 0px;
	background-color: white;
	border: 2px solid navy;
	border-spacing: 0px;
}

.dialogOpen
{
	font-weight: bolder;
	font-size: small;
	color: white;
	font-family: Arial;
	background-color: navy;
}

