/*
// $Id: wrapper.css,v 1.4 2006/10/18 15:36:42 dennisc Exp $
// $Revision: 1.4 $
// $Author: dennisc $
//
// $Log: wrapper.css,v $
// Revision 1.4  2006/10/18 15:36:42  dennisc
// Family Directory login.
//
// Revision 1.3  2006/10/17 23:45:31  dennisc
// Small aesthetic changes to the existing content groups. Also checking in changes for the new Family Directory content group.
//
// Revision 1.2  2006/09/27 07:03:53  dennisc
// Finished setting up the rotating images, the calendar and press releases.
//
// Revision 1.1  2006/09/24 01:18:34  dennisc
// *** empty log message ***
//
//add subHeading3 on 15 feb07 by jeffy
//
*/
body {
	margin-top: 0px;
	background-color: #000000;
	}

/* Wrapper Styles */

#mainContentArea {
	background-image: url("StClareBase/wrap/theme0/images/bg.main.gif");
	background-repeat: repeat-x;
	background-color: #000000;
	width: 798px;
	}

#homeBgTopLeft {
	background-image: url("StClareBase/wrap/theme0/images/bg.gradient.top.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-color: #D3C0A2;
	width: 202px;
	height: 179px;
	}

#homeBgBottomLeft {
	background-image: url("StClareBase/wrap/theme0/images/bg.gradient.bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-color: #D3C0A2;
	width: 202px;
	height: 89px;
	}

#homeContentTopLeft {
	padding: 15px 10px 15px 7px;
	height:128px;
	width:185px;
	overflow:hidden;
	}

#homeContentBottomLeft {
	padding: 4px 2px 7px 7px;
	height:77px;
	width:191px;
	overflow:hidden;
	}

#bgContentLeft {
	background-image: url("StClareBase/wrap/theme0/images/bg.gradient.content.bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-color: #CFBA9B;
	width: 201px;
	}
	
#bgContentBottomLeft {
	padding: 4px 2px 7px 7px;
	width:192px;
	}

#bgContent {
	background-image: url("StClareBase/wrap/theme0/images/bg.gradient.content.gif");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 566px;
	}

.loginBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #392907;
	}

.subHeading1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#8C1906;
	line-height:15px;
	}

.subHeading2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#8C1906;
	line-height:15px;
	}
.subHeading3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#8C1906;
	line-height:15px;
	}
		
.txtFooter {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:#7C786F;
	line-height: 20px;
	}

.txtFooter a:link {
	color: #7C786F;
	text-decoration:none;
	}

.txtFooter a:visited {
	color: #7C786F;
	text-decoration:none;
	}

.txtFooter a:hover {
	color: #7C786F;
	text-decoration:none;
	}

.txtFooter a:active {
	color: #7C786F;
	text-decoration:none;
	}


.calMonthTable {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ABA8A2;
	border-left-color: #ABA8A2;
	
	background-image: url(../VVMC/VVMCBase/wrap/theme0/images/calTblBg.jpg);
	}

.calHead
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #6D311A;
	font-weight: normal;
	/* border-left: 1px solid #ABA8A2;*/
}

.calHeadNavBG
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.calMonth
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #6D311A;
	font-weight: normal;
	background-color: #0099FF;
	border-right: 1px solid #ABA8A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABA8A2;
}
.calDay
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ABA8A2;
	background-color: #e9e9e9;
	border-right: 1px solid #ABA8A2;
	background-image: url(../VVMC/VVMCBase/wrap/theme0/images/calDayBg.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.calDate
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	height: 100px;
	background-color: #EDEDED;
	overflow: visible;
	border-right: 1px solid #ABA8A2;
	border-bottom: 1px solid #ABA8A2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
}
