/*
 * pink style: #e50083;
 */

h1 {
}

.color {
	color: #e50083;
}

.bg_color {
	background-color: #e50083;
}

.bg_color2 {
	background-color: #9f005b !important;
}

#content li {
	list-style-image: url('/images/arrows/pink.gif');
	margin-left: 17px;
}

#content a, #content a:link, #content a:active, #content a:visited, #content a:hover {
	color: #e50083;
}

#content a:hover {
	text-decoration: underline;
}

#header, .info_page {
	background: url('/images/separators/pink_hor.gif') repeat-x bottom;
}

#organisations {
	background: url('/images/separators/pink_vert.gif') repeat-y right;
}

#main {
	background: url('/images/separators/pink_main_bg.gif') repeat-y 219px 0px;
}

#footer {
	background: url('/images/separators/pink_hor.gif') repeat-x top;
}

.info_img img {
	padding: 4px;
	border: 2px solid #e50083;
}

/** InfoPage attachments **/
.attachment {
	padding: 5px;
	border: 1px solid #e50083;
	line-height: 1.6;
	background-color: #ffdcf0;
}

.attachment img {
	border: none;
	float: left;
	margin-right: 5px;
}

.attachment_contents {
	float: left;
	width: 400px;
}
