@CHARSET "UTF-8";
/* Global */
html {
	height: 100%;
}
body {
	background: #4f86a8 no-repeat scroll 0 0;
	background-position: top center;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
form {
	display: inline;
}
label {
	cursor: pointer;
}
a {
	color: #551A8B;
}
a:visited {
	color: #551A8B;
}
a:hover, a:visited:hover {
	text-decoration: underline;
}
a, a:visited {
	text-decoration: none;
}
button {
	cursor: pointer;
}
.center{
	height: auto;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

/* Header */
#header {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	height: 170px;
	z-index: 200;
	left: 0px;
	top: 0px;
	float: none;
}
#logo {
	background-image: url(images/logo_f.png);
	width: 180px;
	height: 170px;
	float: left;
	display: inline-block;
	cursor: pointer;
}
#header_right {
	margin-left: 10px;
	height: 170px;
	width: 770px;
	display: inline-block;
	float: right;
}
#header_title {
	float: left;
	width: 260px;
	height: 125px;
}
#header_content {
	float: left;
	width: 510px;
	height: 125px;
}
#header_content_links {
	color: #fef3f7;
	height: 20px;
	width: 510px;
	padding-top: 6px;
	text-align: right;
}
.header_content_link, .header_content_link:visited {
	color: #fef3f7;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 15px;
	font-size: 10px;
}
#bg_lang, #bg_lang:visited {
	border: none;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	display: inline;
	width: 13px;
	height: 13px;
	font-weight: bold;
	cursor: pointer;
}
#en_lang, #en_lang:visited {
	border: none;
	background-image: url(images/en.png);
	background-repeat: no-repeat;
	display: inline;
	width: 13px;
	height: 13px;
	font-weight: bold;
	cursor: pointer;
}
#header_content_info {
	margin-top: 45px;
	font-weight: bold;
	color: #fef3f7;
	font-size: 14px;
	margin-left: 40px;
}
#header_content_info_left {
	background-image: url(images/arrow_left.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#header_content_info_center {
	text-align: center;
	float: left;
	width: 420px;
}
#header_content_info_right {
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#header_content_info_center a, #header_content_info_center a:visited {
	color: #ffd768;
	font-size: 12px;
}
#header_points {
	text-align: center;
	margin-left: 217px;
	margin-top: 11px;
}
.header_point {
	background-image: url(images/point_yellow.png);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-left: 3px;
}
.header_point_active {
	background-image: url(images/point_blue.png);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-left: 3px;
}

/* Diff */
#diff_header_content {
	height: 10px;
}
#diff_content_footer {
	height: 70px;
}

/* Content */
#content {
	margin-top: 0 auto;
	margin-top: 10px;
	position: relative;
	text-align: left;
}
#content_left {
	background-color: #234b6c;
	color: #fef3f7;
	padding: 10px;
    padding-left: 0px;
	float: left;
	width: 170px;
	opacity: 0.80;
	filter: alpha(opacity=80)
}
.content_left_link, .content_left_link:visited {
	color: #fef3f7;
	font-size: 12px;
	border-bottom: #fef3f7 1px solid;
	padding-bottom: 2px;
	margin-bottom: 7px;
    margin-left: 10px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.content_left_link:hover, .content_left_link:hover:visited {
	position: relative;
	text-decoration: none;
    margin-left: 10px;
	color: #6cb0dd;
	border-bottom: #6cb0dd 1px solid;
}
.content_left_link_active, .content_left_link_active:visited {
	color: #6cb0dd;
	font-size: 12px;
	border-bottom: #6cb0dd 1px solid;
	padding-bottom: 2px;
	margin-bottom: 7px; /* margin-bottom: 4px; */
    margin-left: 10px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.content_left_link_active:hover, .content_left_link_active:hover:visited {
	text-decoration: none;
}
.content_left_link_sub, .content_left_link_sub:visited {
	color: #fef3f7;
	font-size: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.content_left_link_sub:hover, .content_left_link_sub:hover:visited {
	text-decoration: underline;
	color: #d71f8b;
}
.content_left_link_sub_active, .content_left_link_sub_active:visited {
	color: #d71f8b;
	font-size: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
.content_left_link_sub_active:hover, .content_left_link_sub_active:hover:visited {
	text-decoration: none;
}
.content_left_separator {
	background-color: #fef3f7;
	margin-top: 2px;
	margin-bottom: 7px;
	width: 160px;
	height: 1px;
}
.content_left_separator_active {
	background-color: #d71f8b;
	margin-top: 2px;
	margin-bottom: 7px;
	width: 160px;
	height: 1px;
}
#content_right {
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	padding: 10px;
	width: 750px;
	opacity: 0.90;
	filter: alpha(opacity=90)
}
#content_right_top {
	background-color: #1c3c56;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 12px;
	width: 726px;
	height: 16px;
}
.content_point {
	background-image: url(images/point_blue.png);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 3px;
}
#content_right_middle {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #423434;
	margin: 10px;
	margin-bottom: 0px;
}
#content_right_middle h1 {
	font-size: 16px;
}
#content_right_middle h2 {
	font-size: 15px;
}

/* Footer */
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 230px;
	z-index: 200;
	width: 100%;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: left;
	margin-top: 10px;
}
#footer_left {
	float: left;
	margin-top: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	color: #FFFFFF;
	font-weight: bold;
	height: 170px;
}
#footer_center {
	float: left;
	margin-top: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	color: #FFFFFF;
	font-weight: bold;
	height: 170px;
}
#footer_right {
	float: left;
	margin-top: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	color: #FFFFFF;
	font-weight: bold;
	height: 170px;
}
.footer_title {
	font-size: 14px;
	float: left;
}
.footer_title_right {
	float: right;
}
.footer_point {
	background-image: url(images/point_yellow.png);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 3px;
}
.footer_point_active {
	background-image: url(images/point_blue.png);
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 3px;
}
.footer_line {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 300px;
	height: 1px;
}
.footer_arrow {
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.footer_content {
	font-size: 12px;
}
.footer_content a {
	color: #ffd65c;
}
.footer_content h1 {
	color: #ffd65c;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.footer_input {
	background-color: #6cb0dd;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	width: 100px;
	border: none;
	cursor: pointer;
}
.virgin_table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
#copyright {
	float: left;
	text-align: center;
	height: 32px;
	width: 680px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 10px;
}
#copyright a, #copyright a:visited {
	color: #ffd65c;
}
.category {
	background-image: url(images/category.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 25px;
    color: #4f6f89;
    padding-left: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size:12px;
}
.category_link {
	background-image: url(images/category.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 25px;
	cursor: pointer;
    color: #4f6f89;
    padding-left: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size:12px;
}

.results {
    border: solid 2px #1C3C56;
    border-collapse: collapse;
	font-size: 12px;
}
.results th {
    border: solid 2px #1C3C56;
	font-size: 12px;
	background-color: #DDDDDD;
}
.results td {
    border: solid 2px #1C3C56;
    font-size: 12px;
}
.results input {
	font-size: 12px;
}
.results select {
	font-size: 12px;
}
.img_bg {
   background: url(images/img_bg.png) no-repeat;
   float: left;
   width: 235px;
   height: 185px;
   padding-left: 0px;
   padding-top: 22px;
   padding-right: 0px;
   margin-left: 5px;
   margin-top: 5px;
}
#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333333;
	font-size: 10px;
	display:none;
}

