/**
 * This stylesheet is used by the iCM editor to determine which styles to
 * provide in the iCM HTML editor. Refer to the accompanying iCM
 * documentation for more details.
 *
 * The file is broken into 3 sections:
 *    1/. "Base" defines the core structural styles which dictate the main HTML structural elements.
 *    2/. "Editor" defines styles listed in iCM's HTML Editor (the "Styles" drop down").
 *    3/. "Tables" defines table auto-format rules for iCM's HTML Editor
 */

/**
 * Base styles
 */

body
{
    background: #fff;
    font-size: 0.75em;
    font-family: Arial, Helvetica, Sans-Serif;
}

table, td
{
    font-family: Arial, Helvetica, Sans-Serif;
}

a
{
    text-decoration: none;
}



img
{
    border: none;
}

h1, h2, h3, h4, h5
{
    color:#D8b164;
    margin-top: 1em;
    margin-bottom: 1em;
}

p
{
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.3em;
}

h1
{
    font-size: 1.8em;
}

h2
{
    font-size: 1.6em;
}

h3
{
    font-size: 1.4em;
}

ol, ul, dd {
	padding: 0 0 0 2em;
}



textarea, input, select, option, table {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
}

fieldset {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 2em 0 0 2.25em;
	display: block;
	overflow: hidden;
	background: url(../images/blockquotestop.gif) no-repeat top left;
	font-style: italic;
}

blockquote p {
	margin: 0;
	padding: 0 2.25em 2em 0;
	background: url(../images/blockquotesbtm.gif) no-repeat bottom right;
}

q {
	padding: 2em 2.25em;
	font-style: italic;
}

.red, span.red {
	color: #f00;
}

.ck_underline, span.ck_underline {
	text-decoration: underline;
}

.ck_strike, span.ck_strike {
	text-decoration: line-through;
}

/**
 * iCM Editor Styles
 */

/*Inline positioning*/
.limage, .rimage, span.positionleft, span.positionright, img.positionleft, img.positionright {
	margin: 0 1em 0.6em 0.6em;
	display: inline;
	float: left;
	clear: left;
}

div.limage {
}

.limage img, .rimage img, .remimage img, span.positionleft img, span.positionright img, img.positionleft, img.positionright, span.positionnone img, 
span.positionleft object, span.positionright object {
    border: 5px solid #fff;
	border-width: 5px;
	height: 100px;
	
}

.rimage, span.positionright, img.positionright {
	float: right;
	clear: right;
	margin: 0.333em 0 0.5em 1.833em;
}

.limage a, .rimage a {
	display: block;
	line-height: 0;/*Removes incorrect space below image*/
}

span.remainder {
	margin: 0.5em 0;
}

span.positionleft span, span.positionright span {
	display: block;
	font-style: italic;
	color: #333;
}

.strongtitle {
	font-weight: bold;
}

/* $name='Red Text' */
.redtext a, .redtext {
	color: #933;
}

/* $name='Blue Text' */
.bluetext a, .bluetext {
	color: #339;
}

/* $name='Serif' */
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* $name='Snippet' */
.snippet {
	display: block;
	overflow: hidden;
	padding: 1em 2em;
	background: #eee;
}

/* $name='Align Centre' */
.aligncentre {
	margin: 0 auto;
	text-align: center;
}

/**
 * iCM Table Styles
 */

/*--------------------
	GENERIC Table
--------------------*/

/* $style='Amenities Table' $value='amenities' $cellpadding='0' $cellspacing='5' */
/* $name='Standard Beau Sejour Amenties table' $type='table' */
table.amenities {
	background: #e4e4e4;
	width: 100%;
}
table.amenities th
{
    font-weight: bold;
}
table.amenities td
{
    padding: 5px;
}