@charset "UTF-8";
/* CSS Document */

body {font-family:"Arial", "Verdana", san-serif; font-size:12px;}
table{font-family:"Arial", "Verdana", san-serif; font-size:12px;}

/*Elements that should be hidden when printing*/
.logout,
.nav ul,
.pager,
.jquery-corner,
.edit{
	display: none;
}

table tr th,
table tr td{
	width: 12.5%;
	height: auto;
	text-align: left;
}
#edit{width: 1px;}
#desc{
	width: 25%;
}

#view_job{padding-left: 0px;}
#view_job li{
	width: 100%;
	margin: 0px 0px 10px 0px;
	list-style: none;
	font-weight: bold;
}
#view_job li{ 
	position: relative; 
	float: left; 
	clear: both;
}
#view_job label{
	position: relative; 
	float: left;
	width: 105px;
}
#view_job li span{
	position: relative; 
	float: left;
	width: 75%;
	font-weight: normal;
	margin-left: 15px;
}