/*
Theme Name: UHI
Theme URI: TODO
Author: Lewis Dexter Litanzios for http://www.netsight.co.uk/
Author URI: http://www.ldexterldesign.co.uk/
Description: TODO
Version: 0.1
License: TODO
License URI: TODO
Tags: TODO
Text Domain: uhi
*/
/*
http://smacss.com/
http://twitter.github.io/bootstrap/
http://css-tricks.com/sass-style-guide/
https://github.com/davidrapson/scss-toolkit/

1. Vendor dependencies (e.g. SASS, Bourbon, reset etc.)
2. Authored dependencies (e.g. variables, mixins, utility classes etc.)
3. Base (e.g. typography, embedded content, tables, forms etc.)
4. Patterns
	4.1 Modules #HTML
	4.2 Widgets #CSS
	4.3 Components #JS
5. Sections (e.g. page-specific layouts, grid systems etc.)
6. Print
7. Shame
*/
.main label {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0.5em 0; }
  .main label + .required {
    margin-bottom: 0.5em; }
.main input[type=text], .main input[type=password], .main textarea {
  border-radius: .25em;
  border: 1px solid #d6d6d6;
  padding: 0.5em;
  width: 100%;}
.main input[type=submit] {
  background-color: #0f0f0f;
  border-radius: .25em;
  border: none;
  color: white;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.33em;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.5em;
  text-transform: uppercase; }
  .main input[type=submit]:hover, .main input[type=submit]:active, .main input[type=submit]:focus {
    background-color: #572163;
    text-shadow: 2px 2px 0 #000; }

.main .field {
  margin: 0.5em 0; }
.main .fieldErrorBox:not(:empty) {
  background-color: #d15861;
  border-radius: .25em;
  color: white;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.33em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-transform: uppercase; }

.main dl.info, .main dl.error {
  background-color: #999999;
  border-radius: .25em;
  color: white;
  font-family: "Glypha Web Light Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 1em 0;
  padding: 0.5em; }
  .main dl.info > dt, .main dl.error > dt {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0;
    text-transform: uppercase; }
    .main dl.info > dt:after, .main dl.error > dt:after {
      content: ': '; }
  .main dl.info > dd, .main dl.error > dd {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin: 0; }
    .main dl.info > dd a, .main dl.error > dd a {
      color: white;
      text-decoration: underline; }
.main dl.error {
  background-color: #d15861; }
  .main dl.error > dt {
    color: white; }
    .main dl.error > dt a {
      color: white;
      text-decoration: underline; }

a {
  color: #572163;
  text-decoration: none; }

.main {
  margin: 0 auto;
  margin-bottom: 1em;
  width: 960px;
  margin-top: 1em; }
  .main:after {
    content: "";
    display: table;
    clear: both; }
  .main > #portal-column-one {
    margin-top: 1.66em;
    border-right: 1px solid #d6d6d6;
    float: left;
    padding: 0 1em 0 1em;
    text-align: left;
    width: 21%; }
  .main > #portal-column-content {
    float: left;
    padding: 1em;
    text-align: left;
    width: auto;
    padding-left: 2em; }
 /*   .main > #portal-column-content img {
      max-width: 720px; }  */
  .main > #portal-column-two {
    margin-top: 0;
    float: left;
    padding: 1em;
    text-align: left;
    width: 21%; }
  .main img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }

      #uhiMap img {
     max-width: none;   
  }

.main > #portal-column-one + #portal-column-content {
  width: 70%; }

.portlet {
  margin: 0; }
  .portlet .portletHeader {
    display: none; }
  .portlet .portletItem {
    margin: 0; }

.navTree {
  list-style: none;
  padding: 0; }
  .navTree.navTreeLevel1, .navTree.navTreeLevel2, .navTree.navTreeLevel3 {margin: 0; padding-left: .5em;}
  .navTree > .navTreeItem {
    display: block; }
    .navTree > .navTreeItem > a {
      background-color: #eeeeee;
      border-top: 1px solid #d6d6d6;
      color: #0f0f0f;
      display: block;
      margin-left: -1em;
      margin-right: -1em;
      padding: 0.7em;
      text-decoration: none; }
      .navTree > .navTreeItem > a:hover, .navTree > .navTreeItem > a:active, .navTree > .navTreeItem > a:focus {
        background-color: #d6d6d6; }
    > .navTree > .navTreeItem:first-child > a {
      border-top: none; }
    .navTree > .navTreeItem.navTreeCurrentNode > a {
      background-color: #572163;
      color: white; }

	li.navTreeTopNode div {background-color:#eee; padding:0.7em; margin-left:-1em; margin-right:-1em; font-weight:bold;}
	  
.tablist {
  list-style: none;
  padding: 0; }
  .tablist > li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-left: .5em; }
    .tablist > li:first-child {
      margin-left: 0; }
    .tablist > li > a {
      background-color: #eeeeee;
      border-radius: .25em;
      color: #0f0f0f;
      display: block;
      padding: .5em;
      text-decoration: none; }
      .tablist > li > a:hover, .tablist > li > a:active, .tablist > li > a:focus {
        background-color: #d6d6d6; }

.purple-box {
  background-color: #eeeeee;
  line-height: 1.4;
  margin-top: 1em;
  padding: 1em; }
  .purple-box:first-child {
    margin-top: 0; }
  .purple-box *:first-letter {
    text-transform: capitalize; }
  .purple-box > h3 {
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    margin-bottom: .33em; }
  .purple-box > h5 {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.8;
    margin: 0; }
    .purple-box > h5 > a {
      color: #0f0f0f; }
  .purple-box:nth-child(even) {
    background-color: white; }

#ssaHolder {
  width: 225px;
  top: 0;
  left: 0;
  height: 260px;
  display: block;
  position: relative; }

#ssalist {
  position: relative;
  margin: 0px !important; }

#ssalist li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute; }

#ssalist li, #ssalist a {
  height: 110px;
  display: block; }

#ssa2a {
  left: 0px;
  width: 225px; }

#ssa2a {
  background: url("/static/img/study_sub_1.jpg") -490px 0; }

#ssa2a a:hover {
  background: url("/static/img/study_sub_1.jpg") -490px -110px; }

#ssa1a {
  left: 0px;
  top: 130px;
  width: 225px; }

#ssa1a {
  background: url("/static/img/study_sub_1.jpg") 0 0px; }

#ssa1a a:hover {
  background: url("/static/img/study_sub_1.jpg") 0 -110px; }

#ssa2a-gd {
  left: 0px;
  width: 225px; }

#ssa2a-gd {
  background: url("/static/img/study_sub_gd.jpg") -490px 0; }

#ssa2a-gd a:hover {
  background: url("/static/img/study_sub_gd.jpg") -490px -110px; }

#ssa1a-gd {
  left: 0px;
  top: 130px;
  width: 225px; }

#ssa1a-gd {
  background: url("/static/img/study_sub_gd.jpg") 0 0px; }

#ssa1a-gd a:hover {
  background: url("/static/img/study_sub_gd.jpg") 0 -110px; }

#ssa3a {
  left: 0px;
  width: 225px; }

#ssa3a {
  background: url("/static/img/arts-profile.jpg") 0px 0; }

#ssa3a a:hover {
  background: url("/static/img/arts-profile.jpg") 0px -110px; }

/* - tabrtabs.css - */
@media screen {
  /* http://www.uhi.ac.uk/portal_css/tabrtabs.css?original=1 */
  /* */
  .tabberlive .tabbertabhide {
    display: none; }

  /* */
  /* */
  /* */
  div.pane-container ul.tabs, div.tabberlive ul.tabbernav {
    margin: 0 !important;
    padding:0;
    list-style: none !important;
    height: 2em;
    border-bottom: 1px solid #666; }

  /* */
  div.pane-container ul.tabs li, div.tabberlive ul.tabbernav li {
    float: left;
    background: url(/tabr_left_both.gif) no-repeat left top;
    padding: 0 0 0 5px;
    margin: 0 1px 0 0; }

  /* */
  div.pane-container ul.tabs a, div.tabberlive ul.tabbernav a {
    float: left;
    display: block;
    width: .1em;
    background: url(/tabr_right_both.gif) no-repeat right top;
    padding: 0 5px 0 5px;
    text-decoration: none;
    color: #fff;
    line-height: 2em;}

  div.pane-container > ul.tabs a, div.tabberlive > ul.tabbernav a {
    width: auto; }

  div.pane-container ul.tabs a:active, div.tabberlive ul.tabbernav a:active {
    outline: none; }

  div.pane-container ul.tabs li.current, div.tabberlive ul.tabbernav li.tabberactive {
    background-position: 0 -150px;
    border-width: 0; }

  div.pane-container ul.tabs li.current a, div.tabberlive ul.tabbernav li.tabberactive a {
    background-position: 100% -150px;
    padding-bottom: 5px;
    border-width: 0;
    color: #000; }

  div.pane-container ul.tabs li:hover, div.tabberlive ul.tabbernav li:hover,
  div.pane-container ul.tabs li:hover a, div.tabberlive ul.tabbernav li:hover a {
    background-position: 0 -150px;
    border-width: 0;
    color: #000; }

  div.pane-container ul.tabs li:hover a, div.tabberlive ul.tabbernav li:hover a, div.pane-container ul.tabs li.ui-tabs-active a {
    background-position: 100% -150px; }

  div.pane-container ul.tabs li.ui-tabs-active {background-position:0 -150px;}
  div.pane-container ul.tabs li.ui-tabs-active a {color:#000;}
	
  /* */
  div.pane-container div.pane {
    display: none;
    padding: 15px 10px;
    border: 1px solid #999;
    border-top: 0;
    background-color: #fff; }

  div.tabberlive div.tabbertab {
    padding: 15px 10px;
    border: 1px solid #999;
    border-top: 0;
    font-size: 12px;
    background-color: #fff; }

  div.pane-container, div.tabberlive {
    margin-bottom: 1em; }

  div.tabberlive div.tabbertab h2 {
    display: none; }

  hr.pane-break {
    display: none; }

  /* */
  body#content hr.pane-break,
  body.kupu hr.pane-break,
  body.mceContentBody hr.pane-break {
    display: block;
    background-color: white;
    color: white;
    border-top: 5px dashed black;
    height: 5px;
    margin: 0.5em 0 1em; }

  /* */
  body#content h2.content-tab,
  body.kupu h2.content-tab,
  body.mceContentBody h2.content-tab,
  body#content h2.default-content-tab,
  body.kupu h2.default-content-tab,
  body.mceContentBody h2.default-content-tab {
    display: block;
    background: url(/tabr_right_both.gif) no-repeat left top;
    border-bottom: none;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    width: auto; }

  body#content h2.default-content-tab,
  body.kupu h2.default-content-tab,
  body.mceContentBody h2.default-content-tab {
    background-position: left -150px;
    color: #333; }

  button.kupu-inserthorizontalrule {
    background-image: url(/plonekupuimages/hr.gif); }

  /* */ }
@media screen {
  /* http://www.uhi.ac.uk/portal_css/++resource++portlet_tabber.css?original=1 */
  .portlet .portletTabGenerated {
    height: 500px; }

  ul.portletTabs {
    display: block;
    list-style-type: none;
    margin: 0 0 -5px;
    padding: 0;
    position: relative;
    text-align: left; }

  li.portletTab {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0; }

  li.portletTab a {
    /* */
    display: inline-block; }

  li.portletTab a {
    /* */
    background: #666;
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    color: #FFF;
    font-size: 80%; }

  li.portletTab a:visited {
    color: #436976; }

  li.portletTab a.selected {
    background: #000; }

  li.portletTab a:hover {
    background: #000;
    color: #FFF; }

  li.firstPortletTab a {
    /* */ }

  li.lastPortletTab a {
    /* */ }

  /* */
  ul.portletTabs li {
    display: inline; }

  dl.portlet dt .portletTabs a:link,
  dl.portlet dt .portletTabs a:visited,
  dl.portlet dt .portletTabs a:hover {
    display: inline; } }
/* - custom.css - */
/* http://www.uhi.ac.uk/portal_css/custom.css?original=1 */
/* */
#parent-fieldname-text li.indent, .portlet li.indent {
  list-style-position: inside; }

#loadingmessage {
  display: none; }

body#content ul {
  list-style-type: disc;
  margin-left: 2em; }

body#content ol {
  list-style-type: decimal;
  margin-left: 2em; }

body#content ol li, body#content ul li {
  display: list-item; }

/* */
ul.tablist {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 10px 10px 10px 0;}

ul.tablist li {
  display: inline-block;
  margin: 0;
  margin-left: 2px; }

ul.tablist li:first-child {
  margin-left: 0px; }

ul.staff li a, ul.student li a {background-color: #572163;}

ul.tablist li a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-topLeft: 10px;
  -moz-border-radius-topRight: 10px;
  -moz-border-radius-bottomLeft: 10px;
  -moz-border-radius-bottomRight: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 10px; }

ul.tablist li a:hover {
  background-color: #919191; }

/* */
#content ul.bullet-point-this li {
  display: list-item;
  list-style: disc outside !important;
  margin-bottom: 5px;
  margin-left: 20px; }

#campus-list {
  width: 220px;
  border-top: 4px solid #000; }

#campus-list ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

#campus-list a {
  display: block;
  padding: 5px 0 5px 5px;
  width: 215px;
  background-color: #fff;
  border-bottom: 1px dotted #000; }

#campus-list a:link, #campuses a:visited {
  color: #000;
  text-decoration: none; }

#campus-list a:hover {
  background-color: #a80056;
  color: #fff; }

span.aztitle {
  background-color: #000;
  color: #FFF;
  padding: 5px; }

#azList-nav, #azList-nav-full {
  border-top: 4px solid #000; }

#azdiv h3 {
  margin: 0; }

ul.azList {
 /* overflow: hidden; */
  overflow: auto; 
  height: 230px; }

ul.azList, ul.azListFull, ul.azListFilter {
  margin-left: 0 !important;
  padding-left: 0;
  margin-top: 0; }

ul.azList li, ul.azListFull li, ul.azListFilter li {
  border-bottom: 1px dotted;
  margin-right: 5px;
  padding: 7px 0 7px 0 !important; }

ul.azListFull li p, ul.azListFilter li p {
  font-weight: bold !important;
  color: #4a4c4e !important; }

ul.azList a, ul.azListFull a, ul.azListFilter a {color: #572163;}

.listNav, .listNavFull, .listNavFilter {
  margin: 0 0 10px 10px; }

.azdivFilter {
  margin-top: 25px; }

.ln-letters {
  overflow: hidden; }

.ln-letters a {
  font-weight: bold;
  font-size: 1em;
  color: #000;
  display: block;
  float: left;
  padding: 4px 3px;
  text-decoration: none; }

.ln-letters a.ln-last {
  border-right: 0px solid silver; }

.ln-letters a:hover,
.ln-letters a.ln-selected {
  color: #fff;
  background-color: #572163; }

.ln-letters a.ln-disabled {
  color: #ccc; }

.ln-letter-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  color: #336699;
  display: block; }

.form {
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  margin: 0; }

.defaultText {
  width: 300px; }

.defaultTextActive {
  color: #76797C;
  padding-left: 5px; }

.pager, .messcode {
  text-align: center; }

.trigger, .trigger2, .header {
  cursor: hand;
  cursor: pointer; }

table.resultTable, table.tablesorter {
  background-color: white; }

table.tablesorter tr th {
  padding-left: 5px;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 30px; }

table.tablesorter tr th.sortable {
  color: #666;
  text-decoration: underline;
  text-align: left; }

table.tablesorter th.sorted-asc, table.tablesorter th.sorted-desc {
  color: black;
  text-align: left; }

table.tablesorter td {
  background-color: white;
  padding: 5px; }

table.tablesorter tr.odd td .trigger2, table.tablesorter tr.odd td .trigger, table.tablesorter tr.odd td .trigger a, table.tablesorter tr.odd td .trigger a:hover, table.tablesorter tr.odd td .new-trigger a, table.tablesorter tr.odd td .new-trigger a:hover, table.tablesorter tr.odd td div p a:hover {
  color: white !important; }

table.tablesorter tr.odd td {
  background-color: #666;
  color: white !important;
  border-right: 1px solid; }

table.tablesorter tr td ul li {
  list-style: none;
  margin-left: -20px; }

#crs_search_form {
  float: right; }

#content-core #searchform .searchPage, #content-core #searchGadget_form .searchField {width:75%;}
#content-core #searchform .searchButton, #content-core #searchGadget_form .searchButton {width:100px; font-size:16px; padding:4px;}
#content-core dl.searchResults {width:100%;}
#content-core dl.searchResults dt a {color:#0000cc; font-weight:normal; text-decoration:underline;}
#content-core dl.searchResults dd {color:#000; margin-bottom:10px;}
#content-core dl.searchResults dd div.docMETA, #content-core dl.searchResults dd span.documentModified {color:#008000;}
  
#term, .term {
  width: 225px;
  height: 25px;
  margin: 0;
  padding: 0;
  background: url("search.gif") center right no-repeat;
  border-color: #e7e7e9;
  border-width: 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

ul#cfh-faq {
  list-style-type: none;
  margin-left: 0;
  font-weight: bold;
  line-height: 2em;
  color: #572163;
  cursor: pointer; }

ul#cfh-faq li {
  margin-bottom: 16px; }

#cfh-faq ul {
  list-style-type: none;
  margin-bottom: 20px;
  font-weight: normal;
  color: #000000;
  cursor: auto; }

#cfh-faq ul li a {
  text-decoration: underline; }

li.dropdown ul {
  display: none; }

/* to fix contentpanels right block */
.main > #portal-column-content {
  width: 100%; }

.cpttableless {
  display: block;
  float: left; }

.visualClear {
  clear: both; }

/* news_events.css */
#container {
  width: 230px;
  margin: 0;
  padding: 0em 0 1em 0;
  border-top: 0px dotted #666;
  border-bottom: none;
  z-index: 1000; }

#container ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%; }

#container ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative; }

#container ul.tabs li a {
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  padding: .1em .2em .1em .2em;
  display: inline-block;
  color: #999;
  white-space: normal;
  text-transform: lowercase;
  border-bottom: none;
  background: #DDD;
  margin-right: .4em; }

#container ul.tabs li a:hover {
  background: #000;
  color: #FFF; }

#container ul.tabs li.active a {
  background: #000;
  color: #FFF; }

#container .tab_container {
  border-top: 4px solid #000;
  clear: both;
  float: left;
  width: 100%;
  background: #fff; }

#container .tab_content {
  padding: 5px 0 0 0; }

#container .tab_content h3, .tab_content h3 a {
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 90%; }

#container .tab_content img {
  float: left;
  margin: 10px 0 10px 0;
  padding: 0 3px 0 0; }

#content div.feedburnerFeedBlock {
  padding-right: 8px;
  font-size: 10pt; }

#content div.feedburnerFeedBlock a {
  color: #000;
  font-size: 100%;
  line-height: 120%; }

#content div.feedburnerFeedBlock a:hover {
  color: #000;
  font-size: 100%;
  line-height: 120%; }

#content div.feedburnerFeedBlock ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
  
#content div.feedburnerFeedBlock ul li {
  border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#content div.feedburnerFeedBlock ul li span.headline {
  display: block;
  margin: 0;
  color: #000;
  font-size: 100%; }

#content div.feedburnerFeedBlock img {
  border: none;
  padding: 0;
  margin: 3px; }

#content #creditfooter, #content div.feedburnerFeedBlock p.feedTitle, .feedburnerFeedBlock ul li div {
  display: none; }

#content div.feedburnerFeedBlock p.fbsubscribelink {
  padding: 0;
  text-decoration: none;
  border-bottom: 0; }

#content div.feedburnerFeedBlock p.fbsubscribelink a {
  font-weight: normal !important; }

p.date {
  font-size: 70%;
/*  padding: 0 0 .5em 0;
  margin: 0 0 1em 0; */
}

#tab2 p.date {
  color: white; }

/* studying buttons on students page */
.studying {
  background-color: #f9f8f7;
  border: 1px solid #572163;
  padding: 10px;
  margin: 10px 0 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px; }

.studying h3, .studying h5, .studying a {color: #572163; margin-top:5px; margin-bottom:5px;}

/* studying buttons on research page */
.research {
  background-color: #f9f8f7;
  border: 1px solid #572163;
  padding: 10px;
  margin: 0 0 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px; }

.research h3, .research h5, .research a, .research a:visited {color: #572163; margin-top:5px; margin-bottom:5px;}

.purple-box {
  background-color: #f9f8f7;
  clear: both;
  border: 1px solid #572163;
  padding: 10px;
  margin: 0 0 10px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  width: 205px; }

/* to make tables visible */
table.invisible {visibility: visible;}
table.invisible td, table.invisible th {vertical-align:top;}

/* image alignment styles */
.image-left {
  float: left;
  clear: both;
  margin: .5em 1em .5em 0; }

.image-right {
  float: right;
  clear: both;
  margin: 0 0 0 .5em; }

.image-inline {
  float: none; }

img.image-left, img.image-right, .captioned img {
  border: 1px solid #dddddd; }

.image-caption {
  text-align: left;
  padding: 0 0 0 3px;
  /**/
  margin: 0;
  color: #666;
  font-size: 85%; }

div#login-form div.field input#__ac_name, div#login-form div.field input#__ac_password {width:150px;}

.section.intro p a {color:#fff; text-decoration:underline;}

/* Events page styling added by Jane 15/11/13 */
#content-core div.vcard table.listing {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    width: 100%;
}

#content-core div.vcard table.listing th, #content-core div.vcard table.listing td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

#parent-fieldname-subject ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform:capitalize;
}

#parent-fieldname-description {margin-bottom: 15px;}
