/* Start of CMSMS style sheet 'tinymce.css' */
/* TinyMCE-css:
Rød tekst=rod; Tab-celle høyremarg=hmarg; +linjeavstand for opplisting=opplist; Sitat=sitat;Spaltemellom (20px)=tmarg; Tab-celle (2-sp 325px)=tosp; Tab-celle (3-sp 210px)=tresp; Grå boks=graboks

 */

.rod {
	color:  #993300;
}
td.hmarg {
	padding-right: 14px;
}
.opplist {
	line-height: 1.8em;
}
blocqoute, p.sitat {
margin-left: 14px;
padding-left: 5px;
margin-right: 5px;
border-left: 2px solid silver;	
font-style: italic;
}
td.tmarg {
	width: 20px;
}
td.tosp {
	width: 325px;
}
td.tresp {
	width: 210px;
}
.graboks {
background-color: #dddddd;
padding:0px 5px 5px 5px;
}
/* End of 'tinymce.css' */

