﻿/*
* 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:660px !important; }
/* 
* div.reWrapper iframe { OBS REMEMBER TO SET THE VALUE OF 'width' IN 'SiteCss.IE0.css' } 
*/
/*
* 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) 660px 0px repeat-y; }

.templateMargins { margin:0; }

/*.siteCSS * { margin-top:0; margin-bottom:0; } - Removed in RC2 */

/* For FireFox */
.siteCSS a[disabled]   	{ color:#808080 !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 */

/*
* 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;		 
}
/* Not used/read by IE-browsers */
html>body .editTableBorders table 
{
    border-right: #999999 1px dashed;		 
    border-bottom: #999999 1px dashed;		 
}
html>body .editTableBorders table td
{
    padding: 1px;
    border-top: #999999 1px dashed;		 
    border-left: #999999 1px dashed;		 
}
html>body .editTableBorders table th
{
    padding: 1px;
    border-top: #000000 1px dashed !important;		 
    border-left: #000000 1px dashed !important;		 
}
/* Fixes for RadEditor */
.editTableBorders p[align="left"] 
{
    text-align: left !important;
}

.editTableBorders p[align="center"] 
{
    text-align: center !important;
}

.editTableBorders p[align="right"] 
{
    text-align: right !important;
}
/* Fix for WPSiteContextMenu */
.SCM_wrapper.RadMenu img.rmLeftImage
{
    left:3px;
    padding-bottom: 0;
}
.SCM_wrapper.RadMenu .rmLevel2 img.rmLeftImage
{
    margin-top:2px;
}
.SCM_wrapper.RadMenu .rmText
{
    text-align:left;
    padding:0 44px 0 28px !important;
}

/* SITE SPECIFIC CSS */
/*
* FORSA nära dig - Links
*/
td.regLnk a:link,
td.regLnk a:visited,
td.regLnk a:hover{
    display:block;
    width:203;
    height:20px;
    background-position:0 0;
    background-repeat:no-repeat;
    
    text-decoration:none !important;
    padding:0 !important;
    margin:0 0 3px 0 !important;
}
td.regLnk a span{
    display:none !important;
}
td.regLnk.lnk1{
    padding-top:8px;
}
td.regLnk.lnk1 a:link,
td.regLnk.lnk1 a:visited,
td.regLnk.lnk1 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_1_norr.jpg);
}
td.regLnk.lnk2 a:link,
td.regLnk.lnk2 a:visited,
td.regLnk.lnk2 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_2_stockholm.jpg);
}
td.regLnk.lnk3 a:link,
td.regLnk.lnk3 a:visited,
td.regLnk.lnk3 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_3_mitt.jpg);
}
td.regLnk.lnk4 a:link,
td.regLnk.lnk4 a:visited,
td.regLnk.lnk4 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_4_vast.jpg);
}
td.regLnk.lnk5 a:link,
td.regLnk.lnk5 a:visited,
td.regLnk.lnk5 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_5_ostergotland.jpg);
}
td.regLnk.lnk6 a:link,
td.regLnk.lnk6 a:visited,
td.regLnk.lnk6 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_6_smaland.jpg);
}
td.regLnk.lnk7 a:link,
td.regLnk.lnk7 a:visited,
td.regLnk.lnk7 a:hover{
    background-image:url(../../Documents/Forsa/Images/bgLnkRegion_7_syd.jpg);
}
