﻿/*
* 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.  -- .RadEContentContainer 
*/
.templateWrapper { width:500px !important; }
/* 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:516px !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) 500px 0px repeat-y; }

.templateMargins
{
	margin:0;
	padding:0;
}

.siteCSS A, .siteCSS a	{ font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:normal; color:#3746B1; text-decoration:none; }
.siteCSS a:link      	{ font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:normal; color:#3746B1; text-decoration:none; }
.siteCSS a:visited   	{ font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:normal; color:#3746B1; text-decoration:none; }
.siteCSS a:hover     	{font-family:Tahoma, Verdana, Arial;  font-size:12px; font-weight:normal; color:#3746B1; text-decoration:underline; }
 
/* NEWS */
.tblCNCPageHeader { width:100%; }
.tdCNCPageHeader { text-align:left; }
.tdCNCCategories { text-align:right; }
.tdCNCSearchNews { display:none; }
.tblCNCNews { width:100%; }
.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 { font-weight:bold }
.divSNSLinkWrapper { padding:8px 0 3px 0; }
.hrSNSBottomLine { display:none; }

/* Default mailinglist layout */
.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;		 
}
/* CSS class for A name */

.editTableBorders table 
{
    border-right: #999999 1px dashed;		 
    border-bottom: #999999 1px dashed;		 
}

.editTableBorders table td
{
    padding: 1px;
    border-top: #999999 1px dashed;		 
    border-left: #999999 1px dashed;		 
}

.editTableBorders table th
{
    padding: 1px;
    border-top: #000000 1px dashed !important;		 
    border-left: #000000 1px dashed !important;		 
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  