/*
#4D1979 - scouting purple
#B6DB4A - scouting green
from www.scoutbase.org.uk
*/

BODY /*anywhere*/
{ color: #4D1979;
  margin: 0px 75px;
  font-family: Helvetica, sans-serif;
  font-size: 9pt;
  height: 100%;
}
table /*anywhere*/
{ border-collapse: collapse;
  border-width: 0px;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
table.meetings { border:2px solid #ccc; width:100%; }
table.meetings td { border:1px solid #ddd; }
tr /*anywhere*/
{ padding-top: 0px;
  margin-top: 0px;
}
td /*anywhere*/
{ vertical-align: middle;
  padding: 0px 3px 0px 3px;
  margin: 0px;
}
td.header { background:#CED600; }
td.activity { border:1px solid #ddd; background-color: #ede; }
input  /*anywhere*/
{ font-size: 8pt;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
  text-align: left;
  width: 200px;
}
input.button /*anywhere*/
{ text-align: center;
  width: 150px;
}
select  /*anywhere*/
{ font-size: 8pt;
  font-weight: normal;
  font-family: sans-serif;
}
textarea  /*anywhere*/
{ font-size: 8pt;
  font-weight: normal;
  font-family: Helvetica, sans-serif;
}
p  /*anywhere*/
{ margin-top: 10px;
  margin-bottom: 10px;
}
h1 /*anywhere*/
{ text-align:center;
  font-size: 3em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-variant: small-caps;
}
h2 /*anywhere*/
{ margin-top: 0px;
  margin-bottom: 0px;
}
h3 /*anywhere*/
{ margin-top: 0px;
  margin-bottom: 0px;
}
h3.noteheader /*footer*/
{ margin-left: -40px;
  padding: 0px;
}
h4 /*anywhere*/
{ margin-top: 0px;
  margin-bottom: 0px;
}
pre  /*anywhere*/
{ white-space: pre-wrap;
  font-size: 10pt;
}
li /*anywhere*/
{}
lh /*anywhere*/
{ margin-left: -20px;
}
ul /*anywhere*/
{ list-style-image: url(./cssimages/bullet.gif);
}
ol /*anywhere*/
{}
abbr
{ margin: 20% 0% 20% 0%;
}
img /*anywhere*/
{ border-width: 0px;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}
ins
{ text-decoration: none;
}
a  /*anywhere*/
{ color: #4D1979;
  text-decoration: none;
  line-height: 150%;
}
a:link   /*anywhere*/
{}
a:hover   /*anywhere*/
{ /*background-color: #fff;*/
  color: #090;
}
a:focus   /*anywhere*/
{}
a:visited   /*anywhere*/
{}
a:active   /*anywhere*/
{}
a.button /*anywhere*/
{ cursor: pointer;
  padding: 5px 5px 5px 5px;
  margin: 1px;
  line-height: 24px;
  height: 80px;
  border-width: 0px;
  color: #000;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 10pt;
}
a.button:hover /*anywhere*/
{ margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #4D1979;
  background-color: #fff;
}
a.button:active /*anywhere*/
{ margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #4D1979;
  background-color: #fff;
}
a.selected /*anywhere*/
{ margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #4D1979;
  background-color: #fff;
}
div#footericons
{ text-align: center;
  margin: 10px;
  background-image: url(./cssimages/footerbg.gif);
  background-position: top;
  background-repeat: no-repeat;
}
table.main /*header.php ending in footer.php*/
{ width: 100%;
  height: 500px;
  min-height: 500px;
  border-width: 0px;
  /*background: url(./cssimages/explorerlogo-lite.gif);
  background-position: center;
  background-repeat: no-repeat;*/
}
td.main /*header.php*/
{ text-align: left;
  vertical-align: top;
  margin: 0px;
  /*background-attachment: fixed;*/
  height: 100%;
  min-height: 350px;
}
td.footer /*footer.php*/
{ text-align: center;
  vertical-align: bottom;
}
p#nojs_warn {
	border: 1px solid #f00;
	width: 100%;
	margin:0px;
	color: #f00;
	text-align:center;
}
table.meetings td { white-space:nowrap; }

