﻿/* Basic tags */
*, html
{
    /*padding: 0;*/
    border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
}

body
{
	color:       #4C4C4C;
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size:   11px;
	line-height: 11px;
}

a
{
	color:           #002060;
	text-decoration: none;
}

a:hover
{
    color:           #001540;
    text-decoration: underline;
}

/* Headers */
h1
{
    border-bottom: 1px solid #B8B3A3;
    color:#002060;
    font-family:Arial,Helvetica,sans-serif;
    font-size:24px;
    font-weight:bold;
    line-height:30px;
    margin-bottom:17px;
}

h2
{
    color:       #002060;
    font-size:   16px;
    font-weight: bold;
}

h3
{
    color:#002060;
    font-size:   13px;
    line-height: 13px;
    font-weight: bold;
    margin-top: 5px;
}

h4
{
    color: #963;
    font-size:   11px;
    font-weight: lighter;
}

h4 a
{
	color: #963;
}

h4 a:hover
{
	color: #963;
}



/* Layout */
#container
{
	margin: auto;
	position: relative;
	width: 950px;
}

/* Header */
#header
{
	background-color: #FFFFFF;
	margin: auto;
	padding-top: 10px;
	width: 950px;
}

#logoarea
{
	float: left;
	margin: 0px 20px 0px 10px;
}

#header-right
{
	float: right;
	text-align: right;
}

#user
{
	padding: 5px;
	margin-bottom: 3px;
	text-align: right;
	width: 248px;
}

#info
{
	width: 600px;
}

#user .section h3
{
	display: none;
}

#user .section
{
	margin-top: 7px;
}

#user .section div .info
{
	margin-bottom: 3px;
}

.leftfloat
{
	float: left;
	display: inline;
	text-align: left;
}

#user .section div .info
{
	margin-bottom: 3px;
}

input
{
	border: solid 1px #D6D0C0;
	margin: 1px;
}

#user .section span input
{
	border: 0;
}

.hpl
{
}

#user .section div a
{
	
}


/* Menu */
#menu-container
{
	width:            948px;
	margin:           auto;
	background-color: #EBE6D8;
	border-left:      1px solid #D6D0C0;
	border-right:     1px solid #D6D0C0;
	border-top:       1px solid #D6D0C0;
	height:           34px;
	position:         relative;
	z-index:		  2;
}

#nav
{
	background: #102d81 url(../Images/menu-bg.png) repeat-x;
	width:      930px;
	height:     22px;
	margin:     10px 10px 0px;
	color:      #FFFFFF;
}

#mnu
{
    position: relative;
    margin:   auto;
}

#nav a.active
{
	background-color: #002060;
	background-image: none;
}

#nav ul
{	margin: 0;
	padding: 0;
	z-index: 30;
}

#nav ul li
{	
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
}

#nav ul li a
{	
    display: block;
	margin: 0 1px 0 0;
	padding: 0px 20px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	line-height: 22px;
}

#nav ul li a:hover
{	
    background: #001540;
}

#nav ul div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EBE6D8;
	border: 1px solid #D6D0C0;
	border-top: 0;
	z-index:1;
}

#nav ul div a
{	
    position: relative;
	display: block;
	margin: 0;
	padding: 0px 20px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EBE6D8;
	color: #001540;
	font-weight: normal;
	border-top: 1px solid #D6D0C0;
}

#nav ul div a:hover
{	
	background: #001540;
	color: #FFF
}

/* Main */
#main
{
	width: 928px;
	background-color:#EBE6D8;
	border-left: 1px solid #D6D0C0;
	border-right: 1px solid #D6D0C0;
	height: 292px;
	padding: 0px 10px 10px;
	margin: auto;
}

#mainPic
{
	position: absolute;
}

#main .moduletools
{
	position: absolute;
	top: 24px;
	left: 722px;
	width: 199px;
	z-index: 9600;
}

/* Bottom Content */
#bottom 
{
	border-top:1px solid #002060;
	border-bottom: 1px solid #B8B3A3;
	clear:both;
	height:142px;
	padding: 15px 15px 15px 15px;
	margin: auto;
	width: 920px;
}

#bottom .moduletools
{
	margin-top: -12px;
	margin-right: 3px;
}

#bottomLeft
{
    border: 1px solid #002060;
    float: left;
    height: 139px;
    margin: 0px;
    margin-right: 15px;
    width: 333px;
}

#bottomLeft .posAbsolute
{
	position: absolute;
	width: 333px;
}

#bottomLeft .syndicate
{
	display: inline;
	position: absolute;
	top: 2px;
	left: 0px;
	border: 0;
	background-color: Transparent;
}

#bottomCenter
{
	background: #002060 url(../Images/bg-home-bottom-mid.png) no-repeat;
    border: 1px solid #002060;
    float: left;
    height: 119px;
    margin: 0px;
    margin-right: 15px;
    padding: 0px;
    width: 198px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
}

#bottomCenter img
{
    margin: 0;
}

#bottomCenter h1
{
	color: #fff;
    border-bottom: 0;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 1.9em;
    font-weight:bold;
    margin-top: 15px;
}

#bottomCenter h3
{
	color: #fff;
	background-color: transparent;
    font-size:   1.6em;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0px;
    margin-top: 5px;
}

#bottomCenter .moduletools
{
	font-weight: normal;
	font-size: 0.8em;
	margin-top: -22px;
	margin-right: -7px;
}

#bottomRight
{
    border: 1px solid #002060;
    float: left;
    height: 139px;
    width: 333px;
    vertical-align: middle;
    margin: 0px;
}

#bottomRight .posAbsolute
{
	position: absolute;
	width: 333px;
}

#bottomRight .syndicate
{
	display: inline;
	position: absolute;
	top: 2px;
	left: 0px;
	border: 0;
	background-color: Transparent;
}

#bottomRight h3
{
}

/* Footer */
#kolom
{
	float: left;
	margin: 3px 0px 5px 5px;
}

#footer
{
	margin: auto;
	margin: 5px 0px 10px 0px;
	padding-right: 100px;
	text-align: right;
	float:right;
}

#footer ul
{
	display:     inline;
	text-align:  center;
}

#footer ul li
{
	display:     inline;
	position:    relative
}

#footer a
{
    color:     #B8B3A3;
	font-size: 10px;
}

#footer span
{
    color:     #B8B3A3;
	font-size: 10px;
}
/* Misc classes */
.clearer
{
	height: 0px;
	clear:  both;
}

/* Module tools */
.moduletools
{
	margin-top: -20px;
	float: right;
}

.moduletools a
{
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 0px 2px;
	line-height: 20px;
	background-color: #ffe;
	color: #963;
}

.moduletools a.rss
{
	text-decoration: none;
	border:0;
	padding: 0px 2px;
	line-height: 20px;
	background-color: transparent;
}

.moduletools a:hover
{
	background-color: #f9f9f9;
}

#user .moduletools
{
	margin-top: -16px;
	margin-bottom: 3px;
	float: right;
}

/* Aritcles */
.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.section h3
{
	line-height: 20px;
	background-color: #002060;
	color: #fff;
	padding-left: 20px;
	margin: 0;
}

.articlelist h4
{
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 110%;
	padding-left: 2px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #666;
	border-top: solid 1px #D6D0C0;
	background-color: #EBE6D8;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.error
{
	color: #c00;
}

/* White Board */
#whiteboard {
	position: relative;
	width: 100%;
	background-color: #fff;
}

#whiteboard div {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 119px;
	width: 333px;
}

#whiteboard h4
{
	margin-top: 5px;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
}

#whiteboard p
{
	margin: 5px;
	font-size: 1.3em;
	text-align: justify;
	line-height: 1.3em;
}

/* Slide Show */
#slideshow {
    position: absolute;
    width: 100%;
    height: 290px;
}

#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
}

