


/* ------------------------------------------------------------- */

#job {
	border : 0px solid #163282;
	width : 100%;
	overflow : hidden;
}

#job h1 {
	font-size : 22px;
	color : gray;
	margin-bottom: 10px;
}

#job table {
	width : 99%;
	font-size : 11px;
	margin : 3px;
	padding : 3px;
}

#job td {
	width : 150px;
	background-color : #f1f1f1;
}

#job td.label {
	font-weight : bold;
	color : white;
	background-color : #909090;
	width : 100px;
	text-align : right;
}

#job td.toplabel {
	font-weight : bold;
	color : white;
	background-color : #909090;
	width : 80px;
	padding-right: 5px;
	text-align : right;
}

#job td.content {
	background-color : #f1f1f1;
	width : 384px;
}

#job td.logo {
	background-color : #f1f1f1;
	width : 120px;
}

#job td.logobig {
	background-color : #f1f1f1;
	width : 160px;
}

#job td img {
	display : block;
	border : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	margin-bottom : 10px;
}

#job .blurb {
	margin : 5px;
}

/* ------------------------------------------------------------- */

#apply {
	margin-top : 10px;
	border : 0px solid #163282;
	width : 100%;
	overflow : hidden;
	background-color : #f1f1f1;
}

#apply h1 {
	background-image : url("../images/h2back.gif");
	color : white;
	font-size : 14px;
	padding-left : 5px;
	height : 20px;
	line-height : 18px;
}

#apply form {
	margin : 5px;
}

#apply .label {
	font-weight : bold;
	padding-right : 20px;
	white-space : nowrap;
}

/* ------------------------------------------------------------- */

.extlink {
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #4fc1c2;
	border : 2px solid;
	border-top-color : #67fbfc;
	border-left-color : #67fbfc;
	border-right-color : #327a7b;
	border-bottom-color : #327a7b;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#58d8d9',EndColorStr='#48b0b1');
}

.extlink:hover {
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #4fc1c2;
	border : 2px solid;
	border-top-color : #327a7b;
	border-left-color : #327a7b;
	border-right-color : #67fbfc;
	border-bottom-color : #67fbfc;
	filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#48b0b1',EndColorStr='#58d8d9');
}

/* ------------------------------------------------------------- */

#sendtoafriend {
	margin-top : 10px;
	border : 0px solid #163282;
	width : 100%;
	overflow : hidden;
	background-color : #f1f1f1;
}

#sendtoafriend h1 {
	background-image : url("../images/h2back.gif");
	color : white;
	font-size : 14px;
	padding-left : 5px;
	height : 20px;
	line-height : 18px;
}

#sendtoafriend form {
	margin : 5px;
}

#sendtoafriend .label {
	font-weight : bold;
	padding-right : 20px;
	white-space : nowrap;
}

/* ------------------------------------------------------------- */

#latest {
	position : relative;
	margin-top : 10px;
}