﻿/*------------------------------------------------------------------
[Editor]

Project:	EPiServer.Municipality	

------------------------------------------------------------------*/
@import 'reset.css';

div,dl,ul,ol,h1,h2,h3,h4,p {
    border:1px dotted #ccc;
    background:#fff; 
}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h2 p, h3 p, h4 p,
p h2, p h3, p h4, p p {
    margin:5px;
    background:#ffe3e3;
}
body {
    font:12px/1.5 Arial;
    background:#fafafa;
    padding:0 10px !important; 
    color: #555;
}
h1,h2,h3 { line-height:normal;}
h1 {
	font-size: 18pt;
	font-weight: bold;
	word-spacing:-2px;
	margin:0 0 0.3em 0;
}
h2 {
	font-size: 13pt;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
h3 {
	font-size: 11pt;
	font-weight:normal;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
h4, h5, h6 {
	font-weight: bold;
}
h4 
{
    font-size: 10pt;
}
h5
{
    font-size: 9pt;
}
h6 
{
    font-size: 8.5pt;
}
a:link,
a:visited {
	color:#009fcb; 
	text-decoration:none;
}
a:active { }
a:hover {
	text-decoration:underline;
}

p 
{
    font-family:Georgia;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
}
strong {
	font-weight:bold;
}
em,
q {
	font-family: Georgia, Garamon, 'Times New Roman', serif;
	font-style:italic;
}
blockquote {
	font-family: Georgia, Garamon, 'Times New Roman', serif;
	font-style: italic;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background: #f6f6f6;
	padding: 2px 8px 0 20px;
	margin: 7px 0 5px 0;
	color: #41555f;
}
blockquote cite {
	display:block;
	font:normal 8px LucidaGrande,'Lucida Sans','Lucida Sans Unicode',Helvetica,Arial,sans-serif;
	text-align:right;
	color:#333;
}
a.startpagebox
{
    width:219px;
    overflow:hidden;
    height:49px;
    background-image:url('/images/linkitembg.png');
    background-repeat:repeat-x;
    display:block;
    padding:15px 0px 0px 10px;
    font-size:14pt;
    border-radius:1px;
    EditMenuTitle: Lankboxar;
    EditMenuName:lankbox;
}
.introduction {
	font-size: 12pt;
	font-weight: bold;
	line-height: 15pt;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	EditMenuTitle: TypoHeading;
	EditMenuName: Introduction;
}
.imagetext {
	display: block;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
	margin: 0 0 10px 0;
	EditMenuName: ImageText;
}
.date {
	display: block;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
	margin: 0;
	padding: 0;
    font-style:normal;
	font-size: 8pt;
	EditMenuName: Date;
}
img.imageleft {
    float: left;
    padding: 5px 10px 5px 0;
    EditMenuTitle: ImageStylesHeading;
    EditMenuName: LeftImage;
}
img.imageright {
    float: right;
    padding: 5px 0 5px 10px;
    EditMenuName: RightImage;
}

ul {
	list-style-type: disc;
	padding: 2px 0 0 0;
	margin: 0 0 5px 30px;
}
ol {
	list-style-type: decimal;
	padding: 2px 0 0 0;
	margin: 0 0 5px 30px;
}

table,
table.mceItemTable {
	padding: 0.167em 0 0 0;
	margin: 0 0 0.5em 0;
}
caption {
	font-size: 1.167em;
	font-weight: bold;
	padding: 0.714em 0 0 0;
	margin: 0 0 0.214em 0;
}
table p,
table.mceItemTable p {
    margin: 0 0 0;
}
table th,
table.mceItemTable th {
	font-weight:bold;
}
table th,
table td,
table.mceItemTable th,
table.mceItemTable td {
    padding:6px;
	border-bottom: 1px solid #D9D9D9;
}
table.table_blue th,
table.table_blue td,
table.table_grey th,
table.table_grey td {
	border: 1px solid #000000;
}
table.table_grey 
{
    EditMenuTitle: TableStyles;
    EditMenuName:Grey;
}
table.table_grey tr>:first-child {
    background-color:#D0DBE5;
}
table.table_grey tr:first-child > * {
    background-color:#B3C4D2;
}
table.table_blue{
    EditMenuName:Blue;
}
table.table_blue tr>:first-child {
    background-color:#C7DCF2;
}
table.table_blue tr:first-child > * {
    background-color:#A1C5E9;
}

