/***************************************************
Customized predefined html tags
****************************************************/
BODY {
	background-color: #BCC4C8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}
TABLE, INPUT, SELECT, TEXTAREA {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	/* DON'T SET THIS (BELOW) OR IT WILL BREAK THE HTML MENU SYSTEM'S SPACING (/includes/functions_HTMLmenu.php)
	line-height: 15px; 
	*/
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.smalltable {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 15px;
}
td.tableHeader {
	height:20px;
	vertical-align:middle;
	background-color:#E3E7E8;
	padding-right: 3px;
	padding-left: 5px;
}
td.tableColumnDivider {
	width:1px;
	background-color:#BCC4C8;
}
td.tableRowDivider {
	height:1px;
	background-color:#BCC4C8;
}
td.tableHighlightSubtle {
	background-color:#F5F5F5;
	padding-right: 3px;
	padding-left: 5px;
}
UL {
	margin: 0px 15px;
	color: #5C6F93;
}
OL {
	margin: 5px 0px 5px 25px;
	color: #5C6F93;
}
P, FORM {
	margin: 0px 0px;
}
BLOCKQUOTE {
	margin: 0px 40px;
}
INPUT, SELECT {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}
TEXTBOX {	border: 1px #B3B9C3 solid;}
TEXTAREA {
	/* line-height: 12px; */
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	height: 84px;	
}
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #5C6F93;
	text-decoration: underline;
}
a:visited {
	color: #5C6F93;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #5C6F93;
}
a.moreInfo:link {
	/* font-size: 10px; */
	font-size: 12px
	color: #5C6F93;
}
a.moreInfo:visited {
	font-size: 12px
	color: #5C6F93;
}
a.moreInfo:hover {
	font-size: 12px
	color: #ffffff;
	text-decoration: none;
	background-color: #5C6F93;
}
a.linkSmall:link {
	font-size: 10px
}
a.linkSmall:visited {
	font-size: 10px
}
a.linkSmall:hover {
	font-size: 10px
	color: #ffffff;
	background-color: #5C6F93;
}
a.submenuLink:link {
	text-decoration: none;
	color: #000000;
}
a.submenuLink:visited {
	color: #000000;
}
a.submenuLink:hover {
	background-color: #ffffff;
	color: #000000;
}
a.contactFooter:link {
	color: #000000;
}
a.contactFooter:visited {
	color: #000000;
}
a.contactFooter:hover {
	background-color: #ffffff;
	color: #000000;
}
a.buttonlink:link {
	color: #ffffff;
	text-decoration: none;
	background-color: #A8B3B8;
	padding-right: 3px;
	padding-left: 3px;
}
a.buttonlink:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #A8B3B8;
	padding-right: 3px;
	padding-left: 3px;
}
a.buttonlink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #71828A;
	padding-right: 3px;
	padding-left: 3px;
}
/***************************************************
all additional predefined tags
****************************************************/
.lead {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	line-height: 20px;
	color: #CF640A;
	/*
	color: #AF0000;
	text-transform: uppercase;
	*/
}
.boldText {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #CF640A;
	/*
	color: #AF0000;
	text-transform: uppercase;
	*/
}
.orangeText {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: #CF640A;
	/*
	color: #AF0000;
	text-transform: uppercase;
	*/
}
.redText {
	font-weight: normal;
	/*
	color: #AF0000;
	*/
	color: #B91020;
}
.boldText-blue {
	font-weight: bold;
	color: #5C6F93;
}
.boldText-lightBlue {
	font-weight: bold;
	color: #BCC4C8;
}
.boldText-green {
	font-weight: bold;
	color: #90B183;
}
.boldText-red {
	font-weight: bold;
	color: #B91020;
	font-size: 12px;
	/* NEED THE FOLLOWING FEATURES FOR TAGS LIKE <H2 class="boldText-red">*/
	line-height: 14px;
	padding:0px;
	margin:0px;
}
.bigText-red {
	font-weight: bold;
	/*
	color: #AF0000;
	*/
	color: #B91020;
	font-size:12pt;
	/* NEED THE FOLLOWING FEATURES FOR TAGS LIKE <H2 class="bigText-red">*/
	line-height:14pt;
	padding:0px;
	margin:0px;
}
.blueText {
	font-size: 10px
	text-decoration: none;
	color: #5C6F93;
}
.whiteTitle {
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;
}
.whiteText {
	color: #ffffff;
}
.normalText {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.smallText {
	font-size: 10px;
	line-height: 13px;
	color: #5C6F93;
	/* NEED THE FOLLOWING FEATURES FOR TAGS LIKE <H4 class="smallText">*/
	padding:0px;
	margin:0px;
}
.smallText-bold {
	font-size: 11px;
	line-height: 13px;
	color: #5C6F93;
	font-weight: bold;
	/* NEED THE FOLLOWING FEATURES FOR TAGS LIKE <H4 class="smallText-bold">*/
	padding:0px;
	margin:0px;
}
.spacerText5 {
	font-size: 5px;
	line-height: 5px;
	color: #ffffff;
}
.spacerText10 {
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
}
.greyedOut {
	color: #666666;
}
.bigText {
	font-weight: bold;
}
.searchDisplay {
	padding-right: 3px;
	padding-left: 5px;
}
.contact {
	font-size: 12px
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #3E474C;
}
.submenu {
	font-size: 12px
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: #65747B;
	padding-left: 15px;
}
.form_button {
	font-size: 10px;
	height: 21px;
	background-image: none;
}
.form_button_arrows {
	line-height: 8px;	
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	letter-spacing: 1pt;
	height: 15px;
	width: 25px;
	font-weight: bold;
	background-image: none;
}
.form_textarea_large {
	font-size: 11px;
	margin: 0px;
	padding: 1px;
	height: 150px;	
}
.form_multiselect {
	font-size: 11px;
	height: 85px;
	margin: 0px;
	padding-left:3px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.form_multiselectLarge {
	font-size: 11px;
	height: 180px;
	margin: 0px;
	padding-left:3px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
a.headlinesLink:link {
	font-size: 10px;
	color:3A465C;
	padding-right: 1px;
	padding-left: 1px;
}
a.headlinesLink:visited {
	font-size: 10px;
	color:3A465C;
	padding-right: 1px;
	padding-left: 1px;
}
a.headlinesLink:hover {
	font-size: 10px;
	color: #ffffff;
	background-color: #5C6F93;
	padding-right: 1px;
	padding-left: 1px;
}
.headlinesTitleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5C6F93;
	font-weight:bold;
}
.imageWithBorder {
	border: 0.5pt solid #BCC4C8;
}
.contentImage {
	background-color:#F5F5F5;
	float:left;
	margin-right:5px;
	border: 0.5pt solid #BCC4C8;
}
a.topmenu:link {
	color: #57646A;
	text-decoration: none;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.topmenu:visited {
	color: #57646A;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.topmenu:hover {
	color: #57646A;
	text-decoration: none;
	background-color: #E3E7E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.topmenu2:link {
	color: #57646A;
	text-decoration: none;
	background-color: #E3E7E8;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.topmenu2:visited {
	color: #57646A;
	text-decoration: none;
	background-color: #E3E7E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.topmenu2:hover {
	color: #57646A;
	text-decoration: underline;
	background-color: #E3E7E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.buttonlinkBold:link {
	color: #ffffff;
	text-decoration: none;
	background-color: #A8B3B8;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.buttonlinkBold:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #A8B3B8;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.buttonlinkBold:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #71828A;
	padding-right: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.NAVItemsLink:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	line-height: 20px;
	height: 20px;
	/* remove this line to fix major page width problem in Firefox
	width: 155px;
	*/
	padding: 0px 2px 0px 15px;
	margin: 0px;
}
a.NAVItemsLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	line-height: 20px;
	background-color: #EAEDEE;
	/* remove this line to fix major page width problem in Firefox
	width: 155px;
	*/
	height: 20px;
	padding: 0px 2px 0px 15px;
	margin: 0px;
}
a.NAVItemsLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	line-height: 20px;
	height: 20px;
	/* remove this line to fix major page width problem in Firefox
	width: 155px;
	*/
	padding: 0px 2px 0px 15px;
	margin: 0px;
}
a.NAVTitleLink:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #65747B;
	line-height: 20px;
	/*
	background-color: #BCC4C8;
	width: 139px;
	padding: 0px 2px 0px 10px;
	*/
	padding: 0px;
	height: 18px;
	margin: 0px;
}
a.NAVTitleLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #65747B;
	line-height: 20px;
	/*
	background-color: #BCC4C8;
	width: 139px;
	padding: 0px 2px 0px 10px;
	*/
	padding: 0px;
	height: 20px;
	margin: 0px;
}
a.NAVTitleLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #65747B;
	line-height: 20px;
	background-color: #D3D9DB;
	/*
	width: 139px;
	padding: 0px 2px 0px 10px;
	*/
	padding: 0px;
	height: 20px;
	margin: 0px;
}
.headerText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.headerText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
.PAGETITLE { /* for use on every page's page title */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3E474C;
	line-height: 17px;
	padding: 2px;
	/*
	padding-bottom:1px;
	padding-right:1px;
	*/
	background-color: #E3E7E8;
	margin: 0px;
	border:none;
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#BCC4C8;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#D5D5D8
	*/
}
.textCell {
	padding-left:2px;
}

/********** for use on pages like www.ntm.org/pray/daily.php **********/
.invisibleWhilePrintingOnly {
	DISPLAY:block;
}
.visibleWhilePrintingOnly {
	DISPLAY:none;
}
/********** end "for use on..." ***************************************/

/* ##### DHTML MENU##### 
these formatting styles are safe as they are id'd to
the DHTML menu using #dhtml_menu*/
table#dhtml_menu tr{
/*formatting for dhtml menu table rows*/
	border-bottom:3px solid #E3E7E8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color:#65747B;
	background-color:#BCC4C8;
	line-height: 20px;
	padding: 0px;
	height: 18px;
	margin: 0px;

}
table#dhtml_menu tr:hover { 
/*formatting for dhtml menu table rows*/
	background-color:#D3D9DB;
 }
li#dhtml_sub_menu li{
/*formatting for dhtml menu table rows*/
	border-bottom:2px solid #E3E7E8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	background-color:#E3E7E8;
	padding:3px 0px 0px 0px;
	height: 18px;
	line-height: 18px;
	width:100%;
}
li#dhtml_sub_menu li:hover { 
/*formatting for dhtml menu table rows*/
	background-color:#EAEDEE;
	background-image:url(/images/dhtml_menu/main_bg_mo.gif);
	line-height: 18px;
	height: 18px;
	width:100%;
 }


/*body#dhtml_menu {*/
body {
	/*to allow IE support tr:hover*/
	behavior: url("/css/csshover.htc");
}

