/* Pingyin CSS Document */

/*html property*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: normal;
	color: #125798;
	text-align: center;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

input, textarea {
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

/*div id property*/
#wraper {
	margin: 0 auto;
	width: 800px;
}

#admin {
	top: 50px;
	position: relative;
}

#banner {
	/*width: 800px;*/
	margin: 0 auto;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#form {
	margin: 0 auto;
	margin-bottom: 50px;
}

#left {
	text-align: left;
	float: left;
	width: 400px;
}
	
#right {
	text-align: right;
	float: right;
	width: 400px;
}
	
#clear {
	clear: both;
}

#footer {
	bottom: 3px;
	text-align: center;
	font-size: 11px;
	/*position: relative;*/
	color: grey;
	width: 800px;
}

#sidelink {
	top: 1px;
	text-align: left;
	position: absolute;
	color: grey;
}

#alphabet ul {
	margin: 0;
	padding: 5px 0 0 45px;
	list-style: none;
	line-height: normal;
}

#alphabet {
	padding-bottom: 50px;
}

#alphabet li {
	float: left;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

#alphabet a {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #125798;
}

#alphabet a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*div class property*/
.line {
	color:#6E6E6E;
	width: 800px;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* added by axing on 1 dec 2008 */
div#toprightconner {
	color: grey;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}
/* end */
