﻿/* general declarations */
body, table, tr, td, div, p, font, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10.5pt;
}
body
{
	font-size: 10px;
	color: #333333;
	background-attachment: fixed;
}
.menustyle
{
	background-position: left;
	padding: 1px;
	text-align: left;
	background-image: url( 'file:///D:/VS2008/Claret08/../../images/menu/menu1.jpg' );
}
a
{
	text-decoration: underline;
	color: #004800;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #009933;
	font-weight: bold;
}
a.more
{
	text-decoration: underline;
	color: #339933;
	font-weight: bold;
}
input, textarea, select {
	font-size: 9pt;
}
td {
	/* text-align: justify; general text size */
	vertical-align:	top;
	font-size: 10.5pt;
}


/* content columns */
/* alignment */
/* colors */
/* unused declarations */
div.light {
}

/* border styles */
div.dashed {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
}
div.dotted {
	border-width: 1px;
	border-style: dotted;
	border-color: black;
}
div.solid {
	border-width: 5px;
	border-style: solid;
	border-color: white;
}
div.noborder {
	border-style: none;
}

/* content proper! */
.header
{
	/*padding: 5px;*/
	background-position: 0px;
	color: #006600;
	font-weight: bold;
	font-size: 13pt;
	text-align: left; /* padding-left: 25px; */
	font-variant: small-caps;
	cursor: pointer;
}
.accordionPrayerHeader
{
	background-repeat: repeat-x;
	background-color: Transparent;
	border-bottom: solid 1px gray;
	font-weight: bold;
	cursor: pointer;
	border-bottom-width: 0px;
	text-decoration: underline;
	list-style-type: circle;
	list-style-position: inside;
	display: list-item;
	border-bottom-style: none;
}
.accordionHeader
{
	background-repeat: repeat-x;
	background-color: Transparent;
	border-bottom: solid 1px gray;
	font-weight: bold;
	cursor: pointer;
	border-bottom-width: 0px;
	text-decoration: underline;
	list-style-type: circle;
	list-style-position: inside;
	display: list-item;
	border-bottom-style: none;
	color: #004000;
	font-size: 15px;
}
.HeaderPrayerSelected
{
	background-repeat: repeat-x;
	
	border-bottom: solid 1px gray;
	margin: 0px 0 0px 0;
	font-weight: bold;
	padding: -3px 3px 1px 3px;
	cursor: pointer;
	font-family: 'Viner Hand ITC';
	font-size: 16pt;
	border-bottom-width: 0px;
	text-align: center;
	text-decoration: underline;
} 
.AccordionHeaderSelected
{
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	color: #006600;
	border-bottom-style: none;
	font-size: 12pt;
	padding-top: 10px;
} 
.accordionContent2
{
	padding-left: 20px;
	padding-bottom: 10px;
}
.TitleHeader
{
	/*padding: 5px;*/
	background-position: 0px;
	background-repeat: no-repeat;
	color: #6F6F00;
	font-weight: bold;
	font-size: 14pt;
	text-align: left; /* padding-left: 25px; */
	font-variant: small-caps;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
.submenu1
{
	font-size: 14px;
	color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	clip: rect(3px, auto, auto, auto);
}
.submenu2
{
	background-color: #005500;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
}
.submenu3
{
	background-color: #339933;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
}
.labelbold
{
	font-weight: bold;
	color: #005B00;
}
.labelnormal
{
	font-weight: normal;
	color: #005B00;
}
.alwaysvisiblepanel
{
	clip: rect(auto, auto, -30px, -30px);
	bottom: -30px;
	left: -300px;
}
.alternateStyleOnGridViews
{
	color: #000000;
	background-color: #B6D881;
}
.accordionHeaderMenu
{
	clip: rect(-10px, auto, auto, auto);
	cursor: pointer;
}

.listHeader
{
	background-repeat: repeat-x;
	background-color: Transparent;
	border-bottom: solid 1px gray;
	margin: 10px 0 0px 0;
	font-weight: bold;
	padding: 2px 1px 0px 1px;
	cursor: pointer;
	border-bottom-width: 0px;
	text-decoration: underline;
	list-style-type: circle;
	list-style-position: inside;
	display: list-item;
}
.wmark1
{
	background-color: #DCEDC3;
}
.faqselected
{
	background-repeat: repeat-x;
	border-bottom: solid 1px gray;
	margin: 0px 0 0px 0;
	font-weight: bold;
	padding: -3px 3px 1px 3px;
	cursor: pointer;
	font-family: 'Viner Hand ITC';
	font-size: 13pt;
	border-bottom-width: 0px;
	text-align: left;
	text-decoration: underline;
}

.faqcontent
{
    font-family: Arial;
    font-size: 11pt;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
    padding-left: 40px;
}

.faqcontent2
{
    font-family: Arial;
    font-size: 11pt;
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
    padding-left: 20px;
}