/*
 *		color definition
 */

.result a { 
	color: Black; 
}

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

.result table, .result td, .result th {
	border-color: #0080ff;
}

.result th { 
	background-color: #e8f0ff; 
}

.result table, .embedded boddy, .embedded { 
	background-color: #fafcff; 
}

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

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

.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: small;
}

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

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

	padding-left: 0.5em;
	padding-right: 0.5em;
}

.result td { 
	text-align: center;

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

	padding-left: 0.5em;
	padding-right: 0.5em;
}

.result .hidden {
	display: none;
}

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

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

.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;
}

