/* CSS Document */
/* Properties of the page layout - should go into a .css file */
body{
	background-color:#666666;
	padding: 1em 0 1em 0;
	margin-right: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	position: relative;
	left: 10px;
	top: 10px;
	background-color: #FFFFFF;
	border-top:10px double #999999;
	border-right:10px double #999999;
	border-left:10px double #999999;
	padding-bottom: 20px;
	width: 950px;
	height: 1120px;
	text-align: center;
}
	
#header{
	position: absolute;
	top: 20px;
	left: 15px;
	width: 900px;
	height: 210px;
	border: 10px double #CCCCCC;
	
}

#left{
	position: absolute;
	top: 250px;
	left: 10px;
	width: 550px;
	height: 500px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: justify;
}

#right{
	position: absolute;
	top: 250px;
	left: 603px;
	height: 500px;
	text-align: justify;
}

#footer{
	position:relative;
	left: 10px;
	clear: both;
	width: 950px;
	height: 20px;
	border-left: 10px double #999999;
	border-right: 10px double #999999;
	border-bottom: 10px double #999999;
	padding-top: 5px;
	background-color: #FFFFFF;
}
#footer_div {
	position: relative;
	left: 20px;
	width: 910px;
	font-size: 10px;
	border-top: 1px solid #BDC5BF;
}

#pfooter{
	margin: 0;
}

.email{
	font-size: 12px;
	color:#993300;
	text-decoration: none;
}
/* End of properties for the page layout */

/* Properties for index.php*/
#pic_front{
	border:4px solid #CCCCCC;
}
/* End of properties for index.php*/

/* Properties for the navigation menu */

#navlist_div{
	margin-left: -8px;
}
#navlist{
	font-size: 13px;
	font-weight: normal;
}

#navlist li{
	display: inline;
	list-style: none;
}

.nav{
	text-decoration: none;
	color:#FFFFFF;
	white-space: pre-line;
	padding: 1em;
	border-right: 1px solid #CCCCCC;
	background-image:url(html/Pictures/minimized/nav_background.jpg);
}

.nav:hover{
	text-decoration: none;
	background-image:url(html/Pictures/minimized/nav_background2.jpg);
	padding: 1em;
	
}
/* END of properties for the navigation menu */

/* Styles for sidebar.html*/
.services{
	font-size: 12px;
	text-align: left;
	padding: 0 1em 0 1em;
}
.service_chinese{
color: #008B8B;
}
.service_english{
color: #6495ED;
}
.service_time{
color: #DC143C;
}

.sidebar{
	border-left: 1px solid #BDC5BF;
	border-right: 1px solid #BDC5BF;
	border-bottom: 1px solid #BDC5BF;
	width: 330px;
	margin-bottom: 1em;
	margin-top: 10px;
	text-align: center;
}

.sidebar_heading{
	background-image:url(html/Pictures/minimized/sidebar_header.jpg);
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:left;
	padding: 0.5em;
	margin-top: 0;
}

#last_update_date
{
	color:#0033FF;
	font-size: 12px;
	font-weight: bold;
}
.sharings{
	padding-bottom: 3em;
}

#themes{
	padding: 0 1em 0 1em;
}
.theme{
	text-align: left;
	font-size: 12px;
	color:#006600;
}

#theme_heading_div{
	width: 300px;
	height: 70px;
	border: 1px solid #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 10px;
	
}
#theme_heading_chinese{
	color:#0066FF;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 20px;
}

#theme_heading_english{
	color:#660099;
	margin-top: 5px;
	font-size: 20px;
}

.verses{
	font-size: 12px;
	text-align: right;
	color:#0066FF;

}

/* END of styles for sidebar.html*/

/* CSS for faith.php */
.faith_list{
	text-align: left;
	color:#666666;
}

.faith_list li{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
/*End of CSS for faith.php */

/* CSS for activities.php */
.activities_table{
	padding-top: 1em;
	padding-bottom: 1em;
	
}

	
.details{
	color:#000066;
	font-size: 14px;
	background-color:#CCCCFF;
	border:1px solid #999999;
}

.info{
	color:#333333;
	font-size: 14px;
	background-color:#FFFFFF;
	border:1px solid #999999;

}

.time{
	color:#CC0000;
	font-size: 14px;
	background-color:#CCCCCC;
	border:1px solid #999999;
}

/*End of CSS for activities.php */
/*CSS for gallery.php*/
.gallery-titles{
	color:#0033FF;
	font:Verdana;
}

.small-text{
	color:#666666;
	font-size:12px;
	}
/*End of CSS for gallery.php*/
/*CSS for sharings.php */
.menu{
	font-family: inherited;
	font-size: 12px;
	color:#00CCFF;
}

#sharings{
	list-style-type:circle;
}

.table{
	margin-top: 1em;
	border: 1px solid #E6E6FA;
}
/*End of CSS for sharings.php*/
/* Properties for links.php*/
.links{
	text-align: left;
	font-size: 11px;
}
/*End of properties for links.php*/

/* Properties for GENERAL use */
.cancelled{
	text-decoration: line-through;
}

.chinese{
	font-size: 16px;
	color:#666666;
	text-align: justify;
}

.english{
	font-size: 14px;
	color:#666666;
	text-align: justify;
}

.headings{
	color:#0000FF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
}

.hide_content{
	visibility: hidden;
	display: none;
}

a{
	color:#999999;
}

#hide_show{
	color:#009999;
	font-size: 12px;
	text-decoration: underline;
}

.page_header{
	padding-bottom: 2em;
}

/* End of properties for GENRAL use */


	

/**Style for calendar **/
#calendar{
	width: 30em;
	text-align: center;
	font-size: 10px;
	color:#000000;
	}

.dates{
	background-color: #CCCCFF;
}

.days{
	font-size: 11px;
	color:#FF0000;
	background-color:#333333;
}

#last_updated{
	color:#FF0000;
	font-size: 10px;
	font-weight: bold;
}

#month_header{
	text-align: center;
	margin-top: -1em;
}
/* End of properties for calendar*/



