/*-----Universal Container Styles-----*/
.Container {
	margin: 10px 0;
}

.Actions {
	float: left;
}

.ContentPane {
	text-align: left;
	padding: 0;
}

.ContentPane img {
	padding: 0 5px 0 0;
}

.Icon {
	padding: 0 0 0 3px;
}

.Footer_Area {
	text-align: right;
}

/*-----Styles for Blue Title Container-----*/
.Title_Blue h1 {
	color:#42689d;
	font-family: georgia,garamond,serif;
}

.Footer_Area_Blue {
	text-align: right;
	border-bottom: 1px solid #b9bc99;
	margin: 0 10px;
	padding: 0 0 10px 0;
}

/*-----Styles for Calendar Container-----*/
.Title_Calendar {
	background: #42689d url(graphics/calendar_title_bg.gif) repeat-x top left;
	height: 35px;
}

.Calendar {
	line-height: 35px;
	vertical-align: bottom;
}

.Title_Calendar h1 {
	color: #fff;
	font-size: 0.9em;
}

.ContentPane_Calendar {
	background: #eae7d0;
	text-align: left;
	padding: 2px 2px 20px 2px;
}

.Title_Calendar .Icon {
	padding: 0 2px;
}

/*-----Styles for Daily Devotion and Blank Tan Containers-----*/
.Title_Devotion {
	background: url(graphics/devotion-title.gif) no-repeat;
	height: 61px;
}

.Title_Devotion h1 {
	display: none;
}

.ContentPane_Devotion, .ContentPane_Tan {
	background: #eae7d0;
	text-align: left;
	padding: 2px 2px 10px 2px;
	color: #330000;
}

/*-----Styles for Family Ministries and Blank Olive Containers-----*/
.Title_Ministries {
	background: #b9bc99 url(graphics/family-ministries.gif) no-repeat;
	height: 71px;
}

.Title_Ministries h1 {
	display: none;
}

.ContentPane_Ministries, .ContentPane_Olive {
	background: #b9bc99;
	text-align: left;
	padding: 2px 2px 20px 2px;
}

/*-----Styles for Youth Corner and Blank Blue Containers-----*/
.Title_Youth {
	background: url(graphics/youth-corner.gif) no-repeat;
	height: 57px;
}

.Title_Youth h1 {
	display: none;
}

.ContentPane_Youth, .ContentPane_Blue {
	background: #c7daf3;
	text-align: left;
	padding: 2px 2px 20px 2px;
	color: #42689d;
}