/* area_history
-------------------------------------------------------------------------------*/
#area_history {
	padding: 0 0 10px 0;
	clear: both;
	position: relative;
}

	#area_history h3 {
		position: relative;
	}
	
		#area_history h3 a:link,
		#area_history h3 a:visited {
			display: block;
			position: absolute;
			top: 6px;
			height: 18px;
			right: 10px;
			text-align: right;
			background-color: inherit;
			color: #d1afd5;
			/*background-image: url(/images/clear_history.png);
			background-position: 100% 0;
			background-repeat: no-repeat;*/
			font-size: 0.8em;
		}

	#area_history table {
		width: 568px;
		margin: 0 10px;
	}
	
		#area_history table td {
			padding: 4px;
			font-size: 0.6em;
			vertical-align: middle;
		}
		
		td.history_number {
			text-align: right;
			width: 10px;
			font-weight: bold;
		}
		
		td.history_pic {
			width: 50px;
		}
		
			td.history_pic a:link,
			td.history_pic a:visited {
				display: block !important;
				width: 50px;
				height: 35px;
				border: 2px #fff solid;
			}
			
				td.history_pic a img {
					width: 50px;
					height: 35px;
				}
		
		td.history_name {
			line-height: 1.2em;
		}
		
			td.history_name a:link,
			td.history_name a:visited {
				background-color: inherit;
				color: #000;
			}
			
			td.history_name a:hover {
				background-color: inherit;
				color: #360;	
			}
		
		td.history_link {
			width: 130px;
			text-align: right;
			padding-right: 8px !important;
			line-height: 1.2em;
			background-color: inherit;
			color: #693;
			font-weight: bold;
		}
		
			td.history_link a:link,
			td.history_link a:visited {
				padding: 0 0 0 13px;
				background-color: inherit;
				color: #000;
				background-image: url(/images/dot_arrow_inv.png);
				background-position: 0 4px;
				background-repeat: no-repeat;
			}

tr.tr_dark {
	background-color: inherit;
	color: #000;
}
