/*Headings*/
h1{	font-size:18px;	margin:0; }
h2{	font-size:16px;	margin:0; color: #b85c0e; font-weight: bold; }
h3{	font-size:13px;	margin:0; color: #b85c0e; text-transform: uppercase; }
h4{	font-size:12px;	margin:0; }
h5{	font-size:10px; margin:0; }
hr{
	background:#EEE;
	border-bottom:2px solid #F3F3F3;
	border-top:1px solid #CCC;
	border-left:0;
	border-right:0;
	color:#EEE;
	height:3px;
}
/*Content*/
a:link, a:visited
{
    color: #e06700;
    font-family: Verdana;
    text-decoration:none;
}
a:hover
{
	color: #e06700;
	text-decoration:underline;
}

div,
table,
.content{
	font:12px verdana,tahoma,sans-serif;
}
.content-text
{
    padding: 20px;
    background: url(/Images/content-bg.gif) no-repeat;
}
.content-inside-text
{
    padding: 20px;
    background: url(/Images/content-inside-bg.gif) no-repeat;
}
.content-inside-video-text
{
    padding: 20px;
    background: url(/Images/content-inside-video-bg.gif) no-repeat;
}
.footer
{
	width: 590px;
	padding-left:70px;
	_padding-left:0px;
}
.footer a, .footer a:visited
{
	
    color: #623a1c;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    text-align:center;
}
.footer a:hover
{
    text-decoration: underline;
}
/*DataGrid*/
.grid{
	font:12px verdana,tahoma,sans-serif;
}
.grid-header{
	background-color:#999;
	color:#FFF;
	font:bold 12px verdana,tahoma,sans-serif;
}
.grid-item{
	background-color:#F9F9F9;
}
.grid-item-alt{
	background-color:#F0F0F0;
}
.grid-item-edit{
	background-color:#FED;
}
.pager,
.pager td{
	color:#CCC;
	font:12px verdana,tahoma,sans-serif;
}
.home-hr
{
    background-color: White;
    color: White;
    border: 1px dotted #343434;
    border-style: none none dotted;
}
hr
{
    background-color: White;
    color: White;
    border: 1px solid #cdcdcd;
    border-style: none none solid;
}

#obituaryPicture
{
	background-color:transparent; 
	width:150px;
	height:auto;
	float:right;
	margin-left:5px;
	overflow:hidden;
	text-align:right;
}

.printVersion
{
	float:right;padding-top:5px;padding-bottom:15px;
}

.PoemDetails
{
    overflow: hidden;
    height: 0px;
}

.LSTVPlayer
{
    background-image: url(/Images/Inside/lstv-bg.jpg);
    text-align: left;
}

.LSTVPlayer a, 
.LSTVPlayer a:visited
{
    font-family: Verdana;
    font-size: 12px;
    color: #d3d3d3;
}

.LSTVPlayer ul
{
	margin-left: 15px;
}

.LSTVPlayer li
{
	background: url(/Images/Inside/li.jpg) no-repeat;
	background-position: 0 2px;
    padding-left: 15px;
    margin-bottom: 10px;
}

li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul
{
	margin: 0;
	padding: 0;
}

.content-inside-video-text ul, .content-inside-text ul
{
	margin: 15px;
	margin-left: 11px;
}

.content-inside-video-text li, .content-inside-text li
{
	background: url(/Images/li.gif) no-repeat;
	background-position: 0 3px;
	margin-bottom: 11px;
	padding-left: 25px;
}

/* Styles available in RadEditor: Classes below should be duplicated in /RadControls/Editor/Style.css */

.HorizontalRule
{
    background-color: White;
    color: White;
    border: 1px dotted #343434;
    border-style: none none dotted;
}

.Title
{
    font-size:13px;	color: #b85c0e; text-transform: uppercase; font-weight: bold;
}

.MainContent
{
	color: #623a1c;
	font-family: Verdana;
	font-size: 12px;
}

