/* CSS Document */
body {
	color:#372300;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Ariel,sans-serif;
	font-size:11px;
	margin:0 auto;
	padding:0;
}

a {
    color:#4B4B4B;
    text-decoration:none;
}
a:hover {
    color:#4B4B4B;
    text-decoration:underline;
}

#header-default {
	background-image:url("../images/home_header.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:250px;
	margin:0 auto;
	text-align:center;
}

#header-directories {
	background-image:url("../images/directories_header.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:250px;
	margin:0 auto;
	text-align:center;
}

#header-publications {
	background-image:url("../images/publications_header.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:250px;
	margin:0 auto;
	text-align:center;
}

#header-news {
	background-image:url("../images/news_header.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:250px;
	margin:0 auto;
	text-align:center;
}


#header-contact {
	background-image:url("../images/contact_us.png");
	background-position:center top;
	background-repeat:no-repeat;
	height:250px;
	margin:0 auto;
	text-align:center;
}

#navigation {
	margin:0 auto;
	width:950px;
}

#navigation ul {
    margin: 3px 0px;
    padding:5px 5px;
    list-style: none;
    line-height: normal;
}

#navigation li {
    display: inline;
    padding:5px 3px;
    text-align:right;
}

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

.slider-wrap {
	margin:0;
	padding:0;
	position:relative;
	width:650px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	width: 620px;
	margin: 0;
	padding: 0;
}
		
.stripNav ul { /* The auto-generated set of links */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 620px;
}
		
.stripNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 6px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.stripNav a { /* The nav links */
	font-size: 11px;
	text-align: left;
	line-height: 30px;
	color: #999;
	text-decoration: none;
	display: block;
	margin-right: 10px;
}
		
.stripNav li.tab1 a {  }
.stripNav li.tab2 a {  }
.stripNav li.tab3 a {  }
.stripNav li.tab4 a {  }
.stripNav li.tab5 a {  }
		
.stripNav li a:hover {
	color: #252525;
}
		
.stripNav li a.current {
	color: #252525;
	background-image: url(../images/sub-menu-arrow.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.wrapper {
	border-top:1px solid #DDDDDD;
	margin-bottom:20px;
	margin-top:10px;
}

.wrapper p {
	color:#4E3100;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}

.wrapleft {
	width:380px;
	height:360px;
	float:left;
}

.wrapright {
	width:auto;
	height:360px;
	float:right;
}

.wrapBox {
	clear:both;
	width:648px;
	height:100%;
	background-color:#ECECEC;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #DDDDDD;
} 

.wrapBox p {
	padding:0px 10px;
	line-height:20px;
}

#services {
	width:648px;
	height:146px;
	overflow:hidden;
	margin:0 0 0 2px;
	padding:0 2px 2px 0;
	/*background:url(images/nav-sprite.png) no-repeat 100% 0;*/
}
#services li{
	float:left;
	list-style:none;
	padding:0px 5px;
	/* background:url(images/nav-sprite.png) no-repeat 0 0;*/
}
#services li a{
	display:block;
	overflow:hidden;
	outline:0;
	height:146px;
	background:url(../images/services.jpg) no-repeat 0 0;
	background-position:center;
	text-indent:-9999px;
}
#services li a.directories{
	width:310px;
	background-position:-1px 0;
}
#services li a.publication{
	width:310px;
	background-position:-310px 0;
}

#internal {
	width:190px;
	height:610px;
	overflow:hidden;
	margin:0 0 0 2px;
	padding:0 2px 2px 0;
	/*background:url(images/nav-sprite.png) no-repeat 100% 0;*/
}
#internal li{
	float:left;
	list-style:none;
	padding:0px 5px;
	/* background:url(images/nav-sprite.png) no-repeat 0 0;*/
}
#internal li a{
	display:block;
	overflow:hidden;
	outline:0;
	height:610px;
	background:url(../images/link-edit.jpg) no-repeat 0 0;
	background-position:center;
	text-indent:-9999px;
}
#internal li a.kemendag{
	width:190px;
	height:100px;
	background-position:0px 0px;
}
#internal li a.shanghai{
	width:190px;
	height:95px;
	background-position:0px -100px;
}
#internal li a.tei{
	width:190px;
	height:120px;
	background-position:0px -195px;
}
#internal li a.prima{
	width:190px;
	height:75px;
	background-position:0px -315px;
}
#internal li a.ppki{
	width:190px;
	height:80px;
	background-position:0px -390px;
}
#internal li a.indonesia{
	width:190px;
	height:150px;
	background-position:0px -470px;
}

#multiColumn {
	-moz-column-count: 2;
	-moz-column-gap: 5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 5em;
}

#multiColumn p {
	text-align:left;
}


#wrapColumn {
	width:650px;
	height:auto;
}

#column {
	width:200px;
	margin-bottom:10px;
	padding-right:15px;
	height:190px;;
	float:left;
}

#table-titleEvent {
	width:90px;
	background-color:#3B3B3B;
	padding:5px 5px;
	font-weight:bold;
	color:#fff;
	float:left;
}

#table-titleOdd {
	width:90px;
	background-color:#333;
	padding:5px 5px;
	font-weight:bold;
	color:#fff;
	float:left;
}

#table-textEvent {
	width:540px;
	padding:5px 5px;
	float:left;
}

#table-textOdd {
	width:540px;
	background-color:#ececec;
	padding:5px 5px;
	float:left;
}

#table-space {
	width:650px;
	padding:5px 0px;
	float:left;
}

.stripViewer {
	clear:both;
	margin:auto;
	position:relative;
	width:650px;
}

.stripViewer .panelContainer {
	clear:both;
	list-style-type:none;
	position:relative;
	width:650px;
}

.stripViewer .panelContainer .panel {
	float:left;
	height:100%;
	position:relative;
	width:650px;
}

.stripViewer .panelContainer .panel .wrapper {
}

.imageBox {
	width:115px;
	height:150px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #DDDDDD;
	padding:3px 3px;
	margin:0px 5px;
	float:left;
}

.imageBoxBorder {
	width:115px;
	height:150px;
	border:1px solid #888888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin:0px 5px;
}

.imageBoxBorderFrame {
	width:190px;
	height:268px;
	border:1px solid #888888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin:0px 5px;
}

#frameNews ul {
	margin:0px;
}

#frameNews li {
	margin:0px 15px;
	padding-left:0px 15px;
	line-height:15px;
}

#logo-nafed {
	width:620px;
	height:130px;
	background:url(../images/nafed.png) no-repeat;
	float:left;
}

#logo-bpen {
	width:620px;
	height:130px;
	background:url(../images/bpen.png) no-repeat;
	float:left;
}

#link {
	width:330px;
	text-align:right;
	float:right;
}

#content {
	margin:0px auto;
	padding:10px 0px;
	width:950px;
	height:100%;
}

#column-one {
	float:left;
	margin:0;
	padding:0;
	width:650px;
}

#column-one input, select {
    border:1px solid #B8C5C9;
	padding:3px 3px;
    color:#292929;
	font-size:12px;
}

#column-one h2 {
	color:#252525;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	margin-top:0;
	padding-top:0;
}

#column-two {
	float:right;
	margin-bottom:0;
	margin-left:20px;
	margin-top:0;
	padding:0;
	width:220px;
}

#column-two input {
    width:200px;
    height:20px;
    padding:3px 3px;
    background: #ECEFF0;
    border:1px solid #B8C5C9;
    font: 100%/1.5 Verdena,Tahoma,sans-serif;
    color:#292929;
}

#column-two p {
	padding:3px 5px;
}

#column-two .image {
	text-align:center;
	background-position:center;
}

#info-box ul{
	margin: 3px 0px;
    padding:5px 5px;
    list-style: none;
    line-height: normal;
}

#info-box li {
    padding:3px 5px;
    text-align:left;
}

#column-two h2 {
	border-bottom:1px solid #DDDDDD;
	color:#252525;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	margin-top:0;
	padding-top:0;
}

#info-box {
	width:220px;
	height:100%;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #DDDDDD;
	}
#info-box:hover{
-moz-box-shadow:0 0 8px #555555;
}

#info-upcoming {
	width:220px;
	min-height:230px;;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #DDDDDD;
	}
#info-upcoming:hover{
-moz-box-shadow:0 0 8px #555555;
}

#info-search {
	width:650px;
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:1px solid #DDDDDD;
	position: relative;
	z-index: 90; 
	}
#info-search:hover{
	-moz-box-shadow:0 0 8px #555555;
}
#info-text {
	width:220px;
	height:100%;
}

ul, li {
        padding:0px;
        margin:0px;
        }

#crumbs {
        height:2.3em;
        border:1px solid #dedede;
        }
#crumbs li {
        float:left;
        line-height:2.3em;
        color:#4b4b4b;
        padding-left:.75em;
		list-style-type:none;
        }
#crumbs li a {
        background:url(../images/crumbs.png) no-repeat right center;
        display:block;
        padding:0 15px 0 0;
        }
#crumbs li a:link,
#crumbs li a:visited {
        color:#4b4b4b;
        text-decoration:none;
        }
a:link, a:visited,
#crumbs li a:hover,
#crumbs li a:focus {
        color:#000;
        }
		
/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:100%;
      line-height:normal;
          border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#4b4b4b;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
-->

#footer {
	clear:both;
	background-color:#0D0A01;
	background-image:url("../images/footer_blue.jpg");
	background-position:0 50%;
	background-repeat:repeat-x;
	bottom:0;
	color:#ececec;
	display:block;
	height:200px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:center;
	width:100%;
}

#footer a {
    color:#ffffff;
    text-decoration:underline;
}
#footer a:hover {
    color:#ffffff;
    text-decoration:underline;
}

#footer p {
	margin:0px;
	padding-top:20px;
	line-height:20px;
}

#footer-content {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:950px;
}

#f-column-one {
	float:left;
	margin:0;
	padding:0;
	width:650px;
}

#f-column-two {
	float:right;
	margin-left:20px;
	margin-top:36px;
	padding:0;
	width:270px;
}

div.autocomplete {
      position:absolute;
      width:250px;
	  max-height:100%;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
	  overflow: auto;
	  z-index: 100;
}
	
div.autocomplete ul {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding:0px;
}

div.autocomplete ul li.selected {
	background-color: #B9DAF0;
}

div.autocomplete ul li {
	font-size: small;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	min-height:200px;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:0;
}

#gallery .caption {
	z-index:0;
	top:110px;
	background-color:#000; 
	color:#ffffff; 
	width:225px; 
	min-height:120px;
	position:absolute;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	bottom:0px;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}