body {
	font-family: Arial, Geneva, Helvetica;
	font-size:12px;
}

a, a:hover {
  color: #4697b9;
	text-decoration:none;
}

img {
	border:none;
}

td {
	vertical-align:top;
}

ul.nostyle {
	list-style:none;
}

#outerDiv {
	position:absolute;
	top:0;
	left:0;
}

#outerContainer {
	border-collapse:collapse;
}

#leftContainer {
	background-color: #ddf0f6;
	width: 150px;
	text-align:center;
}

#leftMenu {
	margin-top:10px;
	color:#d64747;
	font-weight:bold;
	font-size:13px;
	letter-spacing: 1.0px;
	line-height: 18px;
}

#leftMenu a {
	color:#d64747;
	font-weight:bold;
	text-decoration:none;
}

#leftLoginTop {
	margin: 30px 8px 0px 8px;
	background-image:url(../images/login_top.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:13px;
}

#leftLogin {
	margin: 0px 8px 0px 8px;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	color: #777777;
	font-size:14px;
	text-align:center;
	background-image:url(../images/login_sides.png);
	background-repeat:repeat-y;
	background-position:top;
	height:auto;
	overflow:auto;
	padding:0;
}

#leftLogin a {
	color:#4697b9;
	text-decoration:none;
}

#leftLogin a:hover {
	color: #a8d7dd;
}

#leftLoginBottom {
	margin: 0 8px 0 8px;
	background-image:url(../images/login_bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	height:13px;
}

#leftLogin input {
	border:1px solid #A8D8DE;
	width: 110px;
	height:14px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	margin-top:4px;
	margin-bottom:4px;
}

#rightContainer {
	width: 750px;
	
}

#topBar {
	background-color: #ddf0f6;
	height:30px;
	width:860px;
}

#topText {
	float:right;
	width:auto;
	margin-top:8px;
	font-size: 12px;
	color:#d64747;
}

#topLogout {
	float:right;
	display:inline;
	width:100px;
	height:100%;
	margin: 8px 15px 0px 50px;
	text-align:right;
	font-size: 14px;
	color:#d64747;
}

#bodyContainer {
	width: auto;
	margin: 10px 0 20px 10px;
	border: 0px solid #CCCCCC;
}

#bodyContent {
	margin-top:10px;
	width:848px;
}

#imgNav {
	border: 1px dotted #CCCCCC;
	height:110px;
	padding:5px 10px 5px 10px;
	margin-bottom:20px;
	width:828px;
}

#imgNavLineContainer {
	padding-top:4px;
	width:auto;
	overflow:hidden;
}

#memNav {
	border: 0px dotted #CCCCCC;
	height:120px;
	padding:0px 10px 20px 10px;
	margin-bottom:25px;
	width:828px;
}

#memNavLineContainer {
	padding-top:4px;
	width:auto;
	overflow:hidden;
}

#bodyLeftFrame {
	width: 380px;
	padding: 0 20px 0 20px;
	float:left;
	display:inline;
}

#bodyLeftFrameTd {
	padding-right:20px;
	padding-left:0px;
	width: 410px;;
}

#bodyLeftFrameTdExtraPad {
	padding-right:20px;
	padding-left:20px;
	width: 380px;;
}


#bodyRightFrame {
	position:relative;
	margin: 0 20px 0 420px;
	padding-left:20px;
	width:390px;
	border-left:1px solid #CCCCCC;
}



#emailCondolenceCard {
	background-color:#f6fbfd;
	padding:10px;
	margin: 0px 0px 20px 0px;
}

#emailCondolenceCard img {
	padding: 0px 4px 0px 4px;
}


#famousLastWords {
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-size:13px;
}

#sponsorBox {
	margin-top:20px;
	font-size:13px;
	font-weight:bold;
}

#sponsorBox img{
	width:95px;
}

#roundedOnWhiteTop {
	background-image:url(../images/roundedbox_onwhite_top.png);
	background-repeat:no-repeat;
	height:18px;
}
#roundedOnWhiteBody{
	background-image:url(../images/roundedbox_onwhite_middle.png);
	background-repeat:repeat-y;
	padding: 0 15px 0 15px;
}
#roundedOnWhiteBottom{
	background-image:url(../images/roundedbox_onwhite_bottom.png);
	background-repeat:no-repeat;
	height:18px;
}

#spacerDiv {
	height:150px;
}

.margin_top {
	margin-top:7px;
}

.margin {
	margin: 7px;
}

.margin_left {
	margin-left: 7px;
}

.tinytext {
	font-size:10px;
}

.nostyle {
	text-decoration:none;
	border-style:none;
}


.blueBack {
	background-color:#f6fbfd;
	height:auto;
	padding:10px;
	overflow:auto;
}

.blueBackStart {
	background-color:#f6fbfd;
	height:auto;
	padding:10px;
	margin: 40px 0 20px 0;

}

*.blueBackStart {
	margin: 0px 0 20px 0;
}

.paddedInput {
	margin:10px;
}

.error {
	font-size:10px;
	color: #FF0000;
	padding-bottom:10px;
}

.sectionHeader {
	font-size:13px;
	font-weight:bold;
	color:#111111;
	padding-left:9px;
}

a.redlink:visited {
	color: #d64747;
	text-decoration:none;
}
a.redlink:link {
	color: #d64747;
	text-decoration:none;
}


a.logout:link a:visited, a:hover{
	color: #4697b9;
	text-decoration:none;
}

.dottedTop {
	border-top: thin dotted #CCCCCC;
	margin: 20px 0px 10px 0px;
	padding-top:10px;
	
}
/* Commemoration Specific CSS */

#commemorationInfo {
	background-color:#f6fbfd;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

#commemorationServiceInfo {
	background-color:#f6fbfd;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

#commemorationOfferings {
	background-color:#f6fbfd;
	min-height:75px;
	margin-bottom:40px;
	overflow:auto;
	padding: 10px 10px 0 10px;
}

#commemorationOfferings ul{
	list-style:none;
	margin:0;
	padding:0;
}

#commemorationOfferings li{
	display:block;overflow:hidden;float:left;margin:5px 5px 5px 5px;
}

#commemorationOfferings img:hover{
	/*height:50px;*/ 
	opacity:0.90;
}


.borderedInput {
	border:1px solid #A8D8DE;
}

.guestBookInput  {
	border:1px solid #A8D8DE;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:350px;
}

.guestBookEntry {
	border-bottom: 1px dotted #CCCCCC;
	margin: 10px 0px 10px 0px;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:10px;
	font-size:11px;
}

.guestBookEntryPosterName {
	text-align:right;
	z-index:0;
}

#commemorationName {
	position:relative;
	left:20px;
	top:-35px;
	color:#FFFFFF;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	width:600px;
	display:block;
}

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}



#editCommemorationOptions {
	padding: 0 0 20px 0;
}

*#editCommemorationOptions {
	margin: 0 0 20px 0;
}

#editCommemorationMainTip {
	position:absolute;
	top:39px;   /* 40 */
	left:165px; /* 165 */
	padding:20px; 
	margin:10px; 
	background-color:#FFFFFF; 
	font-size:16px; 
	opacity:.85; 
	filter:alpha(opacity=85); 
	-moz-opacity:0.85; 
	width:542px
}


#editCommemorationImage {
	background:#fff; 
	font-size: 10px; 
	text-align:left; 
	color:#000; 
	overflow:hidden; 
	position:absolute;
	top:40px;
	top:expression(49+"px");
	left:767px;
	opacity:.85;
	filter:alpha(opacity=85); 
	-moz-opacity:0.85;
	width:249px;
	height:246px;
}



#editCommemorationNameDiv {
	position:relative;
	left:20px;
	top:-45px;
	color:#FFFFFF;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:24px;
	width:400px;
	display:block;
	padding-bottom:20px;
}


.editCommemorationName {
	border:none; 
	opacity:.75;	
	filter:alpha(opacity=75);	
	-moz-opacity:0.75;
	font-size:24px; 
	font-family:Georgia, "Times New Roman", Times, serif;;
}


#browseCommemorationImages table{
	width:100%;
}

#browseCommemorationImages td {
	height:80px;  
}

#browseCommemorationImages  {
	padding:10px 5px 10px 5px;
	text-align:center;
	
}

#browseCommemorationImages a img {
	text-decoration:none;
	border:none;
	opacity:1.0;
}

#browseCommemorationImages img:hover {
	opacity:.90;
}

img.browsePhoto  {
	height:50px;
}


#faq ul {
	margin: 5px 0 10px 0;
}
#faq li {
	margin: 3px 0 3px 0;
	list-style:square;
}

#footer {
	clear:both;
	text-align:center;
	font-size:10px;
}


.faq_answers {
	padding: 20px;
}

.faq_question {
	font-weight:bold;
}

.faq_answer {
	padding-bottom:10px;
	
}