/*-----------------------------------------------------------------------------
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.externalLink {
	background:url(../images/externalLink.gif) no-repeat right center;
	padding-right:12px;
}

.imgRight {
	float:right;
	display:block;
	margin:0.5em 0 0.5em 1em;
    border:5px solid #ebad14;
}

.floatRight {
	float:right;
}

.imgLeft {
	float:left;
	display:block;
	margin:0.5em 1em 0.5em 0;
	/*border:5px solid #d8dae0;*/
}

.intro {
	font-size:1.0em;
}

.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;	
}

.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;
}

.footNotes 
{
	display:inline-block;
	color:#666666;
	border-top:3px solid #dee6ef;
	padding-top:7px;
	width:100%;
	
}

a.importantLink{
	display:block;
	font-size:12px;
	text-decoration:underline;
	padding:4px 5px 5px 22px;
	background: url(../images/buttons/importantLink-normal.gif) no-repeat left top #dee6ef;
	color:#002543;
	font-weight:normal;
	
}


.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;
}


.secondaryContentFullWidthImage
{
	width: 163px;
	margin:0px;
}

.noMargin
{
	margin:0px;
}
.expandingTable
{
}
.expandingElement
{
	
}
.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;
}












