@CHARSET "UTF-8";
/** 
 * SilverStripe Theme - Khalemy
 * @author Amenel VOGLOZIN
 *
 */

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.ALIGNMENT {
	/* EMPTY */
}

.NoIndent {
	margin-left: 0;
	text-align: left;
}

.TextLeft {
	text-align: left;
}

.TextCenter {
	text-align: center;
}

.TextRight {
	text-align: right;
}

/* TEXT STYLES 
-------------------------------------------- */
.TEXT-STYLES {
	/* EMPTY */
}

.emphasis {
	color: #C82020;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.large {
	font-size: large;
}

.xlarge {
	font-size: x-large;
}

.xxlarge {
	font-size: xx-large;
}

.expletus {
	font-family: "Expletus Sans";
}

.faq {
	padding-left: 20px;
	background: url(../images/question-mark-16.png) no-repeat left 2px;
	font-weight: bold;
}

.language_marker {
	color: #888;
	font-size: 60%;
	margin-left: 2px;
	vertical-align: super;
}

/******** LINKS / URLs *******/
.LINKS-and-URLS {
	/* EMPTY */
}
a.download_tab {
	background: url(../images/download_tab.png) no-repeat right center transparent;
	padding-right: 18px;
}

a.download_text {
	background: url(../images/download_text.png) no-repeat right center transparent;
	padding-right: 18px;
}

a.download_pdf {
	background: url(../images/download_pdf.png) no-repeat right center transparent;
	padding-right: 18px;
}

a.download_zip {
	background: url(../images/download_zip.png) no-repeat right center transparent;
	padding-right: 18px;
}

a.external_link {
	background: url(../images/external_url.png) no-repeat right center transparent;
	padding-right: 10px;
}

.IMAGES
{
	/* EMPTY */
}

img.ImageRight {
	float: right;
	margin-left: 20px;
}

img.ImageLeft {
	float: left;
}

img.ImageSingle {
	float: left;
	margin-right: 100%;
}

img.ImageCenter {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}