/*-------------------------------------------------------------------------------------------*/
/* =freetextbox= */
/* freetextbox - styles on the drop-down menu */
/* note that this is imported from the communitysites_updates and mystyles.css stylesheets */
/* this enables it to be used for full page display AND for editing in FreeTextBox
/*-------------------------------------------------------------------------------------------*/

.subheading {
	margin-bottom:0;
	margin-top:10px;
    font-size:100%;
}

.subsubheading {
	margin-bottom:0;
	margin-top:10px;
    color: #666666;
    font-size:100%;
}

.withsubheading {
	margin-top:2px;
}

.emphasised {
    font-style:italic;
    font-weight:bold;
}

.bordertop {
    border-top: 1px solid #000;
    padding-top:16px;
}
.borderbottom {
    border-bottom: 1px solid #000;
    padding-bottom:5px;
}

.pulloutquote {
    float:right;
    font-size:120%;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    width:150px;
}

.footnote {
    font-style:italic;
    font-size:90%;
}

hr {
    clear: both;
}