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;
}

a:link
{
	color: #343D91;
	text-decoration: none;
}

a:visited
{
	color: #343D91;
	text-decoration: none;
}

a:active, a:hover
{
	color: #4D55AA;
	text-decoration: underline;
}

table {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

textarea {
	background: #DDDDDD;
	padding: 2px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #DDDDDD;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

img {
	border: none;
}

#logo {
	background: #EEE url(images/FB2/bannerbg.gif);
	color: #F0F0F0;
	height: 90px;
}

#container {
	background: #EEE url(images/FB2/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;
}

#content {
	width: auto !important;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#panel {
	background: #EEE url(images/FB2/inset-medium-grey.gif);
	padding: 8px;
	background-repeat: repeat-x;
	
	font-size: 11px;
}

.menu {
	padding: 2px 0px;
	background: #CCC url(images/FB2/outset-small-grey.gif) repeat-x;
}

.menu a {
	font-weight: bold;
	padding: 2px 4px;
}

.menu a:hover, .menu a:active {
	background: #343D91 url(images/FB2/outset-small-blue.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}

a.linkMenu {
	display: block;
	font-weight: bold;
	padding: 2px 4px;
}

a.linkMenu:hover, a.linkMenu:active {
	background: #343D91 url(images/FB2/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;
}

table.window {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}

td.WinULC {
	background: url(images/FB2/winULC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	padding: 0px;
}

td.WinURC {
	background: url(images/FB2/winURC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	padding: 0px;
}

td.WinLeftBorder {
	background: url(images/FB2/winLB.png);
	min-width: 6px;
	max-width: 6px;
	padding: 0px;
}

td.WinRightBorder {
	background: url(images/FB2/winRB.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	padding: 0px;
}

td.WinBottomBorder {
	background: url(images/FB2/winBB.png);
	height: 9px;
	min-height: 9px;
	max-height: 9px;
	padding: 0px;
}

td.WinLLC {
	background: url(images/FB2/winLLC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;
	padding: 0px;
}

td.WinLRC {
	background: url(images/FB2/winLRC.png);
	min-width: 6px;
	max-width: 6px;
	width: 6px;
	min-height: 9px;
	max-height: 9px;
	height: 9px;

	padding: 0px;

}

td.WinBody {
	background: #EEE;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}

.thead {
	background: #343D91 url(images/FB2/winUB.png);
	color: #F0F0F0;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	min-height: 24px;
	max-height: 24px;
	height: 24px;
	padding: 0px;
}

.thead a:link {
	color: #F0F0F0;
	text-decoration: none;
}

.thead a:visited {
	color: #F0F0F0;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.WinContent
{
	padding: 2px 4px;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.tcat {
	font-size: 12px;
	background: #CCC url(images/FB2/outset-small-grey.gif) repeat-x;
	padding: 2px 4px;
}

.tfoot {
	background: #EEE url(images/FB2/inset-small-grey.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #FFF;
}

.debugborder{
	border: 1px dashed #000000;
	background-color: #eeeeee;
	padding: 5px;
	margin: 10px 20px 10px;
}
.offline{ 
	border: 1px solid #000000;
	background-color: #cc5555; 
	padding: 5px; 
	margin: 10px 20px 10px;
}

.tablefooter {
	background: #A0BED3;
	padding: 2px;
	height: 29px;
	border: 1px solid #000000;
}
.tabletitle {
	height: 29px;
	border: 1px solid #000000;
}
.tableheader {
	font-weight: bold;
	color: #5285A2;
	height: 23px;
	border: 1px solid #000000;
	background: #A0BED3;
}
.mainrow {

}
.subfooter {
	font-weight: bold;
	background: #92ACBE;
	height: 29px;
}

.statHead {
	font-size: 12px;
	font-weight: bold;
	background: #004080 center;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
    border-bottom: 1px dashed #999999;
	border-left: 0px solid #999
}

.statRow {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #006699;
	border-bottom: 1px dashed #999999;
	padding: 2px;
}

.ucpmain {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	padding: 0px;
}

.ucpon {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
	background: #A0BED3;
	padding: 2px;
    height: 25px;
}

.ucpoff {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
	background: #cccccc;
	padding: 2px;
    height: 25px;
}

.pagenumhi
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
    font-weight: bold;
}
.pagenum
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}

.purple { color:purple;font-weight:bold; }
.red    { color:red;font-weight:bold; }
.green  { color:green;font-weight:bold; }
.blue   { color:blue;font-weight:bold; }
.orange { color:#F90;font-weight:bold; }

.padded {
	padding: 2px 4px;
}

.margin_top {
	margin-top: 2px;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.right {
	text-align: right;
}

.smalltext {
	font-size: 11px;
}

td.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.sinkTop {
	border-top: 1px solid #FFF;
}

.sinkBottom {
	border-bottom: 1px solid #BBB;
}

.sinkLeft {
	border-left: 1px solid #FFF;
}

.sinkRight {
	border-right: 1px solid #BBB;
}

.raiseTop {
	border-top: 1px solid #BBB;
}

.outset_h {
	border-bottom: 1px solid #BBB;
	border-top: 1px solid #FFF;
}

.outset_v {
	border-right: 1px solid #BBB;
	border-left: 1px solid #FFF;
}

.inset_h {
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
}

.inset_v {
	border-left: 1px solid #BBB;
	border-right: 1px solid #FFF;
}

tr.inset_v {
	border-left: 1px solid #BBB;
	border-right: 1px solid #FFF;
}

.bold {
	font-weight: bold;
}

.trow1 {
	background: #EEE;
	font-size: 12px;
}

.trow2 {
	background: #DDD;
	font-size: 12px;
}