/* Default CSS Stylesheet for a new Web Application project */{}

.CenterPage
{
margin: 0 auto
}

.GeneralPage
{
background-color: #ffffff; /* Background Color */
/*margin-bottom: 0px; /* Margins */
/*margin-left: 0px; /* Margins */
/*margin-right: 200px; /* Margins */
/*margin-top: 0px; /* Margins */

}

.GeneralTable
{
background-color: #CEBCFE ; /* Background Color */
}

.TopBanner
{
	font-family: Arial;
	font-size: 14pt;
	color: White;
	font-weight: Bold;
	text-decoration: none;
	font-style: normal;
	background-color: #CEBCFE;
	text-align: left;
}

.TopSubBanner
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: none; 
text-align: Left; /* Align Text */

}

.TopSubBannerText
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
}

.LeftColumn
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Font Size */
color: 000080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #CEBCFE; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.LeftColumnText
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Font Size */
color: 000080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: auto;}

.RightColumn
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: #CEBCFE; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.RightColumnText
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Font Size */
color: 000080; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 15%;}

.Footer
{
font-family: "Arial"; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.FooterText
{
font-family: "Arial"; /* Font Face */
font-size: 8pt; /* Font Size */
color: #000080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}
a.FooterText:link, a.FooterText:visited, a.FooterText:active {color: #000080; text-decoration: none; font-size:8pt; font-weight:bold;}
a.FooterText:hover {color: #E895EA ; text-decoration: none; font-size:8pt; font-weight:bold;}

.Instructions
{
font-family: "Arial"; /* Font Face */
font-size: 8pt; /* Font Size */
color: 000080; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
width: 550;
}

.ErrorMessages
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
color: Red; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
color: #000080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: none; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
color: 000080; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #FFFFFF; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: "Arial"; /* Font Face */
font-size: 9pt; /* Font Size */
color: 000080; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: white; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: "Arial"; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: 000080; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: #CEBCFE; /* Background color */
text-align: Center; /* Align Text */
}

.ContentTable
{
background-color: #CEBCFE;
}

.ContentTableHorizontal
{
background-color: #CEBCFE;
}
.PJMoonBottomBar
{
font-family: "Arial"; /* Font Face */
font-size: 8pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #CEBCFE; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.PJMoonRightNav
{
font-size:12px; 
font-weight:bold; 
color:#000080; 
font-family:"Lucida Sans Unicode";
background-color:#FFFFFF;
border-color:#e895ea;
border-style:solid;
border-width:thin;
}
a.PJMoonRightNav:link, a.PJMoonRightNav:visited, a.PJMoonRightNav:active {color: #000080; text-decoration: none; font-size:12px;}
a.PJMoonRightNav:hover {color: #E895EA; text-decoration: none; font-size:12px;}

.PJMoonLeftNav
{
font-size:12px; 
font-weight:bold; 
color:#000080; 
font-family:"Lucida Sans Unicode";
background-color:#FFFFFF;
border-color:#e895ea;
border-style:solid;
border-width:thin;
}

.Price
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
font-weight: bold;
color: Black; /* Font Color */
}
.SalePrice
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
font-weight: bold;
color: black; /* Font Color */
}
.BoldRed
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
font-weight: bold;
color: Red; /* Font Color */
}

.BoldGreen
{
font-family: "Arial"; /* Font Face */
font-size: 14pt; /* Font Size */
font-weight: bold;
color: #339900; /* Font Color */
}

.Description
{
font-family: "Arial"; /* Font Face */
font-size: 12pt; /* Font Size */
color: #000080; /* Font Color */
}
.BottomMenu{font-size:12px; font-weight:bold; color:#000080; font-family:"Lucida Sans Unicode"; }
a.BottomMenu:link, a.BottomMenu:visited, a.BottomMenu:active {color: #000080; text-decoration: none; font-size:12px; font-weight:bold;}
a.BottomMenu:hover {color: #E895EA; text-decoration: none; font-size:12px; font-weight:bold;}
.LeftMenu{color: #000080; text-decoration: none; font-size:12px; font-weight:bold; text-align:left}
a.LeftMenu:link, a.LeftMenu:visited, a.LeftMenu:active {color: #000080; text-decoration: none; font-size:12px;}
a.LeftMenu:hover {color: #E895EA; text-decoration: none; font-size:12px;}
.RightMenu{color: #000080; text-decoration: none; font-size:12px; font-weight:bold; text-align:left}
a.RightMenu:link, a.RightMenu:visited, a.RightMenu:active {color: #000080; text-decoration: none; font-size:12px;}
a.RightMenu:hover {color: #E895EA; text-decoration: none; font-size:12px;}
.Clearance{color: red; text-decoration: none;font-size:12px; font-weight:bold;}
a.Clearance:link, a.Clearance:visited, a.Clearance:active {color: red; text-decoration: none;font-size:12px; font-weight:bold;}
a.Clearance:hover {color: yellow; text-decoration: none;font-size:12px; font-weight:bold;}

.Pepita {
	font-family: "Pepita MT";
	font-size: 24px;
	font-weight: bold;
	color: #E895EA;
}

.Menulinks {
	font-family: "Arial";
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Menulinks{color: #000080; text-decoration: none; font-size:12px; font-weight:bold; text-align:left}
a.Menulinks:link, a.Menulinks:visited, a.Menulinks:active {color: #000080; text-decoration: none; font-size:12px;}
a.Menulinks:hover {color: #E895EA; text-decoration: none; font-size:12px;}
