/***********************************************************************
** 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; background-color : #FFFFE0;}
@media screen { body { position:absolute; } }
.pagetitle { font-size:200%; font-weight:bold; }

#wikilogo { border-bottom:0px 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:200px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:0px solid #cccccc;
}
#wikileft h1 { 
  margin:10px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
 }
 
 #wikileft a{
	margin-left: 15px; 	
 }
 
 #wikileft a:visited, #wikileft a:link,#wikileft a:focus,#wikileft a:active {
	color:white;
}
#wikileft a:hover{
	color:yellow;
}


#wikileft hr { color:#cccccc; }
#wikileft ul {
	margin-left: 10px;
	padding-left: 6px;
	list-style-type: none;
}

#wikileft td.menu {
	background: url(button.gif) no-repeat left;
	width: 200px;
	height: 30px;
	font-family: "Arial Black";
	font-size: medium;
	text-align: left;
}

//#wikileft td.top{
//	background: url(top.gif) no-repeat left;
//	height: 12px;
//}

//#wikileft td.bottom{
//	background: url(bottom.gif) no-repeat left;
//	height: 16px;
//}


#wikileft table{
	width: 100%;
}

#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; }
#wikiedit textarea { width:98%; }

table.zebra tr.ind1 { background-color:#ddddff; }

