﻿.mainContent
        {
            background-color: #EEEEEE;
            font-size: 0.8em;
            border-left: solid 1px #BABABA;
            border-bottom: solid 1px #BABABA;
            border-top: solid 1px #D4D4D4;
            border-right: solid 1px #D4D4D4;
            padding:10px;
            margin:0;
            color:#111111;
        }
        a
        {
        	text-decoration:none;
        	color:#0000aa;
        }
        h2
        {
        	font-family: Corbel, Monaco, Geneva, Verdana, sans-serif;
        	font-size:1.8em;
        }
        h4
        {
        	font-size:1.2em;
        }
        body
        {
	background-color: #000000;
	padding: 16px;
	margin: 0px;
	font-family: "Segoe UI", Monaco, Geneva, Verdana, sans-serif;
	font-size: 100%;
	top: 0px;
	position: relative;
    
}
        img
        {
        	border-style: none;
}
        .pageTab
        {
        	display:block;
        	margin:auto;
        	width:100%;
        	text-align:left;
        }
        #extender
        {
        	width:100%;
        	float:right;
        	clear:both;
        }
        .footer
        {
        	text-align:right;
        	font-size: .7em;
        	color: #bbbbbb;
        }
  .but
{
	border: 1px outset #88A2E2;
	background-image: url( 'images/butbg.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1A35B5;
	padding: 5px;
	color: #FFFFFF;
	min-height: 32px;
	min-width:150px;
	font-weight: bold;
	text-decoration: none;
	float:left;
	text-align:left;
}
.but img 
{
	margin-right:8px;
	vertical-align:middle;
	float:left;
}
.but:hover
{
	background-image: url( 'images/butbghov.png' );
	background-color: #4565CD;
}
.dynMenu 
{
	z-index:1000;
	border: 1px solid #4565CD;
	padding:2px;
	background-color:Black;
}
.dynMenuItem
{
	font-weight:bold;
	margin:2px;
}
.menuitem 
{
	min-width:0;
	width:auto;
	min-height:0;
}
table.menuitem
{
	background-position: bottom;
	height: auto;
	padding: 0;
	margin: 2px;
	text-align: center;
	
}
a.menuitem
{
	display:block;
	padding:4px;
	background:none;	
}
a.menuitem:hover
{
	background:none;	
}
.visTable td
{
	border: 1px solid #000000;
	padding:5px;
}
.uProgBG
{
	background-position: url('images/ajaxProgBG.png');
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/ajaxProgBG.png');
	background-repeat: repeat;
}
.uProgBG .uProg
{
	text-align:center;
	font-size: 2em;
	color: #eeeeee;
	font-weight: bold;
	width: 250px;
	height: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -125px;
}