/* CSS Stylesheet for Dansk Lama Forening */

/* HTML component part */

/*  background-position: left top; */
/*  background: url(../Images/Background/ColouredBackground.jpg) white repeat-x left top; */
/*  background-attachment: scroll;  */

BODY
{
  font-weight: normal;
  font-size: 14pt;
  background-image: none;
  margin: 5px;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: white;
}

HR
{
  color: forestgreen;
  height: 1px;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
  color: royalblue;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
A:link
{
  color: navy;
  text-decoration: italic;
}	
A:visited
{
  color: navy;
  text-decoration: italic;
}
A:active
{
  color: navy;
  text-decoration: italic;
}
A:hover
{
  color: navy;
  text-decoration: underline;
}
*/

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG
{
  
}


/***********************************************/
/* User Defined part */	
/***********************************************/


/***********************************************/
/* Header */
.HeaderTable
{
  margin-bottom: 5px;
  vertical-align: middle;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-collapse: collapse;
  background-color: forestgreen;
  text-align: center;
  border-bottom-style: none;
}

.HeaderRow
{
  
}

.HeaderCellLeft
{
  padding-left: 10px;
  vertical-align: middle;
  width: 2%;
  background-color: forestgreen;
  text-align: left;
}

.HeaderCellCenter
{
  vertical-align: middle;
  width: 96%;
  background-color: forestgreen;
  text-align: center;
}

.HeaderCellRight
{
  padding-right: 10px;
  background-color: forestgreen;
  width: 2%;
  text-align: right;
  vertical-align: middle;
}


/***********************************************/
/* Menu */ 
.MenuTable
{
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
.MenuCell
{
  padding-right: 10px;
  margin-top: 2px;
  padding-left: 10px;
  margin-bottom: 2px;
  background-color: forestgreen;
}

.MenuLink
{
  font-weight: bold;
  font-size: 13pt;
  text-transform: capitalize;
  color: white;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  text-decoration: none;
}
.MenuLink:link
{
  font-style: italic;
}
.MenuLink:visited
{
  font-style: italic;
}
.MenuLink:active
{
  font-style: italic;
  text-decoration: underline;
}
.MenuLink:hover 
{
  font-style: italic;
  text-decoration: underline;
  color: yellow;
}

.MenuLinkRed
{
  font-weight: bold;
  font-size: 13pt;
  text-transform: capitalize;
  color: Red;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  text-decoration: none;
}
.MenuLinkRed:link
{
  font-style: italic;
}
.MenuLinkRed:visited
{
  font-style: italic;
}
.MenuLinkRed:active
{
  font-style: italic;
  text-decoration: underline;
}
.MenuLinkRed:hover
{
  font-style: italic;
  text-decoration: underline;
  color: coral;
}


/***********************************************/
/* Body */
.PageBody { border-left: forestgreen 1px solid }

.PagePicture
{
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.PageWelcome
{
  font-size: 14pt;
  color: darkgreen;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}


/***********************************************/
/* Listings */
.ListHeader
{
  font-weight: bold;
  font-size: 16pt;
  color: darkgreen;
  font-family: Arial, Helvetica, sans-serif;
  height: 40px;
  text-align: left;
}

.ListSubHeader
{
  font-weight: bold;
  font-size: 12pt;
  color: black;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  height: 25px;
  text-align: left;
}
.ListSubHeader:link { color: darkgreen; }
.ListSubHeader:visited { color: darkgreen; }
.ListSubHeader:active { color: darkgreen; }
.ListSubHeader:hover { color: darkgreen; font-style: italic; }



.ListTextTop
{
  font-weight: normal;
  font-size: 12pt;
  margin-left: 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

.ListText
{
  font-weight: normal;
  font-size: 12pt;
  margin-left: 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}
.ListText:link { text-decoration: underline; color: green; }
.ListText:visited { text-decoration: underline; color: green; }
.ListText:active { text-decoration: underline; color: green; }
.ListText:hover { text-decoration: underline; color: limegreen; font-style: italic; }

.ListSpacer
{
  width: 0px;
}

.ListActivity
{
  font-weight: normal;
  font-size: 12pt;
  margin-left: 0px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

.ListNews
{
  font-size: 14pt;
  color: greenyellow;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: lightgrey;
}


.ImageBorder
{
  border: thin solid #808080;
}


/***********************************************/
/* Images */

.ImgBorder
{
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  border-left: gray 1px solid;
  border-bottom: gray 1px solid;
}

.ImgFilterBlinds { FILTER: progid:DXImageTransform.Microsoft.Blinds(direction='down', bands=2, duration=1); }

.ImgFilterRandomDissolve { FILTER: progid:DXImageTransform.Microsoft.RandomDissolve(duration=1.5, enabled=true, percent=0); }


/***********************************************/
/* Generel definitions */
.TableBlank
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  border-top-style: none;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  border-bottom-style: none;
}

/***********************************************/
/* Footer */
.FooterTable
{
}
.FooterCell
{
  padding-bottom: 4px;
  padding-top: 4px;
  border-top: forestgreen 1px solid;
  border-bottom: forestgreen 1px solid;
}
.FooterCellA
{
  font-weight: normal;
  font-size: 9pt;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: forestgreen;
  text-align: center;
}
.FooterCellA:link { text-decoration: underline; }
.FooterCellA:visited { text-decoration: underline; }
.FooterCellA:active { text-decoration: underline; }
.FooterCellA:hover { text-decoration: underline;  color: yellow;}

.FooterCellB
{
  font-weight: normal;
  font-size: 8pt;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: forestgreen;
  text-align: center;
}
.FooterCellB:link { text-decoration: underline; }
.FooterCellB:visited { text-decoration: underline; }
.FooterCellB:active { text-decoration: underline; }
.FooterCellB:hover { text-decoration: underline;  color: yellow;}



/***********************************************/
/* Statistics Table */
.StatTable
{
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-size: 12pt;
  margin: 5px;
  border-left: gray 1px solid;
  color: black;
  border-bottom: gray 1px solid;
  font-family: Arial, Helvetica, sans-serif;
  background-color: palegoldenrod;
}
.StatTableTop
{
  font-size: 13pt;
  text-transform: uppercase;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background-color: palegoldenrod;
  text-align: center;
}
.StatTableLeft
{
  font-size: 13pt;
  text-transform: uppercase;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background-color: palegoldenrod;
  text-align: left;
}
.StatTableNumbers
{
  font-size: 12pt;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background-color: palegoldenrod;
  text-align: right;
}


/***********************************************/
