@charset "utf-8";
/* CSS Document */
.content_row {
    float: left;
    padding: 20px 0 40px 25px;
    text-align: justify;
    width: 630px;
}
.select_box select {
    background-color: #413930;
    border: 1px solid #7A6658;
    color: #FFFFFF;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    padding: 1px;
	width: 80px;
}
.load_table {
	width:100%;	
}
.top {
	padding-top: 10px;
}
table.hr th {
	color: #777777;
	font: bold 13px/15px ;
}
.title_row {
	padding-top: 10px;	
}
.title_row span {
	display: inline-block;
    float: left;
    padding: 5px 3px;
}
.title_row h3 {
	line-height:20px;font-size:15px;font-weight:bold;
	color: #AD181A;	
	padding: 10px 3px;
}


table.hor {
    border-spacing: 1px;
    margin: 0 auto;
    padding: 0;
    width: 694px;
}
table.hor tr {
    border-bottom: #cccccc 1px solid; 
}
table.hor th {
    background: none repeat scroll 0 0 #dddddd;
    color: #ad181a;
    line-height:20px;font-size:15px;font-weight:bold;
    height: 20px;
    padding: 5px 8px;
    padding-right:0px;
    text-align: center;
}
table.hor td {
    /*background: none repeat scroll 0 0 #CBCBCB;*/
    background: none repeat scroll 0 0 #f6f6f6;
    padding: 5px 8px;
    /*padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;*/
    text-align: left;
	color: #424141;
	font-size: 12px;
	text-align: center;
    vertical-align:middle;
}
table.datetimeHor th
{
    padding-top:10px;
    padding-bottom:10px;
    }
table.datetimeHor td
{
    padding-top:10px;
    padding-bottom:10px;
    vertical-align:middle;
    }
table.hor td a {
	color: #424141;
	font: bold 13px/15px ;
	text-decoration: none;
}
table.hor td a:hover 
{
    color:#FF6600;
	text-decoration: underline;
}
table.nogric {
    width: 100%;
	height: 100%;
}
.fcNote {
    color: #999999;
}
.fcRed {
    color: #FF6666;
}
.fcTxt {
    color: #CEBFB7;
}
.fcTxt a {
    color: #CEBFB7;
}
a {
    text-decoration: none;
}
#rating_box {
	width:100%;	
	padding-top:20px;
}
#list_row {
	height: 20px;
	display: block;	
}
#list_row p {
	color: #444242;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
    padding: 0;
    text-align: left;
}
.txt_rating_g, .txt_rating_bu, .txt_rating_y, .txt_rating_r, .txt_rating_nc {
    padding: 2px;
	width: 10px;
	height: 10px;
	
}
.align_left {
	float: left;	
}
.txt_rating_g {
	background:green;
    color: #FFF;
	font-size:12px;	
}
.txt_rating_bu {
	background:blue;
    color: #FFF;
	font-size:12px;
}
.txt_rating_y {
	background:orange;
    color: #FFF;
	font-size:12px;
}
.txt_rating_r {
	background:red;
    color: #FFF;
	font-size:12px;
}
table.horInside {
    border-spacing: 1px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
table.horInside tr {
    border-bottom: #FFF 1px solid; 
}
.noneBorderLine {
    border-bottom: none; 
}
table.horInside th {
    background: none repeat scroll 0 0 #444242;
    color: #FF6600;
    line-height:20px;font-size:15px;font-weight:bold;
    height: 20px;
    padding: 5px 8px;

    text-align: center;
}
table.horInside td {
    /*background: none repeat scroll 0 0 #CBCBCB;*/
    background: none repeat scroll 0 0 #d8d7d5;
    padding: 10px 8px;
    text-align: left;
	color: #424141;
	font-size: 12px;
	text-align: center;
	    vertical-align:middle;
}
table.horInside td a {
	color: #424141;
	font: bold 13px/15px ;
	text-decoration: none;
}
table.horInside td a:hover 
{
    color:#FF6600;
	text-decoration: underline;
}
#mainLeft {
    border-right: 1px solid #B3B3B3;
    display: inline-block;
    float: left;
    width: 176px;
}
#mainCenter {
    border-left: 0;
}	