/* GENERAL RULES */
body, table {
	font-family: Arial, Helvetica, sans-serif;	/* Default Font */
	font-size: 14px;
	color: #5d5d5d;
}
a {
	color: #016235;
}
a:hover {}

html, body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #ececec;
}


/* Common styles */

.panel-header.yellow { color:#f9a523; }
.panel-header.green { color:#246d41; }
.panel-header.blue { color:#4b59a3; }
.panel-header.gray { color:#aaa8a6; }
.panel-header.red { color:#c13b40; }

.clear { clear:both; }

.icon { padding-left:33px; display:block; }
.icon-news { background:url(../img/icon-news.gif) no-repeat 0% 50%; }
.icon-cal { background:url(../img/icon-cal.gif) no-repeat 0% 50%; }
.icon-page { background:url(../img/icon-page.gif) no-repeat 0% 50%; }
.icon-map { background:url(../img/icon-map.gif) no-repeat 0% 50%; }
span.icon-map { font-size:17px; line-height:27px; }

#pagename span {
	padding-left:33px;
	display:block;
	background:url(../img/icon-page.gif) no-repeat 0% 50%;
}

