/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p, br {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

body {
background: #000000;
}

a:link {
	color: #666699;
}

hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

h1 {
	color: #666699;
	margin: 0px;
	border-bottom: 1px solid #666699;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #393957;
}

input {
	background: #FFFFFF;
	border: 1px solid #000000;
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Christian Evidences CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Christian Evidences.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #ffff;
	border-bottom: 1px solid #3366cc;
	border-left: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	border-top: 1px solid #3366cc;
	color: #3366cc;
	font-weight: bold;
	margin: 1px 1px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
/*
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #666699;
	color: #D3D3E2;
}
*/
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #D3D3E2;
}

.altrowOdd{
	background-color: #BDBDD2;
}

a { FONT-SIZE: 12px; COLOR: #000099; TEXT-DECORATION: none; font-family: Verdana, Arial, "MS Sans Serif"}
a:hover { FONT-SIZE: 12px; COLOR: #000099; TEXT-DECORATION: underline; font-family: Verdana, Arial, "MS Sans Serif"}


a.white { FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: none; font-family: Verdana, Arial, "MS Sans Serif"}
a.white:hover { FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: underline; font-family: Verdana, Arial, "MS Sans Serif"}
a.yellow {
	FONT-SIZE: 10px;
	COLOR: #FFE66F;
	TEXT-DECORATION: blink;
	font-family: Verdana, Arial, "MS Sans Serif";
	font-weight: normal;
}
a.yellow:hover { FONT-SIZE: 10px; COLOR: #FFE66F; TEXT-DECORATION: underline; font-family: Verdana, Arial, "MS Sans Serif"}

a.homeblue { FONT-SIZE: 10px; COLOR: #000099; TEXT-DECORATION: underline; font-family: Verdana, Arial, "MS Sans Serif"}
a.homeblue:hover { background-color: #000099}

a.homegray {
	FONT-SIZE: 10px;
	COLOR: #999999;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, "MS Sans Serif";
}
a.homegray:hover { FONT-SIZE: 10px; COLOR: #999999; TEXT-DECORATION: underline; font-family: Verdana, Arial, "MS Sans Serif"}

.tx10b { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000099; text-decoration: none; font-weight: normal; font-size: 10px}
.tx12b { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000099; text-decoration: none; font-weight: normal; font-size: 12px }
.latestnews { font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight: bold; font-size: 10px }
.tx12w { font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight: normal; font-size: 12px }
.tx14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}
.tx14r { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC3333; text-decoration: none; font-weight: normal; font-size: 14px }

.divSidebar {
 background-color: #cccccc;
}

.divSidebar a:link, .divSidebar a:visited, .divSidebar a:active {
 color: #000099;
 text-decoration: none;
 display: block;
 border-bottom: 1px solid #aaaaaa;
 margin: 0px 0px;
 padding: 0px 0px 00px 8px;
}

.divSidebar a:hover {
 color: #ffffff;
 background-color: #3366CC;
}


.SecNavbar {
 background-color: #cccccc;
}

.SecNavbar a:link, .SecNavbar a:visited, .SecNavbar a:active {
 color: #000099;
 text-decoration: none;
 
 margin: 0px 0px;
 padding: 5px 5px 0px 5px;
}
.SecNavbar a:hover {
 color: #ffffff;
 background-color: #CC0033;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-decoration: blink;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: blink;
}

