/**************************************************************
   AUTHOR:    Amila Productions SA (amila.ch) - roger@amila.ch
   DATE:      2006.11.09
   PURPOSE:   Styles for the html elements
	CUSTOMER:  Ion Marin 
 **************************************************************/

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	background-color: #440808;
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
img {
	border: 0px;
}
p {
	margin: 0;
	padding: 3px 3px;
}
a {
	color: #600E14;
}
a:hover, a:visited  {
	color: #37090B;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 2px 2px;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
h1 {   
	font-size: 20px;
	color: #440808;
	font-variant: small-caps;		
}
h2 {
	font-size: 18px;
	color: #440808;
}
h2 a:link {
	color: #440808;
}
h2 a:hover {
	color: #C48540;
}
h3 {
	font-size: 14px;
	color: #440808;
}
h4 {
	font-size: 12px;
	color: #440808;
}
h5 {
	font-size: 11px;
	color: #440808;
}
h6 {
	font-size: 9px;
	color: #440808;
}
hr {
	padding: 0px;
	margin: 0px;
}

/**************************************************************
   Generic display classes
 **************************************************************/
.clear {
  clear: both;
}
.block {
  display: block;
}
.small {
  font-size: 10px;
}
.green {
  color: #2E8B57;
}
.red {
  color: #EA1B00;
}
.grey {
  color: #666666;
}
.grey a:link, .grey a:visited {
	color: #999999;
	text-decoration: none;
}
.grey a:hover {
	color: #313131;
	text-decoration: underline;	
}
.credits {
	font-style: italic;
	color: #666666;
}
.hidden {
	visibility: hidden;
}
.currentRecord {
	font-weight: bold;
}