/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.01.16
   PURPOSE:   Styles for the HTML
   CUSTOMER:  SAVBASKET
 **************************************************************/
html,
body {
	height: 100%;
}
body {
	background-image: url(../graphics/bg.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;  
	text-align: center;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding: 0;
}
h1 {
	padding-bottom: 0.2em;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}
.boxGreen h1, .boxYellow h1 {
	margin: 0px; 
	color: #FFFFFF;
	font: 400 1.6em arial, sans-serif;
}
.boxYellow h1 {
	color: #000000;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #6B6B6B;
}
h3 {
	text-transform: uppercase;
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	text-transform: uppercase;
	font-size: 10px;
}
h6 {
	text-transform: uppercase;
	font-size: 8px;
}
/*Editor section*/
.small {
	font-size: 9px;
}
.green {
	color: #008000;
}
.red {
	color: #FF0000;
}
.grey {
	color: #808080;
}
.blackfont {
	color: #000000;
}
.credits {
	color: #808080;
	font-size: 9px;
	font-style: italic;
}
.datePaper {
	color: #FF0000;
	font-size: 10px;
}
a:hover .datePaper {
	color: #FFFF00;
}
.lightGreyBg {
  background-color: #E8E8E8;
}
.lightYellowBg {
  background-color: #FFFF00;
}
.dark {
  color: #414141;
}
.greyLight {
	background-color: #E7E7E7;
}
.greyDark{
	background-color: #BCBCBC;
}
.black {
	color: #FFFFFF;
	background-color: #000000;
}
.yellow {
	background-color: #FFDD1A;
}
.title1 {
	text-transform: uppercase;
	font-weight: bold;
}
/* Links */
a, a:visited {
	text-decoration: none;
	color: #0D5F23;
}
a:hover {
	color: #B2B200;
}

.boxGreen a, .boxGreen a:visited {
	color: #FFDD1A;
}
.boxGreen a:hover {
	color: #FFEBB7;
	text-decoration: underline;
}
.boxYellow a, .boxYellow a:visited {
	color: #000000;
}
.boxYellow a:hover {
	color: #5F6000;
}

.sponsorBanner img {
	border: 3px solid #CCCCCC;
}



img {
  border: 0;
}
a img {
  border: 0;
}
a img.border {  
  border: 1px solid #FC3307;
}
a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #363636 !important;
  border: 1px solid #FC3307;
}
/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}
img.floatLeft {
  margin: 5px 10px 10px 0;
}
/* Lists */
ul li {
  list-style-image: url(../graphics/submenu1.gif);
}
ol li {
  font-weight: bold;
  color: #363636;
}
ol li span {
  font-weight: normal;
  color: #444;
}
/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E8E8E8;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
}
