
/* ==========================================================================
   HTML & General class
   ========================================================================== */
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'Trajan Pro';
    src: url("/css/TrajanPro-Regular.ttf");
}

/*---------- CUSTOM Bootstrap ----------*/
body {
	font-size: 12px;
}

a {
	text-decoration: none !important;
}

a:hover {
	color: #CC4444;
}

legend {
	color: #b12027;
}

/*---------- MAIN LAYOUT ----------*/
.container, #footer {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;	
}

#main_left_block {	width: 143px;	}
#main_right_block {	width: 175px;	}

#main_content_block {
	width: 600px;
	min-height: 550px;
	
	overflow: hidden;
	float: left;
	display: inline;
	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#main_content_block_no_right {
	width: 775px;
	min-height: 550px;
	
	overflow: hidden;
	float: left;
	display: inline;
	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*---------- HOME ----------*/
.video-thumb {
	width: 140px;
	font-size: 10px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
}
.video-thumb-jp {
	width: 140px;
	font-size: 8px;
	line-height:14px;
	font-weight:bold;
	text-align:center; 
}
.home-content {
	//margin : 10px;
}
.home-content-jp {
	width:220px;
	margin : 5px;
}
.home-content-2 {
	clear: both;
	padding-top: 10px;
}
.home-content-2-jp {
	clear: both;
	margin : 10px !important;
}
.TextWrap {
	float : right;
	margin : 3px;
	font-size: 10px;
}

.TextWrap-jp {
	float : right;
	margin : 10px;
	font-size: 10px;
}

/*---------- CUSTOM GRID ----------*/
.column {
	margin: 0 15px 0 15px;
	overflow: hidden;
	float: left;
	display: inline;
	line-height: 20px !important;
}

.row {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -15px 0 -15px;
	width: auto;
	display: inline-block;
}

/*---------- NAV ----------*/
#nav-main ul  {
	list-style: none;
	margin: 0;
}

#nav-main ul li.active a{
	color: #b12027;
}

#nav-footer ul li.active a{
	color: #b12027;
}

#nav-main a {
	display: block;
	color: #888;
	text-align:right;
	padding: 3px 0px;
	text-decoration: none;
}

#nav-main a:hover,
#nav-main a:active,
#nav-footer a:hover,
#nav-footer a:active {
	color: #b12027;
}

#nav-footer ul {
	list-style: square;
	margin: 15px auto;
}

#nav-footer li {
	display: inline-block;
}

#nav-footer a {
	font-size: 12px;
	color: #888;
	margin: 0 5px;
	text-decoration: none;
}

/*---------- TEXT ----------*/
h1, h2, h3 {
	 font-family: 'Trajan Pro';
	 color: #AA3333;
}

h1 {
    font-size: 21pt;
    margin-top: 7px;
    text-align: left;
}

h2 {
	font-size: 16pt;
	 margin-bottom: 2px;
}

h3 {
	font-size: 12pt;
}

p {
    color: #666666;
    font-family: Arial;
    font-size: 13px;
}

.list {
	font-size: 13px;
}

.error {
	color: #AA3333;
	font-size: 12px;
}

/*---------- GENERAL ----------*/
#logo {
	margin: 76px 0 20px 0;
	float: right;
}

.border {
	border: 1px solid #CCC;	
}

/*---------- TABLE ----------*/
.rph-tb-list, .rph-tb-detail {
	font-size: 13px !important;
}

.rph-tb-list em {
	color: #999;
}

.rph-tb-detail th {
	background-color: #EFEFEF;
}

.rph-tb-detail label.radio {
	float: left;
	margin-right: 20px;
}	
	
.rph-tb-detail .note {
	font-size: 11px;
}

/*---------- FOOTER ----------*/
#footer {
	text-align: center;	
}
#footer p {
	font-size: 12px;
}

/*---------- CONTACT PAGE ----------*/
.que{
	font-size:9pt;
	color:#900;
}

.contact_page a{
	color: #000000;
    text-decoration: none;
}

.contact_page a:hover{
	text-decoration: underline;
}

/*----------- MANAGEMENT PAGE ----------*/
#management h2 {
	color: #AA3333;
	font-size: 14pt;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	cursor: pointer;
}

#management h2:hover {
	color: #005580;
}

#management h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	cursor: pointer;
}

#management h3:hover {
	color: #005580;
}

#management a:hover {
	color: #005580;
}

.management_pr img {
	/*height: 98px;*/
	cursor: pointer;
}

.management_pr {
	display: none ;
}

#profile-modal {
	width: 700px;
	left: 42%;
}

#detail-modal {
	width: 900px;
	left: 42%;
}
#detail-modal .modal-body {
	max-height:600px;
}

/*----------- MEDIA CENTRE PAGE ----------*/
.media_centre_header {
	color: #AA3333;
	font-size: 14pt;
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 10px 0;
	font-family:'Trajan Pro';
	font-weight: bold;
}
	
#div_rph , #div_tune, 
.y_2013, .y_2012, .y_2011 , .y_2010 , 
.y1_2012 , .y1_2011 , .y1_2010 {
	display:none ;
	font-size: 11px;
}

#div_rph h4{
	font-size: 11px;
}

.trajan {
    color: #AA3333;
    font-family: 'Trajan Pro';
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 24px 0 0;
}

#accordion{
	margin-bottom: 50px;
}

/*---------- INVESTOR RELATION PAGE ----------*/
#logon_form p {
	padding: 0;
	margin: 15px 0 0 0;
	font-weight: bold;
}

#logon_form input[type="text"], #logon_form input[type="password"] {
	border: 1px solid #aaa;
}

#logon_form input[type="submit"] {
	margin: 15px 0 0 0;
}

/*---------- CAREER ----------*/
#job-detail {
	font-size: 13px;	
}

#job-detail strong {
	display: block;
	margin-top: 12px;
}

#job-detail div {
	padding-left: 20px;	
}

/*---------- LATEST UPDATES PAGE ----------*/
#tb-latest-update {
	font-size: 13px;
}


/*---------- IMAGE SLIDER ----------*/
.list_carousel {
	width: 570px;
	height: 236px;
	overflow:hidden;
	float: left;
	padding-bottom: 10px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {				
	text-align: center;				
	width: 570px;
	height: 236px;
	padding: 0;				
	display: block;
	float: left;
}

/*---------- DATATABLE ----------*/
.dataTables_paginate {
	margin-left: 130px;
}

.dataTables_paginate a {
	margin: auto 5px;
	cursor: pointer;
	font-size: 13px;
}
.dataTables_paginate .paginate_active {
	font-weight: bold;
	color: #333;
}

.stock-quotes{
	border: solid 1px #CCC;
}

.stock-quotes h2{
	color: #666;
	margin: 0 0 13px 0;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.stock-quotes .content div{
	padding: 0 5px;
	float: left;
	width: 40%;
}

.stock-quotes .volume{
	text-align: right;
}

.stock-quotes .diff-percent{
	text-align: right;
}

.stock-quotes .up{
	color: #00FF00;
}

.stock-quotes .down{
	color: #FF0000;
}

.stock-quotes .powered-by{
	text-align: right;
	font-size: 9px;
	padding: 0 5px;
}