/*
 *
 * Copyright 2003-2005 (c) Mathieu Roy <yeupou--at--coleumes.org>
 *
 *
 * This program is free software; 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.
 *
 * This program is distributed in the hope that it will be useful,
 * but without any warranty; without even the implied warranty of
 * merchantability or fitness for a particular purpose.  see the
 * gnu general public license for more details.
 *
 * You should have received a copy of the gnu general public license
 * along with this program; if not, write to the free software
 * foundation, inc., 59 temple place - suite 330, boston, ma  02111-1307, usa.
 *
 * $Id: clio.css,v 1.11 2005/06/17 08:28:49 moa Exp $
 *
*/

@import "clio-source.css";

/**********************************************************************
 *
 * Very basic (mostly text) items:
 *
 **********************************************************************/

body { 
  margin-top: 1%;
  margin-left: 12%;
  margin-right: 12%;
  margin-bottom: 1%;
  background-color: #ffe3c4;
  color: #5b564c;
}

div.content {
  background-color: white;
  text-align: justify;
  color: #5b564c;
  width: 100%;
  border-spacing: 0; 
  border: thin solid #5b564c;
  padding-left: 3%;
  padding-right: 3%;
}

div.title {
  background-color: #ffedd9;
  text-align: center;
  color: #968e7e;
  width: 28%;
  margin-right: 2%;
  margin-left: 70%;
  border-spacing: 0; 
  border: thin solid #968e7e;
  border-bottom: 0;
  font-weight: bold;
}

.tablelatexhtml {
  text-align: center;
  width: 90%;
  border: 0;
}

p { text-indent: 1em; }

a { text-decoration: none; color: #660303;}
a:hover { border-bottom: thin dotted #aa0000; color: #aa0000; }
a:active { color: #ff0000; }


.smaller { font-size: smaller; }
.small { font-size: small; }
.xsmall { font-size: xx-small; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

img {
  border: 0;
}




/**********************************************************************
 *
 * LaTeX2HTML stuff
 *
 **********************************************************************/

.rsection { font-weight: bold; }
.newsection { text-align: center; font-size : xx-large; font-weight: bold; }

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-shape: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{ font-weight: normal; }
H2		{ font-weight: normal; }
H3		{ font-weight: normal; }
H4		{ l }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */



