html,body {
	font-family : "Verdana", sans-serif;
	font-size : small;
	background-color : #ffffff;
}

h1 {
	font-size : medium;
	font-weight : bold;
}

h2 {
	font-weight : bold;
	font-size : small;
}

a {
	text-decoration : none;
	color : #CA0000;
}

a:visited {
	color : #7D0000;
}

a:hover {
	text-decoration : underline;
}

img {
	border : 0;
}


.red {
	color : #CA0000;
}


#panel div.cpanel {
	background-color : #ffffff;
}

#panel div.cpanel ul {
	border : none;
}

#panel div.search_msg {
	font-style : italic;
	text-align : center;
	padding-top : 5px;
}

#panel div.postadmin {
	font-size : x-small;
	padding-bottom : 5px;
}

#panel div.padded {
	padding-left : 0px; 
	padding-right : 0px;
}

#panel #sf {
	background-color : #e6e6e6;
	margin : 3px;
	width : 160px;
	border-top : 1px solid #2e2e2e;
	border-left : 1px solid #2e2e2e;
	border-right : 1px solid #808000;
	border-bottom : 1px solid #808000;
}

#panel #sf_go {
	color : #000000;
	vertical-align : middle;
	font-weight : bold;
}












#content div.commentintro {
	margin-bottom : 1em;
}

#content div.commentheader {
	font-weight : bold;
	color : #000000;
	border-bottom : 1px solid #9b9b9b;
}

#content div.commentfooter {
	color : #9b9b9b;
	font-size : x-small;
}

#content div.comment {
	color : #000000;
}

#content div.commentdate {
	float : right;
	color : #9b9b9b;
	font-weight : bold;
}


#content div.postcomment {
	margin-top : 2em;
}

#content table.postcomment {
	width : 90%;
}

#content table.postcomment td.header {
	width : 20%;
}

#content table.postcomment td.item {
	width : 80%;
}



div.postdate {
	float : right;
	color : #9b9b9b;
	font-weight : bold;
}

div.postheader {
	font-weight : bold;
	color : #000000;
	border-bottom : 1px solid #9b9b9b;
}

div.postfooter {
	color : #9b9b9b;
	font-size : x-small;
}

div.postfooter a {
	color : #CA0000;
	font-size : x-small;
}

div.post {
   color : #000000;
}

div.postfooter span.postlinks a {
	color : #9b9b9b;
	font-size : x-small;
}

div.postfooter span.postlinks a:visited {
	color : #CA0000;
}

div.postfooter span.postlinks a:hover {
	color : #CA0000;
}



/* READ THINK PRAY LIVE Panel */

div.rtpl_content {
	color : #000000;
}

div.rtpl_content span.date {
	color : #9b9b9b;
}

div.rtpl_links {
	color : #CA0000;
	font-size : x-small;
}



div.resources div.image {
	float : left;
	padding : 10px;
	width : 80px;
}

div.resources div.info {
	margin-left : 110px;
}




/* COLUMN DISPLAY LAYOUT */

#content div.section {
	font-size : x-small;
	background-color : #e3e2e9;
	border-top : 1px solid #b7b7b7;
	border-bottom : 1px solid #808080;
	border-left : 1px solid #b7b7b7;
	border-right : 1px solid #808080;
}

#content div.console {
	border-top : 1px solid #b7b7b7;
	border-bottom : 2px solid #494949;
	border-left : 1px solid #b7b7b7;
	border-right : 2px solid #494949;
	background-color : #e3e2e9; /* #f2f2f2; */
}

#content td.header {
	font-weight : bold;
	vertical-align : top;
}


#content td.item {
	font-weight: normal;
}

#content tr.highlite{
	background-color : #e2ecdd;
}

#content tr.clickselect{
	background-color : #9bbc96;
	color : #ffffff;
}

#content tr.clickselect a {
	color : #ffffff;
}


#content div.count {
	font-style : italic;
	font-size : x-small;
}

#content span.cmt_count {
	font-style : italic;
	float : right;
}

#content span.search_highlight {
	color : #ffffff;
	background-color : #000080;
}


#footer {
	font-size : x-small;
}

