TABLE.main TR{
	vertical-align:			top;
	text-align:				left;
}

.main A {
	color:					#FF0000;
	text-decoration:		none;
}

A.menuLink, .menuItem{
	text-decoration:		none;
}

.menuDot{
	color:					#FF0000;
	text-decoration:		none;
}

/******************************************************************************/

//For Update History in the Top Page
TABLE.history{
	width:					470px;
	border:					none;
	border-collapse:		collapse;
	background-color:		#FFFFFF;
}

TABLE.history > TBODY > TR > TD {
	padding:				10px;
}

TABLE.history TR > TD:nth-of-type(1){
	width:					auto;
	font-weight:			bold;
}

TABLE.history TR > TD:nth-of-type(2){
	width:					auto;
}

BUTTON#oldHistory_toggle{
	width:					100%;
}

TABLE#oldHistory{
	display:				none;
}

TABLE#oldHistory {
	background-color:		#F0F4FF;
}

.newBadge{
	text-align:				left;
	color:					red;
	font-weight:			bold;
	width:					100%;
}

dt{
	margin-left:			15px;
}

dd{
	margin-left:			25px;
	width:					100%;
}


