﻿
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.bg {
	background-image: url(../Images/background.jpg);
	background-color: #BCBFC8;
	background-repeat: repeat-x;
}
.br {
	border: 2px solid #28497F;
}
.contentfade {
	background-color: #FFFFFF;
	background-image: url(../Images/bgfade.jpg);
	background-repeat: repeat-x;
}
a {
	color: #3B4896;
	text-decoration: none;
}
a:hover {
	color: #B29B55;
	text-decoration: underline;
}

.ob {
	font-size: 13px;
	font-weight: bold;
	color: #3b4896;
	text-decoration: none
}
.ob a:hover {
	color: #B29B55;
	text-decoration: underline;
}

.content {
	padding: 30px 35px;
}
#logo {
	height: 100px;
	width: 300px;
	left: 52px;
	top: -74px;
	position: relative;
}
.tn {
	font-size: 14px;
	font-weight: bold;
	color: #20428c;
	text-decoration: none;
}
.tn a:hover {
	color: #142854;
	text-decoration: none;
}
.footer {
	font-size: 11px;
	font-weight: bolder;
	color: #6D7FAF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
.footer a {
	text-decoration: none;
	color: #6D7FAF;
}


li.imgBullet {
	line-height: 1.5;
	padding: 0 0 0 25px;
	*padding: 0 0 0 10px;
	list-style-type: none;
	background: url(/images/flower.gif) no-repeat 0 2px;
}

.lnbg {
	background-image: url(../Images/leftnav_top.jpg);
	background-repeat: no-repeat;
}
.lnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1E294B;
	text-decoration: none;
	list-style-type: none;
}
.lnav li{
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 20px;
}
.lnav li a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #20428c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBA864;
	padding-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B69F53;
	font-weight: bolder;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #82617C;
}
.lnav a {
	color: #1E294B;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 277px;
	top: 63px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 268px;
	top: 57px;
}
#apDiv3 {
	position:absolute;
	width:311px;
	height:132px;
	z-index:1;
	left: 239px;
	top: 54px;
}
/* Error Classes */

.MaskedEditError
{
    background-color: #ffcccc;
}

/* Datepicker classes */

.calDayA {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px solid #c3b694;
}

.calOtherMonthA {
	background-color:#ccf3fb;
	
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
	border: 1px solid #c3b694;
}

.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}
.datepicker {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;

}
.datepick a {
	display: block;
	height: 20px;
}

.calToday {
	background-color:#FFFFCC;
	vertical-align:top;
	font-size:10px;
	text-align:left;
	padding:4px;
}
.calDay {
	vertical-align:top;
	font-size:10px;
	text-align:left;
	height:80px;
	padding:4px;
}

.calDayTitle {
	background-color:#006db7;
	font-weight: bold;
	color: #ffffff;
}
.calOtherMonth {
	background-color:#e6e6e6;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	vertical-align:top;
	height:80px;
	font-size:10px;
	text-align:left;
	padding:4px;
}

.calTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #740240;
}
.calTitle td {
	color: #FFFFFF;
	height: 20px;
	font-size: 14px;
}



.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

.text-box-100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width:98%
}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
}
.text-buttond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #ec0404;
	color: #ffffff;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*condolences page*/
.entry { background: url(/Images/parchment2.jpg) repeat; padding: 5px; margin-bottom: 20px; border-bottom: 1px solid #e2c98a; border-left: 1px solid #e2c98a; }
.condEntry { background: url(/Images/rose.png) 10px 20px no-repeat; padding: 1em 1em 1em 120px; border: 1px dotted #f4e8b4; }
