﻿body
    {
    background-color: #DBDBDB;
    }

.stjw_hyperlink_class
    {
/*
    color: #E63627;
    text-decoration: none;
*/
    }

.stjw_main_outtermost_div_style
{
	background-color: #F3F1F1;
    margin: 0 auto;
    padding: 0px;
    /*overflow: hidden;*/
    min-height: 200px;
    width: 1000px;

    border-width: 5px;
    border-style: solid;
    border-color: #96B436;
}

.stjw_main_page_heading_div_style
{
    padding: 5px;
    height: 250px;
    vertical-align: middle;
}
.stjw_main_page_heading_image_left_div_style
{
    float: left;
}
.stjw_main_page_heading_image_right_div_style
{
    float: right;
}
.stjw_main_page_heading_text_div_style
{
    float: right;
    margin-top: 15px;
    text-align: center;
    width: 350px;

	background-color: #F3F1F1;
    border-width: 5px;
    border-style: solid;
    border-color: #96B436;
}

/* BEGIN:   NAVIGATION MENU STYLES cc0000*/
.navigation_menu_linkbutton
    {
    color: black;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    overflow: hidden;
    height: 20px;
    }
    
.navigation_cell
    {
    background-color: #96B436; /* green */
    border: 1px solid #2F4F4F;
    cursor: pointer;
    height: 26px;
    overflow: hidden;
    }

/* END:     NAVIGATION MENU STYLES */

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
/* ELCA image colors:   Red:    #E63627 - used lighter #F19A94
                        Purple: #7F6DB3 - used lighter #EBBAFF
                        Green:  #96B436
                        Yellow: #F6D407 - lighter background #
*/
.accordionHeader
    {
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #96B436; /* green */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 170px;
    overflow: hidden;
    }
.sub_accordionHeader
    {
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #96B436; /* green */
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    overflow: hidden;
    }
#master_content .accordionHeader a
    {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	overflow: hidden;
    }
#master_content .accordionHeader a:hover
    {
	background: none;
	text-decoration: underline;
    overflow: hidden;
    }
.accordionHeaderSelected
    {
    border: 1px solid #2F4F4F;
    color: black;
    background-color: #F6D407;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    overflow: hidden;
    }
#master_content .accordionHeaderSelected a
    {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
    overflow: hidden;
    }
#master_content .accordionHeaderSelected a:hover
    {
	background: none;
	text-decoration: underline;
    overflow: hidden;
    }
.accordionContent
    {
    background-color: #FBF2C0;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    overflow: hidden;
    }

.stjw_login_TabContainer_div
    {
    text-align: left;
    height: 2000px;
    width: 90%;
    padding: 0px;
    }
.stjw_login_TabContainer_content_div
    {
    text-align: center;
    }

/* BEGIN:   http://devpinoy.org/blogs/keithrull/archive/2008/02/25/how-to-build-a-better-asp-net-ajax-updateprogress-notification.aspx

/* 
	The transparent background that
	covers the whole screen
*/
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}
/* Style classes for Sample6 */
.Sample6PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 300px;
    height: 300px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}
/* END:     http://devpinoy.org/blogs/keithrull/archive/2008/02/25/how-to-build-a-better-asp-net-ajax-updateprogress-notification.aspx

/* BEGIN:   MAIN PAGE STYLES */
.stjw_calendars_list
    {
    margin: 0px;
    padding: 0px;
    }
.stjw_calendars_list_item
    {
    border: 0px;
    display: block;
    margin: 0px;
    padding: 5px;
    text-align: left;
    height: 32px;
    vertical-align: middle;
    }
.stjw_calendars_list_item img
    {
    vertical-align: middle;
    border: 0px;
    height: 30px;
    width: 38px;
    }
.stjw_calendars_list_item a
    {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    color: Black;
    display: block;
    height: 100%;
    margin: 0px;
    text-decoration: none;
    vertical-align: middle;
    }
.stjw_calendars_list_item a:hover
    {
    background-color: #FBF2C0;
    }
.stjw_calendars_style
    {
	background-color: #F6D407;
    border-width: 5px;
    border-color: #F6D407; /* yellow */
    border-style: solid;
    margin: 5px;
    }
.stjw_main_content_style
    {
	background-color: #f3f1f1;
    padding: 20px;
    margin: 0px;
    margin-top: 5px;

    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #96B436;
    }

.page_content_style
{
    min-height: 250px;

    margin: 0 auto;
	margin-left: 8px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.stjw_page_news_grid_div_style
{
    text-align: left;
    width: 225px;
}

.site_data_3jb_div_style
{
    margin: 0 auto;
    padding: 0px;
    width: 1000px;
    font-size: 12px;
}
.site_data_3jb_HyperLink_div_style
{
    margin: 0 auto;
    padding: 5px;
    padding-top: 8px;
    float: right;
}

.site_bottom_of_page_div_style
{
    margin: 0px;
    margin-bottom: 50px;
    padding: 0px;
}
/* END:     MAIN PAGE STYLES */
