
/* - ++resource++collective.carousel/carousel.css - */
@media screen {
/* http://www.hps.cam.ac.uk/portal_css/++resource++collective.carousel/carousel.css?original=1 */
/* */
/* */
.collective.carousel {
position: relative;
z-index: 0;
padding: 0;
margin: 1em auto;
width: 100%;
height: 200px;
}
div.scrollable {
/* */
position:relative;
z-index: 1;
overflow:hidden;
width: 100%;
height:200px;
}
/* */
div.scrollable div.items {
/* */
width:20000em;
position:absolute;
}
/* */
.scrollable .items .tileItem {
float:left;
border: none;
padding: 0;
margin: 0;
}
/* */
div.scrollable div.items div.itemPadding {
position: relative;
margin: 1.5em 1em 2.2em;
}
/* */
.collective.carousel img {
max-width: 100%;
}
/* */
/* */
.collective.carousel:hover a.browse {
display: block;
}
a.browse {
display: none;
position: absolute;
z-index: 2;
bottom: 0;
width:25%;
height:100%;
margin: 0;
cursor:pointer;
}
a.prev {
left: 0;
}
a.next {
right: 0;
}
a.browse span {
position:absolute;
top: 50%;
margin-top: -10px;
display: block;
width: 13px;
height: 20px;
border-radius: 20px;
color: transparent;
background-color: #222;
font-size: 1.4em;
font-weight: bold;
padding: 0 0 0 7px
}
a.browse:hover span {
background-color:lightgrey;
}
a.browse:hover span:before {
color:#222;
}
a.prev span {
left: 1.5em;
}
a.next span {
right: 1.5em;
}
a.prev span:before {
color: lightgrey;
content: '\2039';
}
a.next span:before {
color: lightgrey;
content: '\203a';
}
/* */
a.disabled {
visibility:hidden !important;
}
/* */
div.navi {
height:38px;
text-align: center;
clear: left;
/* */
margin-top: -38px;
margin-left: 38px;
margin-right: 38px;
position: relative;
z-index: 2;
}
div.navi a {
height:7px;
margin:14px 3px 3px;
width:7px;
border: 1px solid grey;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: white;
display:inline-block;
font-size:1px;
}
div.navi a:hover {
border-color: #222;
background: #222;
cursor: pointer;
}
div.navi a.active {
border-color: #222;
background: #222;
}
/* */
div.toolBar {
position: absolute;
right: 0;
top:0;
z-index: 2;
text-align: right;
height:2em;
width: auto;
padding: 0 0.5em;
line-height: 2em;
background-color: #fff; /* */
background-color: rgba(256, 256, 256, 0.8); /* */
}
.hideTools .toolBar {
display: none;
}
/* */
.portletCarouselWrapper {
border: none;
}
.portletCarouselWrapper .collective.carousel {
width: 100%;
padding: 0;
margin-bottom: 0;
}
.portletCarouselWrapper div.scrollable {
width: 100%;
}

}


/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */
@media screen {
/* http://www.hps.cam.ac.uk/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/++resource++plone.formwidget.autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}

}


/* - ++resource++plone.formwidget.contenttree/contenttree.css - */
@media screen {
/* http://www.hps.cam.ac.uk/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */
.contenttreeWidget {
bottom: 3.5em;
height: auto;
left: 0px;
overflow-y: auto;
margin: 0em 1em;
position: absolute;
right: 0px;
top: 6em;
width: auto;
border: 1px solid #8CACBB;
}
.contenttreeWidget li {
display: block;
padding-left: 1em;
}
.contenttreeWidget .navTreeCurrentItem {
font-weight: bold;
}
.contenttreeWidget .navTreeCurrentItem li {
font-weight: normal;
}
.contenttreeWidget li a {
border-bottom: solid 1px transparent;
}
.contenttreeWidget .navTreeItem a {
border: none;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.contenttreeWidget .navTreeItem a:hover {
outline: 1px dotted #205C90;
}
.contenttreeWidget li.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.contenttreeWidget li.navTreeCurrentItem > a,
.contenttreeWidget li.navTreeCurrentItem > a:hover {
border: none;
outline: none;
background-color: #205C90;
color: #fff !important;
}
/* */
* html .contentTreeWidget li.navTreeCurrentItem a,
* html .contentTreeWidget li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.contenttreeWindow {
display: none;
position: fixed;
_position: absolute;
background-color: white;
z-index: 100;
}
.contenttreeWindow h2 {
display: block;
top: 0px;
margin: 0px;
}
.contenttreeWindowHeader {
padding: 1em;
}
.contenttreeWindowActions {
position: absolute;
width: 100%;
top: auto;
bottom: 0px;
padding: 1em;
}
.contenttreeWindowBlocker {
z-index: 99;
width: 100%;
height: 100%;
opacity: 0.4;
background-color: black;
top: 0px;
left: 0px;
position: fixed;
_position: absolute;
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop));
}
.option {
display: block;
}
}

