﻿.GridPanel
{
	overflow:scroll;
	height:200px;
	border: none;
}

.NormalPanel
{
	float:left;
	width:95%;
	text-align:left;
	PADDING-TOP: 10px; 
	padding-left:15px;
	padding-right:15px;
	font-family:Calibri;
	font-size:1.2em;
}


div.wizardPanel {text-align:left; width:95%; height:100% }

.WizardPanel 
{
	float:left; 
	text-align:left; 
	margin-left: 5px; 
	width:100%; 
	font-family:Calibri;
	font-size:1.0em;
}

.WelcomePanel
{
	float:left;
	text-align:left;
	width:58%;
	padding-top:20px;
	padding-left:15px;
	font-family:Calibri;
	font-size:1.2em;
}

.BackgroundPanel
{
	float: right;
	width:35%;
	padding-top:20px;
	padding-right:15px;
}

.MenuPanel
{
	float:left;
	background: url('../Images/Theme/topgrad.gif') top left repeat-x;
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size:13pt;	
	font-weight: bold;
	color: White;
	padding: 0.2em 1em 0 1em;
	width:80%;
	Height:28px;
	POSITION: relative;  
	TOP: 0; 
}

.MessagePanel
{
	float:left;
	width:100%;
	text-align:left;
}

.MailMenuBar
{
	width:100%;
	height:100%; 
	background-color:#ededed;
	float:left;
}

.MessageToolBarPanel
{
	height:25px;
	text-align:left;
	color:White;
	font-size:1.0em;
	padding-left: 10px;
	BACKGROUND-IMAGE: url('../Images/Theme/topgradlight.gif'); 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #b9d1f4;
}

.WarningLabel
{
	font-family:Verdana;
	font-size:15px;
	color: Red;
}
