/* jobs */

ul.ul { display: block; width: 980px; margin: 0 0 10px 0; padding: 0; border: 2px solid #eee; overflow: auto; }
ul.non { margin: 0; overflow: none; }

li.hli { 
	position: relative; float: left; clear: both; width: 979px; min-height: 25px; height: auto !important; height: 15px; margin: 0; padding: 0;
	border: 1px solid #b3cdf0; border-left: 0; list-style: none; background: #d6e5f9; font-weight: bold; color: #175cba;
}
li.hli span { position: relative; float: left; height: 100%; margin: 0; padding: 5px 1px 5px 3px; border-left: 1px solid #b3cdf0; }
li.hli span.post { width: 395px; }
li.hli span.company { width: 220px; padding-left: 5px; }
li.hli span.location { width: 200px; color: #0043a7; }
li.hli span.date { width: 134px; text-align: right; }

/* list rows */
li.li {
	position: relative; float: left; clear: both; width: 980px; height: 100%; margin: 0; padding: 0; border-bottom: 1px solid #eee;
	border-bottom: 1px solid #ccc; list-style: none;
}
li.li:hover { background: #e1e8ef; }

/* alternate style */
li.alternate { background: #eff1f2; }

li.li span { position: relative; float: left; min-height: 20px; height: auto !important; height: 20px; margin: 0; padding: 2px 2px 5px 3px; }
li.li span a { color: #551a8b; }
li.li span.post { width: 395px; font-weight: bold; font-size: 12px; }
li.li span.post a { padding: 2px 0 2px 18px; background: url("../img/arrows/arrow-company.gif") no-repeat 0 2px; text-decoration: none; color: #009fd3; }
li.li span.post a:hover { color: #0062ff; }
li.li span.company { width: 220px; padding-left: 5px; }
li.li span.company img { display: block; margin-top: 3px; padding: 1px; border: 1px solid #ccc; }
li.li span.company strong { font-size: 13px; color: #2b4aaf; }
li.li span.company a { color: #2b4aaf; }
li.li span.location { width: 200px; color: #0043a7; }
li.li span.date { width: 135px; text-align: right; font: italic 11px Helvetica, sans-serif; }
li.li span.date big { font-style: normal; font-weight: bold; font-size: 11px; color: #000; }
li.li span.date strong { font-style: normal; font-size: 11px; color: #fb0000; }

