﻿/*
* This Stylesheet is used to set the layout of the site, also used by the RadEditor so that the same
* layout is shown in the editor while working in it.
*/
.templateWrapper { width:340px; }
/* Below is used to resize the iframe used by the RadEditor. 
*  Add 16px to '.templateWrapper-width' since the iframe 
*  'needs' this space for its vertical scroll */
div#divEditWrapper .RadEContentBordered { width:356px !important; }
/*
* Remember to set the background-position to the same as 
* templateWrapper-width. Is used by the RadEditor!
*/
.radEContentRightBorder { background:#ffffff url(../../Images/tool/bg_radEContentBorder.gif) 340px 0px repeat-y; }

.templateMargins
{
	margin:0;
	padding:0;
}

.siteCSS * { margin:0; padding:0;  }

.siteCSS H1, 
.siteCSS h1,
.EditorToolHeading1,
.siteCSS H2,
.siteCSS h2,
.EditorToolHeading2,
.siteCSS H3,
.siteCSS h3,
.EditorToolHeading3,
.siteCSS H4,
.siteCSS h4,
.EditorToolHeading4,
.siteCSS H5,
.siteCSS h5,
.EditorToolHeading5     {line-height:normal; }

.siteCSS H1, 
.siteCSS h1,
.EditorToolHeading1    { letter-spacing: -1px; } /* Sidrubrik */

.siteCSS A, .siteCSS a  { font-family:Verdana; font-weight:bold; color:#044885; text-decoration:none; }
.siteCSS a:link         { font-family:Verdana; font-weight:normal; color:#044885; text-decoration:none; }
.siteCSS a:visited      { font-family:Verdana; font-weight:normal; color:#044885; text-decoration:none; }
.siteCSS a:hover        { font-family:Verdana; font-weight:normal; color:#2f679a; text-decoration:none; }

/*
* MASTERPAGE - SPECIFIC
*/
/* HEADINGS */
.puff_content .siteCSS h1 { margin-bottom:5px !important; font-size:13px; font-weight:bold; }

/* NEWS - CommonNewsControl.ascx */
.tblCNCPageHeader { width:340px; }
.tdCNCPageHeader { text-align:left; }
.tdCNCCategories { text-align:right; }
.tdCNCSearchNews { display:none; }
.tblCNCNews { width:340px; }
.tdCNCShowDate { white-space:nowrap;width:80px; }
.tdCNCShowTime { white-space:nowrap;width:40px; }
.aShowNews {}
.tdCNCShortNewsInfo {}
.tdFormattedNewsInfo {}
.divCNCShowOtherNewsLinks { padding:20px 0 5px 0; }
.tdCNCNewsTopLine { background:#ffffff url(../../Images/nyhetline_1.gif) center center repeat-x; }
.tdCNCNewsBottomLine { background:#ffffff url(../../Images/nyhetline_1.gif) center center repeat-x; }
/* NEWS - ShowNewsSpecific.aspx */
.pSNSPreamble {  }
.pSNSInfo { }
.divSNSLinkWrapper { padding:8px 0 3px 0; }
.hrSNSBottomLine { display:none; }

.divCNCMailingListRegistration{}
.divMLRWrapper{width:100%; padding-top:15px;}
.divMLRHeader{font-weight:bold; padding-bottom:5px; font-size:1em;}
.divMLRDataHeader{ font-size:1em;}
.divMLRInput{float:left; font-size:1em;}
.divMLRInput input {width:300px;}
.divMLRButton{float:left; font-size:1em;}

/*
* Settings below is used in 'edit-mode' in the RadEditor.
* These settings must be located in this file!
*/
.editTableBorders form
{
     background-color:#efefef;
     border:1px dashed #555555;		 
}
.editTableBorders table 
{
    border-right: #999999 1px dashed;		 
    border-bottom: #999999 1px dashed;		 
}
.editTableBorders table td
{
    border-top: #999999 1px dashed;		 
    border-left: #999999 1px dashed;		 
}
.editTableBorders table th
{
    border-top: #000000 1px dashed !important;		 
    border-left: #000000 1px dashed !important;		 
}