@charset "utf-8";
body {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

form { margin: 0; }

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.title_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}

.homepage {
	border: 0px solid red;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-indent: 22pt;
    line-height:24px;
}


/** For Chinese version **/
.emcup_menutitle {
	width: 88%;
	margin:20px auto 0 auto;
	border: 0px solid red;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 0 2px 3px;
    background-color:#903f98;
    color: #ffc;
}

.emcup_menutitle {}

.emcup_menutitle a:link, .emcup_menutitle a:visited{
	color: #fff;
}

.emcup_menutitle a:hover {
	color: #FFCC00;
}

.emcup_awardtitle {
	width: 85%;
	margin:20px auto 0 auto;
	border: 0px solid red;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 2px 3px;
    background-color:#903f98;
    color: #fff;
}

.emcup_awardtitle a {
	color: #ffc;
    text-decoration: none;
}

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

.toTop {
	display: block;
	margin: 10px 0 5px 0;
	position: relative;
	left: 580px;
}

.toTop a {
	color: #666;
    font-size: 12px;
    font-weight: normal;
}

.emcup {
	border: 0px solid red;
    width: 85%;
    margin: 5px auto;
    font-family:Arial, Helvetica, sans-serif;
    color: #333
}

.emcup a, .emcup_menutitle a {
	color: #444;
    /*text-decoration: none;*/
    text-decoration:underline;
}

.emcup a:link{}
.emcup a:visited{}
.emcup a:hover {
	color: #993300;
}

.emcup_title {
	margin:20px 0 0 0;
	border: 0px solid red;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 2px 3px;
    background-color:#903f98;
    color: #fff;
}

.emcup_content {
	font-size: 13px;
    border-bottom: 1px dashed #999;
    line-height: 20px;
}

.emcup_content span {
	font-weight: bold;
    color: #333;
}

.emcup_content ul {
	margin: 15px 0 10px 50px;
	border: 0px solid red;
}

.emcup_content li {
	margin: 5px 0;
}

.awards_list ul{
	list-style: url(images/prize_icon.gif);
}

.outstanding, firstAward {
	font-size: 14px;
    font-weight: bold;
    color: #fff;
}


/** emcup_form **/

#emcup_form {
	font-size: 12px;
    border: 1px solid #999;
    border-collapse: collapse;
    
}

#emcup_form tr {}

#emcup_form tr td {
	border-bottom: 1px solid #999;
}

.compulsory {
	color: #f00;
    font-weight: bold;
}

#emcup_form input {
	border: 1px solid #aaa;
    background-color:#ffc;
    padding:2px;
    margin: 0;
}

#form_title {
	font-size: 14px;
    font-weight: bold;
    color: #444;
    padding: 14px 10px;
    background:url(images/emcup_logo.png) 472px 0 no-repeat;
}

#emcup_form p {
    display: inline;
}

#emcup_form label {
	margin: 0;
    padding-right: 5px;
}

#emcup_form_submit {
	text-align: center;
}

/** awards list **/
.more_awards {
	color: #666;
    text-align: right;
}

.awards_info {

}

.awards_info img {
	border: 1px solid #ccc;
    padding: 2px;
}

.awards_basicInfo {
	font-size: 13px;
    font-weight: bold;
    color:#FFF;
    background: #846eac;
    text-align: left;
}

.awards_basicInfo td {
	border-bottom: 1px solid #fff;
}

.awards_infoText{
	background-color: #cbc2dd;
    margin-top: 6px;
}

.awards_infoText_title {
	font-size: 14px;
    font-weight:bold;
    padding: 5px 0 0 5px;
    text-align: left;
}

.awards_infoText_content {
	font-size: 12px;
    padding: 5px;
    text-align: left;
}

.cnstatement {
    color: #333;
	margin: 15px 0 10px 40px;
}