@charset "utf-8";
/* RTE styles */

/* Heading styles */
.csc-subheader {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	color: #434A68;
}

h1 a { color: #434A68; }

h2 {
	background-color: #434a66;
	color: #ffffff;
	font-size: 1.16em;
	font-weight: normal;
	padding: 3px 5px;
	text-transform: uppercase;
}

h2 a { color: #ffffff; }

h3 {
	color: #777e9d;
	font-size: 1.16em;
	font-weight: normal;
}

h3 a { color: #777e9d; }

/* Link styles */
a,
a:active {
	color: #434a68;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:active, h2 a:active, h3 a:active,
h4 a:active, h5 a:active, h6 a:active { font-weight: inherit; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

/* Link types */
#content-wrapper a[href^="http:"],
#content-wrapper a[href^="mailto:"], a[href^="javascript:linkTo_UnCryptMailto"],
#content-wrapper a[href$='.pdf'],
#content-wrapper a[href$='.ppt'],
#content-wrapper a[href$='.doc'], a[href$='.rtf'],
#content-wrapper a[href$='.xls'], a[href$='.csv'],
#content-wrapper a[href$='.jpg'], a[href$='.gif'], a[href$='.png'] {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#content-wrapper a[href^="http:"] { background-image: url(../images/icons/url.gif); }
#content-wrapper a[href^="http://www.amcham.lu"], #content-wrapper a[href^="http://amcham.lu"] { background-image: none; padding-left: 0; }
#content-wrapper a[href^="mailto:"], a[href^="javascript:linkTo_UnCryptMailto"] { background-image: url(../images/icons/mail.gif); }
#content-wrapper a[href$='.pdf'] { background-image: url(../images/icons/pdf.gif); }
#content-wrapper a[href$='.ppt'] { background-image: url(../images/icons/ppt.gif); }
#content-wrapper a[href$='.doc'], a[href$='.rtf'] { background-image: url(../images/icons/doc.gif); }
#content-wrapper a[href$='.xls'], a[href$='.csv'] { background-image: url(../images/icons/xls.gif); }
#content-wrapper a[href$='.jpg'], a[href$='.gif'], a[href$='.png'] { background-image: url(../images/icons/image.gif); }

#content-wrapper a img { border: 0; }

/* Paragraph styles */
p.align-left {
	text-align: left;
}

p.align-center {
	text-align: center;
}

p.align-right {
	text-align: right;
}

p.bodytext,
p.align-justify {
	text-align: justify;
}

.box,
p.box {
	background-color: #444B68;
	padding: 10px;
	color: #ffffff;
}

.box a,
p.box a {
	color: #ffffff;
}

.csc-header-date {
	color: #ababab;
	margin: -10px 0 -10px 0;
	padding: 0;
}

/* Table styles */
.contenttable {
	border-collapse: collapse;
}

.contenttable th,
.contenttable td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.contenttable p {
	margin: 0;
	padding: 0;
}

.contenttable th[scope=row] {
	padding-right: 20px;
}

/* List styles */
/*ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 3px solid #434A66;
}*/

dl dt { font-weight: bold; }

/* Text styles */
span.highlight {
	color: #1f497d;
}