/** redefined **/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
body {
	background: #ECF0E8 url(../images/layout/header.gif) repeat-x; /**#ECF0E8 #D6DBD3 **/
	color: #000;
	font-size:76%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:normal; 
}
input {

}
a{
	outline:0;
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
h1{
	font-size: 3em;
	font-weight: normal;
	padding:10px 0;
}
h2{
	font-size: 2em;
	font-weight: normal;
	color:#c56b08;
	padding:10px 0;
	line-height:1.1em;
}
h3, h4, h5, h6 {
	font-weight: bold;
	color:#5c4320;
	padding:10px 0;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
}
p {
	padding:7px 0;
}
table{
	width:100%;
}
table th,
table td{
	text-align:center;
	padding:3px 5px;
	vertical-align:top;
}
table p{
	padding:2px 0;
}
ul{
	margin-left:20px;
}
ul li{
	list-style-type:square;
}
ol{
	margin-left:20px;	
}
ol li{
	list-style-type:decimal;
}
/** common classes **/
.clear{
	clear:both;
	display:block;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.hide{
	display:none;
	visibility:hidden;
}
.alignCenter,
.alignCenter td,
.alignCenter th{
	text-align:center;
}
table.alignLeft td,
.alignLeft,
.alignLeft td{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.valignTop{
	vertical-align:top;	
}
.valignMiddle{
	vertical-align:middle;	
}
.width100{
	width:100%;
}
.width90{
	width:90%;
}
.width80{
	width:80%;
}
.small{
	font-size:.85em;
}
.margintop15{
	margin-top:15px;
}
.marginright15{
	margin-right:15px;
}
.marginbottom15{
	margin-bottom:15px;
}
.marginleft15{
	margin-left:15px;
}
.marginleft25{
	margin-left:25px;
}
.red{
	color:red;
}
.green{
	color:green;
}
.blue{
	color:blue;
}
.yellow{
	color:yellow;
}
.magenta{
	color:magenta;
}
.cyan{
	color:cyan;
}
/** structure **/
#wrapper{
	background: transparent url(../images/layout/neo_page_bg.gif) repeat-y;
	width: 984px !important;
	width: 1100px;
	clear:both;
}
#menu {
	float: left;
	width: 204px;
}
#content{
	float: left;
	width: 780px !important;
	width: 831px;
	position:relative;
}

/** menu structure & style **/
#logo,
#search_box{
	margin:10px 0;
}
#search_text{
	border:none;
	background: transparent url(../images/layout/neo_search_text.jpg) scroll no-repeat 0px -1px;
	height:21px;
	width:130px;
	margin-left:10px;
	padding-left:7px;
	padding-right:7px;
	line-height:20px;
	font-size:10px;
	color:#666;
}
#search_submit{
	position:relative;
	top:9px;
}
#menu_image{
}
#webexhibits {
	text-align:center;
	margin:10px auto;
}
#footer_link{
	padding:10px 0;
	margin:10px 0;
	margin-left:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #CFD4C8;
	height:30px;
}
#footer{
	text-align:right;
	font-size: .8em;
	color: #9E9D99;
	clear:both;
	margin:5px 0 30px;
	margin-left:50px;
}
#footer a{
	color: #9E9D99;
}
/** content structure & style **/
/** header **/
#beranda{
	position:relative;
	top:-30px;
	left:-57px;
}
#contentHeaders{
	height:110px;
	padding-top:30px;
}
#contentHeaders h2 {
	font: normal 19px Arial, Helvetica, sans-serif;
	color: #fff;
	padding:3px 0;
}
#navigation {
	background-color: #CDD2C6;
	height:30px;
	font-size:11px;
	line-height:30px;
}
#nav_related{
	width:680px;
	float:left;
	background-color: #CDD2C6;	
}
#navigation ul {
	list-style-type: none;
	margin:0;
}
#navigation ul li {
	float: left;
	width: auto;
	padding: 0 5px;
	list-style-type:none;
}
#navigation ul li a {
	color: #000000;
	font-size: 11px; /*fix*/
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#navigation ul li.active a{
	font-weight:bold;	
}
#header_link{
	float:right;
	width:45px;
}
#header_link a {
	color: #c56b08;
	font-size: 24px; /*fix*/
	line-height: normal;
	text-decoration: none;
}
#header_link a:hover{
	text-decoration: underline;
}
#header_link div{
	float:left;
	width:19px;
	height:30px;
}

#resizer{
	color:#fff;
	text-align:right;
	margin:20px 25px;
	font-size:12px;
}
#resizer a{
	text-decoration:underline;
	color:#fff;
}
#resizer a:hover{
	text-decoration:none;
}
#resizer a#smallFont {
	font-size:12px;
	text-transform:uppercase;
}
#resizer a#revertFont {
	font-size:16px;
	text-transform:uppercase;
}
#resizer a#bigFont {
	font-size:20px;
	text-transform:uppercase;
}

/** content **/
#content_body{
	margin-left:50px;
}
#contentHolder{
	clear:both;
	margin-top:30px;
}
/** content class**/
.h1, .ClassImage{
	position:relative;
	left:-7px;
}
.content{
	font-size:1.1em;
	line-height:1.7em;
}
.imageLeft{
	float: left;
	margin: 15px 15px 15px 0;
	padding: 5px 15px 5px 0;
	border-bottom: 1px solid #DDE4D6;
	border-right: 1px solid #DDE4D6;
	width:auto;
}
.imageRight{
	float: right;
	margin: 15px 0 15px 15px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #DDE4D6;
	border-left: 1px solid #DDE4D6;
	width:auto;
}
.caption{
	font-size:.8em;
	line-height:1.5em;
	color:#585858;
	padding:5px;
	text-align:left;
}
.imageLeft .caption,
.imageRight .caption {
	width:230px;
}
div.inlineBox {
	display: block;
	width: 550px;
	margin:20px auto;
	padding:10px;
	border: 1px solid #DDE4D6;
	text-align:center;
}
img.floatLeft {
	margin-right:10px;
}
img.floatRight {
	margin-left:10px;
}
div.inlineBox .caption{
	margin:3px 10px;
}
table.inlineBox {
	display: block;
	margin:20px auto;
}
table.imageZoom{
	width:95%;
	clear:both;
	margin:10px auto;
	border:1px solid #DDE4D6;
}
table.tableText{
	background:#DEE2D9;
	border:1px solid #838681;
	font-size:.9em;
	line-height:1.4em;
}
table.tableText th{
	text-align:center;
}
table.tableText td{
	text-align:left;
	padding:3px 10px;
}
table.imageZoom td{
	padding:10px 5px;
}
.td20{
	width:20%;
}
.td30{
	width:30%;
}
.td50{
	width:50%;
}
.insideTable table{
	width:100%;
}
.insideTable table th{
	text-align:center;
}
.insideTable table td{
	text-align:left;
}
.noborder{
	border:none;
}
.border{
	border:1px solid #DDE4D6;
}
.apa{
	margin-left:20px;
	text-indent:-20px;
}
.reference{
	/*font-size:.85em;*/
}
.reference ul li{
	list-style-type:none;
}

.lightbox-box{
	position:relative;
	text-align:center;
	margin:0 auto !important;
	margin:0;
}
.magnify-right,
.magnify-left{
	position:absolute;
	top:20px;
	z-index:10;
}
.magnify-right{
	right:-70px;
}
.magnify-left{
	left:-25px;
}
.magnify-right a,
.magnify-left a{
	display:block;
	height:24px;
	width:70px;
	background:transparent url(../images/icon_enlarge.gif) no-repeat scroll 0 0;
}
.magnify-right a:hover,
.magnify-left a:hover{
	background-position:0 -24px;
}
.creditImage{
	float:right;
}
.creditImage img{
	margin:0 0 20px 20px;
}
.line{
	border-top:1px solid #838681;
	margin-bottom:10px;
}
/** footer **/
#footer_link a{
	color:#c56b08;
	text-decoration:none;
	font-size:24px;
}
#footer_link a:hover{
	text-decoration:underline;
}
#footer_link .prev{
	float:left;
	width:250px;
	height:30px;
	text-align:left;
	padding-left:20px;
}
#footer_link .next{
	float:right;
	width:250px;
	height:30px;
	text-align:right;
	padding-right:20px;
}

/** popup2 **/
table.popup2{
	width:auto;
}
table.popup2 th,
table.popup2 td{
	padding:0;
	margin:0;
}

/**arrow**/
#menu_container{
    position:relative;
}
#arrow{
    position:absolute;
    left:193px;
    z-index:1;
    top:9pt;
}

/** table illustration */
#tableIllustration{
	width:auto;
	margin:0 auto;
	padding:0;
}
#tableIllustration tr,
#tableIllustration tr td{	
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
.hasborder{
	border:1px solid #DDE4D6;
	padding:10px;
}

.notes {
	background:#dfe4d7 none repeat scroll 0 0;
	border:2px solid #acb6ac;
	float:right;
	font-size:0.85em;
	line-height:normal;
	padding:10px 20px;
	width:305px;
	margin-left:10px;
}
table.table-notes {
	width:100%;
}
table.table-notes td.title {
	color:#858585;
	font-weight:bold;
	width:100px;
}
table.table-notes tr td {
	border-bottom:1px solid #acb6ac;
	padding:10px 0;
	vertical-align:top;
}
.tableLeft table td {
	text-align:left;
}