@charset "utf-8";
body {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 11px;
	line-height: 165%;
	margin: 0px;
	padding: 0px;
	background: #002a66;
	color: #222;
}
#darkgradient {
	background: url(../images/bg_grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container {
	margin: 0 auto;
	width: 920px;
}
#mainmenubox {
	background: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 45px;
	padding: 15px 0px 5px 0px;
}
#header {
        background: #917f21;
        padding: 15px 0px 15px 20px;
}

#mainmenu {
	height: 24px;
	padding-top: 12px;
	margin-bottom: 0px;
}
#poster {
	width: 30px;
	height: 280px;
	position: fixed;
	left: 0px;
	top: 180px;
}

a {
	text-decoration: none;
	color: #113;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
.alertbox {
	border:1px solid #ddd;
	background: #eaeaef; 
	/* height: 30px; */
	padding: 5px 0px;
	text-align: center;
}
a.alertbox {
	display: block;
}
a:hover.alertbox {
	text-decoration:none;
	background: #c0c0ca;
	color: #000;
}

/* ----------------------------------- */
/*                FOOTER               */
/* ----------------------------------- */

#footer {
	line-height: 150%;
	padding: 15px;
	color: #ddd;
	margin-top: 20px;	
}
#footer br {
	margin-bottom: 5px;
}
#footer a {
	color: #ddd;
	text-decoration: none;
	padding: 3px 5px;
}
#footer a:hover {
	text-decoration: none;
	background: #99b;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
#footer #cont {
	width: 900px;
	margin: 0 auto;
}
#footer .area1 {
	float:left;
	width: 240px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #aaaaaa;
	height: 100px;
}
#footer .area2 {
	float:left;
	width: 180px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #aaaaaa;
	height: 100px;
}
#footer .area3 {
	float:left;
	width: 120px;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #aaaaaa;
	height: 100px;
}
#footer .areanobar {
	float:left;
	width: 210px;
	padding: 0px 15px 10px 15px;
}
#footer #disclaimer {
	font-size: 0.8em;
	clear:both;
}	
#footer #quote {
	font-style:italic; 
}

/* ----------------------------------- */
/*             SEARCH RESULT           */
/* ----------------------------------- */

/* Search box */
#SearchForm a {
        color: #333;
        text-decoration: none;
        font-size: 0.85em;
        font-weight: bold;
}

#SearchForm a:hover {
        color: #FFF;
        text-decoration: underline;
}

#SearchForm #SearchText {
        border: 1px #446 solid;
        background-color: #f0f0f0;
        color: #333;
	width: 175px;
}

/* Search Results */
p.searchQuery {
        margin-bottom:10px;
}
ul#SearchResults {
        list-style-type: none;
}
ul#SearchResults li {
        margin: 0px 0px 20px -40px;
        padding: 10px;
        border: 1px solid #777;
        background-color: #e7f4ef; /* fallback kalau browser tdk support rgba */
}
ul#SearchResults a.searchResultHeader {
        font-size:1.3em;
        font-weight:bold;
        margin: 0px 0px 8px 0px;
        padding-left:20px;
        background:url(../../images/treeicons/news-file.gif) no-repeat left center;
}
ul#SearchResults p {
        margin: 0px 0px 5px 0px;
        padding: 0px;
}


#PageNumbers {
        font-weight: bold;
}
#PageNumbers a {
        padding: 6px;
}
#PageNumbers a:hover {
        padding: 6px;
        /* border: 1px solid #222277; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; */
        background-color: #CDCDE8;
        background-color: rgba(0,0,138,0.2);
}



/* ----------------------------------- */
/*                 BANNER              */
/* ----------------------------------- */

#mycarousel {
	float:right;
	width: 920px;
	height: 294px;
	background: #917f21;
	padding: 10px;
	position: relative;
	display: block;
	margin: 0px;
}
.jcarousel-control {
	position: absolute;
	bottom: 3px;
	right: 8px;
	text-align: center;
	z-index: 99;
}
.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 2px 6px;
    margin: 0;
    color: #eee;
    background-color: #000;
    font-weight: bold;
}
.jcarousel-control a:hover {
    background-color: #ddd;
	color: #000;
}
.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}
.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}
