/***********************************************************************
** screen.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, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the 
** settings here.
***********************************************************************/
body { margin-left:20px; margin-right:20px; position:absolute; background-image : url(/logo/logo_600.jpg);background-repeat:no-repeat; font-family:tahoma, arial; background-color:#ffffff;}
.pagetitle { font-size:200%; font-weight:bold; }

A:link { text-decoration: underline; font-weight:bold; color:#0137ff;}
A:active { text-decoration: underline; color:#0137ff;}
A:visited { text-decoration: underline; font-weight:bold;  color:#0137ff;}
A:hover { text-decoration: none; font-weight:bold;  color:#000000; }


#wikileft h1 A:link { text-decoration: underline; font-weight:bold; color:#000099;}
#wikileft h1 A:active { text-decoration: underline; font-weight:bold; color:#000099;}
#wikileft h1 A:visited { text-decoration: underline; font-weight:bold; color:#000099;}
#wikileft h1 A:hover { text-decoration: none; font-weight:bold; color:##0137ff;}


#wikilogo {margin:0px;}

#wikimid 

#wikihead {font-size:12px; text-align:right;margin:0px;}
#wikihead input { font-size:12px; }
#wikihead form { margin:0px;font-size:12px;  }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:small; 
  border-right:2px solid #B4ff0f;
  
}

#wikileft h1 { 
  margin:0px; font-size:medium;font-color:#000000;
}

#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:.5em; border-top:2px solid #B4ff0f;font-size:medium;border-right:2px solid #ffffff;  }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:8px; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikidate { font-size:10px; text-align:right; vertical-align:top; }
#wikidate a { display:block; }

#wikilastmod { font-size:10px; text-align:left; vertical-align:top; }

#wikifoot { clear:both; border-top:2px solid #B4ff0f; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; }


#wikiright { 
  width:150px; 
  padding-top:0.5em; padding-left:2px;
  font-size:smaller;
  background-color:#B4ff0f;
  border-left:2px solid #ffffff;
  border-top:2px solid #B4ff0f;
  
}
#wikiright h1 { 
  background-color:#ff0000; 
  font-size:medium; text-align:center;color:#ffffff;
}
#wikiright hr {  }
#wikiright ul { margin-left:0px; padding-left:6px; list-style-type:none; }

table.homepage {
font-size:12px;
font-family:tahoma;
}
