/*
 * Detection discovered: Unknown, Unknown version Unknown
 */

/* global */

html{
	height: auto;
	width: auto;
	background-image: url( "/images/site/background/background_tiles_grey.jpg" );
	background-repeat: repeat;
	background-attachment: fixed;
}

body{
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, 'Arial Black', Helvetica, 'Century Gothic', 'Lucida Sans Unicode', Impact, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 1.4em;
	text-align: center;
}

img{
	padding: 0;
	margin: 0;
	border: none;
}

img:hover{
	border: none;
}

table{
	margin: 0;
	padding: 0;
}

tr{
	margin: 0;
	padding: 0;
}

th{
	color: gold;
	background: brown;
}

td{
	padding: 1px;
	margin: 0;
}

p{
	margin: 0;
	padding: 0;
}

ul, ol{
	margin: 1em;
	padding: 0;
}

li{
	margin-left: 2em;
}

hr{
}

pre{
	font-family: 'Lucida Console', 'Andale Mono', monospace;
	padding: 0;
	margin: 1em;
}

form{
	margin: 0;
	padding: 0;
}

input, select, option, textarea, button{
	padding: 0;
	margin: 0;
}

a{
	font-style: normal;
	text-decoration: none;
}

a:link{
	color: brown;
}

a:visited{
	color: brown;
	font-style: italic;
}

a:hover{
	color: gold;
	text-decoration: underline;
}

a:active{
	color: black;
}

h1, h2, h3, h4, h5, h6, h7{
	margin: 0;
	padding: 0px 5px 0px 5px;
}

h1{
	font-size: 18px;
	padding: 12px 5px 6px 5px;
	margin-bottom: 10px;

	background: gold;
	border: 1px solid brown;
}

h2{
	font-size: 16px;
	padding: 2px 5px 1px 5px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

h5{
	font-size: 9px;
}
/* global */

/* layout */
div#container{
	background-color: white;
	z-index: 99;
	border: 1px solid black;
	text-align: left;
	margin: 1em auto;
	width: 90%;
	min-width: 500px;
	max-width: 1200px;
}

div#header{
	height: 140px;
	border-bottom: 1px solid black;
	background: white;
	position: relative;
}

div#navigator{
	border-bottom: 1px solid black;
}

div#wrapper{
	float: left;
	width: 100%;
	margin-left: -240px;
}

div#content{
	margin-left: 240px;
	background-image: url( "/images/site/background/chinese.jpg" );
	background-repeat: no-repeat;
	background-position: left bottom;
	width: auto;
	overflow: hidden;
	padding: 10px;
}

div#related{
	float: right;
	width: 230px;
	padding-right: 10px;
	padding-top: 10px;
}

div#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid black;
	clear: both;
	background: brown;
}
/* layout */

/* dock */
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}

a.fisheyeItem{
	text-align: center;
	color: gold;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}

a.fisheyeItem2{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}

.fisheyeItem img{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem2 img{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}

.fisheyeItem span, .fisheyeItem2 span{
	display: none;
	position: relative;
}

.fisheyeContainter{
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
	top: 5px;
}
/* dock */

/* n2menu */
.n2menu{
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bolder;
	height: auto;
	background-color: #a52a2a;
}

.n2menu ul{
	display: block;
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.initialized ul ul{
	display: none;
}

.n2menu li{
	float: left;
}

.n2menu a, .n2menu a:visited, .n2menu a:active, .n2menu a:link, .n2menu span{
	display: block;
	padding: 3px 6px;
	white-space: nowrap;
	color: white;
	text-decoration: none;
	font-style: normal;
}

.n2menu a:hover{
	text-decoration: underline;
}

.n2menu .subMenu{
	display: block;
	clear: right;
	display: block;
}

.n2menu .expanded, .n2menu .level2{
	background-color: #ffd700;
}

.n2menu .level2 .expanded, .n2menu .level3{
	background-color: #555;
}

.n2menu .level3 .expanded, .n2menu .level4{
	background-color: #666;
}

.n2menu .level3 .expanded, .n2menu .level4{
	background-color: #777;
}

.n2menu .level4 .expanded, .n2menu .level5{
	background-color: #888;
}

.n2menu .level5 .expanded, .n2menu .level6{
	background-color: #999;
}

.n2menu .level6 .expanded, .n2menu .level7{
	background-color: #aaa;
}

.n2menu .level7 .expanded, .n2menu .level8{
	background-color: #bbb;
}

.n2menu .level8 .expanded, .n2menu .level9{
	background-color: #ccc;
}

.n2menu .trail, .n2menu .current{
	font-weight: bold;
}

.n2menu ul:after, .floatFixed{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.n2menu ul, .floatFixed{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .n2menu ul, * html .floatFixed{
	height: 1%;
}

.n2menu ul, .floatFixed{
	display: block;
}
/* End hide from IE-mac */

div#m1 a{
	color: white;
}

/* n2menu */

/* headlines */
div.headlines{
	margin: 0 0 1em 0;
}

div.headlines ul{
	margin: 0;
	padding: 0;
	border: 1px solid brown;
	border-bottom: none;
}

div.headlines li{
	margin: 0;
	padding-left: 10px;
	line-height: normal;

	list-style-type: none;
	border-bottom: 1px solid brown;
}

div.headlines li:hover{
	background: gold;
	padding-left: 20px;
	font-weight: bolder;
}

div.headlines a{
	color: black;
}

div.headlines a:link{
	color: black;
}

div.headlines a:visited{
	color: black;
}

div.headlines a:hover{
	color: brown;
}

div.headlines a:active{
}
/* headlines */

/* story */
div.story{
	margin: 0 0 1em 0;
}

div.story h1{
	font-size: 18px;
	line-height: 90%;
	color: brown;

	border: 1px solid brown;
	background: gold;
}

div.story h5{
	font-family: helvetica;
	font-style: italic;
	font-size: 10px;
	color: gray;
	margin-top: -13px;
}
/* story */

/* story-content */
div.story-content{
	margin-top: 0;
	height: auto;
	min-height: 100px; /* category picture */
	padding: 5px;
	border-left: 1px solid white;
}

div.story-content:hover{
	border-left: 1px solid gold;
}

div.story-content img.category{
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	background: white;

	width: 64px;
	height: 64px;

	border: 1px solid black;
	float: right;
}

div.story-content p{
	text-align: justify;
	margin-bottom: 10px;
}

div.quoted{
	font-style: italic;
	border-left: 3px solid #ddd;
	margin: 0.5em;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

div.update{
	border-left: 2px dashed brown;
	border-bottom: 2px dashed brown;
	margin-left: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

div.story-content h1{
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 16px;
	border: 0;
	background: none;
	color: brown;
}

div.story-content h2{
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 14px;
	border: 0;
	background: none;
	color: brown;
}

div.story-content h3{
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 10px;
	border: 0;
	background: none;
}

div.story-content h4{
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 8px;
	border: 0;
	background: none;
}

div.story-content h5{
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 6px;
	border: 0;
	background: none;
}

div.story-content pre{
	font-size: 10px;
}
/* story-content */

/* related */
div.related{
	margin: 0 0 1em 0;
	overflow: hidden;
}

div.related h1{
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 14px;
	color: white;
	background: brown;
	text-align: right;
	line-height: normal;
}

div.related h2{
	padding: 0 5px 0 5px;
	font-size: 12px;
	color: white;
	background: orange;
	text-align: right;
}
/* related */

/* related-content */
div.related-content{
	text-align: right;
	border: 1px dotted orange;
	border-top: 0;
	padding: 5px;
	line-height: 1.2em;
	margin-bottom: 1px;
}

div.related-content select{
	width: 100%;
}

div.related-content p{
	text-align: right;
	margin-bottom: 10px;
}

div.related-content h1{
	margin: 0;
	padding: 0;
	font-size: 16px;
	border: 0;
	background: none;
}

div.related-content ul{
	padding: 0;
	margin: 0;
	margin-left: 1em;
	padding-bottom: 5px;
	text-align: left;
}

div.related-content li{
	margin: 0;
	padding: 0;

	list-style-type: circle;
	list-style-position: outside;
}
/* related-content */

/* footer */
#footer p{
	text-align: left;
	padding-left: 10px;
	color: white;
}

#footer a{
	color: white;
}
/* footer */

