
/* Grade Entry Control */

.FormTxtErr
{
    color:Red;
}
div.gradeInput{
	margin-left:6px;
}
div.gradeInput.fullGradeInput{
	float:left;
	border-style: solid;
	border-width: 1px;
	max-width:180px;
    margin-top:5px;
}
div.fullGradeInput a{
	float:left;
	text-decoration:none;
display:block;
	min-width:50px;
	padding:35px 3px 3px 3px;
	font-size:0.88em;
	text-align:center;
	background-position: center 5px;
	background-size: 40%;
	background-repeat: no-repeat;
}
a.gradeDivider{
	border-left-style: solid;
	border-left-width: 1px;
}
.gradeInputHeader{
	display:block;
	padding:5px;
}
div.gradeInput.gradeItemExists{
	display:none;
}
div.fullGradeInput a.zero{
	background-image: url(/ICS/ui/common/images/PortletImages/Icons/32/cross.png);
}
div.fullGradeInput a.full{
	background-image: url(/ICS/ui/common/images/PortletImages/Icons/32/tick.png);
}
div.fullGradeInput a.partial{
	background-image: url(/ICS/ui/common/images/PortletImages/Icons/score-partial-large.png);
}

div.gradeInput input[type=image]{
	border:1px solid #578fc9;
	padding:3px 8px;
	background-color:#F7F7F7;
	display:inline-block;
	margin:0px 0px -3px -6px;
}
div.gradeInput input[type=image].full:hover{
	background-color:#f4ffcc;
	border-color:#008700;
}
div.gradeInput input[type=image].partial:hover{
	background-color:#eaeaea;
	border-color:#484848;
}
div.gradeInput input[type=image].zero:hover{
	background-color:#fdefef;
	border-color:#790000;
}
div.gradeInputEntry{
    width:350px;
    padding:0px 10px 10px 20px;
}
div.gradeInputEntry div{
	margin-bottom:10px;
	white-space:normal;
}
div.gradeInputEntry  span.gradeInputInfo{
    display:block;
    color:#707070;
    margin:10px 0px;
    font-size:0.9em;
}
table.assignmentGrid tr:hover div.gradeInput.gradeItemExists{
	display:inline-block;
}
#nonGradedContainer
{
    /*background: red;*/
    
}
.notGradedPanel
{
    background-image: url(/ICS/ui/common/images/PortletImages/Icons/32/document_prepare.png);
    background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left:45px;

}
#studentNotGraded
{
    font-weight: bold;
    color: #003471;
    font-size: 1.3em;
}
.overlay {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */ 
    filter: alpha(opacity=50); /* in IE */
}