﻿/*
* 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:650px !important; }
/* Value 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) 650px 0px repeat-y; }

.templateMargins,
div#divEditWrapper .RadEContentBordered
{
	margin:10px 15px !important;
	padding:0 !important;
}

.siteCSS H1, 
.siteCSS h1,
.EditorToolHeading1 { line-height:4,32pt; }

/*.siteCSS A, .siteCSS a  { font-size:11px; font-weight:normal; color:#C00E20; text-decoration:none; }
.siteCSS a:link         { font-size:11px; font-weight:normal; color:#C00E20; text-decoration:none; }
.siteCSS a:visited      { font-size:11px; font-weight:normal; color:#C00E20; text-decoration:none; }
.siteCSS a:hover        { font-size:11px; font-weight:normal; color:#C00E20; text-decoration:none; }
*/
/* Special case for header */
#mpc1_div_toplinkcontainerrow1 .siteCSS,
#mpc1_div_toplinkcontainerrow2 a,
#mpc1_div_toplinkcontainerrow2 a:link,
#mpc1_div_toplinkcontainerrow2 a:hover,
#mpc1_div_toplinkcontainerrow2 a:visited
{
    font-size:10px !important;
}

/*
* 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;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
