* {
  padding: 0;
  margin: 0;
} 

body {
  background: #fff;
  font: .74em Verdana, Arial, "Trebuchet MS", sans-serif;
  line-height: 1.5em;
  color: #333;
}

a {
  color: #3B6EBF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  font: .74em Verdana, Arial, "Trebuchet MS", sans-serif;
  line-height: 1.5em;
  color: #333;
}

fieldset {
  padding: 10px;
  border: 1px solid navy;
  -moz-border-radius:5px;
}

fieldset legend {
  color: #3B6EBF;
  padding: 0 5px 0 5px;
  font-variant: small-caps;
}

fieldset.system ul {
  margin-left: 15px;
}

#wrap {
  margin: 0 auto;
  width: 924px;
  background: #fff url('../images/midbg.jpg');
  background-repeat: repeat-y;
}

#top { 
  background: #fff url('../images/topbg.jpg');
  height: 30px;
}

#content {
  padding: 0 40px 0 40px;
}

#bottom {
  background: #fff url('../images/botbg.jpg');
  height: 30px;
}

.header {
  height: 50px;
  background: #85ACF7 url('../images/header.png') no-repeat;
}

.header h1 { padding: 15px; font-size: 22px; color: #FFF; float:left;}
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding: 17px; font-size: 17px; color: #FFF;}

/*
.menu {
background: #F6F9FB;
border-bottom: 1px solid #E1E1E1;
padding: 5px;
text-transform: capitalize;
}

.menu span em {
font-variant: normal;
font-weight: bold;
}
*/

.menu {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 842px;
  height: 31px;
  background: url('../images/bg_nav_primary.png') no-repeat top ;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  clear: left;
}

.menu ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.menu ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}

.menu ul li a {
  margin: 1px 0px 1px 0px;
  padding: 7px 8px 6px 9px;
  font: normal 12px/15px 'Lucida Grande', 'Geneva', 'Helvetica', 'Tahoma', 'Verdana', sans-serif;
  color: #4c4c4c;
  display: block;
  text-decoration: none;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #fff;
}

.menu ul li a:hover {
  margin: 0px 0px 0px 0px;
  padding: 8px 9px 7px 10px;
  background: url('../images/bg_nav_primary_hover.png') repeat-x top ;
  color: #fff;
  border-right: none;
  border-left: none;
}

.menu ul li#selected {
  background: url('../images/bg_nav_primary_selected.png') repeat-x top ;
}

.menu ul li#selected a {
  margin: 1px 0px 1px 0px;
  padding: 7px 8px 7px 9px;
  color: #333;
  display: block;
  text-decoration: none;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #e5e5e5;
}

.menu ul li#selected a:hover {
  background: none;
  color: #333;
  border-right: 1px solid #bfbfbf;
}

.menu ul li.right {
  float: right;
}

.menu ul li.right a {
  border-right: 1px solid #fff;
  border-left: 1px solid #bfbfbf;
}

.menu ul li.right a:hover {
  border-right: none;
  border-left: none;
}

.feedbackPanel li {
  padding: 5px;
  margin: 5px;
  list-style-type: none;
}

.feedbackPanelFATAL, .feedbackPanelERROR {
  border: 1px solid red;
  background-color: #FFEEEE;
}

.feedbackPanelWARNING {
  border: 1px solid #FFFF00;
  background-color: #FFFFD0;
}

.feedbackPanelINFO {
  border: 1px solid #A0FFA0;
  background-color: #E0FFE0;
}

.feedbackPanel span {
  border: none;
}

.middle {
  padding: 1% 1%;
  text-align: justify;
}

.dateLabel {
  background-color: #EEE;
  border: none;
  color: #333;
  width: 80px;
  display: none;
}

.dateDisplay {
  padding-left: 5px;
  background-color: #EEE;
  /*vertical-align: top;*/
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}

.event-date, .event-tags, .event-description {
  padding-bottom: 5px;
}

.event-description textarea {
  width: 100%;
  height: 150px;
}

.event-action {
  font-variant: small-caps;
}

.event-action a {
  padding: 5px;
}

.event-tags ul {
  list-style-type: none;
}

.event-tags ul li {
  float: left;
  padding: 5px;
}

.tags a {
  color: gray;
}

.tags a:hover {
  text-decoration: underline;
  color: blue;
}

.tags .selected {
  font-weight:bold;
  color: navy;
}

.search-results {
  width: 100%;
}

.search-results td {
  font-size: small;
}

.search-results th {
  font-size: small;
  font-variant: small-caps;
}

.search-results td {
  border-bottom: 1px solid #E1E1E1;
  padding: 3px 0 3px 0;
}

.search-results tr.even {
  background: #F0FFF0;
}

#clear {
  display: block;
  clear: both;
  width: 100%;
  height:1px;
  overflow:hidden;
}

#footer {
  text-align: center;
  color: #666;
}

/*** Upload wicket component ***/
.wicket-mfu-container INPUT {
  border: 1px solid red;
  background-color: white;
  margin-left: 15px;
  margin-bottom: 5px;
  color: red;
}

/*** Post-It ***/
.post-it {
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-topleft:15px;
  background-color:#ffc;
  border:0px hidden transparent;
  margin: 5px;
}

.post-it legend {
  cursor: pointer;
}

.post-it .remove-link {
  float: right;
  margin-top: -20px;
}

.error-fieldset {
  color: red;
  font-weight: bold;
}