* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #212121;
}


p {
	font-size: 12pt;
}
a {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

h1 {
	font-size: 200%;
	border-bottom: 1px solid #212121;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

#header {
	width: 100%;
	background-color: #212121;
	height: 110px;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

#content table {
	width: 100%;
}


#leftPanel {
	width: 210px;
	background-color: #DDD;
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #212121;
}

.menu {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	/* padding and margin both set for cross-browser function. */
	padding: 0px;
	margin-left: 4px;
	list-style: none;
	border-bottom: 1px dotted #212121;
}

.menu li {
	border-top: 1px dotted #212121;
}

.menu li a {
	text-decoration: none;
}

.menu li a div {
	padding: 2px;
	font-size: 18pt;
}

.menu li a div:hover {
	background-color: #212121;
	color: white;
}


#contentPanel {
	width: 90%;
	background-color: white;
	vertical-align: top;
	padding: 5px;
}

#footer {
	width: 100%;
	height: 40px;
	margin: 0;
	background-color: #212121;
	border-top: 1px solid black;
}

#footer table {
	height: 100%;
	text-align: center;
	margin: auto;
}

#footer table tbody tr td {
	color: white;
}

#footer table tbody tr td a,
#footer table tbody tr td a:visited,
#footer table tbody tr td a:hover {
	color: white;
}

#search {
	float: right;
	width: 33%;
	height: 100px;
	color: white;
	margin: 0;
}

#search h4 {
	margin: 2px;
	margin-top: 26px;
	color: white;
}

#searchTermInput {
	margin: 2px;
	width: 95%;
}

#searchTerm {
	float: left;
	margin: 0;
	width: 85%;
}

#searchGoButton {
	float: right;
	margin: 4px;
	width: 10%;
}

#bodyContent {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: left;
	float: left;
}

#searchResults {
	width: 100%;
}

#searchResults > h1 {
	border: none;
	margin: 2px;
	float: left;
	font-size: 24pt;
}

#searchResults > h2 {
	margin: 2px;
	float: left;
	font-size: 24pt;
}


#searchResults table, table.bookmarkEntries {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: 1px solid black;
}

div#bookmarks {
	width: 100%;
}

div#bookmarks > ul {
	border-bottom: 1px dotted #212121;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

div#bookmarks > ul li {
	border-top: 1px dotted #212121;
}

div#bookmarks > ul li div {
	font-size: 18pt;
}

div#bookmarks input[type=text] {
	margin-bottom: 4px;
	padding: 2px;
	width: 300px;
	font-size: 18pt;
}

div#bookmarks input[type=submit] {
	font-size: 12pt;
}

.searchResult {
}

.odd {
	background-color: #DDD;
}

td.checkbox {
	border-bottom: 1px solid black;
}

.pinyin {
	padding: 2px;
	font-size: 18pt;
	border-bottom: 1px solid black;
}

.english {
	padding: 2px;
	font-size: 11pt;
	border-bottom: 1px solid black;
}

.simplified {
	padding: 2px;
	font-size: 24pt;
	border-bottom: 1px solid black;
}

.traditional {
	padding: 2px;
	font-size: 24pt;
	border-bottom: 1px solid black;
}

#searchMore {
	background-color: #DDD;
}

#searchMore a {
	font-size: 18pt;
}

/*
	Registration form
*/
#register {
	width: 300px;
}

#register h1 {
	border-bottom: 1px solid black;
}

#registerUsername {
}

#registerUsername h3 {
	width: 95%;
	margin-bottom: 4px;
}	

#registerUsername input {
	width: 95%;
}

#registerPassword h3 {
	width: 95%;
	margin-bottom: 4px;
}

#registerPassword input {
	width: 95%;
}

#registerSubmit {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: right;
}

/*
	Forgot Password
*/

#forgotPassword {
	width: 300px;
}

#forgotPassword h1 {
	border-bottom: 1px solid black;
}

#forgotPasswordEmail {
}

#forgotPassword h3 {
	width: 100%;
	margin-bottom: 4px;
}	

#forgotPassword input {
	width: 100%;
}

#forgotPasswordSubmit {
	margin-top: 6px;
	margin-bottom: 6px;
	float: right;
}

.simpleForm {
	width: 200px;
	margin: auto;
}

.simpleForm h1 {
	border-bottom: 1px solid black;
}


.simpleFormField h3 {
	width: 95%;
	margin-bottom: 4px;
}	

.simpleFormField input {
	width: 95%;
}

.simpleFormSubmit {
	margin-top: 6px;
	margin-bottom: 6px;
	float: right;
}


.messagePage {
	width: 300px;
	margin: auto;
}

.messagePage h1 {
	border-bottom: 1px solid black;
}

#newsFeed {
	
}

#newsFeed h1 {
	border-bottom: 1px solid #212121;
}

.newsItem {
	margin-bottom: 20px;
}

.newsItemDate {
}

.newsItemTitle a {
	font-size: 18pt;
}

.newsItemSummary {
	
}

.newsItemLink {
	
}

#history {
	width: 200px;
	margin: auto;
}

#history h1 {
	border-bottom: 1px solid #212121;
}

#history ul {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	/* padding and margin both set for cross-browser function. */
	padding: 0px;
	margin-left: 0px;
	list-style: none;
	border-bottom: 1px dotted #212121;
}


#history ul li {
	border-top: 1px dotted #212121;
}

#history ul li a {
	text-decoration: none;
}

#history ul li a div {
	font-size: 18pt;
	padding: 2px;
}

#history ul li a div:hover {
	background-color: #212121;
	color: white;
}

#fullHistory {
	width: 100%;
	margin: auto;
}

#fullHistory h1 {
}

#fullHistory ul {
	margin-top: 10px;
	margin-bottom: 10px;
	/* padding and margin both set for cross-browser function. */
	padding: 0px;
	margin-left: 0px;
	list-style: none;
	border-bottom: 1px dotted #212121;
}


#fullHistory ul li {
	border-top: 1px dotted #212121;
}

#fullHistory ul li a {
	text-decoration: none;
}

#fullHistory ul li a div {
	font-size: 22pt;
	padding: 2px;
}

#fullHistory ul li a div:hover {
	background-color: #212121;
	color: white;
}

#dianhuaPhonePicture {
	float: right;
	width: 40%;
}

#dianhuaHomePageText {
	float: left;
	width: 60%;
	font-size: 10pt;
}

#dianhuaHomePageText > h1 {
	border-bottom: 1px solid #212121;
}
	

div.errors {
	font-size: 10pt;
	border: none;
}

div.errors > ul {
	font-size: 9pt;
	border: none;
}

div.errors > ul > li {
	font-size: 9pt;
}

div#moveFolder {
	margin-top:  4px;
	border-top: 1px dotted #212121;
}

div#moveFolder input[type=text] {
	font-size: 10pt;
}

div#moveFolder input[type=submit] {
	font-size: 12pt;
}

	
#bookmarkAdd  {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14pt;
}

.bookmarkSelection {
	margin: 4px;
}
.bookmarkSelectionAdd {
	margin: 4px;
}






