/****** EDITOR ******/

#cmsEditorContent {
	color: #777;
}

#cmsEditorContent p {
	margin: 0 0 15px;
	line-height: 25px;
}

#cmsEditorContent a {
	color:#4DA2CF;
	text-decoration: none;
}
#cmsEditorContent a:hover{
	text-decoration: underline;
}

#faqslist #cmsEditorContent ul ,
#cmsEditorContent ul {
	margin: 0 0 20px;
	padding: 0 35px;
	line-height: 20px;
	list-style: disc;
}

#cmsEditorContent ol {
	margin: 0 0 20px;
	padding: 0 35px;
	line-height: 20px;
	list-style: decimal;
}

#cmsEditorContent li ,
#cmsEditorContent ul li ,
#cmsEditorContent ol li {
	margin: 0 0 10px;
	padding: 0;
	display: list-item;
	/*list-style-position: inside;*/
}

#cmsEditorContent h1 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px;
}
#cmsEditorContent h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
}
#cmsEditorContent h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 0 0 15px;
}
#cmsEditorContent h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
#cmsEditorContent h5 {
	font-size: 12px;
	color: #656565;
	font-weight: bold;
	margin: 15px 0;
}
#cmsEditorContent h6 {
	font-size: 11px;
	color: #333;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#cmsEditorContent table {
	margin: 0 0 10px 0;
}

#cmsEditorContent td {
	vertical-align: top;
	line-height: 25px;
	color: #898888;
}

/* -------------------------------- */
#cmsEditorContent .noListIcons {
	list-style: none;
	list-style-image: none;
}

#cmsEditorContent .textAlignLeft {
	text-align: left;
}

#cmsEditorContent .textAlignRight {
	text-align: right;
}

#cmsEditorContent .textAlignCenter {
	text-align: center;
}

#cmsEditorContent .colourLightGrey {
	color: #999999;
}

#cmsEditorContent .colourBlue {
	color: #6699CC;
} 

#cmsEditorContent .colourGreen {
	color: #73AD2B;
} 

#cmsEditorContent .sizeSmall {
	font-size: 11px;
	line-height: 18px;
}

#cmsEditorContent small {
	font-size: 10px;
	line-height: 15px;
}
#cmsEditorContent .sizeLarge {
	font-size: 14px;
}

#cmsEditorContent .careersDate {
	color: #999999;
	font-size: 11px;
	text-align: right;
}

#cmsEditorContent .specialHeading ,
#cmsEditorContent .noMargins {
	margin: 0;
}

/* TABLE DATA -------------------------------- */
#cmsEditorContent .tableData {
	border: 1px solid #c4dad4 !important;
	border-right: 0px none !important;
	padding: 0;
	font-size: 13px;
}

#cmsEditorContent .tableData tr td {
	border-top: 1px solid #c4dad4;
	border-right: 1px #c4dad4 solid;
	padding: 5px 10px;
	line-height: 22px;
}

#cmsEditorContent .tableData thead {
	background: url(../images/bg/table_data_th-bg.gif) repeat-x left top #cce6ec;
	font-size: 11px;
	text-transform: uppercase;
	color: #4c6a74;
	line-height: 18px;
	font-weight: bold;
}
#cmsEditorContent .tableData th,
#cmsEditorContent .tableData thead td {
	border-left: 1px #fff solid;
	padding: 5px 10px 15px 10px;
	line-height: 18px;
	border-top: 0px none;
	color: #4c6a74;
}
#cmsEditorContent .tableData thead p {
	line-height: 18px;
}

/* PULSE -------------------------------- */
#cmsEditorContent .pulseNewsletter {
	font-size: 11px;
	line-height: 18px;
}

#cmsEditorContent .pulseNewsletter p {
	line-height: 18px;
}

#cmsEditorContent .pulseIntro {
	background: #d3e0eb;
	padding: 10px 15px;
}
#cmsEditorContent .pulseNewsletter h4 {
	margin: 0 0 10px 0;
}
