@import url("menu.css");
@import url("forms.css");
@import url("header.css");
@import url("columns.css");
@import url("topmenu.css");
@import url("content.css");
@import url("footer.css");
@import url("map.css");

body {
	color:       #4F4F52;
	background:  #FFFFFF;
	font-family: Arial, sans-serif;
	line-height: 1.3em;
	margin:      0;
	padding:     0;
	font-size:   12px;
}

a, a:link, a:visited, a:hover {
	color:           #4F4F52;
	text-decoration: underline;
	font-weight:     normal;
	outline:         none;
}
a:hover {
	text-decoration: none;
}

img, table {
	border: none;
}

.clr {
	clear: both;
}

/* Tooltips. Example: Hover on the small edit icon. */
.tool-tip {
	float:       left;
	border:      1px solid #D4D5AA;
	padding:     5px;
	margin-top:  10px;
	margin-left: -15px;
	background:  #FFFFCC;
	max-width:   200px;
	position:    absolute;
	z-index:     15;
}

.tool-title {
	padding:        0;
	margin:         0;
	margin-top:     -15px;
	padding-top:    15px;
	padding-bottom: 5px;
	background:     url(../../system/images/selector-arrow.png) no-repeat;
	font-size:      100%;
	font-weight:    bold;
}

.tool-text {
	margin:    0;
	font-size: 100%;
}

