﻿body 
{
	font-family:Arial,Courier New,sans-serif;
	color:#696969; 
	background-color:#fafad2;
}

.Caption
{
	color:Red;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

.Field
{
	color:#404040;
	font-size:small;
	font-weight:normal;
	border-color:#306754;
	border-style:solid;
	border-width:1px;
}

.HeaderMenuMainItem
{
	color:#306754;
	font-size:medium;
	font-weight:bold;
}

.HeaderMenuSubItem
{
	color:#306754;
	font-size:x-small;
}

.ModalBackground
 {
     background-color:#fafad2;
}
 
.ModalPopup
 {
      background-color:#eee8aa;
      border-width:1px;
      border-style:solid;
      border-color:#696969;
      padding:5px;
}

.RequiredField
{
	background-color:#eee8aa;
	color:#404040;
	font-size:small;
	font-weight:normal;
	border-color:#306754;
	border-style:solid;
	border-width:1px;
}

.SectionMenuMainItem
{
	color:#306754;
	font-size:medium;
	font-weight:500;	 
}

.SectionMenuSubItem {
	color: #306754;
	font-size: x-small;
}

.SectionMenuTitle
{
	color:#306754;
	font-size:medium;
	font-weight:bold;
	text-decoration:underline;
}

.Text
{
	font-size:small;
	font-weight:normal;
	text-align:justify;	
} 

.TextJustified
{
	font-size:small;
	font-weight:normal;
	text-align:justify;	
}

.TextLeft {
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #696969;
} 

.TextSmall
{
	font-size:x-small;
	font-weight:normal;
	text-align:justify;	
} 

.TextLeftXSmall
{
	font-size:x-small;
	font-weight:normal;
	text-align:left;	
}

.TextLinkButton
{
	color:blue;
	font-size:small;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
}

.TextLinkButtonXSmall
{
	color:blue;
	font-size:x-small;
	font-weight:normal;
	text-align:left;
	text-decoration:underline;
}

.TextRight
{
	font-size:small;
	font-weight:normal;
	text-align:right;	
} 

.TitlePage
{
	color:#306754;
	font-size:x-large;
	font-weight:600;
	text-align:center;
}

.TitleSubPage
{
	color:#306754;
	font-size:large;
	font-weight:300;
	text-align:center;
}

.TitleChapter
{
	color:#306754;
	font-size:large;
	font-weight:500;
	text-align:left;
}

.TitleMenu {
	color: #306754;
	font-size: large;
	font-weight: 500;
	text-align: left;
	text-decoration: underline;
}

.TitleParagraph
{
	color:#306754;
	font-size:medium;
	text-align:left;
	font-weight:normal;
}

.ValidationSummary
{
	background-color:Yellow;
	border-color:Red;
	border-style:double;
	color:Red;
	font-size:small;
	font-weight:normal;
	margin:2px,2px,2px,2px;	
}

.Validator
{
	color:Red;
	font-size:small;
	font-weight:normal;
	text-align:left;
}

.Watermark
{
	font-size:small;
	font-weight:normal;
	text-align:left;
	color:#aeabab;
	border-color:#306754;
	border-style:solid;
	border-width:1px;
}

.WatermarkRequiredField
{
	font-size:small;
	font-weight:normal;
	text-align:left;
	color:#aeabab;
	background-color:#eee8aa;
	border-color:#306754;
	border-style:solid;
	border-width:1px;
}