﻿/*
* 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: 500px !important;
}

hr {
	clear: both;
	margin: 12px 0;
}

/*
* Remember to set the background-position to the same as 
* templateWrapper-width. Is used by the RadEditor!
*/
.radEContentRightBorder {
	background: #fff url(../../Images/tool/bg_radEContentBorder.gif) 500px 0px repeat-y;
}

.templateMargins {
	margin: 0;
	padding: 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 #555;
}
/* CSS class for A name */

.editTableBorders table {
	border-bottom: #999 1px dashed;
	border-right: #999 1px dashed;
}

.editTableBorders table td {
	border-left: #999999 1px dashed;
	border-top: #999999 1px dashed;
	padding: 1px;
}

.editTableBorders table th {
	border-left: #000000 1px dashed !important;
	border-top: #000000 1px dashed !important;
	padding: 1px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */
