/*reset css */

html{
	color:#000;
	background-image:none;
	background-color:White;
}

#html, #body
{
	color:#000;
	background-image:none;
	background-color:white;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
	padding:0;
	margin:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
    margin-left: 0;
}
/*because legend doesn't inherit in IE */
legend {
	color:#432d22;
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    font-size: 19px;
    font-family: Georgia;
    margin: 0px;
    padding: 0px;
    color: #432d22;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    /*padding: 10px 10px 5px 20px;*/
	padding: 10px 15px 5px 20px;
    margin: 0px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

div
{
    margin:0px;
    padding:0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    margin: 0px auto;
    padding-bottom:10px;
    width: auto;
    min-height:0px;
}

.obituary_header
{
    display:none;
}

.obituary_header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    min-height:0px;
}

#main
{
    background-color:White;
    padding-bottom:20px;
    margin:auto;
}

.directions
{
    display:none;
}



/*------------------------------------- Footer ------------------------------*/
div#footer 
{
    display:none;
}

#footer_mainlinks
{
    float: left;
    margin: 10px 10px 10px 30px;
}

#footer_vertical_line
{
    position:absolute;
    top:18px;
    left:150px;
}

.footer_linktree
{
    margin: 10px 0px 10px 30px;
}

.footer_linktree td
{
    padding-right: 20px;
}

.footer_linktree tr td:first-child
{
    padding-right:45px;
}

.footer_linktree tr td:last-child
{
    padding-right: 0px;
}

	div#footer a {
		color: #000000;
		text-decoration: none;
	}

	p.footLinks {
		padding: 82px 0px 0px 0px;
		margin: 0px;
		text-align:center;
		vertical-align:bottom;
	}
	
/* TAB MENU   
----------------------------------------------------------*/

/* Navigation MENU   
----------------------------------------------------------*/

.obituary_main_menu
{
    display:none;
}

.obituary_menu
{
}

.obituary_menu ul
{
    list-style: none;
}

.obituary_menu li
{
    float:left;
}

.obituary_menu li a
{
    color:#ffffff;
}

.obituary_menu ul li a, .obituary_menu ul li a:visited
{
    padding: 5px 14px;
    text-decoration: none;
}

.obituary_menu ul li a:hover
{
    text-decoration: none;
}

.obituary_menu ul li a:active
{
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/*--------- Obituary page ----------------*/

.obituary_photo
{
	margin: 20px auto;
}

.obituary_photo img
{
    border-color:White;
    border-width:4px;
    border-style:Solid;
}

.sendflowers
{
    display:none;
}

.send_btn
{
    display:none;
}

/*.obituary_photo img
{
    border: 4px solid white;
}*/

.obituary_leftcolumn
{
    float:left;
    width:65%;
	padding-right: 10px;
}

.obituary_rightcolumn
{
    float:right;
    text-align:center;
    width:30%;
}

.in_memory_copybox
{
    margin: auto;
    margin-top: 10px;
    text-align: center;
    width: auto;
    height: 102px;
    border:none;
}

#in_memory_copybox
{
    margin: auto;
    margin-top: 10px;
    text-align: center;
    border:none;
}

.in_memory_copybox p
{
    padding-bottom:10px;
}

.obituaryname
{
    font-size:29px;
    font-family: Georgia;
    font-weight:bold;
    text-transform:uppercase;
    line-height:30px;
}

.nameboxtext
{
    font-style:italic;
    font-family:Times New Roman;
    font-size:23px;
    line-height:26px;
}

.printobituary a
{
    display: none;
}

/*.in_memory_copybox h2
{
    padding-top:20px;
}*/

.obituary_link_menu
{
    display:none;
}

.obituary_link_menu ul
{
    list-style:none;
    text-align:center;
}

.obituary_link_menu ul li
{
    float: left;
    text-decoration: none;
    margin: 5px;
}


.obituary_maincopybox
{
    margin-top: 10px;
    margin-left: 0px;
    width: auto;
    min-height: 0px;
    border:none;
    background-image:none;
    padding-bottom: 15px;
}

.obituary_maincopybox p:first-child
{
    margin-top: 15px;
}

.obituary_maincopybox:first-letter 
{
    font-size:30px;
}

.photoviewer
{
    margin-top: 10px;
    margin-left: 37px;
    width: 662px;
    height:181px;
    background-color:White;
}

.affiliations
{
    text-align:center;
}

#serviceinformationpanel
{
    margin: auto;
    margin-top: 10px;
    width:196px;
    border:1px solid;
    border-top: none;
    border-color: black; 
    font-size:13px;
    font-family:Lucida Sans;
    background-color:White;  
}

.APcopy
{
	position:absolute;
	z-index:-1;
	height: 150px;
	width: 300px;
	left: 485px;
	top: 218px;
	display:none;
}


 .obitAddresses {
	padding: 10px 10px 5px 10px;
}



/***************** view message page ***********************/

h1#obit_name
{
	padding: 0px 0px 8px 10px;
	margin: 10px 0px 0px 0px;
	font: italic 24px/30px 'Palatino Linotype';
}

.italicstyle
{
	font-style:italic;
}

.hr_margin
{
	margin-left:5px;
}

.sendmessageimagebuttonstyle
{
    border: none;
    width: 73px;
    height: 23px;
}

.printmessageimagebuttonstyle
{
    border:none;
    width:140px;
    height:38px;
}

/******************* send obit message **********************************/
.msgcontainer
{
    list-style-type: none;
}

.modal_msgcontainer
{
    width:100%;
    margin: auto;
}

.modal_msgcontainer ol
{
    list-style-type: none;
    margin: auto;
    padding:0px;
}

.modal_msgcontainer ol li
{
    margin:0px;
    padding:0px;
}

.sharedmemories
{
    width:90%;
    margin: 5px auto 10px auto;
    background-color: #f8f2e5;
    border: 2px solid #ffffff;
}

.sharedmemoriestable
{
    width:405px;
    margin:auto;
}
.sharedmemoriestable td
{
    padding:5px;
}

.editsharedmemoriestable
{
    width:600px;
    margin:auto;
    text-align:center;
}
.editsharedmemoriestable td
{
    padding:5px;
}

.td_label
{
    width:100px;
}

.bClose 
{
    cursor:pointer;
    font-weight:bold;
    position:absolute;
    right:15px;
    text-decoration:none;
    color: #eee3c5;
    top:10px;
}

 #popupsharememories
 {
    display: none;
    width: 455px;
    border: 1px solid #aaaaaa;
    background: url(../images/bg_PageContent.jpg) repeat-y;
    color: #432d22;
}

 #popup_edit_condolences
 {
    display: none;
    width: 650px;
    border: 1px solid #aaaaaa;
    background: url(../images/bg_PageContent.jpg) repeat-y;
    color: #432d22;
}

.online_policy
{
    font-style: italic; 
    text-align: center; 
    height: 15px;
    font-size:12px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    float: left;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.margin20
{
    margin:20px;
}

.notext
{
    display:none;
}

.surname
{
	display:none;
}

#player
{
    display: none;
}

.playerportal
{
    width: 860px;
    height: 590px;
}

#videoscreen
{
    position:absolute;
    left:228px;
    top:157px;
}

#lifestoriesbutton
{
    cursor:pointer;
}
.default_ul
{
    display: block;
    margin: 1.12em 10px;
    margin-left: 40px;
    text-align:left;
}

.default_ul li
{
    display: list-item;
    list-style-type:disc;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

/************* pop up **********************/


/************* funeral homes pop up *************************/

#popupfuneralhomes
 {
    display: none;
    width: 693px;
    border: 1px solid #aaaaaa;
    background: url(../images/bg_PageContent1400.jpg) repeat-y;
    color: #432d22;
}

.funeralhomes_contentbox
{
    width:652px;
    height:371px;
    border: 1px solid #ffffff;
    margin:20px;
}

.funeralhomes_contenttext
{
    margin: 20px auto;
    width: 596px;
}

#funeralhomes_buttons
{
    margin: 20px auto;
}

.home_offers
{
    width: 560px;
    height: 180px;
    margin-top: 20px;
    margin-left:10px;
}

.home_offers ul
{
    list-style: none;
    margin: auto;
    padding: 0px;
    float:left;
}

.home_offers ul li
{
    display:block;
    float:left;
    width:176px;
    height:168px;
    border:thin solid #bba685;
    text-align:center;
    font-size:13px;
    margin-right:6px;
    background-image: url(../images/bgTransparent.png);
}

.home_offers ul li p 
{
    padding: 3px 0px 0px 0px;
}

.chapellink
{
    font-size:16px;
    font-weight:bold;
}

.chapelphone
{
    font-size:15px;
    font-weight:bold;
}

.home_offers ul li p:first-child
{
    padding-top:15px;
}

.home_offers ul li a, .home_offers ul li a:visited
{
    color: #432d22;
}

.home_offers ul li a:hover
{
    color: #98685e;
    text-decoration: none;
}