/* Default CSS Stylesheet for a new Web Application project */

.menu 
{
	margin: 0;
	padding: 0;
}

.menu tr
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

.menu tr td 
{
	text-align: center;
	padding: 0;
	margin: 0;
}

.menu tr td a 
{
	background: #578E91;
	color: #fff;
	width: 100px;
	height: 22px;
	border-top: 1px solid #fff;
	border-left: none;
	border-bottom: none;
	border-right: 1px solid #fff;
	padding: 0 0 0 1em;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	line-height: 2em;
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	}

.menu tr td a:hover, menu tr td a:active 
{
	color: #fff;
	background: #18575B;
}

.GeneralPage, #PageTable
{
	background-color: white; /* Background Color */
	background-image: none; /* Background Image */
	margin: 0px;
	padding: 0px;
}

.GeneralTable
{
	background-color: white; /* Background Color */
}

.TopBanner
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 28px; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #FFFFFF; /* Background Color */
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
}

.TopSubBanner
{
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #ffffff;
	font-weight: bolder; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-image: url(/store/images/gradright-green.gif);
	text-align: left; /* Align Text */
}

.gradTable
{
	background-image: url(/store/images/gradbot-green.gif); /* Background Image */
}

.LeftColumn
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #ffffff; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #ffffff; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.lfActiveBackground {color:white;background-color:#18575B}
.lfInactiveBackground {color:white;background-color:#578E91}
.lfFadeBackground {color:black;background-color:#CCFFCC}
.lfArticle {color:black;font-family:"Arial",sans-serif;font-size:10pt;margin-left:5px;margin-right:22px}
.lfArticle a {color:#18575B;text-decoration:none}
.lfArticle a:hover {color:#18575B;text-decoration:underline}
.lfIndentedArticle {color:black;font-family:"Arial",sans-serif;font-size:10pt;margin-left:35px;margin-right:22px}
.lfIndentedArticle a {color:#18575B;text-decoration:none}
.lfIndentedArticle a:hover {color:#18575B;text-decoration:underline}
.lfHeadline{color:white;font-weight:bold;font-family:"Arial",sans-serif;font-size:14pt;margin-left:1px;vertical-align=middle}
.lfHeadline a {text-decoration:none;color:white}
.lfHeadline a:hover {text-decoration:underline;color:white}
.lfSubheadline {color:white;font-weight:bold;font-family:"Arial",sans-serif;font-size:12pt;margin-left:1px}
.lfSubheadline a {text-decoration:none;color:white}
.lfSubheadline a:hover {text-decoration:underline;color:white}
.lfHeadlineLinks {color:white;font-weight:bold;font-family:"Arial",sans-serif;font-size:10pt;margin-left:1px}
.lfHeadlineLinks a {text-decoration:none;color:white}
.lfHeadlineLinks a:hover {text-decoration:underline;color:white}
.lfMajorSection {color:#18575B;font-weight:bold;font-family:"Arial",sans-serif;font-size:12pt}
.lfMajorSection a {color:#18575B;text-decoration:none}
.lfMajorSection a:hover {color:#18575B;text-decoration:underline}
.lfMinorSection {color:#578E91;font-weight:bold;font-family:"Arial",sans-serif;font-size:10pt}
.lfMinorSection a {color:#578E91;text-decoration:none}
.lfMinorSection a:hover {color:#578E91;text-decoration:underline}
.lfSidebar {notbackground-color:white;color:black;font-family:"Arial",sans-serif;font-size:9pt;}
.lfSidebar a {color:white;text-decoration:none}
.lfSidebar a:hover {color:white;text-decoration:underline}
.lfSidebarEmph {color:white;font-weight:bold;font-family:"Arial",sans-serif;font-size:9pt;}
.lfSidebarEmph a {color:white;text-decoration:none}
.lfSidebarEmph a:hover {color:white;text-decoration:underline}    

h1 {color:#18575B;font-weight:bold;font-family:"Arial",sans-serif;font-size:15pt}
h2 {color:#18575B;font-weight:bold;font-family:"Arial",sans-serif;font-size:13pt}
h2 {color:#18575B;font-weight:bold;font-family:"Arial",sans-serif;font-size:11pt}

.accentBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #ffffff; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #578E91; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
	padding-left: 1ex;
}

.advSearch { font-size: 7pt }


.RightColumn
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #ffffff; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #ffffff; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}


.Footer
{
	background-color: #578E91; /* Background color */
	background-image: none; /* Background Image */
}

.accentBox a:link, .accentBox a:visited, .Footer a:link, .Footer a:visited { color: #fff; }
.accentBox a:hover, .accentBox a:active, .Footer a:hover, .Footer a:active { color: #eee; }

.Copyright
{
	padding: 5px;
	border: 1px solid #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #fff; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
	vertical-align: middle; /* Vertical Align Text */

}

.bottomLinks 
{
	color:white;
	font-family:"Arial",sans-serif;
	letter-spacing:0.2em;
	font-size:9pt;
	text-transform:lowercase;
	text-align:center;
	padding-bottom: 10px;
}

.bottomLinks a {color:white;text-decoration:none}
.bottomLinks a:hover {text-decoration:underline}

.Instructions
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #d5e4e5; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ErrorMessages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Messages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Headings
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
}

.Content
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */

}


.ContentTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Heading Font Size */
	color: #000000; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: #d5e4e5; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.ContentTable
{
	background-color: #d5e4e5;
}

.ContentTableHorizontal
{
	background-color: #d5e4e5;
}

/* Styles for the product pages */
.asteriskBox
{
	font-size: 7pt;
	padding: 0 0 0 2.5em;
}

.Description
{
    width: auto;
}

.LicenseTable
{
	border: 1px solid #d5e4e5;
	width: 100%;
}


.MainContent
{
	padding: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Font Face */
	font-size: 9pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */

}

.MainContent a:link, .MainContent a:visited { color: #18575B }
.MainContent a:hover, .MainContent a:active { color: #578E91 }

.attribBox
{
	white-space: nowrap;
}
