﻿/* ########## WIZARD'S ########## */
.ASPWizardHeader {
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
	background: #EDEDED url('../resources/asp_wizard_header.jpg?2012a06m22d') repeat scroll 0 0;
	height: 20px;
}

/* ########## MENU ########## */
.MenuItem {
	background: #FFFFFF none;
	border-bottom: solid 1px white;
	height: 100%;
	width: 110px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.MenuFontWhite
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.MenuFontDarkGrey
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* ###### LogIn User Control ##### */

.LoginUser
{
    /*border: solid 1px #1992D1;*/
}

.LoginUser .LoginHeader
{
}

.LoginUser .ASPTextBox
{
    width:100px;
}

.LoginUser .ASPButton
{
    width:100px; height:22px
}

.LoginUser .LoginLabel
{
    
}

.LoginUser .LoginValidator
{
    color:Red;
}

.LoginUser .LoginFailure
{
    color:Red;
}