@charset "utf-8";
/* CSS Document for Christian Journal Website, Designed by DON Alabee(alabee2g@yahoo.com) */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-size:14px;
	line-height:15px;
}


/*Style for header links*/
#header a:hover{color:#ff0000; text-decoration: underline; font-weight:bold; font-size:12;}

#header a:active{ font-size: 12px; font-weight: bold; color: #000; text-decoration: underline;}

#header a:visited {font-size: 12px;	font-weight: bold; color:#000;; text-decoration: none;}

#header a {	font-size:12px; color:#000; text-decoration:none; font-weight:bold;}


.footer
{
	color:#000;
	text-align:center;

}


/*Style for general links*/
a:hover
{
	color:red; text-decoration: none; font-weight:bold; font-size:14;
}

a:active
{ 
	font-size: 12px;
	font-weight: bold;
	color: #C96300;
	text-decoration: underline;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #14293e;
}

a 
{
	color: #14293e;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}


.lefttd
{
	border:solid 1px;
	border-left:solid 10px;
	border-right:solid 10px;
	border-color:#99C7E1;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;

}

.tdinnercells
{
	border:solid 1px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-color:#cec5fa;
	background-color:#f9f6e5;
}


/*For textfields*/
.field {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	BORDER-RIGHT: #64a9d5 1px solid;
	BORDER-TOP: #64a9d5 1px solid;
	BORDER-LEFT: #64a9d5 1px solid;
	BORDER-BOTTOM: #64a9d5 1px solid;
	color: #000066;
	padding-left:2px;
	background-color: #ffffff;
}

/*For buttons*/
.buttons {
	background-color: #64a9d5;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-weight:bold;
	border:0px solid #0b77ad;
	padding-left:5px; 
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}


.bodytd
{
	border:solid 1px;
	border-color:#99C7E1;
	background-color:#fefbef;
}


.bodytdtop
{
	background-image:url(images/tdbg.jpg);
	font-weight:bold;
	line-height:18px;
	padding-left:3px;
	letter-spacing:1px;
	font-size:13px;
	color:#000;

}

.newstxt
{
	font-size:12px;

}


.other
{
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
	
}

/*Style for left links*/
#left a:hover{color:#ff0000; text-decoration: none; font-weight:bold; font-size:10;}

#left a:active{ font-size: 10px; font-weight: bold; color: #14293e; text-decoration: underline;}

#left a:visited {font-size: 10px;	font-weight: ; color:#14293e;; text-decoration: none;}

#left a {	font-size:10px; color:#14293e; text-decoration:none; font-weight:none;}


.time
{ 	color:#000;
	font-size:10px;
	font-weight:bold;

}


/*Style for read more links*/
#read a:hover{color:#000000; text-decoration: none; font-weight:bold; font-size:10;}

#read a:active{ font-size: 10px; font-weight: bold; color: #ff0000; text-decoration: underline;}

#read a:visited {font-size: 10px;	font-weight: ; color:#ff0000;; text-decoration: none;}

#read a {	font-size:10px; color:#ff0000; text-decoration:none; font-weight:none;}



.pagination
{
	font-size:11px;

}


.bigs
{
	font-size:18px;
	font-weight:bold;
	background:#99C7E1;
	line-height:25px;
	padding-left:5px;
	text-transform:uppercase;
}




