/***********************************************************************
** pmwiki.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, first copy this file to another name
** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
** local/config.php file.  
***********************************************************************/
body { position:absolute; width:90%; background-image: url(http://bacctexas.org/images/bground.jpg); }

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead { 
  position:absolute; top:0px; right:0px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:medium; 
  border-right:2px solid #cccccc;
}
#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }

#wikiedit form { margin:0px; }

.title {font-size:36px; font-weight:bold;}

.welcome {font-size:18px;}

div.address {font-size:12px;}

A.footer:link { text-decoration: none; color:#66ccff; font-size: x-small; font-family: arial, tahoma, georgia;}
A.footer:visited { text-decoration: none; color:#66ccff; font-size: x-small; font-family: arial, tahoma, georgia;}
A.footer:hover { text-decoration: underline; color:#FFFFFF; font-size: x-small; font-family: arial,tahoma, georgia;}

/* Member markup styles. */
table.member {
    /* font-family: "Arial", Sans-serif; */
    background: white;
    border: solid 2px #606060;
    color: black;
    /* width: 80%; */
}

table.member th {
    font-family: "Tahoma", Sans-serif;
    background: #606060;
    color: white;
    font-weight: bold;
}

table.member td.category {
    border: 1px solid #606060;
    border-width: 0 0 1px 1px;

}

table.member td.company {
    border: 1px solid #606060;
    border-width: 0 1px 1px 1px;
    vertical-align: top;
}

table.member td.contact {
    border: 1px solid #606060;
    border-width: 0 1px 1px 0;
    vertical-align: top;
}

table.member a:link { color: blue; text-decoration: none; }
table.member a:visited { color: blue; text-decoration: none; }
table.member a:hover { color: blue; text-decoration: underline; }
table.member a:active { color: blue; text-decoration: underline; }
table.member td.company a { font-weight: bold; }

