body, input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.2em;
}

h1 {
	font-family: 'Trebuchet MS', Calibri, Arial;
	font-size: 26px;
	font-weight: normal;
	color: #333;
}
h2 {
	font-family: 'Trebuchet MS', Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
h3 {
	
}

p {
	margin: 12px 0;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #444;
}

sup {
	font-size: 90%;
	line-height: 200%;
}

.submit {
	background: url('../image/home/arrow-panel.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 19px;
	padding-right: 20px;
	border: 0;
	cursor: pointer;
	text-align: left;
}

.header-linkbar {
	font-size: 10px;
	color: #666;
}
.header-linkbar .logo-basecamp {
	margin-bottom: -4px;
}
.header-linkbar a {
	color: #666;
	text-decoration: none;
}
.header-linkbar a:hover {
	text-decoration: underline;
}

.menu .menu-bar {
	float: left;
	width: 798px;
	background-image: url('../image/background-menu.jpg');
	background-repeat: repeat-x;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	border: 1px solid #c8c8c8;
}
.menu ul.nav li {
	border-right: 1px solid #c8c8c8;
}
.menu a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}
.menu li.active a {
	color: #000;
	background-color: #eee;
}
/* Keep in mind that the opacity factor set here
must be multiplied by opacities, set at a higher
hierarchical levels, in this case the menu bar */
.menu ul.nav li ul {
	background-color: #eee;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}
.menu ul.nav li ul li.active {
	background-image: url('../image/marker-menu-active.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.menu ul.nav li ul li a {
	font-family: 'Trebuchet MS', Calibri, Arial;
	font-size: 13px;
}
.menu ul.nav li ul li.active a {
	padding-left: 26px;
	font-weight: bold;
}

.footer {
	border-top: 1px solid #e0e0e0;
}

.navigation-bar {
	border-top: 1px solid #e0e0e0;
}

.breadcrumbs {
	border-bottom: 1px solid #e0e0e0;
}
.breadcrumbs ul.nav li {
	background-image: url('../image/arrow-breadcrumb.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.breadcrumbs ul.nav li.active {
	background-image: none;
}
.breadcrumbs a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

.footer-menu li {
	font-family: 'Trebuchet MS', Calibri, Arial;
	color: #333;
	font-weight: bold;
	line-height: 1.5em;
	visibility: hidden;
}
.footer-menu li.logo {
	visibility: visible;
}
.footer-menu li ul li {
	color: #999;
	font-weight: normal;
	font-size: 11px;
}
.footer-menu a {
	text-decoration: none;
	color: #999;
}
.footer-menu a:hover {
	color: #666;
}

.error {
	background-color: #ffcccc;
	color: #990000;
	border: 1px solid #990000;
	padding: 0 5px;
}
.succes {
	background-color: #ddffdd;
	color: #006622;
	border: 1px solid #006622;
	padding: 0 5px;
}