/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2007.06.26
   PURPOSE:   Styles for the html
   CUSTOMER:  VeriDiritti.org
 **************************************************************/
html,
body {
	height: 100%;
}
body {
	background-color: #600100;
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
body,td,th {
	color: #6D6D6D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	padding-bottom: 0.2em;
	font: 400 1.6em arial, sans-serif;
	color: #6B6B6B;
	border-bottom: 10px solid #DEDEDE;
}
h2 {
	font-size: 1.2em;
	color: #6B6B6B;
}
h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #6B6B6B;
}
h4 {
	font-size: 0.85em;
}
h5 {
	font-size: 0.8em;
}

/*Editor section*/
.small {
	font-size: 9px;
}
.green {
	color: #008000;
}
.red {
	color: #FF0000;
}
.grey {
	color: #808080;
}
.credits {
	color: #808080;
	font-size: 9px;
	font-style: italic;
}
.lightGreyBg {
  background-color: #E8E8E8;
}
.lightYellowBg {
  background-color: #FFFF00;
}
.dark {
  color: #33110D;
}
/* Links */
a:link, a:visited {
	color: #575757;
	/*text-decoration: none;*/
}
a:hover {
	color: #FF0000;
}
/* Images */
a img {
  border: 0;
}
/*
a img.border, a:visited img.border {
	border: 1px solid #686868;
	background-color: #FFFFFF;
}
a:hover img.border {
	background-color: #A52A2A;
	border-color: #000000;
}*/
img.floatRight {
  margin: 5px 0 5px 5px;
}
img.floatLeft {
  margin: 5px 5px 5px 0;
}
/* Lists */
ul li {
  list-style-image: url(../graphics/li.gif);
}
ol li {
  font-weight: bold;
  color: #363636;
}
ol li span {
  font-weight: normal;
  color: #444;
}
/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #C8C8C8;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
}
.bold {
	font-weight: bold;
}