﻿body
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
}
input
{
	border: 1px solid #8B9499;
	color: #3B3B3B;
	font-family: Arial;
	font-size: 12px;
}
textarea
{
	background-color: #FFFFFF;
	border: 1px solid #8B9499;
	color: #3B3B3B;
	font-family: Arial;
	font-size: 12px;
}
select
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #3B3B3B;
	font-family: Arial;
	font-size: 12px;
}
fieldset
{
	background-color: #86AEE9;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a.menu
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:link
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover
{
	color: #131C46;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.menu:active
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.welcome_header
{
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
	padding-left: 20px;
	margin: 0;
}
.required
{
	color: #CC0000;
}
.disabled_menu
{
	color: #131C46;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.action_button
{
	cursor: pointer;
}
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 300px;
	text-align: left;
}
