div.multiselect {
	overflow:hidden;
	background-image:url('../images/dd.png');
	width:200px;
	background-repeat:no-repeat;
	background-position:right;
	border: 1px solid #C4C4C4;
	height: 12px;
	padding: 2px;
	background-color: white;
}

div.options {
	border: 1px solid gray;
	width:200px;
	position:absolute;
	background-color:white;
	max-height: 400px;
	overflow-y: auto;
	z-index: 4000;
}
div.options label.optgroup {
	font-weight: bold;
	text-align: left;
	padding: 1px;
}
div.options label.option {
	text-align: left;
	padding: 1px;
}
div.options label input{
	margin-right: 2px;
}

div.options label.hover {
	background-color: #3399ff;
	color: white;
}

div.options label.selected {
}

div.tooltipHolder {
	width: 200px;
}

div.tooltipHolder .tip-top {
	background: url(../images/bubble-200-white.png) top left;
	height: 8px;
}

div.tooltipHolder .tip-bottom {
	background: url(../images/bubble-200-white.png) bottom right;
	height: 8px;
}

div.tooltipHolder .tip {
	background: url(../images/bubble-200-white.png) 0px -8px;
}

div.tooltipHolder .tip .tip-title {
	font-weight: bold;
	color : black;
	padding: 0px 3px;
	text-align: left;
}

div.tooltipHolder .tip .tip-text {
	color: #222;
	padding: 0px 3px;
	text-align: left;
}

.tool-tip {
	color: #000;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	padding: 8px 8px 4px;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

.listTable {
	width: 100%;
	color: #333333;
	margin-bottom: 20px;
}

.listTable th {
	font: 11px verdana;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F5921F;
	text-align: left;
	padding: 2px;
}

.listTable .alternate {
	background-color: #ebebeb;
}

.listTable .over {
	background-color: #FDE7B3;
}

.listTable .selected {
	background-color: #c6d8f1;
}

.listTable td {
	padding: 2px;
	height: 20px;
}
.form-score {
  width: 15px;
  margin: 0px 2px;
}
.form-score-tiebreak {
	border-style: dashed !important;
}
.tooltipTable {
	overflow: hidden;
	white-space: nowrap;
	margin-right: 15px;
}
.partialRow {
	background-color: #f8edba;
}
.notviewedRow {
	background-color: #f8baba;
}