* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	background: url(images/background.png);
	font-family: "Arial Unicode","Arial AMU","Arial Unicode MS","Sylfaen";
}

body.en,
body.en input.textField,
body.en select,
body.en textarea {
	font-family: Arial,Helvetica,sans-serif,"Sylfaen";
}

a {
	color: #f60;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #f30;
}

a img,
fieldset {
	border: none;
}

ul {
	list-style: none;
}

label {
	font-size: 12px;
	margin: 8px 11px 0 0;
	display: block;
	float: left;
}

input.textField,
select,
textarea {
	
	font-size: 12px;
	border: 1px solid #f09711;
	padding: 8px;
}

select {
	font-family: "Arial Unicode", "Arial Unicode MS", "Sylfaen";
}

select option {
	font-size: 12px;
}

input.checkbox,
input.radio {
	border: none;
	margin: 7px 5px 0;
	float: left;
}

strong {
	font-weight: bold;
}


/* layout */
.container {
	width: 100%;
	min-width: 1000px;
}


/* header */
.header {
	border-bottom: 1px solid #f7f0dc;
	background: #5b2720;
}

.header .topMenu {
	padding: 0 12px; 
	overflow: hidden;
	background: #56150e;
}

.header .topMenu ul.menu {
	float: left;
	margin: 5px 0;
}

.header .topMenu ul li {
	background: #6f3029;
	padding: 1px 10px;
	float: left;
	margin: 0 10px 0 0;
}

.header .topMenu ul li a,
.header .topMenu ul li a:visited{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.header .topMenu ul li a:hover {
	color: #df9d40;
}

.header .topMenu ul li.current {
	background: #eed4a8;
}

.header .topMenu ul li.current a,
.header .topMenu ul li.current a:visited,
.header .topMenu ul li.current a:hover {
	color: #56150e;
}


.header .topMenu ul.lang {
	float: right;
	margin: 5px 0;
}

.header .topMenu ul.lang li {
	margin: 0 0 0 12px;
}

.header .topMenu ul.lang li.als {
	background: none;
}

.header .topMenu ul.lang li.als a {
	font-weight: normal;
	color: #f3daab;
	text-transform: none;
	font-family: Arial;
}

.header .head {
	height: 110px;
	background: transparent url(images/header-background.png) repeat-x;
	overflow: hidden;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

.header .head .header-left {
	background: transparent url(images/header-background-left.png) no-repeat 0 0;
	overflow: hidden;
	height: 110px;
}

.header .head .header-left .header-right {
	background: transparent url(images/header-background-right.png) no-repeat 100% 0;
	overflow: hidden;
	height: 110px;
}

.header .head h1 {
	width: 618px;
	height: 50px;
	margin: 17px 0 0 32px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/header-hph.png") no-repeat;	
}

.header .head h1.en {
	background: url("images/header-hph-en.png") no-repeat;	
}

.header .head div.raa {
	width: 320px;
	height: 110px;
	background: url(images/header-raa.png) no-repeat 0 -3px;
	margin: 0 10px 0 0;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}

.header .head div.raa.en {
	background: url(images/header-raa-en.png) no-repeat 0 -3px;
}


/* navigation */
.navigation {
	height: 32px;
	position: absolute;
	bottom: 0px;
	left: 11px;
	overflow: hidden;
}

.navigation ul li {
	float: left;
	height: 32px;
	margin: 0 1px 0 0;
	padding-right: 12px;
	background: url(images/tab-background.png) no-repeat 100% 0%;
}

.navigation ul li.active {
	background-position: 100% -32px;
}

.navigation ul li.active a {
	background-position: 0% -32px;
}

.navigation ul li a {
	display: block;
	height: 32px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/tab-background.png) no-repeat 0% 0%;
	line-height: 36px;
	padding: 0 0 0 12px;
	float: left;
}

.navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
}


/* body */
.body {
	background: url(images/body-background.png) repeat-x 0 0;
	overflow: hidden;
	height: 100%;
}

.body .content {
	margin: 25px 11px 20px;
	overflow: hidden;
	height: 100%;
}


/* footer */
.footer {
	height: 120px;
	border-top: 6px solid #994309;
	border-bottom: 1px solid #ddc2a4;
	background: url(images/footer-background.png) repeat-x 50% 0;
	overflow: hidden;
	clear: both;
}

.footer .aboutProject {
	background: url(images/osi-logo.png) no-repeat 0 50%;
	line-height: 18px;
	padding-left: 50px;
	margin: 20px 5px; 
}

.footer .copyright {
	margin: 0 0 0 55px; 
}

.footer a {
	color: #ff6600;
}


/* search */
.search {
	background: #a24600 url(images/search-background.png) repeat-x 0 0;
}

.search .search-header {
	height: 90px;
	position: relative;
}

.search .search-header .letters {
	margin: 7px 0 0 17px;
	overflow: hidden;
}

.search .search-header .letters li {
	width: 23px;
	height: 23px;
	background: #df9d40;
	float: left;
	margin-right: 1px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
}

.search .search-header .letters li a {
	background: #cc9b72;
	color: #333;
	display: block;
}

.search .search-header .letters li.active a {
	background: #df9d40;
	color: #fff;
}

.search .search-header .letters li.active a:hover {
	background: #df9d40;
	color: #000;
}

.search .search-header .letters li a:hover {
	background: #df9d40;
	text-decoration: none;
}


.search .search-header .search-form {
	clear: both;
	margin: 17px 0 0 17px;
}

.search .search-header .search-form fieldset {
	float: left;
	margin-right: 30px;
}

.search .search-header .search-form label {
	color: #fff;
	text-transform: uppercase;
}

.search .search-header .search-form input.textField {
	width: 252px;
	padding: 7px;
}

.search .search-header .search-form select {
	width: 180px;
}

.search .advanced-search-button {
	height: 42px;
	padding-right: 5px;
	background: url(images/advanced-search-button.png) no-repeat 100% 0%;
	position: absolute;
	right: 20px;
	bottom: 0;
	float: left;
}

.search .advanced-search-button a {
	display: block;
	height: 42px;
	color: #2f2f2f;
	font-size: 12px;
	font-weight: bold;
	background: url(images/advanced-search-button.png) no-repeat 0% 0%;
	line-height: 32px;
	float: left;
	padding: 0 5px 0 10px;
	text-decoration: none;
}

.search .advanced-search-button a span {
	display: block;
	height: 42px;
	float: left;
	cursor: pointer;
}

.search .advanced-search-button.closed a span {
	background: url(images/advanced-search-button-closed.png) no-repeat 50% 28px;
}

.search .advanced-search-button.opened a span {
	background: url(images/advanced-search-button-opened.png) no-repeat 50% 28px;
}


/* advanced search */
.advancedSearch {
	background: #ead4b1;
	clear: both;
	overflow: hidden;
}

.advancedSearch_iframe {
	background: #ead4b1;
	clear: both;
}

.advancedSearch .date-field {
	padding: 20px 15px 10px;
	overflow: hidden;
}

.advancedSearch .date-field label {
	color: #000;
}

.advancedSearch .date-field select {
	width: 180px;
	margin-right: 8px;
	float: left;
}

.advancedSearch .date-field input.textField {
	width: 102px;
	margin-right: 30px;
	float: left;
}

.advancedSearch .all {
	border-bottom: 1px solid #d3a370;
	padding: 10px 15px 10px;
}

.advancedSearch .all label {
	text-transform: uppercase;
}

.advancedSearch .columns {
	margin: 0px 15px;
	overflow: hidden;
	height: 100%;
}

.advancedSearch .columns .column {
	width: 20%;
	float: left;
}

.advancedSearch .columns .column p {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}

.advancedSearch .columns .column p label {
	text-transform: uppercase;
	font-size: 10px;
	width: 80%;
}

.advancedSearch .columns .column p label.checked {
	color: #993300;
	font-weight: bold;
}

.advancedSearch .search-button {
	margin: 15px;
}

.advancedSearch .search-button input {
	margin: auto;
	display: block;
}
.adv_left
{
	background: #EAD4B1 none repeat scroll 0 0;
}


/* common */
.content .results-paging {
	margin: 15px 0;
	overflow: hidden;
}

.content .title {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.content .results {
	font-size: 14px;
	color: #333;
	float: left;
}

.content .block {
	margin-bottom: 2px;
	border: 1px solid #dadada;
	overflow: hidden;
	clear: both;
	background: #fff;
	padding: 8px 9px;
}

.content .block p {
	font-size: 14px;
	color: #666;
}

.content .block p a {
	color: #ff6600;
	font-weight: bold;
}

.content .block p span.on {
	color: #999;
	font-weight: bold;
}

.content .block p a img {
	vertical-align: middle;
	padding: 0 10px;
}

.content .block.collapsed {
	background: #fff4e3;
}


/* citation */
.cite {
	margin: 10px 0px 0px 30px;
	border: 1px solid #dadada;
	overflow: hidden;
	background: #fff;
}

.cite h3 {
	background: #ffd89d;
	border-bottom: 1px solid #dadada;
	padding: 7px;
	font-size: 10px;
}

.cite div {
	margin: 15px 10px;
}

.cite div h4 {
	font-size: 10px;
	margin-bottom: 5px;
}

.cite div ol {
	margin-left: 20px;
}

.cite div ol li {
	color: #ff6600;
}

.cite div ol li p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

.cite div p.righted {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-bottom: 20px;
	padding-left: 200px
}

/* citation */

.cite_2 {
	margin: 10px 0px 0px 0px;
	border: 1px solid #dadada;
	overflow: hidden;
	background: #fff;
}

.cite_2 h3 {
	background: #ffd89d;
	border-bottom: 1px solid #dadada;
	padding: 7px;
	font-size: 10px;
}

.cite_2 div {
	margin: 15px 10px;
}

.cite_2 div h4 {
	font-size: 10px;
	margin-bottom: 5px;
}

.cite_2 div ol {
	margin-left: 20px;
}

.cite_2 div ol li {
	color: #ff6600;
}

.cite_2 div ol li p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

.cite_2 div p.righted {
	font-size: 12px;
	color: #666;
	text-align: right;
	margin-bottom: 20px;
	padding-left: 200px
}

/* citation */
.cite_1 {
	border: 1px solid #dadada;
}

.cite_1 h3 {
	background: #ffd89d;
	padding: 7px;
	font-size: 10px;
	border-bottom: 1px solid #F09711;
}

.cite_iframe_body
{
	background: #EAD4B1;
}


/* monuments */
.monuments .block {
	padding: 4px;
	margin-bottom: 8px;
}

.monuments .block p {
	font-size: 12px;
	color: #666;
}

.monuments .block p.text {
	padding-left: 67px;
}

.monuments .block p a img {
	padding: 0 10px 0 5px;
}

.monuments .block p .icon {
	padding-left: 27px;
	background: url(images/icon-1.png) no-repeat 0 50%;
}

.monuments .block .protocol {
	margin: 4px -10px -10px;
	background: #f8f8f8;
	border-top: 1px solid #dadada;
	padding: 4px 40px 10px;
}


/* att */
.att {
	overflow: hidden;
}

.att .att-iframe {
	width: 360px;
	height: 420px;
	border: 1px solid #dadada;
	float: left;
	margin-right: 15px;
	
}

.att .att-content {
	overflow: hidden;
}

.att .att-content .block {
	margin-bottom: 2px;
}


/* home */
.home .about {
	margin: 0 10px;
	overflow: hidden;
}

.home .about p {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 20px;
}
.home .about .warn {
	color: red;
}

.home ul li {
	background: url("images/tree_point.png") no-repeat 0 50%;
	padding-left: 30px;
	display: block;
}

.home .flash {
	width: 264px;
	overflow: hidden;
	float: right;
	background: url(images/flash-background.png) 0% 100%;
	margin: -25px 10px 0 40px;
	padding-bottom: 5px;
}

.home .flash .flash-inner {
	background: url(images/flash-background.png) 0% 0%;
	padding: 22px 13px;
}

.home .flash p {
	color: #a04502;
	font-size: 12px;
	margin: 10px 0 15px;
	line-height: 18px;
}

.home .flash .play-flash {
	width: 225px;
	height: 130px;
	border: 6px solid #a14601;
	margin: auto;
}


/* att tree */
.att-tree {
	width: 300px;
	height: 400px;
	min-height: 434px;
	padding: 5px 10px;
	overflow: auto;
	background-color: #FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#DADADA;
	white-space: nowrap;
}

.att-tree img {
	vertical-align: bottom;
	cursor: pointer;
	cursor: hand;
}

.att-tree img.dot {
	vertical-align: bottom;
}
	
.att-tree ul li {
	float: left;
	clear: left;
}

.att-tree ul ul {
	margin-left: 32px;
}

.att-tree ul li.fl {
	text-transform: uppercase;
}

.att-tree ul li a {
	font-size: 11px;
	padding: 8px 0;
	color: #666;
	background: url(images/icon-plus.png) no-repeat 0 50%;
	padding-left: 30px;
	display: block;
	white-space: nowrap;
}

.att-tree ul li a.minus {
	background: url(images/icon-minus.png) no-repeat 0 50%;
}

.att-tree ul li a.dot {
	background: url(images/icon-dot.png) no-repeat 0 50%;
}

.att-tree ul li a.active {
	color: #803823;
	font-weight: bold;
}

/* map tree */
.map-tree {
	background: #fff;
	width: 360px;
	height: 420px;
	padding: 5px 10px;
	overflow: auto;
}

.map-tree ul li {
	float: left;
	clear: left;
}

.map-tree ul ul {
	margin-left: 32px;
}

.map-tree ul li.fl {
	text-transform: uppercase;
}

.map-tree ul li a {
	font-size: 11px;
	padding: 8px 0;
	color: #666;
	background: url(images/icon-plus.png) no-repeat 0 50%;
	padding-left: 30px;
	display: block;
	white-space: nowrap;
}

.map-tree ul li a.minus {
	background: url(images/icon-minus.png) no-repeat 0 50%;
}

.map-tree ul li a.dot {
	background: url(images/icon-dot.png) no-repeat 0 50%;
}

.map-tree ul li a.active {
	color: #803823;
	font-weight: bold;
}


/* paging */
.paging {
	float: right;
}

.paging a,
.paging span {
	display: block;
	float: left;
	padding: 5px 8px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
}

.paging span,
.paging a:hover {
	background: #df9d40;
	color: #fff;
	text-decoration: none;
}

.table_list {
	border-style: solid;
	border-color: #FFD89D;
	border-collapse: collapse;
	border-width: 1px;
	padding: 2px;
}

.table_list td {
	border-style: solid;
	border-color: #FFD89D;
	border-collapse: collapse;
	border-width: 1px;
	padding: 2px;
}

.scrolling
{
	overflow: auto;
}
.tit2
{
	font-weight: bold;
}
.alert_div
{
	position: absolute;
}
/* suggest */
