/* $Id: assignment.css 14 2007-09-17 10:22:19Z edin.coralic $ */

.assignment {
	
}

.assignment .jobs {
	
}
.assignment .jobs h3 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	padding-top: 0.7em;
	border-top: 3px solid #d1c9c2;
}
.assignment .jobs h3.first {
	padding-top: 0;
	border-top: none;
}
.assignment .jobs h3 span {
	color: #989898;
	font-family: Georgia, "Times New Roman", sans-serif;
}
.assignment .jobs h3 strong {
	color: #0196eb;
	font-family: Georgia, "Times New Roman", sans-serif;
}
.assignment .jobs div.assignment_lead {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.assignment .jobs ul {
	list-style-type: none;
	margin: 0;
	height: 1%;
}
.assignment .jobs ul li {
	float: right;
	width: 180px;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}
* html .assignment .jobs ul li {
	margin-bottom: 0;
	padding-bottom: 1em;
}
.assignment .jobs ul li.left {
	float: left;
}
.assignment .jobs ul li.spacer {
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 0;
}
.assignment .jobs ul li div.name-container {
	background: #f2f0ed;
	padding: 7px;
}
.assignment .jobs ul li a.name {
	display: block;
	color: #eb6a01;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.assignment .jobs ul li a.name:hover {
	text-decoration: underline;
}
	.assignment .jobs ul li .game-in,
	.assignment .jobs ul li .game-out {
		background: url('/dsg/icon-game-in.gif') no-repeat left center;
		padding-left: 17px;
	}
	.assignment .jobs ul li .game-out {
		background-image: url('/dsg/icon-game-out.gif');
		color: #767676 !important;
	}
.assignment .jobs ul li .status {
	clear: both;
	color: #fff;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0;
}
	.assignment .jobs ul li .s-active {
		background: #a1a1a1;
	}
	.assignment .jobs ul li .s-dropped {
		background: #a1a1a1;
	}
	.assignment .jobs ul li .s-advanced {
		background: #ee7f01;
	}
.assignment .jobs a.file {
	display: block;
	color: #0196eb;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	margin-top: 0.5em;
	background: url('/dsg/icon-pdf.gif') no-repeat center left;
	padding: 4px 0 4px 30px;
	text-decoration: none;
}
.assignment .jobs a.file:hover {
	text-decoration: underline;	
}
.assignment .jobs a.more {
	float: left;
	font-size: 1.2em;
}
.assignment .jobs .comments {
	float: right;
	color: #a1a1a1;
	font-size: 1.2em;
}

.assignment .info {
	clear: both;
	background: #f2f0ed;
	padding: 15px;
	border-top: 1em solid #fff;
}
.assignment .info h4 {
	color: #000;
	margin-bottom: 0.8em;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
}
.assignment .info .info_text {
	font-size: 1.2em;
	line-height: 1.4em;
}