/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: PMingLiU,MingLiU, serif;
	color: #496B8D;
	padding: 0; 
	margin: 0px; 
	text-align: center;
}
#header {
	/*border-bottom: 1px solid #496B8D;*/
	background-color : #F5F5F5;
	padding : 2px 0px 2px 0px;
}
div.title {
	font-size:16px;
	font-weight: bold;
	padding : 5px 0px 2px 0px;
}
div.message {
	text-align: left; 
	margin-left: 40px;
}
div.msg_last_col {
	text-align: right; 
	margin-right: 0px;
}
div.stage {
	text-align: center; 
	margin-left: 10px;
	margin-right: 10px;
}
div.hidden {
	position:absolute;
	visibility: hidden;
}
div.visible {
	position: absolute;
	z-index:10;
	visibility: visible;
	width: 100%;
	background-color: #FFFFEE;
	border-width:3;
	border-color: #999999;
	border-style: double;
	padding: 2;
	text-align: left;
	left: 0%;
}
div.msg_year {
	border-bottom: 1px solid #496B8D;
	background-color: #FFFFEC;
	padding : 2px 0px 2px 0px;
}
.tabborder{
	border: 1px #94BBDC solid;
}
td.tabhead {
	background-color: #9CB6D6;
	height: 24px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color: White;
	border-bottom : 1px solid #94BBDC;
}
tr.tabrow td {
	height: 24px;
	font-size:14px;
	font-weight: bold;
	color: #496B8D;
	padding : 2px 20px 2px 20px;
	border-bottom : 1px solid #94BBDC;
	text-align: left;
	margin-left: 40px;
}
tr.tabrow_over td{
	height: 24px;
	font-size:14px;
	font-weight: bold;
	color: Black;
	padding : 2px 20px 2px 20px;
	background-color: #FFFFEC;
	border-bottom : 1px solid Red;
	text-align: left;
	margin-left: 40px;
}
td.tabrowfoot1 {
	height: 24px;
	font-size:14px;
	font-weight: bold;
	color: #496B8D;
	padding : 2px 0px 0px 0px;
}
td.letter {
	height: 24px;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	color: black;
	padding : 2px 0px 2px 0px;
	line-height: 40px;
}
span.header_cat {
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}
span.header_cat_on {
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	border-top : 2px solid #FFA500;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	background-color: #FFFFEC;
	color : Black;
	border-bottom : 1px solid #FFFFEC;
	padding : 2px 0px 2px 0px;
}
span.header_year_on {
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	/*
	border-top : 1px solid #FFFFEC;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 2px solid #FF9933;
	*/
	background-color: #FFFFEC;
	color: #FF4500;
	padding : 2px 0px 2px 0px;
}
span.headerlang {
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	float:right;
}


a:link    {text-decoration:none;color:#0000FF;background-color:transparent;}
a:visited {text-decoration:none;color:#0000FF;background-color:transparent;}
a:hover   {text-decoration:none;color:#900B09;background-color:transparent;}
a:active  {text-decoration:none;color:#900B09;background-color:transparent;}

li.messages {
	text-align: left;
	margin-left: 100px;
	list-style-type: square;
}
li.messagen {
	text-align: left;
	margin-left: 80px;
	list-style-type: none;
}
li.msgs {
	text-align: left;
	margin-left: 20px;
	list-style-type: square;
}
#subheader {
	background-color : #FFFFEC;
	padding : 2px 0px 2px 0px;
	text-align: center;
}
/*
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#hnavlist li {
	display: inline;
	list-style-type: none;
	padding: 0;
}
#hnavlist a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#hnavlist a:hover {
	padding-left: 10px;
	padding-right: 10px;
	background: url(/image/bluearrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
*/
div.subject{
	background: url(/image/navbg.gif) repeat-x center;
	color: #FF4500;
	text-align: center;
	font-weight: bold;
	height: 26px;
	padding-top: 2px;
}
div.tool{
	color: #FF4500;
	background-color:#FFFFCC;
	text-align: center;
	font-weight: bold;
	height: 26px;
	padding-top: 2px;
}
/*
div span.titlel {
	background: url(/image/navleft.gif) no-repeat left;
	padding-left: 12px;
	padding-top: 3px;
	height: 26px;
	width: 12px;
}
div span.titler {
	background: url(/image/navright.gif) no-repeat right;
	text-align: center;
	padding-right: 12px;
	height: 26px;
	width: 12px;
}
*/
#leftcontent {
	float: left;
	width: 200px;
	background: #F5F5F5;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-left: 1px solid #E6E6E6;
	font-weight: bold;
}

#rightcontent {
	margin-left: 200px;
	background: #F5F5F5;
}

#leftcontent li {
	list-style: none;
	padding: 15px 5px 15px 25px;
}
#leftcontent li.active {
	background: url(/image/bluearrow.gif) no-repeat left;
	margin-left: 10px;
	padding: 15px 5px 15px 15px;
	color: Black;
}
#leftcontent li.activein {
	margin-left: 25px;
	padding: 0px 5px 15px 15px;
	list-style: square;
	font-size: 12px;
}
#footer {
	font-size: 14px;
	margin-top: 5px;
	border-top-width: 3px;
	border-top: double;
}
a.audio {
	background: url(/image/blue9.gif) no-repeat right;
	padding-right: 20px;
}
a.audio:hover  {
	background: url(/image/red8.gif) no-repeat right;
	padding-right: 20px;
}
a.text {
	background: url(/image/dic.gif) no-repeat right;
	padding-right: 20px;
}
a.video {
	background: url(/image/camera.gif) no-repeat right;
	padding-right: 20px;
}
span.faith_statement {
	font-size:16px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	color : Black;
	border-bottom : 2px solid #FFFFEC;
	text-align: center;
	text-decoration: underline;
	margin-top: 20;
}

h2 {
	font-size:16px;
	color:black;
	border-left:22px solid #94BBDC;
	border-bottom:2px solid #94BBDC;
	padding-left:12px;
	text-align: left;
	margin-bottom: 0px;
}

input.btn,select.btn{
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color:#FFFFEC;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
}

input.btnhov{
	border-top-color:#c63;
	border-left-color:#c63;
	border-right-color:#930;
	border-bottom-color:#930;
}		