@charset "utf-8";
body {
	background: #F7F08C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 100%; /*New*/
	width: 100%; /*New*/
}
html { /*New*/
	margin:0;
	height:100%;
	width:100%;
}
#container {
	/*width: 780px;*/ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width:100%;
	background: #F7F08C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
/*	background: #DDDDDD; 
*/	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
img {
	border:0px;
}
table tr .firstInlineGray {
	padding-right: 4px;
	padding-left: 0px;
}
table tr .inlineGray {
	padding-right: 4px;
	padding-left: 0px;
}
#mainToolbarDesk tr .firstInline {
	padding-right: 4px;
	padding-left: 0px;
	margin-left:-2px;
}
#mainToolbarDesk tr .firstInline {
	padding-right: 4px;
	padding-left: 0px;
}
#mainToolbarDesk tr .inline {
	padding-right: 4px;
	padding-left: 0px;
}
tr td #mainToolbarDesk {
	margin-top: 3px;
	margin-bottom: 3px;
}
#bigRed {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-weight: bold;
	font-size:14px;
}
#bigRed a:hover {
	text-decoration:underline;
}
.bk_list .bk_list_item {
	/*This list is on the Songbooks page*/ 
	list-style-type: none;
}
.bk_list .bk_list_item a {
	text-decoration: none;
	list-style-type: none;
	color: black;
}
.bk_list .bk_list_item a:hover{
	text-decoration:underline;
	list-style-type: none;
	color: black;
}
.oneColFixCtrHdr #container #mainContent  #textLeslie {
	position: relative;
	width: 300px;
	height: 50px;
	left: 425px;
	top: 0px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	display: block;
}
#underscore {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent .bk_list .bigBold {
	list-style-type: none;
}
.oneColFixCtrHdr #container #mainContent .bk_list .bigBold a {
	text-decoration: none;
	list-style-type: none;
	color: black;
}
.oneColFixCtrHdr #container #mainContent .bk_list .bigBold a:hover {
	text-decoration: none;
	list-style-type: none;
	color: #cc0000;
}
#redLink {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#redLink:hover{
	text-decoration:underline;
}
#footer {
	text-align: center;
}
/*domcollapse styles*/
.trigger{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}				
.expanded{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.trigger:hover{
	cursor:pointer;
	text-decoration:underline;
}		
.expanded:hover{
	cursor:pointer;
	color: #000000;
}
.show{
     position:static;
     display: table;
	 left: 100px;
	 text-align:justify;
	 padding: 0px;
	}
.hide{
	position:absolute;
	height:1px;
	width:100px;
	overflow:hidden;
	text-align:justify;
	padding: 0px;
	}
/*end domcollapse styles*/
.resultLink {
	color:#000;
	text-decoration:none;
}
.resultLink:hover {
	text-decoration:underline;
}
#small_text {
	font-size:10px;
}
ul {
	list-style-type: none;
	line-height: 30px;
}
ul a {
	text-decoration: none;
	list-style-type: none;
	color: black;
}
ul a:hover {
	text-decoration: underline;
	list-style-type: none;
	color: #000000;
}
.body_text {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:14px;
}
