body 
{
	font-size: 12pt;
	margin: 0px;
}

A:link 
{
	text-decoration:    underline;
    color:#5A0B02;
}

A:visited  
{
	text-decoration:    underline;
    color:#5A0B02;
}
A:hover  
{	
    text-decoration:    underline;
    color:#5A0B02;
}
A:active   
{
    text-decoration:    underline;
    color:#5A0B02;
}
.ErrorLabel
{
	color: Red;
}
.MessageLabel
{
	color: Green;
	font-weight: bold;
}
.UserManager_EditMenu
{
}
.UserManager_EditMenu A:link 
{
	padding: 3px;
	text-decoration:    underline;
    color:#5A0B02;
}

.UserManager_EditMenu A:visited  
{
	padding: 3px;
	text-decoration:    underline;
    color:#5A0B02;
}
.UserManager_EditMenu A:hover  
{
	padding: 3px;	
    text-decoration:    underline;
    color:#5A0B02;
}
.UserManager_EditMenu A:active   
{
	padding: 3px;
    text-decoration:    underline;
    color:#5A0B02;
}

/* Forms */

.FormHeading
{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	border-bottom: gray 1px ridge;
}
.FormSubHeading
{
	background-color: #F5F5EB;
	font-weight: bold;
	margin-top: 5px;
	border-bottom: gray 1px ridge;
	border-right: gray 1px ridge;
	padding: 3px;
}
.FormSummary
{
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 10pt;
}
.FormSubHeadingSummary
{
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 10pt;
}
.FormContent
{
	margin: 15px;
	width: 535px;
}
.FormSubContent
{
	
}
.FormContent table
{
	padding: 0px;
}
.FormLabel
{
	background-color: #F5F5EB;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10pt;
}
.FormLabelRequired
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #F5F5EB;
	font-size: 10pt;
}
.FormSubLabel
{
}
.FormSubLabelRequired
{
	font-weight: bold;
}
.FormFields
{
	margin-left: 10px;
	padding-left: 10px;
	font-size: 10pt;
}
.FormSubFields
{
}





input
{
	font-family: verdana;
}
select
{
	font-family: verdana;
}
textarea
{
	font-family: verdana;
}
.Button_01
{
	border: solid 1px #C4C486;
	font-size: 8pt;
	cursor: pointer;
}

.LinkButton_01
{
	color: #5A0B02;
}
.LinkButton_01:hover
{
	color: #5A0B02;
	background-color: #f5f5eb;
}
.LinkButton_01:active
{
	color: #5A0B02;
}
.LinkButton_01:visited
{
	color: #5A0B02;
}

/*----------- POPUP CLASSES -------------*/
.Popup
{
	display: block; 
	position: absolute;
	border: solid 1px Black;
    border-style: none;
}
.PopupContent
{
	position: absolute;
	display: block;
	z-index: 10; 
	background-color: #E6E6CC;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;	
	border: solid 1px Black; 
	margin: 1px;	
}
.PopupFrame
{
	position: absolute;
	display: block;
	width: 100%; 
	height: 100%;  
	z-index: 5;
	border-style: none;
}

.PageMessage_Err
{
	color: Red;
}
.PageMessage_Msg
{
	color: Green;
}

.PageTitle
{
	font-weight: bold;
	font-size: 12pt;
}






