body {
	background-color: #808080;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	text-decoration: none !important;
}
p {
	padding: 5px 0;
	margin: 0;
}
h1 {
	font-size: 20pt;
	color: #408000;
}
h2 {
	font-size: 16pt;
	color: #004040;
}
h3 {
	font-size: 12pt;
}
h5 {
	margin: 0 -5px 10px -5px;
	padding: 1px 5px;
	color: #607060;
	background-color: #f4ffd8;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #802000;
}
a:hover {
	text-decoration: underline;
	color: #c06000;
}
a.sitelink {
	padding-right: 18px;
	background-image: url('../icons/link.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.sitelink:hover {
	background-image: url('../icons/link-h.gif');
}
a.maillink {
	padding-right: 18px;
	background-image: url('../icons/mail.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.maillink:hover {
	background-image: url('../icons/mail-h.gif');
}
a.filelink {
	padding-right: 18px;
	background-image: url('../icons/file.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.pdflink {
	padding-right: 18px;
	background-image: url('../icons/pdf.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.ziplink {
	padding-right: 18px;
	background-image: url('../icons/zip.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#container {
	width: 960px;
	background-color: #fffcf2;
	margin: 10px auto;

	/*behavior: url('/fam/lapus/layout/htc/ie-css3.php');*/
	behavior: url('/fam/lapus/layout/htc/PIE.php');

	box-shadow: 1px 1px 10px #002000;
	-moz-box-shadow: 1px 1px 10px #002000;
	-webkit-box-shadow: 1px 1px 10px #002000;

}
#header {
	width: 960px;
	height: 240px;
	background-image: url('lapus2019header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	padding: 8px 0px 12px 0px;

	/*behavior: url('/fam/lapus/layout/htc/ie-css3.php');*/
	behavior: url('/fam/lapus/layout/htc/PIE.php');

	background: #507040;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#507040), to(#fffcf2));
	background: -moz-linear-gradient(#507040, #fffcf2);
	background: linear-gradient(#507040, #fffcf2);
	-pie-background: linear-gradient(#507040, #fffcf2);
}
#menu a, #menu a:link, #menu a:visited {
	border: 1px solid #b1cca3;
	border-top: 0;
	background-color: #cccccc;
	font-weight: bold;
	padding: 5px 14px;
	margin: 0 2px;
	color: #404040;

	/*behavior: url('/fam/lapus/layout/htc/ie-css3.php');*/
	behavior: url('/fam/lapus/layout/htc/PIE.php');

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	box-shadow: 0px 1px 4px #204020;
	-moz-box-shadow: 0px 1px 4px #204020;
	-webkit-box-shadow: 0px 1px 4px #204020;

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2f2f2), to(#cccccc));
	background: -moz-linear-gradient(#f2f2f2, #cccccc);
	background: linear-gradient(#f2f2f2, #cccccc);
	-pie-background: linear-gradient(#f2f2f2, #cccccc);

}
#menu a.selected {
	text-decoration: none;
	background: none;
	background-color: #daf2aa;
	border: 1px solid #f0d060;
	border-top: 0;
	border-bottom: 1px solid #cc0000 !important;
	color: #404000;
	letter-spacing: .2em;
}
#menu a:hover {
	text-decoration: none;
	background: none;
	background-color: #fff890;
	border: 1px solid #998877;
	border-top: 0;
	color: #408020;
	border-bottom: 1px solid #993300;
}

#content {
	text-align: justify;
	margin: 10px 50px 0px 50px;
}
#footer {
	clear: both;
	font-size: 80%;
	background-color: #f8fff0;
	border-top: 5px solid #698A19;
}
#floater {
	width: 240px;
	float: right;
	font-size: 80%;
	margin-right: -50px;
	.margin-right: -25px;
	margin-left: 15px;
	margin-top: -15px;
	padding: 0 5px;
	background-color: #fcffe8;
	height: 600px;
}
#floater ul {
	padding: 0px;
	margin: 0px;
}
#floater li {
	font-size: 10px;
	font-weight: normal;
	margin: 8px 0px;
	list-style-image: url('../layout/bullet.gif');
	list-style-position: inside;
}
#floater .boxtitle {
	border-bottom: 1px solid #99cc99;
	font-weight: bold;
	color: #004000;
}

.baritems {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0 2px;
}
.baritems img {
	border: 3px solid #ccddcc;

	/*behavior: url('/fam/lapus/layout/htc/ie-css3.php');*/
	behavior: url('/fam/lapus/layout/htc/PIE.php');

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.hilight {
	background-color: #ffff80;
}
.mailfield {
	background-image: url('../icons/mail.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
	width: 140px;
}
#amr {
	float: right;
	background-color: #698A19;
	color: #ffffff;
	padding: 0px 4px 0px 10px;
}
#contor {
	display: none;
	visibility: hidden;
}

.jurnal {
	width: 600px;
	border: 1px solid #80ff80;
	background: #e0ffd0;
	margin: 12px;
	padding: 8px;
}
.jurnal img {
	vertical-align:top;
}
.extrasezon td {
	background: #acbb8f;
}
.marker {
	position: relative;
	top: -14px;
	width: 30px;
	font-size: 18px;
	float: left;
	border: 1px solid #ffffff;
	margin: 0px 16px -5px 2px;
	padding: 3px 10px;
	text-align: center;
	background: #ffe0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.markdate {
	margin-left: -8px;
	font-size: 9px;
	width: 50px;
	background-color: #e0f0c0;
}
.program {
	width: 100%;
	border-collapse:collapse;
}
.program td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin: 0;
	border: 1px solid #f0d8c0;
	border-left: 5px;
}
.program td.d {
	text-align: center;
	width: 5em;
	background-color: #FCFFE8;
	border-left: 5px solid #f0d8c0;
}
.program td.d span {
	font-size: 75%;
}
.program em {
	font-weight: bold;
	font-style: italic;
}
.program strong {
	font-weight: bold;
	font-variant: small-caps;
}
.desc {
	display: block;
	font-size: 85%;
	color: #404040;
}
.clear {
	clear: both;
}


#picframe {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding-top: 20px;
}
#picframe img {
	margin: auto;
	border: 10px solid #ffffff;
}