﻿
/* Jobs list */
fieldset li { float: left; width: 24.5%; }
.maClient { margin-bottom: 20px; }
/* City/Job */
.maHdr { border-bottom: solid 2px #991717; background-color: #212121; padding: 5px 10px; }
/* Last Updated */
.maHdr span { font-weight: normal; font-size: 10px; font-style: italic; }
/* View/Download */
.maHdr div { margin-top: 5px; }
.maHdr div span { font-size: 12px; font-style: normal; padding-right: 15px; }
.maHdr a { padding: 0 5px; }
.maJobs { background-color: #353535; padding: 10px; }
.maJobs h4 { padding: 0; margin-bottom: 5px; font-weight: bold; font-size: 14px; }
.maJobs p { text-align: justify; margin-bottom: 10px; }

/******************** Photos **********************/
#YTOTL .maJobs ul { margin: 0; margin-bottom: 20px; padding: 0; }
#YTOTL .maJobs li { width: 116px; min-height: 100px; _height: 100px; overflow: hidden; float: left; margin: 5px 5px 0; }
#YTOTL .maJobs li img { width: 110px; border-style: solid; border-color: #991717; border-width: 1px; }
#YTOTL .maJobs li a:hover img { border-color: #FFAE00; }
