/*
NetRelations EPiServer WYSIWYG editor stylesheet
*/
/*
=Elements
*/
body {
	margin:0;
	padding:0;
	color:#333;
	background:#fff;
	font:76%/1.3 Helvetica,Arial,sans-serif;
}
a:link {
	color:#ca003a;
	background:transparent;
}
a:visited {color:#f0f;}
p {
	margin:0 0 1em;
	padding:0.5em;
	border:1px solid #eee;
}
p.footer {
	EditMenuName:Sidfot;
	margin-top:4em;
}
h2,h3,h4,h5,h6 {
	font:bold 1em/1.2 "trebuchet ms", tahoma, arial, helvetica, sans-serif;
}
h2 {
	margin:1.7em 0 0.35em;
	font-size:1.24em;
	EditMenuName:Rubrik 2;
}
h3 {
	margin:1.95em 0 0.4em;
	font-size:1.07em;
	EditMenuName:Rubrik 3;
}
/* h4 will be replaced by h3, this is to aid in the process of finding the h4's */
h4 {
	text-transform:uppercase;
	EditMenuName:Rubrik 4;
}
h5 {EditMenuName:Rubrik 5;}
table {font-size:1em;}
th {text-align:left;}
.m-infobox {
	margin:0 0 1em;
	padding:0 0.5em;
	background:#f5f5f5;
	border:1px solid #ddd;
}
a.lightbox {
	padding:0 1px;
	border:1px solid #fa0 !important;
	EditMenuName:Lightbox;
}

/*
=Classes
*/
img.left {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
	EditMenuName:Left;
}
img.right {
	float:right;
	margin:0.5em 0 0.5em 0.5em;
	EditMenuName:Right;
}
img.fullwidth {
	width:460px;
	EditMenuName:Full width;	
}
a.ext {
	EditMenuName:Extern pil;
}
.style-1 a {
	padding-left:10px;
	background:url(/i/red-arrow.gif) no-repeat 0 50%;
}
table.fancy {EditMenuName:Fancy;}
/*
=Warn about incorrectly nested elements
*/
a p,
strong h1,
strong h2,
strong h3,
strong h4,
strong h5,
strong h6,
strong table,
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
p h1,
p h2,
p h3,
p h4,
p h5,
p h6 {background-color:#fcc;}

/*
=Warn about elements that should not be present in the editor
*/
h1 {background-color:#ff0;}

