#Hyperlink2
{
    border: 1px solid #666666;
    padding: 5px, 10px, 5px, 20px;
    background: #999999;
}

li
{
    margin: 0px 20px 10px -25px;
}

body 
{
    margin: 0px 0px 0px 0px;
    background: #a48f77 url(../../Images/bg.bmp) repeat-x;
	text-align: center;
    font-family: Verdana, Arial, Tahoma, Times New Roman;
    font-size: 12px;
}

body a
{
    color: #104E8B;
    text-decoration: none;
}

body a:hover
{
    color: #104E8B;
    text-decoration: underline;
}

textarea
{
	font-family: Verdana, Arial, Times;
	font-size: 10pt;
}


/* Page Layout */

#pageContainer
{
	width: 900px;
	text-align: left;
}

#headerContainer
{
	width: 900px;
}

#bodyContainer
{
	width: 900px;
	padding: 0px;
    background: url(../../Images/new_bg.gif) repeat-y; 
}

/* Body */

#towerContainer
{
	width: 240px;
        background-color: #5d4f3f; 
	padding-top: 0px;
padding-bottom: 10px;
padding-left:10px;
padding-right: 10px;
	float: right;
	color: White;
	text-align: left;
}

#bodyMainContainer
{
	width: 580px;
	min-height: 400px;
	background: White;
	padding-top: 0px;
padding-bottom: 20px;
padding-left:20px;
padding-right: 20px;
}

#bodyMainContainerFull
{
    width: 860px;
    min-height: 450px;
    background: White;
    padding: 20px;
}

#bodyNavContainer
{
	width: 141px;
	float: left;
}

#bodyContentContainer
{
	margin-left: 150px;
}

/* Tower */

.towerButton
{
  margin-top: 5px;
  color: White;
  width: 228px;
  padding: 5px; 
  text-align: left;
  font-size: 13px;
  background: #6d5f4f; 
  border: 1px #7d6f5f solid;
}

.towerButton a
{
  font-size: 14px;
  color: White;
  text-decoration: none;
}

.towerButton a:hover
{
  color: Yellow;
  text-decoration: none;
  border: 1px #f0f000 solid;
}

.towerButton img
{
  border: 0;
  padding-right: 10px;
}

/* Footer */

#footerContainer
{
	width: 900px;
    padding-bottom: 4px;
    text-align: center;
    color: #525145;
	font-size: 8pt;
}
#footerContainer a
{
    color: White;
    text-decoration: none;
}

#footerContainer a:hover
{
    color: Yellow;
    text-decoration: none;
}

.footerColumnWide
{
	width: 120px;
	margin-right: 20px;
}

#footerSeperator
{
	width: 900px;
	height: 7px;
    background-image: url('../../Images/Footer/seperator2.gif');
}
#footerSeperatorTop
{
	width: 900px;
	height: 10px;
    background-image: url('../../Images/Footer/seperatorTop.gif');
}
#footerSeperatorBottom
{
	width: 900px;
	height: 10px;
    background-image: url('../../Images/Footer/seperatorBottom.gif');
}
.copyright
{
	font-size: 8pt;
}
.copyright a
{
	font-size: 8pt;
}

/* Breadcrumb */

#bodyBreadcrumbContainer
{
	padding: 0px;
	margin-top: 10px;
        margin-bottom:10px;
	background-color: #897763;
}

.breadCrumbs
{
    background-color: #897763;
    color: #eeeeee;
}

.breadCrumbs a
{
    text-decoration: underline;
    color: #eeeeee;
}

/* Modal Popup Window */

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.modalPopup
{
	background-color: #FBFAF1;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 20px;
}

.modalPopup textarea
{
	width: 300px;
	height: 170px;
}


.response
{     
        background-color: #d7d5be;
        border-width: 1px;
        border-style: solid;
        border-color: Gray;
        padding: 5px;
        margin: 0 10px 0 10px;
}

.pageTitle
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #525145;
}
.header
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #2f4969;
}

.smallText
{
	font-size: 8pt;
}

.smallTextGreen
{
	font-size: 8pt;
	color: #009900;
}

.hidden
{
    display: none;
}

.clearFix
{
	clear: both;
}

.checkbox
{
	cursor:pointer;
}

.checkbox label
{
	cursor:pointer;
}

.checkbox input
{
	cursor:pointer;
}

.publicGridHeader 
{
	background: url('../../Images/publicGrdHeader.gif');
	font-size: 8pt;
}

.publicGridRow TD
{
	border-bottom: solid 1px #d4d9dc;
	font-size: 8pt;
}


/* Accordian */

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{
	visibility : hidden;
	margin : 0px!important;
	background-color: #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : hand;
	overflow : auto;
	height : 150px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* Home */
.featuredSermonContainer
{
	background-image: url('../../Images/Home/FeaturedSermonBG.gif');
	width: 295px;
	height: 118px;
	padding: 10px 15px 10px 15px;
}

.featuredSermonContainer2
{
	background-image: url('../../Images/SermonMedia/FeaturedSermonBG2.gif');
	width: 215px;
	height: 118px;
	padding: 10px 15px 10px 15px;
}
