/* CSS Stylesheet for Bjergtur */

/* HTML component part */
BODY
{
  margin-top: 0px;
  font-weight: normal;
  font-size: 12pt;
  word-spacing: normal;
  text-transform: none;
  color: navy;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  width: 98%;
  height: 100%;
  background-position: left top;
  background-attachment: fixed;
  background-image: url(../../images/Background/Background_1600x1200.jpg);
  background-repeat: repeat;
}

HR
{
  color: gray;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
  color: blue;
}
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: none;
}	
		
A:visited
{
  color: navy;
  text-decoration: none;
}	
		
A:active
{
  color: blue;
  text-decoration: none;
}	
		
A:hover
{
  color: blue;
  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 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

BUTTON
{
  font-size: 7pt;
  margin-bottom: 5px;
  width: 50pt;
  color: white;
  font-family: Verdana, Arial;
  height: 40pt;
  background-color: navy;
  text-align: center;
}



/***********************************************/
/* User Defined part */	
/***********************************************/


/***********************************************/
/* Default Main Page Setup */
.tableOutline
{
  width: 100%;
  height: 99%;
}

.tdMain
{
  width: 90%;
  height: 50%;
}


/* Message Area*/
.MsgBlankGRID
{
  font-weight: bold;
  font-size: 8pt;
  color: lightblue;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: center;
}
.MsgError
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	font-style: normal;
	background-color: lightgrey;
	text-align: center;
}
.MsgStatus
{
  font-weight: bold;
  font-size: 8pt;
  color: navy;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: lightgrey;
  text-align: center;
}



/***********************************************/
/* Header */
.PageHeaderLeft
{
  text-align: left;
  vertical-align: top;
}

.PageHeaderCenterA
{
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  color: orange;
}
.PageHeaderCenterB
{
  vertical-align: top;
  text-align: center;
  font-size: 14pt;
  color: orange;
}

.PageHeaderRight
{
  font-weight: normal;
  font-size: 9pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  vertical-align: middle;
}


/***********************************************/
/* Main */

.PageMainText
{
  font-weight: normal;
  font-size: 12pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}


/***********************************************/
/* Article */

.ArticleHeader
{
  font-weight: Bold;
  font-size: 13pt;
  color: Navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: Left;
}

.ArticleParagraph
{
  font-weight: normal;
  font-size: 11pt;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}


/***********************************************/
/* Footer */
.PageFooterA
{
  font-weight: normal;
  font-size: 10pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 98%;
  height: 98%;
}
.PageFooterB
{
  font-weight: normal;
  font-size: 9pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 98%;
  height: 98%;
}
.PageFooterC
{
  font-weight: normal;
  font-size: 8pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 98%;
  height: 98%;
}


/***********************************************/
/* Special messages */
.HighLightMessage
{
  font-size: 12pt;
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../../images/Background/BackgroundOrangeTransp.gif);
}


/***********************************************/
/* Input and Controls */
.Textbox
{
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	border-left: orange 1px solid;
	border-bottom: orange 1px solid;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: 'Courier New', Courier, Monospace;
	background-color: white;
	text-align: left;
}

.Button1
{
  clear: both;
  font-weight: bold;
  font-size: 8pt;
  text-transform: capitalize;
  cursor: auto;
  COLOR: Navy;
  font-family: Verdana, Arial;
  BACKGROUND-COLOR: Orange;
  TEXT-ALIGN: center
}
.Button2
{
  CLEAR: both;
  FONT-WEIGHT: bold;
  FONT-SIZE: 7pt;
  TEXT-TRANSFORM: capitalize;
  CURSOR: auto;
  COLOR: Navy;
  font-family: Verdana, Arial;
  BACKGROUND-COLOR: Orange;
  TEXT-ALIGN: center
}
.Button3
{
  CLEAR: both;
  FONT-WEIGHT: normal;
  FONT-SIZE: 7pt;
  TEXT-TRANSFORM: capitalize;
  CURSOR: auto;
  COLOR: Navy;
  font-family: Verdana, Arial;
  BACKGROUND-COLOR: Orange;
  TEXT-ALIGN: center
}
.Button4
{
  CLEAR: both;
  FONT-WEIGHT: bold;
  FONT-SIZE: 6pt;
  TEXT-TRANSFORM: capitalize;
  CURSOR: auto;
  COLOR: Navy;
  font-family: Verdana, Arial;
  BACKGROUND-COLOR: Orange;
  TEXT-ALIGN: center
}
.ButtonImageType
{
  border-right: gray thin double;
  border-top: gray thin double;
  font-size: 7pt;
  border-left: gray thin double;
  width: 35pt;
  color: blue;
  border-bottom: gray thin double;
  font-family: Verdana, Arial;
  height: 35pt;
  background-color: blue;
}
.ButtonImageTypeTextRight
{
  font-weight: normal;
  font-size: 7pt;
  color: dimgray;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: right;
}
.ButtonImageTypeTextCenter
{
  font-weight: normal;
  font-size: 7pt;
  color: dimgray;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: center;
}

.CheckBox
{
  font-weight: normal;
  font-size: 8pt;
  color: navy;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: left;
}

.DataGridTitle
{
  font-weight: bold;
  font-size: 10pt;
  color: white;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: darkgray;
  text-align: center;
}
.DataGrid
{
  border-right: darkgreen 1px solid;
  border-top: darkgreen 1px solid;
  font-weight: normal;
  font-size: 12pt;
  vertical-align: middle;
  border-left: navy 1px solid;
  color: blue;
  border-bottom: darkgreen 1px solid;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: dimgray;
}
.DataGridHeader
{
  font-weight: bold;
  font-size: 8pt;
  color: darkblue;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: deepskyblue;
  text-align: center;
}
.DataGridItem
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 0px;
  margin: 0px;
  border-left: medium none;
  color: black;
  border-top-style: none;
  padding-top: 0px;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  border-right-style: none;
  background-color: lightblue;
  border-bottom-style: none;
}
.DataGridItemAlternating
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 0px;
  margin: 0px;
  border-left: medium none;
  color: black;
  border-top-style: none;
  padding-top: 0px;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  border-right-style: none;
  background-color: cornflowerblue;
  border-bottom-style: none;
}
.DataGridFooter
{
  border-right: medium none;
  border-top: medium none;
  font-weight: bold;
  font-size: 8pt;
  border-left: medium none;
  color: red;
  border-bottom: medium none;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: darkblue;
}



/***********************************************/
/* 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); }
.ImgFilterBarn { FILTER: progid:DXImageTransform.Microsoft.Barn( motion=out,orientation=vertical); }
.ImgFilterFade { FILTER: progid:DXImageTransform.Microsoft.Fade(duration=2.0,overlap=1.5); }


/***********************************************/
/* Listings */

.List
{
  width: 90%;
}

.ListHeader
{
  font-weight: bold;
  font-size: 16pt;
  color: navy;
  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: blue; }
.ListSubHeader:visited { color: blue; }
.ListSubHeader:active { color: blue; }
.ListSubHeader:hover { color: blue; 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: blue; }
.ListText:visited { text-decoration: underline; color: blue; }
.ListText:active { text-decoration: underline; color: blue; }
.ListText:hover { text-decoration: underline; color: dodgerblue; 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: blue;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: lightgrey;
}


/***********************************************/
/* Menu */ 
.MenuTable
{
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  text-align: left;
}
.MenuCell
{
  padding-right: 10px;
  margin-top: 2px;
  padding-left: 10px;
  margin-bottom: 2px;
  background-color: transparent;
}
.MenuLink
{
  font-weight: bold;
  font-size: 10pt;
  color: navy;
  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: blue;
}


/***********************************************/
/* Table Definitions */
.TableBlank
{
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}

.TableRowHeight30
{
  height: 30px;
}

.TableCellSpacer15
{
  width: 15px;
}
.TableCellSpacer30
{
  width: 30px;
}

.TableCellSubtext
{
  font-size: 10pt;
  color: dimgray;
  font-family: Arial, Helvetica, sans-serif;
}


/***********************************************/
