/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - roger@webjuice.ch
   DATE:      2007.02.09
   PURPOSE:   Styles for the html elements
	CUSTOMER:  Mary Ann McCormick	
 **************************************************************/

html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	background-color: #990000;
	background-image: url(../graphics/bg_repeat.jpg);
	background-repeat: repeat-y;
}
img {
	border: 0px;
}
p {
	margin: 0;
	padding: 2px 0px 2px 0px;
}
a, a:visited {
	color: #7B1119;
	text-decoration: none;
}
a:hover  {
	color: #37090B;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "trebuchet ms", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #7B1119;
}
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;
}
h2 {
	font-size: 18px;
}
h2 a:link {
	color: #440808;
}
h2 a:hover {
	color: #7B1119;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}
hr {
	padding: 0px;
	margin: 0px;
}
ul {
	margin: 3px;
	margin-right: 0px;
	margin-left: 0px;	
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-color: #FFFFFF;
	border: 1px solid #BDA48E;
	list-style-image: url(../graphics/bullet.gif);
}	

/**************************************************************
   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: #6C6C6C;
	text-decoration: none;
}
.grey a:hover {
	color: #313131;
	text-decoration: underline;	
}
.credits {
	font-style: italic;
	color: #666666;
}
.hidden {
	visibility: hidden;
}
.currentRecord {
	font-weight: bold;
}

img.floatRight {
	margin: 5px 0px 10px 15px;  
}
img.floatLeft {
	margin: 5px 15px 10px 0px;
}

/**************************************************************
THUMBNAILS BLOCK CLASS: Link to the details
 **************************************************************/
a.thumbnailsBlock, a:visited.thumbnailsBlock {
	text-decoration: none;
	font-size: 9px;
	font-style: italic; 
	text-align: center;
	padding: 6px;
	margin: 5px;
	margin-left: 0px;
	width: 154px;
	height: 200px;	
	display: block;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #BDA48E;
}
a:hover.thumbnailsBlock {
	background-color: #EEF5FB;
	border-color: #FDE8E6;
}
a.thumbnailsSmall, a:visited.thumbnailsSmall {
	height: 160px;	
}
a.thumbnailsLarge, a:visited.thumbnailsLarge {
	width: 225px;
	height: 185px;	
}
.borderimg {
	background-color: #FFFFFF;
	border: 1px solid #BDA48E;
	padding: 3px;
	margin: 3px;
	margin-left: 0px;
}
.padding {
	padding: 10px;
}
/**************************************************************
BLOCK CLASS: Search block
 **************************************************************/
#customBlock {
	border: 1px solid #BDA48E;
	margin: 3px;
	margin-right: 0px;
	margin-left: 0px;	
	padding: 5px;

}
#customBlock form {
	padding: 0px;
	margin: 0px;
}
