/* main elements */

body, div, td {
	color: #231F20;
}

body {
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
	font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, "微软雅黑", sans-serif;
}

.dijitReset {
	font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, "微软雅黑", sans-serif;
}

#topper_wrapper {
	width: 95%;
	min-width: 960px;
	max-width: 1216px;
	margin-right: auto;
	margin-left: auto;
}

#topper {
	height: 40px;
	background-color: #8c1515;
	padding: 10px 6px 0 0;
	text-align: right;
	color: #ffffff;
}

#topper a {
	color: #ffffff;
	text-decoration: none;
}

#header {
	margin-top: -40px;
	height: 80px;
	background-color: #8c1515;
}

#banner {
	margin-top: 14px;
}

#company-logo a {
	width: 185px;
	height: 55px;
	margin: 4px 0 0 10px;
	display: inline-block;
	line-height: 200px;
	overflow: hidden;
	vertical-align: middle;
	background: url(../images/banner-graphic.png) no-repeat 0 0;
}

#wrapper {
	width: 95%;
	min-width: 960px;
	max-width: 1216px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 0 40px 0;
	border-bottom: 16px solid #BDD4DE;
	overflow: hidden;
}

#dialog_wrapper {
	background-color: #fff;
	height: 100%;
}

#dialog_footer {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.dialog_search {
	border: 1px dotted #015EA9;
	padding: 6px 0;
	margin-bottom: 10px;
}

/* header and footer elements */

#sign-in {
	background: url(../images/key.png) no-repeat 3px 50%;
	font-weight: bold;
	padding-left: 25px;
	margin-left: 20px;
}

#content {
	width: auto;
	overflow: hidden;
}

#menu {
	width: 220px;
	margin-right: 6px;
    float: left;
}

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

#menu ul li{
	padding: 0px;
	margin: 0;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#ffffff;
}

#menu h2 {
	padding: 4px 6px;
	color: #fff;
	background: #8c1515;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

#menu a {
	background-color: #999;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 6px;
	border-bottom: 1px solid #ddd;
}

#menu a:hover {
	background: #b6032d;
}

#main_menu {
	overflow: hidden;
	background-color: #B3E1FF;
}

#main_menu ul{
	list-style: none;
}

#main_menu ul li {
	margin: 0;
	float: left;
}

#main_menu ul li a {
	display: block;
	padding: 6px 20px;
	text-decoration: none;
	border: none;
	color: #005099;
}

#main_menu ul li a:hover {
	padding: 6px 20px 2px 20px;
	border-bottom: 4px solid #005099;
}

#main_menu ul li a.selected {
	padding: 6px 20px 2px 20px;
	border-bottom: 4px solid #CD2C24;
}

#second_menu {
	overflow: hidden;
	background-color: #B3E1FF;
}

#second_menu ul{
	list-style: none;
}

#second_menu ul li {
	margin: 0;
	float: left;
}

#second_menu ul li a {
	display: block;
	padding: 6px 20px;
	text-decoration: none;
	border: none;
	color: #005099;
}

#second_menu ul li a:hover {
	padding: 6px 20px 2px 20px;
	border-bottom: 4px solid #005099;
}

#second_menu ul li a.selected {
	padding: 6px 20px 2px 20px;
	border-bottom: 4px solid #CD2C24;
}

#footer {
	width: 95%;
	min-width: 960px;
	max-width: 1216px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px 0;
	text-align: right;
}

#footer a:link {
	color: #3F5765;
}

#sponsor {
	margin-right: 6px;
}

.quicklinks {
	clear:both; 
	padding-bottom: 15px
}
.quicklinks span {
	float: right;
}

table.navigation {
	border: 0px;
}

label {
	width:100px;
	float:left;
	margin-left: 5px;
	margin-top: 0px;
}

input {
	height: 20px;
}

input, textarea, select {
	border: 1px solid #B3B3B3;
}

input.image {
	border: none;
	height: auto;
	vertical-align: middle;
}

input[type="radio"] {
	border: none;
}

submit {
	height:25px;
}

div {
	text-align: left;
}

div .field_wrapper {
	overflow: hidden;
	margin-bottom: 0.5em;
}

div .box {
	display:block;
	margin-left:110px;
}

.utilbox {
	width: 24px;
	text-align: center;
}

div.widget_wrapper {
	margin-bottom: 1em;
}

.field_required {
	color: #EF4136;
	font-weight: bold;
}

/* menu elements*/

a.menu, a.menu:link, a.menu:visited { display: block; width: 150px; height: 25px; } 
	
/* text styles */

h1,h2,h3 {
	font-family: Helvetica, sans-serif;
	color: #7db223;
}

h1 {
	font-size: 20px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 15px;
	line-height: 21px;
	color:#555;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.errors {
	color: red;
	font-weight: bold;
	display: block;
	margin-left: 105px;
}

a {
	text-decoration: underline;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

table.roo tr {
	background-color: #FFFFFF;
}

table.roo tr:nth-child(even) {
	background-color: #F1F2F2;
}

a:link {
	color: #231F20;
}

a:visited {
	color: #231F20;
}

a:hover {
	color: #d10026;
}

a:active {
	color: #d10026;
}

li {
	padding-top: 5px;
	text-align: left;
}

ul li {
	margin:0 0 0.25em 0;
	padding:0;
}
/* table elements */

table {
	background: #EEEEEE;
	margin: 2px 0 0 0;
	border: 1px solid #BBBBBB;
	border-collapse: collapse;
	width: 100%
}

table table {
	margin: -5px 0;
	border: 0px solid #e0e7d3;
	width: 100%;
}

table td, table th {
	vertical-align: middle;
}

table.roo td,table th {
	padding: 4px 2px;
	border: 1px solid #CCCCCC;
}

table td form {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
}

table.roo th {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #999;
}

table.roo thead {
	font-weight: bold;
/*	font-style: italic; */
	background-color: #BBBBBB;
}

/* table a:link {
	color: #303030;
} */

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font-size: 12px;
	color: #848f73;
	padding-bottom: 4px;
}

fieldset {
	background: #e0e7d3;
	padding: 8px;
	padding-bottom: 22px;
	border: none;
	width: 560px;
}

fieldset label {
	width: 70px;
	float: left;
	margin-top: 1.7em;
	margin-left: 20px;
}

fieldset textfield {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset textarea {
	margin: 3px;
	height: 165px;
	background: #e0e7d3;
}

fieldset input {
	margin: 3px;
	height: 20px;
	background: #e0e7d3;
}

fieldset table {
	width: 100%;
}

fieldset th {
	padding-left: 25px;
}

.table-buttons {
	background-color: #fff;
	border: none;
}

.table-buttons td {
	border: none;
}

.submit input {
/*	border: 1px solid #BBBBBB;
	color:#777777;
	padding:2px 7px;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;*/
	height: auto !important;
}

.updated {
	background: #ecf1e5;
	font-size: 11px;
	margin-left: 2px;
	border: 4px solid #ecf1e5;
}

.updated td {
	padding: 2px 8px;
	font-size: 11px;
	color: #888888;
}

.dijitTextBox {
	width: 300px;
}

.dijitArrowButton {
	height: 20px;
}

.dijitTextArea{
	min-height: 5.5em !important;
	max-height: 22em !important;
	overflow-y: auto !important;
	min-width: 360px !important;
	width: 520px !important;
	height: 10em !important;
	font: inherit;
	color: inherit;
}

.RichTextEditable{
	min-height: 18em !important;
	max-height: 18em !important;
}

.sexybutton.sexysimple {
	min-width: 60px;
}

.flag {
	height: 11px;
	width: 16px;
}

.list_title {
	font-weight: bold;
	font-size: 16px;
	color: #015EA9;
}

.list_buttons {
	margin: 4px 0 8px 0;
}

.context_menu {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #999;
	min-width: 160px;
}

.context_menu a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #015EA9;
}

.context_menu a:hover {
	background: #999;
	color: #FFF;
}

.message_info {
	border: 1px dashed #009444;
	padding: 6px;
	margin-bottom: 10px;
}

.message_error {
	border: 1px dashed #BE1E2D;
	padding: 6px;
	margin-bottom: 10px;
}

.tab_menu {
	overflow: hidden;
	background-color: #152737;
	border-bottom: 2px solid #682321;
	margin-bottom: 8px;
}

.tab_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab_menu ul li {
	margin: 0 6px 0 0;
	float: left;
	font-weight: bold;
}

.tab_menu ul li a {
	display: block;
	text-decoration: none;
	border: none;
	color: #F2F2F2;
	padding: 8px 16px 6px 16px;
}

.tab_menu ul li a:hover {
	background-color: #E8A579;
	color: #152737;
}

.tab_menu .selected {
	background-color: #799AA5;
}

#tab_header {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tab_header li {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
}

#tab_header li.selected {
	background: #cccccc;
}

#tab_header li a {
	display: block;
	text-decoration: none;
	background: #015EA9;
	color: #ffffff;
	margin: 0 0 3px 0;
	padding: 3px 8px;
}

#tab_header li.selected a {
	background: #cccccc;
	color: #333333;
}

#tab_body {
	padding: 8px 4px;
	border: 2px solid #cccccc;
	min-height: 240px;
}

#import_data textarea {
	width: 500px !important;
	height: 200px;
}

div .box_area {
	padding: 5px;
	border: 2px dotted #BBBBBB;
}

.print_qr {
	width: 100%;
	text-align: center;
}

.file {
	border: none;
}

.document_container {
	border: 1px solid #d4d1d2;
	padding: 0 0 8px 0;
}

.document_thumbnail {
	width: 128px;
	background-color: #f2f0f0;
	border: 1px solid #d4d1d2;
	float: left;
	margin: 8px 0 0 8px;
}

.document_thumbnail_image_wrapper {
	padding: 8px 0;
	width: 128px;
	background-color: #ffffff;
	text-align: center;
	min-height: 128px;
}

.document_thumbnail_caption {
	margin: 6px 2px 3px 2px;
	text-align: center;
	height: 21px;
	overflow: hidden;
}

.document_thumbnail_toolbar {
	text-align: center;
}

#_weibo_id {
	width: 550px;
}

#_weibo_count {
	font-weight: bold;
}

.clear_float {
	clear: both;
	height: 0;
}

.text p {
  text-indent: 2em;
}

.correct_valign {
	vertical-align: 15%;
}

.section_title {
	font-size: 16px;
	color: #3366CC;
	font-weight: bold;
}

.section_toolbar {
	border-bottom: 2px solid #334286;
	padding: 10px 0 4px 0;
	overflow: hidden;
}

.section_bottombar {
	margin-top: 12px;
	overflow: hidden;
}

.section_hint {
	text-align: right;
	color: #334286;
	margin-top: 4px;
}

div.application_form_data_error {
	margin-top: 6px;
	padding: 4px;
	font-weight:bold;
	color: #F2D99C;
	background-color: #CC2738;
	border: 1px solid #690011;
}

table.application_form {
	border-collapse: collapse;
	border: none;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.application_form td {
	border-collapse: collapse;
	padding: 5px 3px;
	margin: 1px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.application_form_label {
	background-color: #d1dde9;
}

.application_form_label_width {
	width: 280px;
}

.application_form_content {
	background-color: #eeeeee;
	color: #3d3d7a;
}

.field_group {
	text-transform: uppercase;
	font-weight:bold;
	color: #9b3367;
}

.field_normal {
	font-weight:bold;
	color: #334286;
}

.field_member {
	margin-left: 12px;
	color: #334286;
}

.field_label {
	background-color: #d1dde9;
	font-weight:bold;
	color: #334286;
}

.label_hint {
	font-weight:normal;
	color: #334286;
}

.instruction_icon {
    float: right;
}

.application_declaration {
	background-color: #E6E7E8;
	padding: 16px;
}

.application_form_input {
	width: 300px;
}

.application_form_textarea {
	height: 120px;
	width: 96%;
}

.incomplete_part {
	margin-top: 16px;
}

.incomplete_part a {
	font-weight:bold;
	color: #334286;
	font-size: 14px;
}

.incomplete_part a:hover {
	color: #9b3367;
}

#go_to_part {
	font-weight:bold;
	color: #9b3367;
}

#go_to_part a {
	font-weight:bold;
	color: #9b3367;
}