﻿/* normal style section */
html, body
{
   background-color: #DEDEC6;
    margin-top: 0px;
    padding-top: 0px;    
    color: #666666;
    vertical-align: top;
    height: 100%;
    line-height: 18px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

strong
{
    color: #646363;
}

h1, h2, h3, h4
{
    font-size: 18px;
    color: #4C7CA8;
    }

hr
{
    height: 1px;
    border-bottom: #636352 1px solid;
}



.blue
{
    background-color: #D3E6EF;
    text-align: center;
}
.blue strong
{
    font-size: 10px;
    color: #4C7CA8;
    text-transform: uppercase;
}

.white
{
    text-align: center;
}
.white strong
{
    color: #FFFFFF;
    text-transform: uppercase;
}

.link
{
    text-align: center;
}
.link a
{
    color: #44667C;
    text-decoration: none;
}
.link a:hover
{
    color: #53A11C;
}

.green a
{
    color: #9DB433;
    text-decoration: underline;
}
.green a:hover
{
    text-decoration: none;
}

a
{
    color: #000066;
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}

.footer
{
    color: #8C8C8C;
    margin-left: 175px;
}
.footer a
{
    color: #9DB433;
    text-decoration: underline;
}
.footer a:hover
{
    text-decoration: none;
}

/* page heading label */
.heading
{
    font-size: larger;
    font-weight: bold;
    color: #646363;
    line-height: 30px;
}

/* This fixes ul li on radmenu */
.RadMenu_ChurchDemo1 ul li
{
    background-image: none !important;
    margin-top: 0px;
    margin-left: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

/* image style */
.ImageContainer
{
    background: url(../../images/shadow.gif) no-repeat left bottom;
    background: url(../../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 10px 10px !important;
    margin: 10px 0 10px 5px;
    min-height: 1px;
    min-width: 1px;
}
.ImageContainer img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #c2cfe3 !important;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

/* thumb image style */
.ThumbContainer img
{
/* display: block; */ /* position: relative; */
    background-color: #fff;
    border: 1px solid #c2cfe3 !important;
    margin: 3px;
    padding: 4px;
}


.ListItemTitle
{
    font-size: 13px;
    color: #000066;
    font-weight: bold !important;
    text-decoration: none;
}

.PageHeading
{
    height: 25px;
    background-repeat: repeat-x;
    padding-top: 5px;
    background-position-y: top;
    font-size: 18px;
    color: #4C7CA8;
    font-weight: bold;
    padding-bottom: 10px;
}

.ModuleHeading
{
    height: 25px;
    background-repeat: repeat-x;
    padding-top: 5px;
    background-position-y: top;
    font-size: 18px;
    color: #4C7CA8;
    font-weight: bold;
    padding-bottom: 10px !important;
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

.watermark { 
position: relative; 
} 

.watermark span { 
position: absolute; 
left: 0; 
bottom: 0; 
background-image: url(images/watermark.png); 
} 










