/*<group=General Styles>*/

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	color: #283808;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	/* background: url(images/body_bg.png) repeat; */
	background-color: #838BBC;
}

p
{
	color: #4C4C4C;
	font-size: 100%;
	line-height: 160%;
	margin-left: 8em;
}

p.attention
{
	color: #4C4C4C;
	font-size: 75%;
	line-height: 120%;
	margin-left: 12em;
	margin-right: 4em;
}

p.suku td
{
	border: none;
	vertical-align: top;
}
.note
{
	color: #4C4C4C;
	font-size: 85%;
	line-height: 160%;
	margin-left: 10em;
}

.r_title
{
	color: #FF6600;
	font-size: 120%;
	line-height: 160%;
	margin-left: 4em;
	border-color: #FF6600;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}
/* small title with line */
.r_title2
{
	color: #838BBC;
	font-size: 100%;
	line-height: 160%;
	margin-left: 8em;
	border-color: #838BBC;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}
/* subtitle inside p */
.r_title3
{
	color: #6633CC;
	font-size: 100%;
	line-height: 160%;
	margin-left: 6em;
}


b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.main:link, a.main:visited
{
	color: #6495ED;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FFFF33;
}

a.main:hover, a.main:active {
	color: #FF9999;
}

.photo_inline {
	float: right;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

table.sche {
	margin-left: 2em;
	line-height: 200%;
	float: left;
}

table.suku {
	margin-left: 4em;
	line-height: 200%;
	float: center;
	border: 1px;
	border-color: black;
}

table.suku td {
	vertical-align: top;
	margin-left: 1em;
}

/*<group=Layout>*/

#container {
/* 	background: repeat-y 0 url(images/1_content_bg.jpg); */
	width:  791px; /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #535148;
}

#pageHeader {
	width: 621px;
	text-align: left;
	list-style: none;
	height: 53px;
	margin: 0px;
	padding: 0px;
	background: no-repeat url(images/1_header_bg.jpg);
}

#pageHeader img {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-left: 18px;
}

#pageHeader h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	position: relative;
	top: 16px;
	left: 15px;
	display: inline;
	margin-right: 10px;
	text-shadow: 2px 2px 2px #666666;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	display: inline;
	position: relative;
	top: 16px;
	padding: 0;
	left: 10px;
	text-shadow: 2px 2px 2px #666666;
}

#contentContainer {
	background: repeat-y 0 url(images/1_content_bg.jpg);
	width:  621px; /* This Is The BG Color Of The Main Div */
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #535148;
	margin-right: 0px;
	float: right;
}

#contentContainer #images {
	/* border-right: 1px solid #a3a3a3; */
	float: center;
	margin-left: 8px;
}

#contentContainer #content {
	/* border-right: 1px solid #a3a3a3; */
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 18px;
}

#contentContainer #content  li{
	/* border-right: 1px solid #a3a3a3; */
	margin-left: 8em;
}

#sidebarContainer
{
	width: 150px;
	float: left;
	text-align: right;
	margin-top: 100px;
	padding: 0px 0px 0px 0px;
	/* 	margin-right: 10px; */
/* 	border-left: white; */
/* 	border-width: 0 0 0 1px; */
/* 	border-style: none none none dotted; */
}

#sidebarContainer #current
{
	color: #FFFF33;
}
#sidebarContainer .sidebar
{
	padding: 0px;
	color: white;
	/* 	border-color: #9999FF; */
	border-color: #FFFFFF;
	border-width: 1px 0px 0px 0px;
	border-style: dotted solid solid solid;
	text-align: right;
	line-height: 240%;
	font-size: 110%;
	font-weight: bold;
}

#sidebarContainer .subsidebar
{
	padding: 0px;
	color: #DDDDFF;
	/* 	border-color: #9999FF; */
/* 	border-color: #FFFFFF; */
/* 	border-width: 1px 0px 0px 0px; */
/* 	border-style: dotted solid solid solid; */
	text-align: right;
	line-height: 150%;
	font-size: 90%;
}

#footer {
	width: 621px;
	margin: 0px auto 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	color: #ffffff;
	padding-bottom: 0px;
	padding-top: 0px;
	background: no-repeat url(images/1_footer_bg.jpg);
	height: 30px;
	color: #cccccc;
	clear: both;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	color: #b3b3b3;
	text-decoration: none;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 0.8em;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	position: relative;
	padding: 0px;
	background: #CCCC99;
	margin: 0 8px 10px;
	height: 40px;
}

#navcontainer #current {
	color: #0080ff;
	font-weight: bold;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
}

#navcontainer li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	position: relative;
	width: 100px;
	margin: 0;
	padding: 0px;
	display: block;
	text-align: left;
	height: 20px;
	color: #4c4c4c;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

#navcontainer a:hover {
	color: #0080ff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 600px;
	top: 20px;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	padding-top: 5px;
	left: 0;
}

#navcontainer ul ul li {
	float: left;
}

#navcontainer ul ul a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #999999;
}

#navcontainer ul ul a:hover {
	background: transparent;
	clear: both;
}

#navcontainer ul ul #current {
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}
	
