/*
// OVERALL LAYOUT STYLES
*/

body, td, a, div, textarea, input {
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  font-family: "Trebuchet MS";
}

body {
  width: 100%;
  margin: 0px;
  background: #ffffff;
}

table {
  border-spacing: 0px 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: 1px solid #8a8a8a;
  height: 1px;
  line-height: 1px;
}

h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}

h2 {
  margin: 20px 0 0 0;
}

img {
  display: block;
  border: 0px;
}

#fullResImage {
  display: inline;
}

ul, ol {
  margin: 0px;
  padding:0px;
  list-style: none;
}

li {
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

form {
  margin: 0px;
}

input, textarea {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
}

select {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

/*
// Alignment
*/

.center { /* Center an image in a Div or Td */
  margin-left: auto;
  margin-right: auto;
}

.left { /* Align image to the left in a Div or Td */
  margin-left: 0;
  margin-right: auto;
}

.right { /* Align image to the right in a Div or Td */
  margin-left: auto;
  margin-right: 0;
}

/*
// Colors
*/

.aqua { color: aqua; }
.black { color: black; }
.blue { color: #0784b3; }
.fuchsia { color: fuchsia; }
.grey { color: #cfcfd0; }
.green { color: #00fe00; }
.lime { color: lime; }
.maroon { color: maroon; }
.navy { color: navy; }
.olive { color: olive; }
.purple { color: purple; }
.red { color: red; }
.silver { color: silver; }
.teal { color: teal; }
.white { color: white; }
.yellow { color: yellow; }
.orange { color: #e27e2b; }

/*
// Styles
*/

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }

.error { color: red; }

/*
// Sizes
*/

.small { font-size: 9px; }
.standard { font-size: 12px; }
.medium { font-size: 14px; }
.large { font-size: 16px; }

.clear {
  clear: both;
}

/*
// Top and Bottom margin
*/

.tb-margin {
  margin: 10px 0;
}









/**
  ADDED BY SHAREFORCE
*/
.floatLeft {
  float:left;
}
.floatRight {
  float:right;
}
.SearchAgendaMonthlyItemInfo {
  display:none; 
  width:155px;
  heigth:300px;
  border: 2px solid #333;
  position:absolute; 
  top:800px;
  right:-200px;
  background-color:#000;
  color:#fefefe";
}
