/*
 *		color definition
 */

.result a { 
	color: Black; 
}

.result h1, .result h2, .result h3, .result th {
	color: #AE7078; 
}

.result table, .result td, .result th {
	border-color: black;
}

.result th { 
	background-color: #ae7078; 
	color: #f8e8cb;
}

.result table, .embedded body, .embedded, body { 
	background-color: #f8e8cb;
}

.result .markedRow { 
	background-color: #fdfdfd; 
}

/*
 *		format definition
 */
 
.embedded {
    padding-top: 4px;
}
 
.result {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	/* line-height: 14px; */
}

.result h1, .result h2, .result h3 {
 	font-family: "trebuchet ms", tahoma, sans-serif;
}

.result table { 
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;

	font-size: 10px;
	width: 100%;
}

#main {
	width: 720px;
}

.result th { 
	border-bottom-style: solid;
	border-bottom-width: 1px;

	border-left-style: solid;
	border-left-width: 1px;

	padding-left: 2px;
	padding-right: 2px;
}

.result td { 
	text-align: center;

	border-left-width: 1px;
	border-left-style: solid;

	padding-left: 2px;
	padding-right: 2px;
}

.result .hidden {
	display: none;
}

.result .detail {
	border-top-style: solid;
	border-top-width: 1px;	

    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.result tr {
	height: 20px;
}

.result .markedRow {
	cursor: hand;
}

.result a {
	text-decoration: none;	
}

.result .t_rank, .result t_strength, .result .t_round {
	text-align: center;
}

.result .t_name {
	text-align: left;
}

.result .t_score, .result t_points, .result t_victories {
	text-align: right;
}

