/* Research Stylesheet */ /* Page Header */
div.tm {
	border-top: 1px solid rgb(0, 153, 51);
}

div.header {
	border-top: 1px solid rgb(0, 153, 51);
}

/* Breadcrumbs */
div.bc {
	border-bottom: 1px solid rgb(0, 153, 51);
	border-top: 1px solid rgb(0, 153, 51);
}

div.menu a {
	color: rgb(200, 200, 200);
	font-size: 12px;
	text-decoration: none;
}

div.menu a:hover {
	color: rgb(0, 153, 51);
	text-decoration: none;
}

/* Layout columns */
td.menu {
	border-right: 1px solid rgb(0, 153, 51);
}

td.border_l {
	border-left: 1px solid rgb(0, 153, 51);
}

/* TTS Based Estimating Systems */
table.all_sys td {
	background: rgb(60, 60, 60);
}

table.ind_sys {
	width: 460px;
}

table.ind_sys td.label {
	font-weight: bold;
}

table.ind_sys td.cert {
	text-align: center;
	width: 140px;
}

td.messageBox {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 153, 51);
}

