/* This file includes style information that should effet all MBAA pages */

body 
{
    background: #ccc;
    color: black;
    padding: 0;
    margin: 0;
    line-height: 135%;
}

tr.hiddenrow
{
    display:none;
}

img
{
    border: 0px;
}

table#main
{
/*     background: #9C9682; */
  background: white url('../images/background.jpg') repeat;
    color: black;
    height: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.search, .search a
{
    font-family: Arial, Verdana, sans-serif; 
    font-size: 8pt;
    text-decoration: none; 
    color: #AF3F02; 
/*     background-color: #D1D0CC;  */
    background: url(../images/stripedbar.jpg);
}

span.search { 
    background-color: #D1D0CC; 
    padding-right: 20px;
    color: #333; 
    vertical-align: bottom;
    font-weight: normal; 
}

td.search
{
    padding-right: 20px;
    vertical-align: bottom;
    text-align:right;
    font-weight: bold; 
    padding-top: 2px;
    padding-bottom: 2px
}

input.search { 
    font-size: 7pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
    background-color: white;
} 

span#title
{
    font-size: 30px;
    font-family: "Times New Roman", serif;
    padding:0;
    margin:0;
    color: black;
}

ul#leftnav
{
  background: #af3f02;
  list-style: none;
  width:158px;
  margin:0;
  padding:2em 0;
}

ul#leftnav li
{
/*   margin-bottom: 0.2em;  */
  margin: 0px;
  padding: 0;
  width:100%;
  border-collapse: collapse;

}

ul#leftnav li a
{
  line-height: 130%;
  display: block;
  text-decoration: none;
  font-family: Tahoma, serif; 
  font-size: 10pt;
  color:white;
/*  text-transform: uppercase;*/
  /*margin-left: 0.5em;*/
  padding-left: 4px;
  margin: 1px;
  border-collapse: collapse;
  width:100%;


}

ul#leftnav li a.strong
{
  font-weight: bold;
}

/* A nice highlight for the current page*/
/*ul#leftnav li a.current
{
  background: white;
  color: #af3f02;
}*/

#rightbar
{
  width:160px;
  margin:0;
  padding:0;
  vertical-align: top;
}

#rightbar2
{
/*   border-left: 2px solid gray; */
  width:160px;
  margin:0;
  padding:0;
  vertical-align: top;
}

h1
{
    text-transform: capitalize;
/*     color: #af3f02; */
    color: black;
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif; 
    font-size: x-large;
    border-bottom: 1px solid #777;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2
{
    text-transform: capitalize;
    /*color: #af3f02;*/
    color: black;
    font-family: Arial, Verdana, sans-serif; 
    font-size: medium;
    padding: 0;
    margin: 0.25em 0;
}

p, li, td, th
{
    font-size: small;
    font-family: Arial, sans-serif;
    color: #222;
}

ul
{
    list-style-type: square;
}

div.event
{
    padding: 3px;
}

div.eventselected
{
    padding: 2px;
    border: 1px solid gray;
}

div.event div.eventfeedback
{
    display: none;
}

div.eventselected div.eventfeedback, div.eventselected div.eventfeedbackselected
{
/*    position: relative;
    right:0;*/
    float:right;
    background: #ddd;
    font-size: small;
    height: 2.5em;
    overflow: hidden;
    padding: 2px;
    margin: 0;
    text-align:center;
    color: white;
    width: 10em;
display:inline
}

div.eventselected div.eventfeedbackselected
{
    background: #9C9682;
    height: auto;
}

div.eventfeedback ul, div.eventfeedbackselected ul
{
  list-style: none;
  margin:0;
  padding:0;
  position: relative;
}

div.eventfeedback a, div.eventfeedbackselected a
{
  display: block;
  height: 2em;
  padding-top: 0.5em;
  margin: 0;
  vertical-align: bottom;
  text-decoration: none;
  color: white;
}

div.eventfeedback a:hover, div.eventfeedbackselected a:hover
{
  color: white;
  background: gray;
}

img.gallery
{
  margin-right: 2px; 
  border: 1px solid #ccc;
}

td#content
{
  color: black;
  padding: 1em; 
  vertical-align: top;
}

table.lines
{
  font-size: small; 
  width: 95%; 
  border-collapse: collapse
}

table.lines tr
{
  vertical-align: middle; 
  border-bottom: 1px solid #ccc;
}

table.lines th
{
  text-align: left;
}

table.lines tr td
{
padding:0.75em 0;
}


.pad{
  margin: 1em;
}

ul.pad li{
  margin: 1em;
}

td.rightcell{
  border: 2px solid #9C9682;
  padding: 0px;
  text-align: center;
  background: #9c9682;
  font-family: arial, sans-serif;
  font-size:12pt;
  color: white;
  font-weight: bold;
}

td.rightcell a{
  text-decoration: none;
  color: white;
}

