@charset "UTF-8";
/* CSS Document */


/* = TABLE 

----------------------------------------------------------------------------------------------------------------------------------------------------------- */

#table-wrap {
	/*background:url(whiteroundtop.gif) top left no-repeat #fff;*/
	/*padding: 2em;*/
	margin-top: 20px;
	margin-left: -15px;
	padding-bottom: 10px;	
	
}

table {
	/*width: 650px;*/
	
	width: 600px;
	border-collapse: collapse;
	border-left: 1px solid #ddd;
}

caption {
	/*font: 1.8em Arial, Helvetica, sans-serif;*/
	font-size: 2em;
	text-align: left;
	text-indent: 10px;
	background: url(../index/images/table-caption.jpg) right top;
	height: 45px;
	/*color: #FFAA00;*/
	
	padding-top: 5px;
}

thead th {
	background: url(../index/images/table-th.jpg) no-repeat right;
	height: 47px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	/*text-align: left;*/
	border-right: 1px solid #FCF1D4;
}

tbody tr {
	background: url(../images/bg_td1.jpg) repeat-x top;
}

tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}

tbody th,td {
	/*font-size: 0.8em;*/
	/*line-height: 1.4em;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
	
}

td a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
td a:hover {
	color: #F8A704;
	text-decoration: underline;
}

/*tfoot th {
	background: url(../images/table-th.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}*/
tfoot td {
	background: url(../index/images/table-th.jpg) repeat-x bottom;
	color: #000;
	height: 30px;
	text-align: center;
}


/* = /TABLE 

----------------------------------------------------------------------------------------------------------------------------------------------------------- */

