@charset "utf-8";

/* 
SWS FEATURES BASE STYLING
VERSION: 1.0
RELEASE: 15/04/2014
*/

/* =============================================================================
   BLOCKQUOTE
   ========================================================================== */
  
.sws-inline-content blockquote.sws-blockquote {
    font-size: 110%;
    font-style: italic;
    margin-left: 38px;
    padding-bottom: 1.2em;
    padding-right: 0;
    padding-top: 0.45em;
    position: relative;
	float: none;
}

.sws-inline-content blockquote.sws-blockquote p {
	padding-bottom: 0;
	margin: 0;
	border: none;
}

.sws-inline-content blockquote.sws-blockquote p + p {
	padding-bottom: 0;
	padding-top: 0.8em;
	margin: 0;
}

.sws-inline-content blockquote.sws-blockquote:before {
    clear: both;
    content: "“";
    display: block;
    font-family: "Times New Roman",Times,Georgia,serif;
    font-size: 3em;
    font-style: normal;
    font-weight: bold;
    left: -46px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    top: 0.46em;
    width: 40px;
}

.sws-inline-content blockquote.sws-blockquote cite {
    font-size: 80%;
    font-style: normal;
    font-weight: bold;
    line-height: 170%;
    text-transform: uppercase;
}
 
/* =============================================================================
   HORIZONTAL RULE
   ========================================================================== */
   
.sws-inline-content div.sws-hr {
    border-bottom-style: double;
	border-bottom-size: 3px;
    border-color: inherit;
    margin-bottom: 1.8em;
    padding-top: 0.75em;
	height: 1px;
	width: 100%;
	float: none;
	clear: both;
 }
 
.sws-inline-content div.sws-hr * {
	display: none !important; 
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	outline: none;
}
   
/* =============================================================================
   TABLE CAPTION
   ========================================================================== */
  
.sws-inline-content table caption { 
   padding-bottom: 0.7em;
   font-style: italic;
}
   
/* =============================================================================
   CONTENT TEMPLATES
   ========================================================================== */
   
/* Opening Paragraph
------------------------------------------------------------------------------*/

.sws-inline-content div.sws-introduction {
	border-bottom-style: double;
	border-bottom-size: 3px;
    border-color: inherit;
    font-size: 130%;
    line-height: 140%;
    margin-bottom: 1.4em;
    padding-bottom: 1.4em;
    padding-top: 0;
}

.sws-inline-content div.sws-introduction p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: inherit;
}

/* Image Floated Left
------------------------------------------------------------------------------*/

.sws-inline-content div.sws-float-left {
	float: left;
	padding: 0.3em 1.6em 1em 0;
}

.sws-inline-content div.sws-float-left img {
	background: #fff url(/Templates/ckeditor/skins/fluency/images/image_placeholder.png) no-repeat 50% 50%;
}

/* Image Floated Right
------------------------------------------------------------------------------*/

.sws-inline-content div.sws-float-right {
	float: right;
	padding: 0.3em 0 1em 1.6em;
}

.sws-inline-content div.sws-float-right img {
	background: #fff url(/Templates/ckeditor/skins/fluency/images/image_placeholder.png) no-repeat 50% 50%;
}

/* Layout Table
------------------------------------------------------------------------------*/

.sws-inline-content table.sws-layout-table,
.sws-inline-content table.sws-layout-table caption,
.sws-inline-content table.sws-layout-table col,
.sws-inline-content table.sws-layout-table colgroup,
.sws-inline-content table.sws-layout-table thead,
.sws-inline-content table.sws-layout-table tfoot,
.sws-inline-content table.sws-layout-table tbody,
.sws-inline-content table.sws-layout-table tr,
.sws-inline-content table.sws-layout-table th,
.sws-inline-content table.sws-layout-table th span.th_content,
.sws-inline-content table.sws-layout-table td {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	position: static;
	float: none;
	height: auto;
	width: auto;
	vertical-align: top;
	background-image: none;
	background-color: transparent;
	visibility: inherit;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit;
	font-size-adjust: inherit;
	text-align: inherit;
	text-shadow: inherit;
	text-transform: inherit;
	font-variant: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	letter-spacing: inherit;
	word-spacing: inherit;
	word-wrap: normal;
	word-break: normal;
	white-space: normal;
}


.sws-inline-content.cke_focus table.sws-layout-table,
.sws-inline-content.cke_focus table.sws-layout-table th,
.sws-inline-content.cke_focus table.sws-layout-table td {
	border: 1px dotted #7f7f7f;
}


.sws-inline-content table.sws-layout-table {
	width: 100%;
	margin-bottom: 1.2em;
    margin-top: 0.1em;
}

.sws-inline-content table.sws-layout-table th span {
	display: inline !important;
}


/* =============================================================================
   Preload image
   ========================================================================== */

.sws-preload-inlineeditor-icons {
	display: none;
    background: url("skins/fluency/images/editor_icons.png") !important;
}