/* $Id: job.css 9 2007-09-10 11:54:25Z edin.coralic $ */

.job {
	
}

.job .box {
	border-bottom: 3px solid #d1c9c2;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.job h2.champion {
	float: left;
}
.job h2.champion a {
	color: #0196eb;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.job h2.champion a:hover {
	text-decoration: underline;
}

.job a.circle {
	float: right;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.job a.circle:hover {
	text-decoration: underline;
}


.job div.champion-and-content {
	clear: both;
	margin-top: 1.5em;
}
.job div.champion {
	float: left;
	width: 160px;
	padding: 15px;
	background: #f2f0ed;
	margin: 0 1em 0.5em 0;
}
.job div.champion a.name {
	display: block;
	color: #eb6a01;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0.7em;
}
.job div.champion a.name:hover {
	text-decoration: underline;
}
	.job div.champion .game-in,
	.job div.champion .game-out {
		background: url('/dsg/icon-game-in.gif') no-repeat left center;
		padding-left: 17px;
	}
	.job div.champion .game-out {
		background-image: url('/dsg/icon-game-out.gif');
		color: #767676 !important;
	}
.job div.champion 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;
}
.job div.champion a.file:hover {
	text-decoration: underline;	
}
.job div.champion .file-size {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
	margin-top: 0.7em;
}

.job div.assignment_content {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0.7em;
}



.job .comments {
	margin-bottom: 2em;
}
.job .comments .comment {
	background: #f2f0ed;
	padding: 15px;
	margin-bottom: 0.5em;
}
.job .comments .comment .author-and-time {
	margin-bottom: 0.7em;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
}
.job .comments .comment .author-and-time strong {
	font-family: Georgia, "Times New Roman", sans-serif;
}
.job .comments .comment .author-and-time span {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	color: #a99e95;
}
.job .comments .comment .text {
	font-size: 1.2em;
	line-height: 1.4em;
}

.job .comment-add {
	
}
.job .comment-add h3 {
	color: #0196eb;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.job .comment-add form {
	width: 380px;
	overflow: hidden;
}
.job .comment-add form dl {
	font-size: 1.2em;
}
.job .comment-add form dl dd {
	margin-left: 0;
}
/* author */
.job .comment-add form #comment_form_dt_author {
	width: 150px;
	padding-top: 0.3em;
}
.job .comment-add form #comment_form_dd_author {
	margin-left: 150px;
}
.job .comment-add form #comment_form_dd_author input {
	width: 210px;
	border: 1px solid #70665d;
}
/* comment */
.job .comment-add form #comment_form_dd_comment textarea {
	width: 360px;
	height: 11em;
	border: 1px solid #70665d;
}
/* captcha */
.job .comment-add form #comment_form_dt_captcha {
	float: right;
	width: 165px;
}
.job .comment-add form #comment_form_dt_captcha .captcha_image {
	position: absolute;
	margin: 0 0 0 -215px;
	border: 1px solid #70665d;
}
.job .comment-add form #comment_form_dd_captcha {
	clear: right;
	float: right;
	width: 165px;
}
.job .comment-add form #comment_form_dd_captcha input {
	width: 145px;
	border: 1px solid #70665d;
}
/* submit */
.job .comment-add form ul.submits {
	clear: both;
	float: right;
	padding-right: 2px;
}


.job .champion_jobs .box {
	border-top: none;
}
.job .champion_jobs a.link {
	display: block;
	color: #0196eb;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-decoration: none;
}
.job .champion_jobs a.link:hover {
	text-decoration: underline;
}


