/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */

body {
	 font-family:verdana, arial, sans-serif;
	font-size : 12px;
}

a:link
{
	color : #22a;
}

a:visited
{
	color : #666;
}

a:hover
{
	color : #34b;
}

DIV.wikitext {
   font-family : verdana, arial, sans-serif;
	font-size : 12px;
	background : default;
	margin: 0px 50px 0px 20px;
}
DIV.wikipreview {
	font-family : veranda, arial, sans-serif;
	font-size : 12px;
  background-color : #fefefe;
}
DIV.wikiheader {
	font-family : veranda, arial, sans-serif;
	font-size : 12px;
  background-color : #f5f5f6;
}
DIV.wikirc {
  background-color : default;
  	font-family : veranda, arial, sans-serif;
	font-size : 12px;
}
DIV.wikifooter {
	font-family : veranda, arial, sans-serif;
	font-size : 12px;
  background-color : #dee9f0;
}
DIV.wikipref {
	font-family : veranda, arial, sans-serif;
	font-size : 12px;
  background-color : White;
}
HR.wikilinefooter {
	font-family : veranda, arial, sans-serif;
	font-size : 12px;
  height : 3px;
}
HR.wikilineheader {
	font-family : veranda, arial, sans-serif;
	font-size: 12px;
  height : 2px;
  border : double;
}
HR.wikiline {
  height : 2px;
  color : blue;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
A.wikipagelink {
  background-color : default;
  #color: #229;
}
A.wikipageedit {
	font-family : veranda, arial, sans-serif;
	font-size : 12px;
  color : default;
  border-bottom : 1px dotted #a00
}
TABLE.wikidiffold {
  background-color : orange;
}
TABLE.wikidiffnew {
  background-color : Lightgreen;
}
PRE.paraverbatim {
	color : #015;
	background-color : #dee9f0;
	margin: 0px 200px 0px 68px;
}

/*********************************************************/
/* Tables */
/* without border */
.paratable {
  margin-top: 20px;
  margin-bottom: 20px;
  }
.paratable td {
  padding-right: 20px;
  padding-bottom: 10px;
  }
/* with border */
.paratable-border {
  margin-top: 20px;
  empty-cells: show;
  border-collapse: separate;
  margin-bottom: 20px;
  /* arg @ IE
  border-spacing: 2px ;
  */
  }
.paratable-border td {
  padding: 4px;
	background: #eee;
	background: #dee9f0;
 
  border:none;
  /* arg @ IE */
  border: solid 1px #f5f5f6;
  }
em.em2 {
 font-family:verdana, arial, sans-serif;
	font-size : 12px;
}

td {
 font-family:verdana, arial, sans-serif;
	font-size : 12px;
}

