/* Trainer's Toolkit Search pages */

div.box {
	float: right;
	width: 608px;
	border: 1px solid #76A5B5;
	margin-bottom: 15px;
}

div.box p { padding-left: 10px; }

div.box .title {
	background-color: #76a5b5;
	color: white;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

div.box div.row {
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
}

div.box div.row span.lbl {
	width: 160px;
	text-align: left;
	float: left;
}
div.box div.row span.val {
	width: 300px;
	float: left;
	text-align: left;
}
div.box .spacer {
	clear: both;
	padding-left: 150px;
}

#results { 
	float: right;
	width: 630px;
}

#results div.activity {
	font-size: 90%;
	border: solid 1px #76A5B5;
	margin-bottom: 10px;
	width: 620px;
	float: right;
}

/*
#results td,
#results th {
	border: solid 1px #ccc;
}
*/
#results div.activity table {
	width: 620px;
}

#results div.activity th {
	text-align: left;
	width: 115px;
}

#results div.activity tr {
	vertical-align: top;
}

#results div.activity td.mid {
	width: 410px;
}

#results div.activity td.buy {
	width: 95px;
	text-align: center;
	font-weight: bold;
}

#results div.activity td.full {
	width: 505px;
}

/*
#results div.activity div.row {
	clear: right;
	padding-top: 1px;
	padding-bottom: 1px;
}

#results div.activity div.row span.lbl {
	width: 100px;
	float: left;
	text-align: left;
	font-weight: bold;
}

#results div.activity div.row span.val {
	width: 500px;
	float: right;
	text-align: left;
}

#results div.activity div.buy {
	float: right;
	width: 100px;
}
*/
#results div.nav {
	text-align: center;
	padding-bottom: 4px;
}

