body {
	/*	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;*/
	font: 13px/1.5 "Segoe UI", "Geneva CE", lucida, sans-serif;
	color: black;
	background: none;
	width: 100%;
}

a img { border: none; }
a { text-decoration: none; color: black; }

th { text-align: left; border-bottom: 1px solid black; }

input[type=submit] { display: none; }

#ajax-spinner {
	display: none;
}

h1 {
/*	font-size: 150%;*/
	color: #0c4da2;
}

h1 span {
  color: #ee1c23;
}

header {
  height: 70px;
  margin: 0 50px 40px 0;
}

header img {
  float: left;
}

header h1 {
  text-align: right;
  margin: 0;
}

header div {
  text-align: right;  
}

header a {
  display: none;
}

h2 {
    color: #0F2C7C;
    font-size: 150%;
    margin: 15px 0 5px;
/*    border-top: 1px solid black;*/
}

.activities-filter, .clients-filter {
    margin: 2px 0;
    padding: 0 7px 2px;
}

#frm-activitiesFilter {
    background: none repeat scroll 0 0 #E0E0E0;
    border-radius: 5px 5px 5px 5px;
}

menu.main { display: none; }