/*
		ckeditor:
			span.vctaGreen
			{
				color: #3f8304;	
				font-weight: normal;
			}
	*/
	
	/*
		ckeditor:
			span.attention
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #e7bd72;
				background: #fff3a3 url(/sb/styles/standard/images/attention-icon.gif) 10px 10px no-repeat;	
				color: #b79000;
			}
	*/
	
	/*
		ckeditor:
			span.notice
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #9bcc54;
				background: #cdefa6 url(/sb/styles/standard/images/notice-icon.gif) 10px 10px no-repeat;	
				color: #6e8442;
			}
	*/
	
	/*
		ckeditor:
			span.alert
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #ffacad;
				background: #ffd5d5 url(/sb/styles/standard/images/alert-icon.gif) 10px 10px no-repeat;	
				color: #d23755;
			}
	*/
	
	/*
		ckeditor:
			span.download
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #6abce2;
				background: #a8cde3 url(/sb/styles/standard/images/download-icon.gif) 10px 10px no-repeat;	
				color: #298fc8;
			}
	*/
	
	/*
		ckeditor:
			span.approved
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #a8a8a8;
				background: #ccc url(/sb/styles/standard/images/approved-icon.gif) 10px 10px no-repeat;	
				color: #6f666f;
			}
	*/
	
	/*
		ckeditor:
			span.media
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #ffbb65;
				background: #ffe0b6 url(/sb/styles/standard/images/media-icon.gif) 10px 10px no-repeat;	
				color: #ed9c44;
			}
	*/
	
	/*
		ckeditor:
			span.note
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #e7bd72;
				background: #fff3a3 url(/sb/styles/standard/images/note-icon.gif) 10px 10px no-repeat;	
				color: #e8b629;
			}
	*/
	
	/*
		ckeditor:
			span.cart
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #c5c5c5;
				background: #e6e6e6 url(/sb/styles/standard/images/cart-icon.gif) 10px 10px no-repeat;	
				color: #736673;
			}
	*/
	
	/*
		ckeditor:
			span.camera
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #c5c5c5;
				background: #e6e6e6 url(/sb/styles/standard/images/camera-icon.gif) 10px 10px no-repeat;	
				color: #736673;
			}
	*/
	
	/*
		ckeditor:
			span.doc
			{
				display: block;
				padding: 8px 10px 8px 35px;
				border: 1px solid #ffbb65;
				background: #ffe0b6 url(/sb/styles/standard/images/doc-icon.gif) 10px 10px no-repeat;	
				color: #ed9c44;
			}
	*/
	
	/* 
		ckeditor:
			table.contentTable
			{
				width: 100%;
				margin: 0 0 1em;
				border-collapse: collapse;
				border-spacing: 0;
				border: 0;
			}
	*/
	
	/*
		ckeditor:
			table.contentTable td
			{
				padding: 20px 20px 5px;
				background-color: #eee;
				border-collapse: collapse;
				border-spacing: 0;
				border: 0;
			}
	*/
	
	/* 
		ckeditor:
			table.contentList
			{
				width: 100%;
				margin: 0 0 1em;
				border-collapse: collapse;
				border-spacing: 0;
				border-top: 1px solid #ddd;
				border-right: 1px solid #ddd;
			}
	*/
	
	
	/*
		ckeditor:
			table.contentList td
			{
				padding: 5px;
				font-size: 1.2em;
				border-bottom: 1px solid #ddd;
				border-left: 1px solid #ddd;
			}
	*/
	
	/*
		ckeditor:
			table.contentList tr:nth-child(odd)
			{
				background-color: #eee;
			}
	*/
	
	/* 
		ckeditor:
			img.imageLeft
			{
				float: left;
				padding: 0 15px 5px 0;
			}
	*/
	
	/*
		ckeditor:
			img.imageRight
			{
				float: right;
				padding: 0 0 5px 15px;
			}
	*/

