﻿/*
* 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:580px !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) 580px 0px repeat-y; }

.templateMargins
{
	margin:0;
	padding:20px 10px 10px 25px;
}
.siteCSS * { margin-top:0; margin-bottom:0; }

/* SITE SPECIFIC */
.puffWrapper    { width:200px; }
.puffHeader     { min-height:35px; _height:35px; }
.puffHeader h2  { color:#ffffff !important; font-size:14px !important; padding:9px 10px 4px 10px !important;}
.puffBody       { padding:1px 0; font-size:0; }
.puffFooter     { padding:8px 10px 6px 10px; }
.green .puffHeader  { background:#85a87a url(../../Documents/Svalovsbostader/Images/puffHeader_bg_green_repX.jpg) top left repeat-x; }
.yellow .puffHeader { background:#bdc151 url(../../Documents/Svalovsbostader/Images/puffHeader_bg_yellow_repX.jpg) top left repeat-x; }
.blue .puffHeader   { background:#a4bdd7 url(../../Documents/Svalovsbostader/Images/puffHeader_bg_blue_repX.jpg) top left repeat-x; }

/* SITE SPECIFIC - classes used in Editor */
a.darkGrey          { font-family:Verdana, Arial, Tahoma; font-size:13px; font-weight:normal; color:#333; text-decoration:none; }
a.darkGrey:link     { font-family:Verdana, Arial, Tahoma; font-size:13px; font-weight:normal; color:#333; text-decoration:none; }
a.darkGrey:visited  { font-family:Verdana, Arial, Tahoma; font-size:13px; font-weight:normal; color:#333; text-decoration:none; }
a.darkGrey:hover    { font-family:Verdana, Arial, Tahoma; font-size:13px; font-weight:normal; color:#333; text-decoration:underline; }

/* If images used as a part of the navigation title, hide this in the sitemap */
.WP4SiteMap a img { display:none; }

/*
* 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 */  