body
{
	color:#A8A89D;
	background:#F6F5E7;
	line-height:1.4em;
	font-size:94%;
}

body.wait *{
	cursor:wait;
}

a:link, a:active, a:visited {
	color:#A8A89D;
	text-decoration:underline;
	font-weight:normal;
}

a.selected, a:hover {
	color:#80CED2;
}

h1, h2, h3, h4, h5 {
	color:#A8A89D;
}

h1{
	font-size:1.7em;
	font-weight:normal;
	line-height:0.8em;
	margin:0 0 1em;
	text-transform:uppercase;
	height:30px;
}

h2 {
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 0.5em;
}

h3, h3 a {
	font-size:1.1em;
	font-weight:bold !important;
}

h4 {
	font-size:1em;
}

input, textarea, select {
	font-size:1em;
}

li.break {
	clear:both;
}

#wrapper
{
	margin-top:.5em;
}

#content {
	padding:40px 0 0 0;
}

#lang-selector {
	margin-top:25px;
}

#menu a {
	text-decoration:none;
	/*font-weight:bold;*/
}

#menu ul {
	list-style:disc outside none;
	margin:0;
}

#menu ul li {
	float:left;
}

#menu li.first {
	padding-left:0;
}

#menu li.last {
	border-right:0 none;
	padding-right:0;
}

#menu li {
	float:left;
	height:18px;
	line-height:18px;
}

#menu li {
	border-right:1px solid #A8A89C;
	display:inline;
	font-size:0.929em;
	font-weight:bold;
	padding:0 7px;
}

ul.rotator {
	margin:0;
	list-style-type:none;
}

#footer {
	margin-top:1em;
	margin-bottom:1em;
}

#ticker ul, #refer ul, #links ul {
	margin:0;
	list-style-type:none;
}

#ticker ul li, #refer ul li, #links ul li {
	float:left;
}

#ticker ul li {
	margin:0 2em;
}

#ticker ul li a {
	color:#80CED2;
	font-weight:normal;
	text-transform:uppercase;
	display:none;
}

#user-options-left {
	margin-top:1em;
	text-align:center;
}

#links {
	margin-top: 1em;
}

#links, #copyright {
	font-size:0.8em;
}

#links ul li{
	border-right:1px solid #A8A89D;
	padding:0 1em;
}

#links ul li.first{
	padding-left:0;
}

#links ul li.last{
	border:none;
}

ul.inline {
	list-style:none;
}

ul.inline li {
	float:left;
	padding:.1em .2em;
}

/* BEGIN: TABLE */
table.t-about {
	border:none;
}

table.t-about tbody th,
table.t-about tbody td
{
	border:none;
	background:none;
	vertical-align:top;
	padding-top:1em;
}
/* END: TABLE */

#kohana-profiler {
	font-size:.8em;
}
.login_error
{
	color: #E4665B;
	font-weight:bold;
	font-style:normal;
	font-size:0.85em;
}

input, textarea, select {
	color:#99998A !important;
	font-family:Arial !important;
	border:1px solid #80CED2 !important;
	margin-right:8px !important;
	padding-left:.2em !important;
}

.notice {
	background:none repeat scroll 0 0 #FFFFCC;
	border-color:#CCC;
	color:#666;
}

em.star {
	color:#80CED2;
}

form label
{
	white-space:nowrap;
}

form td.separator {
	padding-top:2em;
}

form th, td, caption {
	padding:0.3em 0.2em;
}

button, .button {
	background:none repeat scroll 0 0 #99998A !important;
	border:1px solid #B3B3A1;
	color:#FFFFFF !important;
	cursor:pointer;
	font:1em Arial;
	margin-top:5px;
	padding:2px 10px;
	text-transform:uppercase;
}

button.primary {
	background:none repeat scroll 0 0 #99998A;
	float:right;
}
button.login {
	background:none repeat scroll 0 0 #99998A;
	float:left;
	font-size:0.8em;
}

form .error_msg {
	background:none repeat scroll 0 0 #FBE3E4;
	border:2px solid #FBC2C4;
	color:#8A1F11;
	float:none;
	font-size:0.8em;
	margin:0.2em 0.2em 0.2em 0;
	padding:0 0.2em;
	width:-moz-fit-content;
}

/* JQUERY UI */
.ui-widget {
	font-size:0.9em !important;
}

.challenges ul {
	margin-left:0;
}

.challenges ul li{
	font-weight:bold;
	margin:0 0.5em;
}

.challenges ul li a{
	/*font-size:1.1em;*/
	font-weight:bold;
}

.challenges ul li a.current {
	color:#80CED2;
}

.tooltip {
	border:1px solid #000;
	padding:2px;
	background:#FFF;
	display:none;
	z-index:9999;
}

.float-right {
	float:right;
}

button.float-right, .button.float-right{
	margin:5px 0 0.7em 0.5em;
}

a.button {
	margin:5px 0.5em 0.7em 0;
	padding:4px 10px 4px 7px;
}

.field-wrapper {
	overflow:hidden;
	margin-bottom:1em;
}

.entry {
	border-top:1px solid #B3B3A1;
	margin-top:30px;
}

.entry h4 {
	margin:10px 0 5px;
}

.entry.first {
	border:medium none;
}

.entry h3, #side-bar .entry h3 {
	font-size:1.428em;
	font-weight:normal !important;
	margin:25px 0 10px;
}

.noBorder input{
	border:0 !important;
}

#error1{
	padding:5px;
	border:1px solid #FBC2C4;
	background-color:#FBE3E4;
	color: #E4665B;
	font-style:normal;
	font-size:0.85em;
}

#message
{
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#FFFFCC;
	color: #666666;
	font-style:normal;
	font-size:0.85em;
}

.flash-update {
	background:none repeat scroll 0 0 #FFFF99;
	font-size:0.8em;
	padding:0.5em;
}

.instruction {
	background:none repeat scroll 0 0 #FFFF99;
	border:1px solid #CCCCCC;
	display:block;
	font-size:0.8em;
	margin:0.2em 0;
	padding:0.2em 0.3em;
}

div.textarea {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #80CED2;
	color:#99998A;
	font-family:Arial;
	margin-right:8px;
	padding-left:0.2em;
}

.field-set {
	margin-bottom: 1em;
}

.countdown {
	font-size:1.2em;
	margin:0 0 1em;
	font-weight:bold;
}

.countdown span{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #80CED2;
	font-size:1.3em;
	line-height:1.2em;
	margin-right:3px;
	padding:2px 3px;
	text-transform:uppercase;
}

select.mright{margin-right:8px !important;}

.hn, .en, #lang-selector {
	font-family:"Helvetica Neue","Helvetica",Arial,Verdana,sans-serif !important;
}

.zh {
	font-family:"文鼎CS中等线","文鼎CS中黑","SimHei","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif !important;
}

.addthis_toolbox {
	font-family:arial,helvetica,"lucida grande",verdana,sans-serif;
	font-size:12px;
}

.addthis_toolbox a{
	color:#80CED2;
}


/* BEGIN: FACEBOOK */
.fb-button {
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	background:url("../img/facebook/btn-sprite.png") repeat scroll 0 0 #EEEEEE;
	border-color:#999999 #999999 #888888;
	border-style:solid;
	border-width:1px;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	line-height:normal !important;
	padding:2px 6px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	white-space:nowrap;
}

.fb-button.confirm {
	background-color:#5B74A8;
	background-position:0 -48px;
	border-color:#29447E #29447E #1A356E;
	color:#FFFFFF;
}
/* END: FACEBOOK */

h4 a:link,h4 a:visited,h4 a:hover,h4 a:active{font-weight:bold;}
.mtop{margin-top:1em;}

ul.cascaded {
	margin-left:.5em;
}

ul.cascaded, ul.cascaded ul {
	list-style:none;
}

ul.cascaded h3, ul.cascaded h4 {
	margin-top:1em;
	margin-bottom:1em;
}
