#candidatureEvaluationWindow
{
	background-color:#fbfbfb;
	width:600px;
	border:1px solid black;
	position:fixed;
	box-shadow:2px 2px 4px 1px #AAA;	
	z-index:1000;
}

#candidatureEvaluationWindow #title
{
	border-bottom:1px solid black;
	width:100%;
	height:24px;	
	background: #fffcf4;
	background-position:center;
}

#candidatureEvaluationWindow #drag
{
	height:24px;
	width:280px;
	cursor:move;
}

#candidatureEvaluationWindow #drag>span
{
    top: 5px;
    position: relative;
    left: 5px;
}

#candidatureEvaluationWindow #content
{
	padding:10px;	
}

div.eliminationTriggered, span.eliminationTriggered {
	color: red;
}

div.elimitationTriggeredCriteria, span.elimitationTriggeredCriteria, tr.elimitationTriggeredCriteria {
	background-color: pink;
}

.weightedNoteFixedWidth {
	width:120px;
	min-width:120px;
}

.questionInput {
	width:250px;
}
