/* CSS Document */
#list .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #9D6A0C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-style: italic;
	text-align: right;

}
#list TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #F1C85F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D6A0C;
	color: #6C4713;
}
#list A {
	color: #6C4713;
	text-decoration: underline;
}
#list A:hover {
	color: #000000;
}
#list .lastcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #F1C85F;
	border-bottom-style: none;
}
.top {
	float: right;
}
#list .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #F1C85F;
	border-bottom-style: none;
	color: #6C4713;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.container {
	padding: 1px;
	border: 1px solid #9D6A0C;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.jobcontainer {
	padding: 1px;
	border: 1px solid #092E78;
	float: left;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#joblist .maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #4189DD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: italic;
	text-align: left;
}
#joblist .titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DABC9;
	text-align: left;
	font-weight: bold;
}

#joblist TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DABC9;
	color: #000000;
}

#joblist .odd {
	background-color: #EEF4FB;
}

#joblist .even {
	background-color: #FFFFFF;
}
#joblist A {
	text-decoration: none;
}

#joblist A:hover {
	text-decoration: underline;
}

.bullet {
	vertical-align: middle;
	margin-right: 3px;
}