﻿/*
* 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:472px !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) 472px 0px repeat-y; }

.templateMargins {
	margin: 0;
	padding: 0;
}

/* SITE SPECIFIC CSS */
.siteCSS img { border:none; border-width:0; }

/*
* 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 {
	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;
}

/* 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;
}

#mpDefault_div_content [align="center"],
#mpDefault_div_content [align="middle"] {
	text-align: center !important;
}

#mpDefault_div_content [align="right"] {
	text-align: right !important;
}

#mpDefault_div_content [align="left"] > *,
#mpDefault_div_content [align="center"] > *,
#mpDefault_div_content [align="middle"] > *,
#mpDefault_div_content [align="right"] {
	text-align: inherit !important;
}

#mpDefault_div_content p[align="left"] {
	text-align: left !important;
}

#mpDefault_div_content p[align="center"] {
	text-align: center !important;
}

#mpDefault_div_content p[align="right"] {
	text-align: right !important;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

