/*
	project: internet chinese learning
   	author: luka cvrk (www.chinaweise.de)
*/
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: "宋体", SimSun, "细明体", MingLiU, verdana, Arial, Tahoma;
	/*font-family: "ms shell dlg", Tahoma, Arial, sans-serif;*/
	line-height: 1.6em;
	background: #ffffff;
	color: #000000;
}

/* pinyin */
.pinyin {
	font-family: "arial unicode ms", "lucida sans unicode", sans-serif;
	font-size: 14px;
}

/* links */
a {
	color: #036;
	background: inherit;
	text-decoration: none;
	/*font-family: "宋体", SimSun, "细明体", MingLiU, verdana, Arial, Tahoma;*/
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	height: 1.2em;
}

a:hover {
	color: #708090;
	background: inherit;
}

#light_link {
	color: #454545;
	background: inherit;
	text-decoration: none;
}

/* headings */
h1 {
	font: bold 1.2em "Arial", Sans-Serif;
	margin: 0;
	letter-spacing: -1px;
}

h2 {
	color: #000000;
	letter-spacing: 1px;
	font-size: 1.2em;
	font-family: Verdana, Sans-Serif;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	text-align: left;
}

h3 {
	font: bold 1.2em Verdana, Sans-Serif;
	color: #000000;
	margin: 0;
	padding-bottom: 2px;
}

h4 {
	font: normal 1.3em Verdana, Sans-Serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1 a,h2 a {
	font-family: "ms shell dlg";
	color: #2b2b2b;
	background: #fff;
	text-decoration: none;
}

h1 a:hover,h2 a:hover {
	color: #2b2b2b;
	background: #FFF;
}

.title {
	color: #808080;
	background: #fff;
}

.listTitle {
	padding: 0 2px 0 0;
	text-align: right;
	background: #eee;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	border-top: 2px outset #019eed;
}

/* lists and form elements */
ul {
	margin-left: 10px;
	padding: 0 0 0 10px;
	list-style-type: circle;
}

ul a {
	color: #036;
	/*font-family: "宋体", SimSun, "细明体", MingLiU, verdana, Arial, Tahoma;*/
	font-family: Verdana;
}

ul a:hover {
	color: #47A0D3;
}

ul a:current {
	padding: 0;
	color: #ff6600;
}

ol {
	margin: 2px;
	padding: 2px 2px 2px 15px;
}

form {
	margin: 0;
}

input.search {
	margin-right: 10px;
	margin-top: 2px;;
	width: 150px;
	border: 1px solid #708090;
	padding: 3px 5px 3px 4px;
	color: #1E67A8;
	font-weight: bold;
}

input.button {
	background: #eeeeee;
	margin: 0;
	padding: 1px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

/* content holder */
#content {
	margin: 5px auto;
	width: 960px;
}

/* header */
#header {
	height: 70px;
	width: 960px;
}

#logo {
	float: left;
	padding: 0;
}

#logo a {
	color: #2e4768;
	font-size: 10px;
	font-family: Verdana;
}

#logo img {
	border: 0px;
	float: left;
}

#logo p {
	margin: 0;
	padding: 0 0 0 0px;
	color: #808080;
	background: #fff;
	text-align: right;
}

#top_info {
	float: right;
	width: 570px;
	margin: 20px 5px 0 0;
	text-align: right;
}

/* top menu */
#menu {
	float: right;
	text-align: right;
}

#menu a {
	margin: 2px 5px 15px 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
}

#menu ul {
	text-align: right;
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	color: #2e4768;
	margin: 2px 1px 0 1px;
	padding: 5px;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

#menu li a:hover {
	color: #000000;
	margin: 2px 1px 0 1px;
	padding: 5px;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

#menu li a.current {
	font-weight: normal;
	background: inherit;
	color: #ff6600;
	text-decoration: none;
}

/* horizontal tabbed menu */
#tabs {
	background: #fff url(images/bigbox.gif) no-repeat top left;
	color: #000;
	height: 67px;
	padding: 0 0 0 10px;
}

#tabs li {
	display: inline;
	height: 45px;
}

#tabs li a {
	float: left;
	background: #fff url(images/barbg.gif) no-repeat;
	color: #808080;
	padding: 7px 0;
	width: 82px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#tabs li a:hover {
	background: #fff url(images/barcurrent.gif) no-repeat;
	color: #000;
}

#tabs li a.current {
	background: #fff url(images/barcurrent.gif) no-repeat;
	color: #2C71AE;
}

.key {
	text-decoration: underline;
}

/* search form */
#search {
	float: right;
	color: #000;
	text-align: right;
	/*background: #fff url(images/searchbg.gif) no-repeat;*/
	padding: 1px 0 7px 5px;
	width: 350px;
	margin: 1px 0 0 0;
	border: 0px solid #000000;;
}

#search p {
	padding: 0;
	margin: 0;
}

/* navigation bar */
#subheader {
	clear: both;
	padding: 0;
	height: 15px;
	line-height: 15px;
	margin: 0 0 25px 0;
	background: #ff6600;
	color: #808080;
}

#subheader a {
	background: inherit;
	color: #444;
}

#breadcrumbs {
	float: left;
	margin: 1px 0 0 0;
}

/* grey subheader */
.gboxtop {
	clear: both;
	height: 8px;
	background: #dedede url(images/gboxtop.gif) no-repeat;
	color: #000000;
	margin: 0;
}

.gbox {
	background: #eeeeee;
	color: #808080;
	padding: 0px 13px 1px 13px;
	margin: 0;
	font-weight: bold;
}

.gbox p {
	padding: 2px 0;
	margin: 0;
	color: #000;
}

/* left side */
.left {
	float: left;
	width: 650px;
	margin: 0;
}

.left_articles_menu {
	width: 600px;
	text-align: right;
	padding: 0px 3px 8px 0;
}

.left_articles {
	font-size: 14px;
	font-family: "ms shell dl", Verdana, Tohoma;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: justify;
	color: #000;
	background: #fff;
}

.left_articles a {
	font-family: "ms shell dl", "Verdana", "tahoma", "Arial", "sans-serif",
		"新宋体";
	font-size: 14px;
}

.left_articles img {
	border: 0;
}

.calendar {
	height: 50px;
	float: right;
	background: #fff url(images/calendar.gif) no-repeat;
	width: 50px;
	padding: 5px 0 0 9px;
	color: #808080;
	border: 1px solid #ff6600;
}

.calendar p {
	padding: 0;
	margin: 0;
}

.description {
	padding: 0 0 2px 0;
	margin: 0 10px 5px 0;
	border-bottom: 1px dotted #ccc;
}

.thumbnail {
	float: left;
	margin: 0 18px 8px 0;
	border: 1px solid #dedede;
}

/* bottom thirds */
.thirds {
	float: left;
	width: 203px;
	background: #eee;
	margin: 0 12px 0 0;
	color: #5d5d5d;
}

.smallboxtop {
	height: 14px;
	background: #fff url(images/smallboxtop.gif) no-repeat;
	color: #000;
}

.smallbox {
	background: #fff url(images/smallbox.gif) no-repeat bottom left;
	color: #444;
	padding: 1px 10px 10px 10px;
}

.smallbox p {
	padding: 0;
	margin: 0;
}

/* right side */
#right {
	float: right;
	width: 295px;
	margin: 0 0 10px 0;
}

.boxtop {
	border: 0px solid #000000;
	color: #000;
	padding-left: 10px;
}

.bboxtop {
	height: 10px;
	background: #fff url(images/boxtop.gif) no-repeat;
	color: #000;
	padding-left: 10px;
}

.boxtop p {
	padding: 0;
	margin: 0;
}

.box {
	border: 1px dotted green;
	color: #000000;
	padding: 3px 10px 2px 10px;
	margin: 0 0 5px 0;
}

.box img {
        border: 0;
}

.bbox {
	background: #fff url(images/box.gif) no-repeat bottom left;
	color: #5b5b5b;
	padding: 0 10px 10px 10px;
	margin: 0 0 5px 0;
}

.box p {
	padding: 0;
	margin: 0;
}

.image {
	float: left;
	margin: 0 9px 0 0;
}

/* misc */
.loginbuttons {
	border: 2px dotted green;
	font-size: 12px;
	color: #ff6600;
	background: #eeeeee;
	text-align: left;
	padding: 2px 0 2px 0;
	font-weight: normal;
	margin-bottom: 3px;
}

.loginbuttons a {
	color: #036;
	text-align: center;
	padding: 0 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
}

.loginbuttons a:hover {
	color: #708090;
	text-align: center;
	padding-left: 0 5px 0 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: unterline;
}

.buttons {
	text-align: left;
	padding: 1px 0 0 0;
	font-weight: normal;
	margin: 0;
}

.buttons a {
	color: #fff;
	background: #89b000;
	text-align: center;
	padding: 2px;
	font-weight: normal;
	text-decoration: none;
}

.buttons a:hover {
	color: #fff;
	background: #89c000;
	text-align: center;
	padding: 2px;
	font-weight: normal;
	text-decoration: none;
}

.reg_menu {
	border: 1px dotted #ff6600;
	background: #eeeeee;
	text-align: left;
	padding: 3px 0 3px 0;
	font-weight: normal;
	color: #000000;
	margin: 0;
}

.reg_menu a {
	margin: 2px;
	color: #ffffff;
	background: #ff6600;
	border: 1px outset #FFF20C;
	text-align: center;
	padding: 2px;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}

.reg_menu a:hover {
	cursor: pointer;
	color: #eeeeee;
	background: #ff6600;
	border: 1px outset #fff;
	text-align: center;
	padding: 2px;
	font-weight: normal;
	text-decoration: none;
	font-size: 13x;
	font-family: Verdana;
	font-weight: bold;
}

.reg_menu ul {
	font-size: 10px;
	font-family: Verdana;
	margin: 3px 0 0 20px;
	padding: 0;
	line-height: 1.5em;
}

.reg_menu ul a {
	font-size: 10px;
	font-weight: bold;
}

.reg_menu ul a:hover {
	font-size: 10px;
	font-weight: bold;
}

.reg_menu a span {
	visibility: hidden;
	position: absolute;
	text-decoration: none;
	padding: 10px;
}

.reg_menu a:hover span {
	cursor: pointer;
	width: 350px;
	text-align: left;
	font-weight: normal;
	visibility: visible;
	color: #000000;
	z-index: 1;
	background: #DBFFC1;
	border: 1px dotted #ff6600;
}

/*.greenbtnbig { background: #488EB2 url(images/greenbtn_big.gif) no-repeat; margin-left: 8px; padding: 4px; color: #fff; text-decoration: none; cursor: pointer; font-weight: bold; font-size: 12px; }*/
.greenbtnbig {
	margin: 4px;
	padding: 4px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

/*.left_articles .buttons { float: left; height: 25px; }*/
.bluebtn {
	background: #488EB2 url(images/bluebtn.gif) no-repeat;
	width: 100px;
	padding: 1px 16px 5px 16px;
	color: #fff;
	text-decoration: none;
}

.greenbtn {
	background: #488EB2 url(images/greenbtn.gif) no-repeat;
	padding: 1px 17px 5px 16px;
	color: #fff;
	text-decoration: none;
}

.bluebtng:hover,.greenbtn:hover {
	background: #488EB2 url(images/hoverbtn.gif) no-repeat;
	color: #fff;
}

/* footer  */
.footer {
	clear: both;
	text-align: left;
	line-height: 1.8em;
	padding: 15px;
	border-top: 1px solid #ccc;
}

/* sNews */
fieldset {
	border: 4px solid #eeeeee;
	padding: 3px 8px;
	margin: 0 0 5px 0;
	background: #fff;
	color: #000;
}

input {
	padding: 2px;
	border: 1px solid #708090;
}

textarea {
	width: 80%;
	height: 15em;
	padding: 3px;
	border: 1px solid #708090;
}

.comment {
	background: #F5F6F6;
	color: #808080;
	padding: 10px;
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

.commentsbox {
	border: 1px dotted #eee;
	background: #ffffff;
	font-size: 12px;
        font-weight: bold;
	color: #000000;
	padding: 10px;
	padding-left: 20px;
	margin: 0 0 10px 0;
}

.date {
	border-top: 1px dotted #eee;
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 10px;
}

/* RSS format */
#rss {
	float: right;
	text-align: right;
}

#rss li {
	float: left;
	margin: 0 10px 0 10px;
	list-style: none;
}

/* Admin User list table */
.admin_userlist {
	border: 1px solid #000000;
	width: 540px;
}

.admin_userlist td {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.article_top_menu {
	border: 0;
	background: #eee;
	padding: 2px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

/* Pinyin und deutsche uebersetzung */
.ctf_line {
	width: 100%;
	text-align: left;
}

.ctf_char {
	padding: 3px;
	text-align: center;
	float: left;
}

.ctf_pinyin {
	color: #090;
	font-size: 11px;
}

.ctf_cn {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin: 3px;
}

/*.ctanno_tchinese {
	margin: 0;
	padding: 0;
}
*/

.ctanno_result {
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-family: "宋体", SimSun, "细明体", MingLiU, verdana, Arial, Tahoma;
	/*font-family: Shruti;*/
}

#divPopup {
	border: 2px solid #ff6600;
	background-color: #ffffff;
	padding: 2px 5px 5px 5px;
	z-index: 100;
	visibility: hidden;
	width: 400px;
	position: absolute;
	font-family: "宋体", SimSun, "细明体", MingLiU, verdana, Arial, Tahoma;
	/*font-family: Mingliu;*/
}

.ppPinyin {
	padding: 10px;
	text-align: center;
	font-size: 17px;
	font-family: "arial unicode ms", "lucida sans unicode", sans-serif;
	color: #0077ff;
}

.ppCn {
	padding: 0 15px 15px 15px;
	text-align: center;
	font-size: 4em;
	font-family: "宋体", SimSun, "细明体", MingLiU, verdana, Arial, Tahoma;
	/*font-family: Mingliu, sans-serif;*/
	font-weight: normal;
	color: #000;
}

.ppDef {
	text-align: left;
	font-size: 12px;
	color: #000000;
}

.ppDefLine {
	text-align: center;
	margin: 2px;
	font-size : 14px;
	/*font-family: Mingliu, sans-serif;*/
	font-weight: normal;
	color: #000;
}

.ppDefType {
	font-size: 12px;
	color: #708090;
}

.ppDefPinyin {
	font-size: 2em;
	color: #0077ff;
	font-family: "arial unicode ms", "lucida sans unicode";
	text-align: center;
	margin: 15px 0px 0px 0px
}

a.infobox {
	font-size: 12px;
	font-weight: bold;
	color: #0077ff;
	text-decoration: none;
}

a.infobox:hover {
	border: none;
	color: #708090;
	text-decoration: underline;
}

a.infobox span {
	visibility: hidden;
	position: absolute;
	text-decoration: none;
	padding: 10px;
}

a.infobox:hover span {
	cursor: pointer;
	width: 380px;
	text-align: left;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	visibility: visible;
	color: #000000;
	z-index: 1;
	background: #DBFFC1;
	border: 1px dotted #ff6600;
}

a.infobox:hover span img {
	display: block;
	border: none;
}

.ctf_line {
	width: 100%;
	clear: both;
}

.ctf_char {
	padding: 3px;
	text-align: center;
	float: left
}

.ctf_pinyin {
	color: #708090;
	font-size: 12px;
}

.ctf_cn {
	color: #000;
	font-family: SimSun;
	font-size: 12px;
	text-decoration: none;
	margin: 3px
}
