﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	margin-top:20px;
	margin-bottom:auto;
}
#container
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:auto;    
}

#insideContainer
{
	border: 1px solid #808080;
	margin-bottom:2px;
	margin-top:2px; 
	width: 49%;
	height: auto;
	font-size: 12px;
	float:left; 
}

#tableLogin
{
	width: 98%;
	height: 116px;
}

.loginStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.welcomeStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.loginTitle
{
	padding: 2px;
	text-align: center;
	font-size: 25px;
	color: White;
	font-weight: bold;
	background-color: Green;
	margin-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #996600;
}
.subTitle
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;  
}
#top
{ 
	background-color:Gray;
	text-align:center;
	color:Black;
}

#WelcomeInsideContainer
{
	border: 1px solid #808080;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}

#setting
{
	height:25px;
	vertical-align:middle;
}

#welcome
{
	height: 60px;
	text-align: center;
	background-color: Green;
	vertical-align: middle;
}
#rightLoginPane
{
	float: right;
	width: 49%;
	height:100%;
	margin-bottom:2px;
	margin-top:2px; 
}
#tableInstructions
{
	width:100%;
	height:100%;	
}
#UserLabel
{
	width: 25%;
}
#footer
{
	width:760px;
	font-size: 10px;
	border-top-style:solid;
	border-top-width: 2px;
	border-color: #996600;
	text-align: center;
	margin-top:4px; 
	margin-left:auto;
	margin-right:auto;
	clear:both;    
}
