@charset 'UTF-8';

.submenu .gray_box p {
	font-size:12px;
	line-height:16px;
}

.submenu ul li a {
	line-height:18px !important;
	padding:7px 20px 7px 0px !important;
}

.submenu ul li.open ul li ul li a {
	line-height:18px !important;
	/*padding:7px 0px 7px 20px !important;*/
}

.s_hr {
	margin:0px 0px 20px 0px;
	padding:0px;
	border:none;
	height:1px;
	background-color:#d1d1d1;
	background-image:none;
	clear:both;
}

.award_table th {
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#cc0033;
	text-align:left;
	text-transform:uppercase;
	background-image:url(images/th_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:15px;
}

.award_table th.first {
	border-right:solid 3px #FFFFFF;
}

.award_table td {
	padding: 15px 10px 15px 3px;
}

.award_table td.first {
	padding: 15px 10px;
}

.award_table tr.even {
	background-color:#efefef;
}

.award_table .date {
	font-size:17px;
	float:left;
	width:50px;
	height:45px;
	padding:9px 20px 0px 0px;
	background-image:url(images/date_bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#b6b6b6;
}

.award_table .date {
	padding:9px 2px 0px 0px !important;
}

.award_table .em_red {
	font-size:11px;
	color:#cc0033;
}

.award_table .month {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.award_table .link_more {
	white-space:nowrap;
}

.ir_report_img {
	float:left;
	padding:0px 20px 20px 0px;
}

.ir_report_text {
	float:left;
}

.ir_report_text table {
	height:284px;
}

.link_download {
	display:inline;
	line-height:30px;
	text-align:right;
	padding:0px 20px 0px 0px;
	background-image:url(images/icon_download.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.link_download:hover {
	text-decoration:underline;
}

.ir_report_table {
	width:100%;
}

.ir_report_table td {
	padding:7px 10px;
}

.report_left {
	float:left;
	background-image:url(images/report_arrow_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 14px 0px 0px;
	text-align:center;
	text-decoration:none;
	color:#333333;
}

.report_right {
	float:left;
	background-image:url(images/report_arrow_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 14px;
	text-align:center;
	text-decoration:none;
	color:#333333;
}

.report_left img, .report_right img {
	border:solid 14px #f3f3f3;
}

.report_left span, .report_right span {
	background-color:#f3f3f3;
	display:block;
	padding:0px 0px 10px 0px;
}

.report_left:hover {
	background-image:url(images/report_arrow_right_over.gif);
	color:#333333;
	text-decoration:none;
}

.report_right:hover {
	background-image:url(images/report_arrow_left_over.gif);
	color:#333333;
	text-decoration:none;
}

.report_left:hover img, .report_right:hover img {
	border:solid 14px #dbdbdb;
}

.report_left:hover span, .report_right:hover span {
	background-color:#dbdbdb;
}

.report_timeline {
	background-image:url(images/timeline_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:524px;
	margin:0px auto;
}

.report_timeline .year {
	float:left;
	width:48px;
	line-height:54px;
	text-align:center;
	color:#FFFFFF;
	padding:120px 20px 0px 20px;
}

.report_timeline .year span {
	background-image:url(images/report_year_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:48px;
	line-height:54px;
	text-align:center;
	display:block;
	font-weight:700;
}

.report_timeline .year_over span {
	background-image:url(images/report_year_bg_over.gif);
}

.report_timeline .first{
	background-color:#FFFFFF;
}

.report_timeline .last{
	background-color:#FFFFFF;
	margin-top:120px;
	padding:0px 20px 120px 20px;
	background-position:top;
}

.more_fix .nolink{
	background-image: url(images/submenu_arrow_down_over.gif) !important;
}

.mb_need {
	display:inline-block !important;
}

.no_report {
	float: left;
	width:218px;
	height:100px;
}

@media screen and (max-width: 800px) {

.report_timeline {
	margin-bottom:20px;
}

.ir_report_text table {
	height:auto;
}

.ir_report_table {
	margin-bottom:30px;
}

.report_timeline .h02 {
	height:30px;
}

}

@media screen and (max-width: 570px) {

.report_timeline {
	width:204px;
	background-image:none;
}

.report_timeline .year {
	display:none;
}

.report_left, .report_right {
	background-image:none;
	padding:0px 0px 20px 0px;
}

.no_report {
	display:none;
}

}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

}