﻿.foo{}

/* Modal Popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#navigation .modalPopup {
	padding: 10px;
	width: 750px;
	border: dashed 2px Gray;
	background-color: #FFFFFF;
}
#content .modalPopup, #research .modalPopup {
	padding: 10px;
	width: 250px;
	border: dashed 2px Gray;
	background-color: White;
}
.modalItem
{
    overflow: auto;
    height: 100%;
    margin: 15px 0px;
}
/* Inherits colour from styles.css h1 */
#content .modalHdr, #research .modalHdr
{
    cursor: move;
    background-color: #F1F1F1;
    border: solid 1px Silver;
    text-align: center;
    padding: 3px;
}
#navigation .modalHdr
{
    cursor: move;
    background-color: #FF80FF;
    border: dotted 1px Gray;
    text-align: center;
    color: White;
    margin-bottom: 10px;
    height: 100%;
}
.modalHdr h3
{
    padding: 3px;
    color: White;
    font-size: 12pt;
}
.modalItem p.note
{
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

/* Coalpsible panels */
.expand
{
    overflow: hidden;
    height: auto;
}
h4 span.plus-minus
{
    padding-right: 5px;
}
#content h4.collapse
{
    cursor: pointer;
}