/* tr/error */
@import url("../text-decoration_tr.css");
@import url("/css/error_form.css");

/* from base_tr.css */

#contents_static {
	margin:50px auto;
	width:80%;
}

/* ORIGINAL */
.companydata {
	width:100%
}

.companydata th {
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding:5px 2px;
	text-align:left;
	vertical-align:top;
	width:180px;
}

.companydata td {
	border-bottom:1px solid #cccccc;
	padding:5px 2px;
	text-align:left;
	vertical-align:top;
}

.testimonials li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.testimonials blockquote {
	padding: 5px 0;
}
.testimonials .name {
	padding-bottom: 10px;
	text-align: right;
}

h3 {font-weight: bold; font-size: 140%; line-height: 2em;}
.faqlist dt {margin-top: 5px; margin-bottom: 5px;}
.faqlist dd {margin-bottom: 20px;}

.tabs {text-align: right;}
.tabs li {display: inline-block;}
.tabs a {
    font-size: 12px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    color: #888;
    display: inline-block;
    letter-spacing: 0;
    outline: none;
    padding:5px 12px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
} 

.tabs li.active a { color: #333; font-weight: 500; }
.tabs li.active i:before  { color: #555; }

.tabs li i:before { color: #909090; }
.tabs li span { margin-left: -7px; }
.tabs li.active a i {opacity: 1; filter: alpha(opacity=100);}
.tabs li i {opacity: 0.64; filter: alpha(opacity=64); margin: 10px 0 0 0; }

.tabs  a:hover  { background: #fff; }
.tabs  a.active  { background: #fff; color: #000;}
