/*-----------------------------------------------------------------------------
WYSIWYG styles for JISC

PLEASE NOTE: this does not include headings, sub headings, bold, italic etc which I am presuming will be selectable through the editor and doesnt need to be shown in the style menu. These styles are therefore defined under the content section of the default stylsheet.

Additional styles available via the default.css include: h3, h4, h5, a:visited, a, a:hover, em, strong, blockquote, q, acronyms, dfn, ol, ul

version:   1.0
author:    Paul Boag
email:     paul.boag@headscape.co.uk
website:   http://www.headscape.co.uk
-----------------------------------------------------------------------------*/
a.importantLink{
	display:block;
	font-size:12px;
	text-decoration:underline;
	padding:4px 5px 5px 22px;
	background: url(http://www.webarchive.org.uk:80/wayback/archive/20140613221029/http://www.jisc.ac.uk/stylesandscripts_v8/images/buttons/importantLink-normal.gif) no-repeat left top #dee6ef;
	color:#002543;
	font-weight:normal;
	
}

.quoteOrExplanationBox
{
	font-size:13px;
	padding:12px;
	margin:1em;
	color:Black;
	float:right;
	margin-right:0;
	width:12em;
	background:#dee6ef;
	display:block;	
	clear:right;
}

.minorText {
	color:#666666;
	text-decoration:none;
}

.BreakOutBox {
	border:5px solid #ff6e19; 
	font-size:14px;
	padding:12px;
	margin:1em;
	color:#ff6e19;
	float:right;
	margin-right:0;
	width:12em;
	background:#FFFFFF;
	display:block;
	clear:right;	
}

.warningBox	{
	font-size: 1.1em;
	
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;  
	color: White;
	margin: 0;
	padding: 10px;
	width: 95%;
	background-color: #ff6e19;
	border: 5px solid #dee5ee;
}

.footNotes 
{
	display:inline-block;
	color:#666666;
	border-top:3px solid #dee6ef;
	padding-top:7px;
	width:100%;
	
}

.intro {
	font-size:1.0em;
}


.border-AboutUs
{
	border:thick solid #00B8E0;
}

.border-ContactUs
{
	border:thick solid #ebad14;
}
.border-Events
{
	border: thick solid #719500;
}
.border-News
{
	border: thick solid #b591d6;
}
.border-Publications
{
	border: thick solid #00B38F;
}
.border-WhatWeDo
{
	border: thick solid #9CA1BD;
}
.border-LightGreen
{
	border: thick solid #a4d86a;
}
.border-Mustard
{
	border: thick solid #bfb80a;
}
.border-Pink
{
	border: thick solid #e66bc2;
}
.border-Red
{
	border: thick solid  #de5433;
}
.border-Yellow
{
	border: thick solid #ebad14;
}

.floatRight {
	float:right;
}

.imgRight {
	float:right;
	display:block;
	margin:0.5em 0 0.5em 1em;
    border:5px solid #ebad14;
}


.imgLeft {
	float:left;
	display:block;
	margin:0.5em 1em 0.5em 0;
	/*border:5px solid #d8dae0;*/
}

.secondaryContentFullWidthImage
{
	width: 163px;
	margin:0px;
}

.noMargin
{
	margin:0px;
}

.expandingTable
{
}
.expandingElement
{
	
}

a.externalLink {
	background:url(http://www.webarchive.org.uk:80/wayback/archive/20140613221029/http://www.jisc.ac.uk/stylesandscripts_v8/images/externalLink.gif) no-repeat right center;
	padding-right:12px;
}