﻿
img
{
	border: none 0;	
}

Body
{
	background-color: White;	
}

.TextBoxOutline
{
	border: solid black 1px;
}

.MainTable
{
	width: 900px;
}

.PageTable
{
	color: #000066;
	border: 0;

}

.PageTitle
{
	font-weight:bold;
	font-size: larger;
	text-align: center;
}

.MenuStyle
{
	width: 100%;	
}
.DynamicMenuStyle
{
	text-align: left;
}
.StaticMenuItemStyle
{
	color: white;
	font-weight: bolder;
	text-align: right;
}

.StaticHoverStyle
{
}

.Gradient1 td
{
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#000066', EndColorStr='White'); 
}

.Gradient2
{
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='White', EndColorStr='#000066'); 	
}

.DynamicMenuItemStyle
{
}

.DynamicHoverStyle
{
}
.SiteFrame
{
	width: 15%;
	background-color: #000066;
	text-align:center;
}

.CenterContent
{
	text-align: center;
}

.RightPanelHead
{
	background-image: url(images/BackgroundGradient2.gif);
	color: #000066;
	width: 100%;
	font-size: medium;
}

.ContentText
{
	color: darkblue;
	font-weight: bold;
}

.SuccessfulText
{
	color: Green;
	font-weight: bold;
}
.ErrorText
{
	color: Red;
	font-weight: bold;
}