/* Pondsealer css */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-image: url(http://www.traceymitchell.com/images/BG.jpg);
	background-color: #4c8fb2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C10095;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #2b6f71;
}
	
h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	background-color:#5495c8;
	padding:3px;
}
h2 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #e835b8;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

	
.bluebold {
    font-size:14px;
	color: #003366;
	font-weight: bold;
}	
.smalltext {
    font-size:10px;
	color:#222222;
	}

	
.main_table {
	border-left:3px solid #195e7d;
	border-right:3px solid #195e7d;
	border-bottom:3px solid #195e7d;
	}
	
.leftcol {
    background-color:#bba76c;
	border-right:3px solid #9a9277;
	width:200px;
	padding:0px;
}
	
.rightcol {
    background-color:#6298bb;
	border-left:3px solid #5f89b7;
	width:180px;
	padding: 0px;
}

.content {
    background-color:#ffffff;
    padding: 10px;
	width: 400px;
	}
	
.list li{
    display: list-item;
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	padding-bottom:12px;
	padding-left:12px;
	}	
	
.footer {
	color: #000000;
	background-image:url(images/footerBG.gif);
	background-position:bottom;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:10px;
	border-top:2px solid #574a25;
	}
.footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #574a25;
	text-decoration: none;
}
.footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #574a25;
	text-decoration: none;
}
.footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #ede5cc;
	text-decoration: none;
}
.footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #574a25;
	text-decoration: none;
}
	

.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #f7f7f7;
  background-image:url(images/BGshade.gif);
  background-position:top;
  background-repeat: repeat-x;
  border: 1px solid #003366;
  padding:1px;
}
.button {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #003366;
  border-top: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding: 3px;
  cursor: pointer;
}	

.lrcoltext {
    padding:7px;
	font-size:11px;
	}

#prayerwall {
    width: auto;
	height:253px;
	background-image:url(images/prayerwallBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 50px 10px 5px 190px;
	font-weight:bold;
	color: #000000;
	}

#maillist {
    padding:5px;
	font-size:11px;
	color:#dcedf9;
	background-image:url(images/NLformBG.jpg);
	background-position:bottom;
	font-weight:bold;
	}
.whitebold {
    font-size:14px;
	color:white;
	font-weight:bold;
	}	
		


.journal {
    border:1px solid #dccda2;
	padding:5px;
	margin:5px;

}

.journal-title {
    background-color:#bc3a8f;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px;
    display:block;
}

.journal-time {
    font-weight:bold;
	font-size:10px;
	color:#0066CC;

}

.journal-text {
    font-size:11px;
	color:#8e7b43;

}