/* General tag classes */

html
{
	-webkit-text-size-adjust: none;
	min-width: 480px;
	min-height: 320px;
	padding: 0px;
	margin: 0px;
}

body
{
	background: #111;
	color: #F0F0F0;
	font-family: "Segoe UI", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

a:link
{
	color: #343D91;
	text-decoration: none;
}

a:visited
{
	color: #343D91;
	text-decoration: none;
}

a:active, a:hover
{
	color: #4D55AA;
	text-decoration: underline;
}

img {
	border: none;
}

p:first-letter
{
	margin-left: 2em;
}

/* "once per page" classes, usually element IDs */

#logo {
	background: #EEE url(../../images/FB2Blue/bannerbg.gif);
	color: #F0F0F0;
	height: 90px;
}

#container {
	background: #EEE url(../../images/FB2Blue/contentbg.png);
	color: #111;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 10px;
}

#leftColumn, #rightColumn {
	width: 200px;
	vertical-align: top;
}

#middleColumn {
	vertical-align: top;
}

#contentTable {
	width: 100%;
}

#bottommenu {
	background: #EEE url(../../images/FB2Blue/inset-medium-grey.gif) repeat-x;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	padding: 10px;
	font-size: 11px;
}

#copyright {
	font-size: 11px;
	margin: 0;
	padding: 10px 0 0 0;
}

/* Window Border classes */

table.window {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.window table {
	width: 100%;
	border-spacing: 0px;
}

table.window td.WinULC {
	background: url(../../images/FB2Blue/winULC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	padding: 0px;
}

table.window td.WinURC {
	background: url(../../images/FB2Blue/winURC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	padding: 0px;
}

table.window td.WinLeftBorder {
	background: url(../../images/FB2Blue/winLB.png);
	min-width: 6px;
	max-width: 6px;
	padding: 0px;
}

table.window td.WinRightBorder {
	background: url(../../images/FB2Blue/winRB.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	padding: 0px;
}

table.window td.WinBottomBorder {
	background: url(../../images/FB2Blue/winBB.png);
	height: 9px;
	min-height: 9px;
	max-height: 9px;
	padding: 0px;
}

table.window td.WinLLC {
	background: url(../../images/FB2Blue/winLLC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	padding: 0px;
}

table.window td.WinLRC {
	background: url(../../images/FB2Blue/winLRC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	padding: 0px;

}

table.window td.WinBody {
	background: #EEE;
	padding: 0px;
}

table.window .thead {
	background: #343D91 url(../../images/FB2Blue/winUB.png);
	color: #F0F0F0;
	font-size: 15px;
	font-weight: bold;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	padding: 0px;
}

table.window .thead a:link {
	color: #F0F0F0;
	text-decoration: none;
}

table.window .thead a:visited {
	color: #F0F0F0;
	text-decoration: none;
}

table.window .thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* Code window */
pre {
	background: #DDD;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #BBB;
	border-right: 1px solid #FFF;
	margin: 4px;
	padding: 4px;

	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

/* Uncommonly used classes */
div.menu {
	padding: 2px 0px;
	background: #CCC url(../../images/FB2Blue/outset-small-grey.gif) repeat-x;
}

div.menu a {
	font-weight: bold;
	padding: 2px 4px;
}

div.menu a:hover, div.menu a:active {
	background: #343D91 url(../../images/FB2Blue/outset-small-blue.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}

div.linkMenu {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #BBB;
	border-right: 1px solid #FFF;
}

div.linkMenu a{
	display: block;
	font-weight: bold;
	padding: 2px 4px;
}

div.linkMenu a:hover, div.linkMenu a:active {
	background: #343D91 url(../../images/FB2Blue/outset-small-blue.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
	padding: 1px 3px;
	border-top: 1px solid #7380CC;
	border-bottom: 1px solid #202664;
	border-left: 1px solid #7380CC;
	border-right: 1px solid #202664;
}

/* Commonly used classes */
.subTitle {
	font-size: 11px;
	background: #CCC url(../../images/FB2Blue/outset-small-grey.gif) repeat-x;
	padding: 2px 4px;
	font-weight: bold;
	text-align: left;
}

thead.subTitle tr th {
	padding: 2px 4px;
}

thead.subTitle tr.outset_b th {
	border-bottom: 1px solid #BBB;
}

thead.subTitle tr.outset_h th {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #BBB;
}

.WinContent
{
	padding: 2px 4px;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
}

div.announceFoot {
	background: #EEE url(../../images/FB2Blue/inset-small-grey.gif) repeat-x;
	text-align: right;
	font-size: 11px;
	padding: 2px 4px;
}

div.windowFoot {
	background: #EEE url(../../images/FB2Blue/inset-small-grey.gif) repeat-x;
	text-align: center;
	font-size: 11px;
	padding: 2px 4px;
}

.center {
	text-align: center;
}

.smalltext {
	font-size: 11px;
}

td.smalltext {
	font-size: 11px;
}
