@charset "UTF-8";
.jobTitle { display: block; width: 32em; float: left; }
.date { width: 4em; }
.apply { width: 10.5em; display: block; text-align: center; float: right; height: 4em; text-decoration: none; background: url(../assets/images/applyBG.gif) no-repeat 50% 50%; color: #006; line-height: 4em; }
.Accordion { border-top: 1px solid #AAA; border-right: 2px solid #AAA; border-bottom: 2px solid #AAA; border-left: 2px solid #AAA; background: #FFF; width: 70%; margin: 3em auto; }
#Accordion1 ul { margin-right: auto; margin-left: auto; color: #555; width: 95%; }
.AccordionPanel { margin: 0px; padding: 0px; }
.AccordionPanelTab { padding: 1em; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; font-weight: bold; color: #333; border-top: 1px solid #AAA; background-image: url(../assets/images/tileMarble.jpg); background-repeat: repeat; }
.AccordionPanelOpen .AccordionPanelTab { background: #042E6F; color: #E3E9FD; }
.AccordionPanelTabHover { color: #333; background: #CCC; }
.AccordionPanelOpen .AccordionPanelTabHover { color: #EEE; }
.AccordionPanelContent { overflow: auto; margin-bottom: 2em; margin-left: 1em; width: 95%; position: relative; visibility: visible; }

