﻿/*
* 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.
*/

body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

/* *** 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 */

.templateWrapper { width:340px; }
/*
* 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, .puff_content .siteCSS h2, .puff_content .siteCSS h3 { margin-bottom:5px !important; font-size:13px; font-weight:bold; font-family:Arial,Verdana,Tahoma;}

/* 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 { padding-left:115px; width:220px;}
.tdFormattedNewsInfo {}
.divCNCShowOtherNewsLinks { padding:20px 0 5px 0; }
.tdCNCNewsTopLine { background:#ffffff url(../../Documents/Oxhamn/Images/nyhetline_1.gif) center center repeat-x; padding-bottom:5px;}
.tdCNCNewsBottomLine { background:#ffffff url(../../Documents/Oxhamn/Images/nyhetline_1.gif) center center repeat-x; padding-bottom:5px;padding-top:10px;}
.CNC_newsHeader {width:220px;}
.CNC_newsImage {display:none;}
/* 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;		 
}