/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */


.NdsLeftContainerHeading
{
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background-image: url(images/leftcorner.png);
	background-position: left bottom;
	height: 34px;
	background-repeat: no-repeat;
	width: 11px;
}

.NdsLeftContainerFooter
{
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background-image: url(images/leftbottomcorner.png);
	background-position: left top;
	height: 11px;
	background-repeat: no-repeat;
	width: 11px;
}

.NdsRightContainerHeading
{
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background-image: url(images/rightcorner.png);
	background-position: left bottom;
	height: 34px;
	background-repeat: no-repeat;
	width: 11px;
}


.NdsRightContainerFooter
{
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	background-image: url(images/RightBottomCorner.png);
	background-position: left top;
	height: 11px;
	background-repeat: no-repeat;
	width: 11px;
}



.NdsContainerTitle
{
	font-family: Trebuchet MS, Verdana, Arial, Tahoma,sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
	padding-left: 10px;
	font-style: italic;
}



.NdsMiddleContainerHeading
{
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	background-image: url(images/middle.png);
	background-position: center bottom;
	height: 34px;
	background-repeat: repeat-x;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


.NdsMiddleContainerFooter
{
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
	background-image: url(images/middleBottom.png);
	background-position: center top;
	height: 11px;
	background-repeat: repeat-x;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}



.NdsTitleArrowAction
{
	height: 20px;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFFFF;
}

.NdsHeadingTitleVisibilityCell
{
	height: 20px;
	text-align: right;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
}


.NdsImageFloaterLeft
{
	float: left;
	margin: 5px 5px 5px 5px;
}


.NdsImageBorder
{
	border: 1px solid #FFFFFF;
}

.NdsContainer
{
	border: 1px solid #FFFFFF;
	text-align: justify;
	vertical-align: top;
	font-family: MS Sans Serif, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9f3f7;
}

.NdsContent
{
	padding: 10px;
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.NdsContentLink, A.NdsContentLink:link, A.NdsContentLink:visited, A.NdsContentLink:active
{
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066cc;
	font-weight: bold;
}



ul li
{
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

p
{
	text-indent: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


.NdsContentHeading
{
	font-family: georgia;
	font-style: italic;
	font-size: 18px;
	color: #cc9900;
	text-align: left;
	margin-bottom: 10px;
	height: 25px;
	background: url(images/linetext.png) repeat-x bottom;
}



.ContentSmallHeading
{
	font-family: Verdana, Arial, Verdana, Tahoma,sans-serif;
	font-size: 13px;
	color: #013761;
	font-weight: bold;
}

.ContentSmallHeadingB
{
	font-family: Verdana, Arial, Verdana, Tahoma,sans-serif;
	font-size: 16px;
	color: #013761;
	font-weight: bold;
}

.ContentSmallHeadingC
{
	font-family: Verdana, Arial, Verdana, Tahoma,sans-serif;
	font-size: 12px;
	color: #5b6c26;
	font-weight: bold;
}

.NdsVerticalBorder
{
	border-left-style: dotted;
	border-width: 0px 0px 0px 1px;
	margin-left:5px;
	margin-right:5px;
	border-left-color: #99cccc;
}

.NdsContainerTitleBottomAction
{
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}



.Growing
{
	background: url(images/GrowingBox.png) center center;
	width: 271px;
	height: 235px;
	display: block;
}


a.Growing:hover
{
	background: url(images/GrowingBoxHover.png) center center;
	width: 271px;
	height: 235px;
	cursor: pointer;
	display: block;
}


.Serving
{
	background: url(images/ServingBox.png) center center;
	width: 271px;
	height: 235px;
	display: block;
}

a.Serving:hover
{
	background: url(images/ServingBoxHover.png) center center;
	width: 271px;
	height: 235px;
	cursor: pointer;
	display: block;
}

.Connecting
{
	background: url(images/ConnectingBox.png) center center;
	width: 271px;
	height: 235px;
	display: block;
}

a.Connecting:hover
{
	background: url(images/ConnectingBoxHover.png) center center;
	width: 271px;
	height: 235px;
	cursor: pointer;
	display: block;
}

.BoxContainer
{
	padding-right: 10px;
}


.DonateButton, A.DonateButton:link, A.DonateButton:visited, A.DonateButton:active
{
	width: 297px;
	height: 38px;
	background: url(images/donatebutton.png) center center;
	display: block;
	color: White;
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.ReachGroupTable td
{
	border: 1px dotted #000080;
	border-collapse: collapse;
	padding: 5px;
}

.PastorName
{
	font-family: georgia;
	font-style: italic;
	font-size: 16px;
}

.GrowGroupEventTable
{
	border: 1px solid #dcddde;	
	border-collapse:collapse;
}

.GrowGroupEventTable td
{
	border: 1px solid #dcddde;
	font-family: Verdana;
	font-size: 10px;
}

.GrowGroupEventTableHeading
{
	font-weight:bold;	
	font-size: 11px;
}
