/* =================================
   Paragraph, link, hor rule, etc
*/ 

p
{
	margin-top: 5px;
	margin-bottom: 0px;
}

ul, ol
{
	margin-top: 6px;
	margin-bottom: 3px;
	line-height: 16px;
}


A, A:link, A:active, A:visited
{
	text-decoration: underline;
	color: #444444;
}

A:hover
{
	text-decoration: underline;
	color: #f78600;
}

hr
{
	color: #e0dfe3;
	height: 1px;
}

/*====================================
  Page Layout 
*/


.Background
{
	margin-left: 0;
	margin-top: 0;
	background-color: Transparent;
	text-align: center;
}

.Body
{
	background-color: white;
}

.SiteLeftBorder
{ 
	background-color: black;
	visibility: hidden;
}

.SiteRightBorder
{
	background-color: #cccccc;
}


.LeftPanel
{
	background-color: Transparent;
	border-right-color: black;
	border-right-width: 1px;
	border-right-style: none;
}

.CenterPanel
{
	padding: 10px;
	padding-right: 0px;
	vertical-align: top;
}


.RightPanel
{
	border-left-color: #e0dfe3;
	border-left-style: solid;
	border-left-width: 1px;
}

/* ===================================
   Header/Footer
*/

.DefaultHeader
{
	background-color: transparent;
}

.DefaultHeaderBottomBorder
{
	height: 0px;
	background-color: red;
}



.DefaultFooter
{
	
	background-color: #bbbbbb;
	padding-top: 5px;
	padding-bottom: 5px;

}

/* ================================================*/


.CopyrightNotice
{
	font-family: Verdana;
	font-size: 7pt;
	color: #222222;
	padding-left: 10;
}


.PageTitle
{
	font-family: Arial;
	font-size: 19pt;
	font-weight: normal;
	color: #666666;
	padding-left: 10;
	padding-top: 5;
}

.PageTitleNoPadding
{
	font-family: Arial;
	font-size: 19pt;
	font-weight: normal;
	color: #666666;
}

/* 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: 16pt;
	font-weight: Normal;
	color: #4d5155;
	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;
}


.LabelNoVerticalAlign
{
	font-size: 8pt;
	font-family: Verdana;
	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;
}

.GridHeader
{
	background-color: #eeeeee;
	font-weight: bold;
}

.GridItem
{
	vertical-align: top;	
}

.GridPager
{
	font-size: 10pt;
}

.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;
}

.DebugInfo
{
	background-color: Red;
	color: White;
	font-size: 8pt;
	font-family: Verdana;
	
}



