/* CSS Document */
body
{ 
	margin-left:0%; 
	margin-top:0%; 
	color:black; 
	font-family:Arial;
}

/*Division Container*/
div.container
{
	left:0px;
	width:780px;
	height:100%;
	margin:0px;
	line-height:150%;
	border-right:1px solid gray;
}

/*Division Menu*/
div.menu
{
	left:0px;
	float:left;
	width:150px;
	margin:0;
	height:480px;
}

/*Division Content*/
div.content
{
	margin-left:150px;
	font-size:small;
}

/*Division Footer*/
div.footer
{
	color:white;
	font-size:x-small;
	background-color:gray;
	clear:left;
	font-family:Arial;
}

table.content 
{
	width:627px;
	height:480px;
	border:0px;
}

table.contentStaff 
{
	width:627px;
	height:480px;;
	border:0px;
	font-size:x-small;
}

img.banner {
width:780px;
height:100px;
}

.none { border:none;}

/*table menu setting */
table.menu {
	width: 150px;
	color:#6885E9;
	font-weight:bold;
	border-spacing:5px;
	cursor:pointer;
	text-align:left; 
	border: none;
	font-size:small;
}

/*Content submenu setting */		
table.ContentSubMenu_Church 
{
	color:#6885E9;
	font-weight:bold;
	background-color:#FFFFFF;
	border:none; 
	left:125px; 
	position:absolute; 
	visibility:hidden; 
	top:133px; 
	height:50px; 
	width:150px;
	font-size:small;
	border-style:outset;
}

	
table.ContentSubMenu_Leader 
{
	color:#6885E9;
	font-weight:bold;
	background-color:#FFFFFF;
	border:none; 
	left:125px; 
	position:absolute; 
	visibility:hidden; 
	top:162px; 
	height:50px; 
	width:150px;
	font-size:small;
	border-style:outset;
}

.cursorPointer{cursor:pointer;} /*Pointer cursor*/

a.none:link {color: #6885E9; text-decoration: none}
a.none:visited {color: #6885E9; text-decoration: none}
a.none:hover {text-decoration: underline}

a.link:link {color:#0000FF} 		/* unvisited link */
a.link:visited {color:#0000ff}		/* visited link */
a.link:hover {background:#FF9900}	/* mouse over link */
a.link:active {color:#0000FF}   	/* selected link */ 

.dateTime 
{
	font-size:x-small;
	color:#000000;
}

font.header 
{
	color:#34357A;
	font-weight:bold;
	font-family:Arial;
	font-size:small;
}

tr.category {
	background-color:#FF9900;
	font-size:medium;
	font-weight:bold;
	color:#FFFFFF;
}

tr.cellTitle {
	background-color:#FFFF66;
	font-weight:bold;
}

td.cellStaff {
	width:33%;
	background-color:#FFFF99;
}

td.bkground {
	background-color:#FFFF99;
}

td.menuRight {
	background-color:#CCCCCC;
	font-size:x-small;
}

img.noBorder {
	border:0;
}
