﻿/* GLOBAL SETTINGS */
body
{
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 0 0;
}

div
{
	padding: 0;
	margin: 0;
}

a
{
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.footerDiv, .footerDiv a
{
	color: #757575;
	text-align: center;
	font: 11px Tahoma;
}

/* LEFT AND RIGHT NAV FLOATERS */
.floaterHeaderDiv
{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

.floaterContent
{
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 10px;
	color: #7f7d7d;
}

/* MAIN MENU */
.menuCell
{
	height: 54px;
	color: White;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.menuCell a, .menuCell a.visited
{
	color: White;
	text-decoration: none;
}
.menuCell a:hover
{
	text-decoration: underline;
}

/* CONTENT AREA SETTINGS */
.content
{
}

.content td
{
	vertical-align: top;
}

.console
{
	background:black;
	color:White;
	padding: 4px 4px 4px 4px;
	font-family:Courier New;
}

.ArticleTitle
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}

.code
{
	background-color:#DDDDDD;
	margin:10px 0 10px 0;
	padding: 4px;
}

.LeftPaneColumn, .RightPaneColumn
{
	width:190px;
	
}

H1, H2, H3, H4
{
	font-family: Tahoma;
	font-weight: bold;
}

H1
{
	font-size: 14px;

}
H2
{
	font-size: 13px;
}

H3, H4
{
	font-size: 12px;
}