/* =================================
   Paragraph, link, hor rule, etc
*/ 

p
{
	margin-top: 5px;
	margin-bottom: 0px;
}

span
{
	font-family: Verdana;
	font-size: 8pt;
	color: #444444;
	line-height: 13pt;
	margin-top: 3px;
}

ul, ol
{
	margin-top: 6px;
	margin-bottom: 3px;
	line-height: 16px;
}


A, A:link, A:active, A:visited
{
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: #444444;
}

A:hover
{
	text-decoration: underline;
	color: #812C2E;
}

hr
{
	color: #e0dfe3;
	height: 1px;
}

/*====================================
  Page Layout 
*/


.Background
{
	margin-left: 0;
	margin-top: 0;
	background-color: #ffffff;
}

.Background2
{
	margin-left: 0;
	margin-top: 0;
	background-color: #ffffff;
}

.Body
{
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 8px;
}

Body
{
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

.SiteLeftBorder
{ 
	background-color: #812C2E;
}

.SiteRightBorder
{
	background-color: #cccccc;
}


.LeftPanel
{
	background-color: #dddddd;
}

/* ===================================
   Header/Footer
*/

.DefaultHeader
{
	background-color: #ffffff;
}

.DefaultHeaderBottomBorder
{
	height: 1;
	background-color: #cccccc;
}



.DefaultFooter
{
	
	background-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;

}

/* ================================================*/


.CopyrightNotice
{
	font-family: Verdana;
	font-size: 7pt;
	color: #222222;
	text-align: center;
}


.PageTitle
{
	font-family: Arial;
	font-size: 19pt;
	font-weight: normal;
	color: #666666;
	padding-left: 10;
	padding-top: 5;
}

/* The page title underline is a cell. Set the height to 1px
   to make a thin line, wider for a thick line. Leave the width 
   unspecified to make the line the same width as the title. Specify
   the width to make the line a fixed width, extending to the right
   past the end of the title. Set the background color to the color of
   the line. Turn the line on/off in AppSettings. */
.PageTitleUnderline
{
	height: 5px;
	background-color: #eeeeee;
}

.FormTitle
{
	font-family: Arial;
	font-size: 19pt;
	font-weight: normal;
	color: #666666;
	padding-bottom: 3px;
}


.ModuleTitle
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #812C2E;
	padding-top: 8;
	padding-bottom: 5;

}

.ModuleSubTitle
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5;
	padding-top: 9;
}

.Button
{
	font-size: 8pt;
	font-family:Verdana;
	height: 22;
}

.LinkButton
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.LinkButton A:link, *.LinkButton A:visited, *.LinkButton A:active
{
	color: #8a001c;
	text-decoration: underline;
}

.LinkButton A:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.LinkButtonBold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.BoldLinkButton A:link, *.BoldLinkButton A:visited, *.BoldLinkButton A:active
{
	color: #8a001c;
	text-decoration: underline;
}

.BoldLinkButton A:hover
{
	color: #ff0000;
	text-decoration: underline;
}


.PageAdminHeader
{
	text-align: right;
}

.PageAdminHeaderLinkButton
{
	font-family: Verdana;
	font-size: 8pt;
	height: 20px;
}


.Label
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: top;
	line-height: 12pt;
	padding-right: 5px;
}


.ButtonBarMessage
{
	font-size: 8pt;
	font-family: Verdana;
	vertical-align: top;
	line-height: 12pt;
	color: Red;
}

.TextBox
{
	font-size: 8pt;
	font-family: Verdana;
}

.RequiredTextBox
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #f7ebdb; 
}

.CheckBox
{
	font-size: 8pt;
	font-family: Verdana;
}

.Grid
{
	font-size: 8pt;
	font-family: Verdana;
	border-style:solid
}

.GridHeader
{
	background-color: #eeeeee;
	font-weight: bold;
}

.GridItem
{
	
}

.ModuleBody
{
	border: none;
}

.TabbedFormBody
{
	border: none;
	border: 1px #e0dfe3 solid;
	border-top: 5px #e0dfe3 solid;
	padding: 5px;
}


.ListBox
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: white;
	border-right-color: white;
}

.TableCellBox
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
}

.HTMLEditBox
{
	font-size: 8pt;
	font-family: Courier New;
}

.Breadcrumbs
{
	padding-left: 10;
	font-size: 8pt;
	font-family: Verdana;
	font-style: italic;
}

.SnapHeader
{
	border: 1px solid #CCCCCC;
	color: #8A001C;
	font-family: Verdana;
	font-size: 11px;
	width: 100%;
	background-image: url(Images/back.gif);
	background-repeat: repeat-x;
}

.Table
{
	font-size: 8pt;
	font-family: Verdana;
}

.TableHeader
{
	background-color: #eeeeee;
	font-weight: bold;
}

.TableCell
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
}

