﻿/*
* 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: 620px !important;
}

.radEContentRightBorder {
	background: #fff url('../../Images/tool/bg_radEContentBorder.gif') 620px 0px repeat-y;
}

.templateMargins {
	margin: 0;
}

/* For FireFox */
.siteCSS a[disabled] {
	color: #808080 !important;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.structural {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.hide-text {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display:inline-block;
}

/*
* 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;
}
html>body .editTableBorders table {
	border-bottom: 1px dashed #999;
	border-right: 1px dashed #999;
}
html>body .editTableBorders td {
	border-left: 1px dashed #999;
	border-top: 1px dashed #999;
	padding: 1px;
}
html>body .editTableBorders th {
	border-left: 1px dashed #000 !important;
	border-top: 1px dashed #000 !important;
	padding: 1px;
}
/* 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; }
