﻿/* General Style properties */
h1
{
    font-family: book antiqua;
    font-size: 16pt;
    color: Gray;
    font-weight: normal;
    margin-top: 0px; 
    margin-bottom: 0px;
}

h2
{
    margin-top: 0px; 
    margin-bottom: 0px;
}

a.Header: {
	text-decoration: none;
	color: white;
	font: 10pt Arial;
}
a.Header:link {
	text-decoration: none;
	color: white;
	font: 10pt Arial;
}
a.Header:visited {
	text-decoration: none;
	color: white;
	font: 10pt Arial;
}
a.Header:hover {
	text-decoration: underline;
	color: white;
}
a.Header:active {
	text-decoration: underline;
	color: white;
}
.LabelHeader {
	text-decoration: none;
	color: white;
	font: 10pt Arial;
}
.LoginStatus {
	text-decoration: none;
	color: blue;
	font: 10pt Arial;
}
.rootContainer {
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc);
}
.BUTTON {
	border-color: #507CD1;
	border-style: none;
	color: white;
	margin-top: 10px;
	cursor: hand;
	background: #507CD1;
}
.BUTTONHeader {
	font-weight: bold;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: white;
	cursor: hand;
	font-family: Arial;
	background: #507CD1;
}
a.GreyLink: {
	text-decoration: none;
	color: #505050;
	font: 10pt Arial;
}
.GreyLink:link {
	text-decoration: none;
	color: #505050;
	font: 10pt Arial;
}
.GreyLink:visited {
	text-decoration: none;
	color: #505050;
	font: 10pt Arial;
}
.GreyLink:hover {
	text-decoration: underline;
	color: #505050;
}

a.BlueLink:
{
	text-decoration: none;
	color: #11488A;
	font: 10pt Arial;
}

a.BlueLink:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	color: #11488A;
	font: 10pt Arial;
} 
a.BlueLink:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font: 10pt Arial;
  color: #11488A;
  } 
a.BlueLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color: #FFAE33;
  }
  
a.WhiteLink:
{
	text-decoration: none;
	color: White;
	font-family: Arial;
}

a.WhiteLink:link
{
	/* Applies to all unvisited links */
	text-decoration: none;
	color: White;
	font-family: Arial;
} 
a.WhiteLink:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family: Arial;
  color:            White;
  } 
a.WhiteLink:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:           White;
  }
  
TD.Header {
	color: White;
	font: normal smaller Arial;
}
TR.Footer {
	color: #808080;
	font: smaller Arial;
}
SPAN.Title {
	color: #404040;
	font: normal 14pt book antiqua;
}
TD.BodyTD {
	border: #bfbfff 1px solid;
	padding: 10px;
	background: #e7e7ff;
}
TD.HomeTitle {
	color: Gray;
	padding: 5px 0 5px 5px;
	font: normal 16pt book antiqua;
}
TABLE.ItemsTable {
	padding: 5px;
	width: 100%;
	height: 100%;
	font-family: arial;
	color: Gray;
}
TD.ImageTD {
	padding: 3px 5px 5px 5px;
	border-right: #bfbfff 1px solid;  
	border-bottom: #bfbfff 1px solid;
}

TABLE.BodyTable
{
    background-color: #ffffff;
    border: #bfbfff 1px solid;
    padding: 2px 5px 2px 5px;
    width: 100%;  
}

p.introduction:first-letter {
font-size : 150%;
font-weight : bold;
float : left;
width : 1em;
}
