.sunday-bg {
	background: url(sunday-bgn.jpg) no-repeat left top;
	padding-top:5px;
	display:block;
}
.sunday-menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    height: 25px;
}

.sunday-menu .tabs-nav {
    list-style: none;
    padding-left:40px;
    height:24px;
}
.sunday-menu .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.sunday-menu .tabs-nav li {
    float: left;
    margin: 0 0 0 1px !important;
    min-width: 64px; /* be nice to Opera */
    list-style:none;
    padding-bottom:0;
}
.sunday-menu .tabs-nav a, .sunday-menu .tabs-nav a span {
    display: block;
    padding: 0 10px !important;
    background: url(tab.gif) no-repeat;
}
.sunday-menu .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0 !important;
    color: #595959 !important;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap; /* required in IE 6 */
}
.sunday-menu .tabs-nav a.tabs-selected {
    color: #000;
}
.sunday-menu .tabs-nav a.tabs-selected, .sunday-menu .tabs-nav a:hover, .sunday-menu .tabs-nav a:focus, .sunday-menu .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.sunday-menu .tabs-nav a,.sunday-menu .tabs-nav .tabs-disabled a:hover, .sunday-menu .tabs-nav .tabs-disabled a:focus, .sunday-menu .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px; 
}
.sunday-menu .tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px !important;
    padding-right: 0 !important;
}
*>.sunday-menu .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.sunday-menu .tabs-nav a.tabs-selected span {
    padding-top: 7px !important;
}
.sunday-menu .tabs-nav a.tabs-selected span, .sunday-menu .tabs-nav a:hover span, .sunday-menu .tabs-nav a:focus span, .sunday-menu .tabs-nav a:active span {
    background-position: 0 -50px;
}
.sunday-menu .tabs-nav a span, .sunday-menu .tabs-nav .tabs-disabled a:hover span, .sunday-menu .tabs-nav .tabs-disabled a:focus span, .sunday-menu .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.sunday-date{font-size:20px;margin-right:5px;color:#b2b2b2;text-align:right;}
.sunday-table{}
.sunday-table table{
	border-left:1px #CCC solid;
	border-top:1px #CCC solid;
	width:725px;
	margin:5px auto 0;
}
.sunday-table td{
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding:5px;
	text-align:center;
	font-size:15px;
}
.sunday-table th{
	background: url(sunday-bgn2.jpg) repeat-x left bottom;
	padding:5px;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	text-align:center;
}

.sunday-content{
    display:none;
    padding:0;
    margin:0 auto;
    overflow:hidden;
}
.sunday-block{}
.sunday-blocktitle{margin-top: 0px;}
.sunday-blockcontent{padding:0px;text-align:justify;}
@media print {.sunday-content{display:block !important;}}

