﻿.warning { font-family: helvetica; font-weight: italic; color: #d8761f }
.whiteheader { font-family: helvetica; font-weight: bold; color: white }
.boldheader { font-family: helvetica; font-weight: bold; color: #d8761f; font-size: 30px; }
.tableheader { font-family: helvetica; font-weight: bold; color: #d8761f; font-size: 20px; }
.footer { font-family: helvetica; font-size: 10px; }
p { font-family: helvetica; }
td { font-family: helvetica; }
a:link { font-family: helvetica; color: #095ba7; font-weight: bold; text-decoration: none }
a:active { font-family: helvetica; color: #d8761f; font-weight: italic; text-decoration: none }
a:visited { font-family: helvetica; color: #68bb25; font-weight: italic; text-decoration: none }
img { border-style: none; }
table td.stream {
		background-image: url(/images/stream.jpg) no-repeat;
}

.OrangeHeader {
	background-color: #d8761f;
	height: 20px;
}

.testclass {
height: 168px;
min-width: 25%;
overflow: hidden;
background-color: #d8761f;
width: 100%;
}

.object{
height: 154px;
overflow: hidden;
padding-top: 7px;
padding-bottom: 7px;
}

.background{
overflow: hidden;
background-image: url(progress.gif);
background-repeat: no-repeat;
background-position: 50% 70%;
}

.headerContainer {
	position: relative;
}

.headerChristmasChildlogo{
	position:absolute;
	top: 8px;
	right: 5px;
}

.headerMensRetreat{
	position:absolute;
	top: 8px;
	right: 5px;
	visibility: hidden;
}

.headerlogo{
	position:absolute;
	top: 8px;
	left: 5px;
}

.announceblue {
	background-color: #eef0ff;
	background-image: url("http://www.calvaryozarks.org/images/Blue.png");
	background-repeat:repeat-x;
}

.announcegreen {
	background-color: #d6eedd;
	background-image: url("http://www.calvaryozarks.org/images/Green.png");
	background-repeat:repeat-x;
}

.announcered {
	background-color: #ffd6d6;
	background-image: url("http://www.calvaryozarks.org/images/Red.png");
	background-repeat:repeat-x;
}

.announceyellow {
	background-color: #fcffb7;
	background-image: url("http://www.calvaryozarks.org/images/Yellow.png");
	background-repeat:repeat-x;
}

.announceorange {
	background-color: #FFD6A0;
	background-image: url("http://www.calvaryozarks.org/images/orange.png");
	background-repeat:repeat-x;
}

.announcenone {
	background-image: url("http://www.calvaryozarks.org/images/None.png");
	background-repeat:repeat-x;
}

.LatestMessage {
	color: black;
	font-weight: bold;
/*	text-align: center;	*/
	height: 50px;
}

#ThisWeekContainer {
   /* behavior: url(/images/border-radius.htc);
	background-color: #ffa759;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding: 10px 0 10px 0; */
	height: 75px;
	width: 99%;
	min-width: 350px;
	float: left;	
    padding-bottom: 40px;
}

#LastWeekContainer {
    /* behavior: url(/images/border-radius.htc);
	background-color: #ffa759;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	height: 75px;
	padding: 10px 0 10px 0; */
	height: 75px;
	width: 99%;
	min-width: 350px;
	float: right;
    padding-bottom: 40px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
background: transparent url('images/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px arial, sans-serif; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.ovalbutton span img {
float: left;
padding-top: 2px;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog3d {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:600px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:15px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog3d .content3d,
.dialog3d .t3d,
.dialog3d .b3d,
.dialog3d .b3d div {
 background:transparent url('images/OrangeBG.png') no-repeat top right;
}

.dialog3d .content3d {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:15px 15px 0px 0px;
}

.dialog3d .t3d {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:300px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog3d .b3d {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog3d .b3d,
.dialog3d .b3d div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog3d .b3d {
 background-position:bottom right;
}

.dialog3d .b3d div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog3d .hd,
.dialog3d .bd,
.dialog3d .ft {
 position:relative;
}

.dialog3d .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:300px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog3d h1,
.dialog3d2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog3d h1 {
 padding-bottom:0px;
}


.dialog3d3 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:600px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:15px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog3d3 .content3d3,
.dialog3d3 .t3d3,
.dialog3d3 .b3d3,
.dialog3d3 .b3d3 div {
 background:transparent url('images/DkOrangeBG.png') no-repeat top right;
}

.dialog3d3 .content3d3 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:15px 15px 0px 0px;
}

.dialog3d3 .t3d3 {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:-15px;
 height:100%;
 _height:300px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog3d3 .b3d3{
 /* bottom */
 position:relative;
 width:100%;
}

.dialog3d3 .b3d3,
.dialog3d3 .b3d3 div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog3d3 .b3d3 {
 background-position:bottom right;
}

.dialog3d3 .b3d3 div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:-15px;
 background-position:bottom left;
}

.dialog3d3 .hd,
.dialog3d3 .bd,
.dialog3d3 .ft {
 position:relative;
}

.dialog3d3 .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:300px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog3d3 h1,
.dialog3d23 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog3d3 h1 {
 padding-bottom:0px;
}

#linkTable td
{
	padding: 5px;
}
