﻿.tableOutline
{
	height: 110px;
	margin: 5px;
	border-color: #F6F7F9;
	border-style: solid;
	border-width: 5px;
}
.tableHeader
{
	height: 15px;
	border: solid 5px #F6F7F9;
	color: #003366;
}
.tableHCell
{
	float: left;
	width: 190px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	height: 20px;
	background: #F6F7F9;
}
.tableCell
{
	height: 100px;
	float: left;
	width: 190px;
	text-align: center;
	border-right-style: solid;
	border-width: 5px;
	border-color: #F6F7F9;
	background: #FFFFFF;
}
.tableRCell
{
	height: 100px;
	float: left;
	width: 185px;
	text-align: center;
	background: #FFFFFF;
}

.loginLeft
{
	padding-right: 5px;
	margin-top: 5px;
	color: #003366;
	width: 60%;
	margin: 5px;
	float: left;
	border-right-color: #E2EAF5;
	border-right-width: 1px;
	border-right-style: solid;
}
.loginRight
{
	margin-top: 5px;
	color: #003366;
	float: none;
	text-align: right;
	margin-right: 15px;
}

.LoggedinAs
{
	background-color: #F6F7F9;
	font-weight: bold;
}

.marginLeft
{
	margin-left: 5px;
}

