/* ##### View Job ##### */

.jobdescription blockquote p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.jobdescription blockquote {
	background-color: #DBDBDB;
	border: 1px solid #808080;
	padding: 5px;
}
.jobdescription blockquote blockquote {
	border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color blue;
	border-left: 2px solid blue;
	border-style: none none none solid;
	border-width: 0 0 0 2px;
	padding: 0 0 0 5px;
}

/**
* Progress List
**/

ul.progressList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.progressList>li {
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px #414141;
}

.progressList .progressContainer {
	border: 1px solid #dbdbdb;
	height: 100px;
	background-color: #ffffff;
	border-radius: 5px;
	display: table;
}

.progressList .avatar {
	display: table-cell;
	width: 90px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-color: #dbdbdb;
	vertical-align: top;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.progressList .avatar img {
	height: 32px;
	width: auto;
}

.progressList .title a:link, .progressList .title a:visited, .progressList .title a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}

.progressList .title a:hover {
	color: #000000;
}

.progressList li.totalTime {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 8px 5px;
	border-radius: 5px;
}

.progressList li.totalTime .hourFee {
	float: right;
}

.progressList li.totalTime .notice {
	color: #ff0000;
}

.progressList .sessionNumber {
	float: right;
	margin-top: 3px;
	color: #808080;
}

.progressList .postdate {
	color: #808080;
	margin-top: 3px;
	margin-bottom: 3px;
}

.progressList .hoursSpent {
	color: #000000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.progressList .body {
	float: right;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 600px;
}

.progressContainer ul.attachment {
	padding: 3px;
	background-color: #dbdbdb;
}

.progressContainer ul.attachment a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}



/* Job Status */

.jobstatus {
	font-weight: bold;
}

.hold {
	color: #0000FF;
}

.closed {
	color: #FF0000;
}

.claimed {
	color: #009900;
}

/* Highlight search strings */
.highlight {
	background-color: #FFFF00;
	font-weight: bold;
}


/* Job View */

ul.attachment {
	list-style-type: none;
	padding: 3px;
	margin: 0px;
	background-color: #dbdbdb;
}

ul.attachment img.thumnail {
	float: left;
	margin-right: 5px;
}

ul.attachment img.detachThread, ul.attachment img.detachReply {
	float: right;
}

textarea.addNote {
	width: 970px;
}

/* ##### Detail Page Layout ##### */

div.pseudoTab {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	padding: 3px 10px;
	background-color: #dbdbdb;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.viewtabs ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.viewtabs li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
	margin: 0px 6px 0px 0px;
	padding: 2px 15px 3px 15px;
	background-color: #bdbdbd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.viewtabs li.active {
	background-color: #dbdbdb !important;
}

.viewtabs li a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.viewtabs li.float {
	float: right;
	margin-right: 0px !important;
}

.fieldsection {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-color: #dbdbdb;
	margin-bottom: 10px;
	border-radius: 3px;
	box-shadow: 3px 3px 3px #1d1d1d;
}

.flattop {
	border-top-left-radius: 0px !important;
}

.horizontalrow div.row>div {
	width: 200px;
	float: left;
	text-align: center;
}

.fieldsection .header {
	padding: 2px;
	text-align: center;
	background-color: #99BBDD;
	border-top: 3px solid #99BBDD;
	border-right: 3px solid #99BBDD;
	border-left: 3px solid #99BBDD;
	color: #000000;
	font-size: 11px;
	font-family: trebuche,verdana,geneva,lucida,arial,helvetica,sans-serif;
	font-weight: bold;
}

.fieldsection .halfheader {
	width: 474px;
	float: left;
}

.fieldsection .leftfloat {
	margin-right: 2px;
}

.fieldsection .content {
	height: 100%;
	float: left;
	padding: 2px;
	border: 3px solid #99BBDD;
	background-color: #ECEFF8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.fieldsection .content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	display: table;
}

.fieldsection .content ul li {
	display: table-row;
}

.fieldsection .content ul li label {
	text-align: right;
	font-weight: bold;
	display: table-cell;
	width: 110px;
	padding: 0px 30px 3px 0px;
}

.fieldsection .halfcontent {
	width: 474px;
}

.fieldsection .separator {
	margin-bottom: 5px;
}