/* CSS Document */
/* created by PT. Gamatechno Indonesia 2006/01 */

#common {
	background-color: #574611;
	/*background-image: url('../../images/common-bg.gif');
	background-position: top;
	background-repeat: repeat-x;*/
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#page {
	background-color: #FFFFFF;
	background-image: url('../../images/page-bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#header {
	background-color: #1b304f;
	background-image: url('../../images/header-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	width: 800px;
	height: 66px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#navigation {
	clear: both;
	background-color: #082E00;
	/*background-image: url('../../images/navibar-background.gif');
	background-repeat: no-repeat;*/
	height: 29px;
	width: 778px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#navigation ul {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#navigation li {
	color: #003366;
	height: 29px;
	display: block;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	list-style-type: none;
}

#navigation a {
	color: #eeeeee;
	float: left;
	padding: 7px 10px;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration:underline;
}

#navigation a:active {
	color: #ffc600;

}

#banner {
	clear: both;
	background-color: #FFFFFF;
	background-image: url('../../images/banner-right.gif'); 
	background-repeat: repeat;
	overflow: hidden;
	width: 778px;
	height: 155px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; 
}

#banner-left {
	float: left;
	overflow: hidden;
	width: 578px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#banner-left img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#banner-right {
	float: left;
	overflow: hidden;
	width: 197px;
	height: 155px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main-content {
	clear: both;
	width: 778px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}

#footer {
	clear: both;
	color: #C7C7C7;
	background-image:url('../../images/footer.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #234370;
	text-align: center;
    width: 778px;
	height: 28px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}

.pageBar {
	clear: both;
	height: 30px;
	/*border-bottom: #ece9d6 1px solid;*/
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 10px 0px;
}

.pageInfo {
	float: left;
	color: #333;
	padding: 10px 0px 10px 10px;
	font-size: 8pt;
}

.pageInfo b {
	font-weight: bold;
	color: #003366;
	padding: 0px 2px;
}

.pageNav {
	float: left;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 8pt;
}

.pageNav div {
	padding: 6px 8px;
	margin: 4px 0px 2px 2px;
	float: left;
	color: #aaa;
}

.pageNav a {
	color: #004f9e;
	border: 1px solid #eeeeee !important;
	text-decoration: none;
	padding: 5px 7px;
	margin: 4px 0px 1px 2px;
	display: block;
	float: left;
}

.pageNav a:hover {
	text-decoration: none;
	background-image: url('../../images/pageNav-button-bg.gif');
	background-repeat: no-repeat;
	padding: 5px 7px;
	border: #afcfed 2px solid;
	border: 1px solid #dddddd !important;
}

.pageNav a:active {
	text-decoration: none;
	padding: 5px 6px 3px 6px;
	margin: 5px 1px 1px 2px;
	border-top: 2px solid #cccccc !important;
	border-left: 2px solid #cccccc !important;
	border-right: 1px solid #dddddd !important;
	border-bottom: 1px solid #dddddd !important;
}

.pageNav img {
	border: none;
}

.pageNav-pageActive {
	color: #ffffff;
	background-color: #122d71;
	border: #122d71 1px solid;
	text-decoration: none;
	padding: 5px 7px;
	margin: 4px 0px 1px 2px;
	display: block;
	float: left;
	font-weight: bold;

}

.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}