﻿html,body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
}

#maincontent{
	position: fixed;
	top: 0; 
	left: 200px;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
}

.innertube{
	margin: 15px;
}

* html body{
	padding: 0 0 0 200px;
}

* html #maincontent{
	height: 100%; 
	width: 100%; 
}

.button {
	border: 2px normal black;
	background: #F5C123;
}

.button:hover {
	background: #C19409;
	color:white;
}

.MainTable{
	width:95%;
	border-collapse:collapse;
	font-size:11pt;
	margin:30px auto 0 auto;
	border:solid 1px gray;
}

.MainTable th{
	background-color:#DEDEDE;
	font-weight:normal;
	text-align:right;
}

.MainTable tfoot
{
	 background-color:#DEDEDE;
}

.MainTable thead th
{
	background-color:#BCDAF0;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

#PageTitle{
	width:25%;
	height:20px;
	margin:10px 0 0 20px;
	text-align:left;
	color:black;
	font-size:120%;
	line-height:130%;
	border-bottom:double 4px black;
}

a:link	{color:#003399;text-decoration: none}
a:visited	{color:#003399;text-decoration: none}
a:active	{color:#003399;text-decoration: none}
a:hover	{color: #49A0F8;text-decoration: underline}
