﻿.large_predd {
	height: 150px;
	overflow: auto;
	width: 250px !important;
}

#preddict {
	position: absolute;
	overflow: none;
	z-index: 1000;
	border: 1px solid black;
	background-color: white;
	padding: 0;
	display: none;
	width: 250px !important;
}

#preddict {
	font-size: 1.5em;
}

#preddict .opt_sel, #preddict .opt_unsel {
	width: 177px !important;
	width: 178px;
}

#preddict.large_predd .opt_sel, #preddict.large_predd .opt_unsel {
	width: 161px !important;
	width: 100%;
}

#preddict div {
	font-size: 0.7em ;
	font-family: Arial, Helvetica, sans-serif !important;
	cursor: pointer;
}

.opt_sel, .opt_unsel {
	padding: 1px 0 1px 3px;
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em !important;
}

.opt_sel {
	color: white;
	background-color: #207808;
}

.opt_unsel {
	color: black;
	background-color: white;
}

.actb_pred {
	border: 1px solid gray;
	width: 165px;
	text-align:left;
}

.large_predd table {
	padding:0 3px;
}

table td {
	text-decoration:none !important;
}