/* include body.mceContentBody in each definition so these styles can be displayed withing
the tinymce editor */
body.mceContentBody h2, .cms_html h2, div#center .cms_html h2 {
	margin-bottom: 10px;
	padding-bottom: 20px;
	font-size: 1.13em;
	line-height: 1.4;
	color: #333;	
}
body.mceContentBody p, .cms_html p {
	line-height: 1.6;
	font-size: 1.2em;
}
body.mceContentBody h3, .cms_html h3, div#center .cms_html h3 { 

}
body.mceContentBody h3.date, .cms_html h3.date, div#center .cms_html h3.date { 
	font-size: 1.1em;
	margin-top: -5px;
	color: #1386BB;
}

.cms_html h2.title {
	margin-bottom: 10px;
	font-size: 1.8em;
	color: #1386BB;
	font-weight: bold;
	padding-bottom: 0;
}
.cms_html h2.title span.date {
	display: block;
	font-size: .7em;
	font-weight: normal;
	color: #666;
}
.cms_html p.intro {
	margin-bottom: 10px;
    padding-top: 0;
	padding-bottom: 20px;
	font-size: 1.13em;
	line-height: 1.4;
	color: #333;	
	background: url(/themes/winter/images/bg-dots-gray.gif) repeat-x 0 100%;
}
.teaser-intro .cms_html {
	padding-bottom: 10px;
	background: url(/themes/winter/images/bg-dots-gray.gif) repeat-x 0 100%;
}
.teaser-intro .cms_html p {
	font-size: 1.4em;
	font-weight: bold;
}
.home .cms_html p.intro {
    background: none;
}
body.mceContentBody h5, .cms_html h5 {
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: bold;
	color: #1386BB;
	padding: 15px 0 5px 0;
	background: url(/media/img/bg-dots-gray.gif) repeat-x 0 100%;
}
.cms_html a {

}
.cms_html a:hover {

}
.cms_html ul li {

}
.cms_html img {
	border: none;
}
body.mceContentBody ul, .cms_html ul, body.mceContentBody ul, .cms_html ul ul,
body.mceContentBody ol, .cms_html ol, body.mceContentBody ol, .cms_html ol ol {
	list-style-type: disc;
	margin-bottom: .5em;
}
body.mceContentBody ol, .cms_html ol, body.mceContentBody ol, .cms_html ol ol {
	list-style-type: decimal;
}
body.mceContentBody ul li, .cms_html ul li, body.mceContentBody ul, .cms_html ul li ul li,
body.mceContentBody ol li, .cms_html ol li, body.mceContentBody ol, .cms_html ol li ol li {
	line-height: 1.6;
	font-size: 1.2em;
	margin: 0 0 0 2.5em;
}

/* CMS-inserted photos in text blocks */
img.cms_photo_left, img.cms_photo_right, img.cms_photo_center {
	float: left;
	display: block;
	margin: 8px 0;
}
/* CMS-inserted photos with captions */
table.cms_photo_table {
	font-size: 0.9em;
}
img.cms_photo_left, table.cms_photo_caption_left {
	float: left;
	display: inline; /* Fix IE float/margin bug */
	margin-right: 15px;
}
img.cms_photo_right, table.cms_photo_caption_right {
	float: right;
	display: inline; /* Fix IE float/margin bug */
	margin-left: 15px;
}
img.cms_photo_center, table.cms_photo_caption_center {
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
table.cms_photo_table img {
	border: 0;
}
table.rates_matrix {
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	width: 100%;
	margin: 1em auto;
}
table.rates_matrix th,table.rates_matrix td  {
	font-size: 1.2em;
	padding: 5px 7px;
	background-color: #efefef;
	text-align: left;
	line-height: 1.4;
}

table.rates_matrix th {
	font-weight: bold;
	font-size: 1.3em;
	color: #111;
}
table.rates_matrix caption {
	caption-side: top;
	text-align:left;
	padding: 5px 6px;
	font-size: 1.1em;
}
table.rates_matrix caption strong {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}
table.rates_matrix caption em {
	padding-left: 25px;
	font-size: .9em;
	font-weight: normal;
}
table.rates_matrix th p,table.rates_matrix td p, table.rates_matrix caption p {
font-size: 1em;
padding-bottom: 0;
}



/***********************
   =BloockUI error confirmation
***********************/
div.blockMsg {
    width:  500px;
    top: 28%;
    left: 30%;
    text-align: center;
    background-color: #333;
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    -moz-opacity:.95;
    opacity:.95;
    padding: 15px;
    color: #fff;
}
div.blockMsg  h2, .blockUI  h3 { display: block; font-family: verdana, arial; font-size: 12px; line-height: 20px; text-align: left; color: #fff; }
div.blockMsg p { font-family: verdana, arial; }
div.blockMsg ul { margin: 0 0 20px 0; padding: 0; list-style: none; text-align: left; font-family: verdana, arial; }
div.blockMsg ul li { margin: 0 0 0 40px; padding: 2px; font-size: 12px; font-family: verdana, arial; list-style: disc; }
div.blockMsg a.close { display: block; margin: 0 auto; width: 100px; padding: 5px; text-decoration: none; font-family: verdana, arial; font-size: 13px; font-weight: bold; border: 1px solid #fff; background: #555; color: #fff; }
div.blockMsg a.close:hover { background: #666; }


.cms_html img.imgleft {
        margin: 0 15px 10px 0;
        float: left;
}
.cms_html img.imgright {
        margin: 0 0 10px 15px;
        float: right;
}
.cms_html img.imgcenter{
        margin: 0 auto 10px auto;
        float: none;
        display: block;
}


