/* 
   * Layout style sheet - where page layout tables and menus are
   * setup
   *
*/
body  {
  color: #000000;
  background-color:#ffffff; 
  font-family: Tahoma, Arial, Helvetica,sans-serif; 
  font-size: 0.90em;
  margin: 5px 0px;
}

pre { 
  font-family: Verdana, sans-serif;
}

table {
  font-family: Tahoma, Arial, Helvetica,sans-serif; 
  font-size: 1.0em;
}

form { 
  margin: 0px; padding: 0px;
}

img {  border: 0px; }

/* 
   The below gives forms a 'color' when focus is given to them 
   In this case, a light yellow.
*/

input:focus, textarea:focus, select:focus {
  background-color: #ffff99; color: inherit;
}

a {
  background-color: inherit; 
  color: #000; 
  text-decoration: none;
}
a:visited, a:link { 
  background-color: inherit;
  color: #AD1A25;
}

a:hover {
  background-color: inherit; 
  color:#AD1A25; 
  text-decoration: underline;
}

.underline { text-decoration: underline; }
.center { text-align: center; }
.autocenter { margin-left: auto; margin-right: auto; }
.right {  text-align: right; }
.left {  text-align: left; }
.emphasis { font-weight: bold;}
.bold     {font-weight: bold;}

.cardinal_red { color: #D92524;  }

.smaller     { font-size: 0.85em; }
.middle    { vertical-align: middle; }
.sm        { font-size: smaller;}
.lg        { font-size: larger;}
.lme       { font-size: 0.85em; }

.date      { font-weight: bold; font-style: italic;}
.tinyblack { font-size: 0.6em; color: #000000; }

.seventyfive { font-size: 0.75em; }
.larger { font-size: 1.2em; }
.note { font-size: 0.85em; font-style: italic; }

.b90j, .b90r, .b90l, .b90c   { 
      margin: 2px 15px 2px 25px; 
}
.b90j { text-align: justify; }
.b90l { text-align: left; }
.b90r { text-align: right; }
.b90c { text-align: center; }

.bh1  { padding: 0px 0px 5px 5px;  margin: 5px 2px 5px 5px;}
.bl   { border-bottom: 1px solid #000000;}
.tbl   { border-top: 1px solid #000000;
         border-bottom: 1px solid #000000;}
.fullbox { 
  border: 1px solid #000; 
  padding: 4px;
}


.show { display: block; visibility: visible;}
.hide { display: none;  visibility: hidden;}
/* If used, the iteme does not show up for print - see print.css */
.hideprint { margin: inherit; }

/*
** Inline version so ...more link can be inline
** Use with togglevisible2
*/
.show2 { display: inline; visibility: visible;}
.hide2 { display: none;  visibility: hidden;}

/* because the page has a right column of a fixed width, the 
  entire page must have a pixel with set to the equiv of 
  .leftside and .rightside (plus a little padding)
*/
.page { width: 790px;  
  margin: 0px auto 0px auto; 
  border: 0px; 
}

.fullrow { clear: both; padding: 2px; }

/* 
* Left side
*/
.leftside { width: 630px; float: left; padding: 0px 2px 0px 2px;}

.lcbody {
  padding: 2px 5px 2px 10px;
  margin: 0px;
  color: #000;
  background-color: #FFF;
}
.lcbody p { 
  line-height: normal; }

.lctitle {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.95em;
  font-weight: bold;
  padding: 6px 8px 6px 10px;
  margin: 0px;
  color: #FFF;
  background-color: #9d9d7d;
  border-color: #A6A6A6;
}
	
.lccomment {
  padding: 4px 8px 4px 8px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  color: #663;
  background-color: #FFF;
  border-color: #A6A6A6
}
.lcdate {
  font-weight: normal;
  color: #999;
  background-color: inherit;
  font-size: 0.85em;
  margin-bottom: 4px;
}

/*
* Right side
*/

.rightside {  width: 140px; float: left; }

/*
* Right Column (Sponsors)
*/
table.rc { 
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: left;
}

table.rc tr, table.rc td {
  width: 100%; 
  border: 0px;
/*  font-family: Arial, Helvetica, Sans-Serif;*/
  padding: 2px 1px 1px 1px;
  line-height: 1.1em;
  font-size: 0.92em;
}
table.rc td.cimage {
  text-align: center;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3px;
  margin-bottom: 3px;
 }
table.rc td.header { 
  text-align: center;
  font-size: 1.1em;
  padding-bottom: 0.85em;
  font-weight: bold;
}
table.rc td.header a, table.rc td.header a:visited { 
  background-color: inherit; color: #fff; 
}
table.rc td.header a:hover { 
  background-color: inherit; color: inherit;
  text-decoration: underline;
}

.footer {
  text-align: center;
  font-size: 0.90em;
  vertical-align: middle;
}
.footer a { background-color: inherit; color: #fff; }
.footer a:visited { background-color: inherit; color: #FFF; }
.footer a:hover { background-color: inherit; color: #CCC; }



/* End of new */


/* Calendar drop-down font */
.calpop { 
  color: red; 
  background-color: white;
  font-size:1.0em; 
}
/* Time drop-down font */
.timepop { 
  font-size: 1.0em; 
  color: red; 
  background-color: white;}

/*
** menu bar 
*/
ul.mb {
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  color: inherit;
  background-color: inherit;
}
/* This puts the menu items on the right side of the bar */
/* (float: right) */
/* When doing this, the items have to be put out in reverse order
 */
ul.mb li {
  display: block; 
  float: right;
  border: 0px;
  padding: 0px 7px 0px 7px;
  text-align: center;
  font-weight: bold;
  color: inherit;
  background-color: inherit;
}
ul.mb li a {
  margin: 0px; padding: 0px;
  line-height: 17px; 
  display: block;
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}
ul.mb li a:hover {
  text-decoration: none; 
  background-color:#E5E5D7; 
  color: #000000; 
}

/* User-specific menu bar */
ul.umb {
  padding: 1px;
  margin: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  background-color: inherit;
}
/* Left-aligned user bar */
/* light grey border */
ul.umb li {
  padding-left: 2px;
  padding-right: 2px;
  display: block; 
  float: left; 
  border: 1px solid #cccccc; 
  text-align: center;
  color: #000;
  background-color: inherit;
}
ul.umb li a {
  margin: 0px; padding: 0px;
  line-height: 17px; 
  display: block;
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}
ul.umb li a:hover {
  text-decoration: none; 
  color: #000000;
}

/* Admin Menu Bar */
ul.amb {
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  list-style: none;
  color: #fff;
  background-color: inherit;
}

ul.amb li {
  display: block; 
  float: left;
  border: 0px;
  padding: 0px 12px 0px 12px;
  text-align: center;
}
ul.amb li a {
  line-height: 17px; 
  display: block;
  color: #000; 
  background-color: inherit;
  text-decoration: none;
  font: 0.90em Tahoma,Arial,Helvetica, SansSerif;
  margin: 0px; padding: 0px;
}
ul.amb li a:hover {
  text-decoration: underline; color: #000; 
  font-size: 0.90em;
  font-family: Tahoma,Arial,Helvetica, SansSerif;
}

/* Required for all drop-down menus (used from javascript) */
#dropmenudiv {
  position: absolute; 
  margin-top: 1px; 
  border:1px solid #5a1a25; 
  font-family: Tahoma, Arial, Helvetica,sans-serif; 
  font-size: 0.95em; 
  z-index:100;}
#dropmenudiv a {
  display:block; 
  background-color:#E5E5D7; 
  border-left: 1px solid #ffffff; 
  border-top: 1px solid #ffffff; 
  border-bottom: 1px solid #666666; 
  border-right: 1px solid #666666; 
  color:#000000; padding:2px;
}
#dropmenudiv a:hover {
  background-color:#7F6969; 
  border-right: 1px solid #ffffff; 
  border-bottom: 1px solid #ffffff; 
  border-top: 1px solid #666666; 
  border-left: 1px solid #666666; 
  color:#ffffff; text-decoration:none;
}
/* End of javascript */

