@charset "utf-8";
/* CSS Document */

body {
	background:#ffae3f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	margin:0px;
}
#container {
	float:left;
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:968px;
}
#header {
	width:968px;
	height:102px;
}
#menu {
	background-color:#06C;
	width:968px;
	height:68px;
}
#breadcumb {
	background-color:#FC0;
	float:left;
	width:646px;
	height:39px;
}
#search {
	background-color:#F60;
	float:left;
	width:322px;
	height:39px;
}
#content {
	background-color:#FFF;
}
#footer {
	text-align:center;
	height:80px;
}
#logo {
	position:absolute;
	width:187px;
	height:123px;
	top:0px;
	left:10px;
}
#altmenu {
	position:absolute;
	width:312px;
	height:45px;
	top:0px;
	left:690px;
}
.search {
	border:1px solid gray;
	margin-top:3px;
	width:170px;
	height:23px;
}
.go {
	border:1px solid gray;
	background:#FFFFFF;
	margin-top:3px;
	width:40px;
	height:23px;
}
.searchbtn {
	background:#FFFFFF;
	height:25px;
}
.searchbtn2 {
	background:#FFFFFF;
}
/* Event text */
.tglEvent {
	font-size:14px;
}
.descEvent {
	font-size:10px;
}
.imgEvent {
	margin-right:10px;
	border:thin solid #666;
}
.content {
	font-size:11px;
}
a {
	text-decoration:none;
	color:#0066FF;
	font-size:11px;
}
a:hover {
	text-decoration:underline;
}
.hr {
	border:dotted 1px gray;
}
.content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.judul {
	font-size:12px;
	font-weight:bold;
}
.footer {
	color:#666666;
	font-size:11px;
	text-decoration:none;
}
.footer:hover {
	text-decoration:underline;
}
.breadcumb {
	font-size:11px;
}
.tblSubPage {
	background:#fff4e2;
	padding:5px;
	text-align:left;
	font-size:11px;
}
.thSubPage {
	background:#5d89a3;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
}
.img {
	border:5px #5d89a3 solid;
	float:left;
  	margin:5px;
}
table {
	font-size:11px;
}

