/* Description: vegans unite main style sheet        */
/* Author: Andrew B Coathup                          */
/* Date: Feb 2004                                    */
/* Validated:                                        */


/* set site wide styles for base elements    */

/* set default font, no margin and min-width and use entire width of page */
body
 {
  font-family:Verdana,sans-serif;
/*  background-color: rgb(100%,80%,80%);*/
  background-color: #305c0f;
  color:white;
 }


td
 {
  padding-right:20px;
 }  

/* No borders on any images, including menu, logo and pictures */
img
 {
  border:0;
 }

hr
 {
  color: #65953b;
  text-align:center;
/*  color: rgb(20%,20%,40%);*/
 }

.content
 {
 }
 
 .wvd
 {
  margin:0%;
  background-color: rgb(100%,100%,100%);
  padding-bottom:10px;
 }

.wvd span
 {
  background-color: rgb(100%,100%,100%);
  color: #449544;
  white-space:nowrap;
  padding-left:10px;
  font-family:"century gothic",arial,sans-serif;
  font-size:150%;
 }
 
 .wvd a, .wvd a :link, a :visited
 {
  color:rgb(70%,70%,100%);
 }


.logo
 {
   background-color: rgb(20%,20%,40%);
   margin:0%;
 }

.logo span
 {
  color: rgb(100%,100%,100%);
  vertical-align:top;
  white-space:nowrap;
  font-size:300%;
  padding-left:50px;
  font-family:"century gothic",arial,sans-serif;
 }

.menubar
 { 
   background-color: #65953b;
   padding: 0.8ex;
 }


.menubar a
 {
   color: rgb(100%,100%,100%);
   padding: 0.8ex;
 }

.menubar a:hover
 {
   background-color: rgb(100%,100%,100%);
   color: rgb(60%,20%,20%);
 }
 

hr
 {
  clear:both;
 }

a, a :link, a :visited
 {
  color:rgb(70%,70%,100%);
 }

.navtext
 {
  clear:both;
  padding-top:20px;
  font-size:70%;
  color:rgb(80%,80%,80%);
  text-align: center;
 }

.navtext :link, .navtext :visited
 {
  color:rgb(80%,80%,80%);
 }

/* on hover change the link to red */
.navtext :hover
 {
  color:rgb(80%,80%,100%);
 }

.validate
 {
  float:left;
 }

.sensisformLabel                          
{font:bold 10px Verdana; color:#4c4c4c}

.sensisformInput,.sensistextInput,.sensisfindInput    
{color:#000000; font:normal 9px Verdana}

/* AUTHOR/MODIFIER TEXT */

/* author text should be small in grey */
.author
 {
  font-size:55%;
  color:rgb(80%,80%,80%);
 }

.author :link, .author :visited
 {
  color:rgb(80%,80%,80%);
 }

/* on hover change the link to red */
.author :hover
 {
  color:rgb(80%,80%,100%);
 }


/* LINKS */
.links img
 {
  padding:10px;
 }

/* PAST EVENTS */
.address
 {
  font-size:80%;
 }


