﻿/* General elements */
body {
	color: #231C11;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #66625C;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #CF0700;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

input,
textarea,
button,
select {
	color: #231C11;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #B3AFAA;
	margin: 0px;
	padding: 0px;
}

input[type="text"],
input[type="password"],
textarea{
	padding: 3px;
}

input[type="submit"],
input[type="button"],
button {
	height: 0px;
	width: 0px;
	border: 0px;
}

input[type="radio"] {
	border: 0px;
	width: 13px;
	height: 13px;
}

input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin-bottom: 10px;
}

input[type="hidden"] {
	display: none;
}

h1 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.7em;
	color: #CF0700;
	border-bottom: 1px solid #B3AFAA;
	margin: 9px 0px;
}

h1.cn {
	font-family: SimSun, Tahoma, 黑体, Arial;
	margin-top: 30px;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #CF0700;
	border-bottom: 1px solid #B3AFAA;
	margin: 8px 0px;
}

h2.cn {
	font-family: SimSun, Tahoma, 黑体, Arial;
	margin-top: 20px;
	font-size: 1.6em;
}

h3 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #CF0700;
	border-bottom: 1px solid #B3AFAA;
	margin: 8px 0px;
}

h4 {
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #CF0700;
	border-bottom: 1px solid #B3AFAA;
	margin: 6px 0px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #CF0700;
	margin: 6px 0px;
}

p {
	margin: 12px 0px;
	line-height: 17px;
}

p.cn  {
	font-family: SimSun, Tahoma, 宋体, Arial;
	/*font-size: 1.6em;*/
	font-size: 12px;
}

pre {
	margin: 12px 0px;
	font-family: Helvetica, Arial, sans-serif;
	overflow: auto;
}

ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;;
	padding: 0px;
}

ul li {
	background-image: url('../images/list_item.gif');
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	padding-left: 1.4em;
	margin-bottom: 0.3em;
}


/* Elements by id */
#container {
	width: 100%;
}

#header_container {
	background: url('../images/header_background.png');
	width: 100%;
}

#header {
	background: url('../images/header.png') no-repeat scroll center top;
	margin: 0px auto;
	min-width: 960px;
	height: 161px;
}

#header_content {
	width: 958px;
	margin: 0px auto;
	padding: 0px 1px;
	position: relative;
}

#header_logo {
	position: absolute;
	left: 1px;
	top: 51px;
}

#languages {
	position: absolute;
	right: 0px;
	top: 31px;
}

#languages a {
	padding-left: 2px;
}

#menu {
	position: absolute;
	right: 0px;
	top: 96px;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a {
	padding-bottom: 4px;
	color: #FFFFFF;
	line-height: 2.1em;
}

#menu a:hover {
	text-decoration: none;
}

#menu a:hover,
#menu a.selected_item {
	border-bottom: 2px solid #FFFFFF;
}

#content_container {
	width: 100%;
	background: #FFFFFF;
}

#content {
	width: 958px;
	padding: 30px 1px;
	margin: 0px auto;
	font-size: 1.2em;
}

#footer_container {
	background: url('../images/footer_background.gif');
	width: 100%;
}

#footer_content {
	position: relative;
	width: 958px;
	height: 29px;
	margin: 0px auto;
	padding: 25px 1px 0px;
	position: relative;
	color: #FFFFFF;
	font-size: 1.1em;
}

#footer_content a {
	color: #FFFFFF;
}

#footer_content div.footer_arrows {
	position: absolute;
	right: 0px;
	bottom: 9px;
}

#sortable_list_header {
	width: 100%; 
	font-weight: bold;
	color: #CF0700;
}

#sortable_list {
	width: 100%; 
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#sortable_list_header,
#sortable_list li {
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}

#sortable_list li div {
	margin: 0px;
	padding: 0px;
}

#sortable_list .draggable {
	cursor: move;
}


/* Elements by class */
.alternative_list li {
	background-image: url('../images/list_item_alternative.gif');
}

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

.error {
	color: #CF0700;
	font-weight: bold;
}

.message {
	color: #0C8C06;
	font-weight: bold;
}

.breadcrumbs {
	margin: 0px 0px 16px;
}

.divider {
	opacity: 0.3;
	filter: alpha(opacity=30);
	vertical-align: middle;
}

.large_divider {
	background: url('../images/large_divider.png') no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 24px;
}

.large_text {
	font-size: 1.2em; 
	line-height: 20px;
}

.header_divider {
	padding: 0px 20px; 
}

.footer_divider {
	padding: 0px 12px; 
}

.top_header {
	margin-top: 0px;
}

.left_one_third {
	float: left;
	width: 299px;
	margin-right: 30px;
}

.left_two_thirds {
	float: left;
	width: 629px;
	margin-right: 30px;
}

.left_one_half {
	float: left;
	width: 464px;
	margin-right: 30px;
}

.center_one_third {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.right_one_third {
	float: left;
	width: 299px;
}

.right_two_thirds {
	float: left;
	width: 629px;
}

.right_one_half {
	float: left;
	width: 464px;
}

.info_table_header {
	font-weight: bold;
}

.info_table_header th {
	text-align: left;
	border-bottom: 1px solid #B3AFAA;
}

.row1 {
	background: #FFFFFF;
}

.row2 {
	background: #F8F8F8;
}

.row1 td,
.row2 td {
	border-bottom: 1px solid #D9D6D2;
}

.pages {
	text-align: center; 
	margin-bottom: 16px;
}

.row3 {
	border-bottom: 1px solid #D9D6D2;
	padding-bottom: 5px;
}


/* Indes slideshow navigation */
.slideshow a { 
	/*height: 293px; */
}

.slideshow, .slideshow img { 
	width: 639px; 
	height: 363px;
	overflow: hidden; 
}

#slideshow_nav { width: 641px; }

#slideshow_nav a { 
	background: #B3AFAA; 
	color: #B3AFAA; 
	text-decoration: none; 
	margin: 0 1px 0 0; 
	font-size: 0.4em;
	height: 10px;
	width: 39px; /* 7: 87px */
	overflow: hidden;
	display: inline-block;
}

#slideshow_nav a.activeSlide { 
	background: #CF0700; 
	color: #CF0700; 
}

#slideshow_nav a:focus { 
	outline: none; 
}

.reference_row {
	margin-top: 32px;
}

.reference {
	float: left;
	margin-right: 36px;
}

.tooltip {
	display:none;
	padding: 20px;
  margin: 5px;
	background: transparent url('../images/tooltip_background_gradient.png') repeat top left;
	width: 400px;
	border: 1px solid #D9D6D2;
}

.tooltip p {
	margin-bottom: 0px;
}

.partner_logo {
	float: left; 
	margin-right: 16px; 
	width: 100px;
}

.partner_description {
	float: left; 
	width: 348px;
}

.image_outline {
	border: 1px solid #B3AFAA;
}


/* Form styles */
/* Fieldsets */
.generated_fieldset{
	margin: 8px 0px 24px;
	padding: 0px 0px 15px;
	background: url('../images/large_divider.png') no-repeat bottom center;
	border: none;
	float: left;
	clear: left;
	width: 100%;
}

.generated_fieldset legend{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #CF0700;
	margin: 0px;
	padding: 0px 0px 8px;
	*margin-left: -7px;
}

/* The form field */
.form_field {
	margin-bottom: 8px;
	float: left;
	clear: left;
	width: 100%;
}

.form_field label {
	float: left;
	width: 120px;  
	margin-right: 8px;
}

.alternative_form_field .required,
.form_field .required {
	background-image: url('../images/required_field.png');
	background-position: top right;
	background-repeat: no-repeat;
}


.form_field input[type="text"],
.form_field input[type="password"],
.form_field textarea {
	width: 400px;
	float: left;
}

.form_field input[type="file"] {
	width: 408px;
	float: left;
}

.form_field input[type="checkbox"] {
	border: 0px;
	float: left;
	margin: 1px 8px 0px 0px;
}

.form_field textarea {
	height: 130px;
}

.form_field span {
	float: left;
}

/*
.formField iframe {
	float: left;
} */

.faux_form_field {
	margin-bottom: 8px;
	width: 100%;
}

.faux_form_field .label {
	float: left;
	width: 120px;
	margin-right: 8px;
	font-weight: bold;
}

.faux_form_field .field {
	float: left;
	width: 830px;
}


/* Alternative form fields */
.alternative_form_field {
	float: left;
	margin-bottom: 12px;
	width: 99%;
}

.alternative_form_field label {
	display: inline-block;
	padding-right: 12px;
	margin-bottom: 4px; 
}

.alternative_form_field input[type="text"],
.alternative_form_field input[type="password"],
.alternative_form_field input[type="file"],
.alternative_form_field textarea {
	float: left;
	width: 100%;
}

.alternative_form_field textarea {
	height: 175px;
}

.alternative_form_button {
	float: right;
	padding-top: 4px;
}


/* Form errors */
.form_field .errors,
/*.faux_form_field .errors, */
.alternative_form_field .errors {
	float: left;
	list-style: none outside none;
	margin: 0px;
}

.form_field .errors
/*.faux_form_field .errors*/ {
	padding: 3px 0px 0px 10px;
}

.alternative_form_field .errors {
	padding-left: 0px;
}


.form_field .errors li
/*.fauxFormField .errors li*/ {
	font-weight: bold;
	color: #CF0700;
	height: 16px;
	line-height: 16px;
	list-style: none outside none;
	background: url('../images/form_error.png') no-repeat center left;
	background-color: transparent;
	text-indent: 5px;
}

.alternative_form_field .errors li {
	border: 0px;
	border-left: 2px solid #CF0700;
	font-weight: bold;
	color: #CF0700;
	padding: 4px 0px 4px 5px;
	background-image: none;
}


/* Button styles */
.button {
	background: url("../images/button_background.gif") no-repeat top right;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;		
	padding: 3px 15px 0 0;
	margin-top: 4px;
	cursor: pointer;
}

.button:hover {
	text-decoration: none;
}

.button span {
	background: url("../images/button_background.gif") no-repeat top left;
	float: left;
	display: block;
	height: 21px;
	margin-top: -3px;
	padding-right: 15px;
	width: 0px;
}

.form_button {
	height: 0px;
	width: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
