/* CSS Stylesheet for SMS Smede Svend */

/* 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: url(../../Images/Background/Background_1600x1200.jpg) aliceblue fixed left top;
}

BUTTON
{
  font-size: 7pt;
  margin-bottom: 5px;
  width: 50pt;
  color: #487CA5;
  font-family: Verdana, Arial;
  height: 40pt;
  background-color: #DBDBDB;
  text-align: center;
}

HR
{
  color: gray;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
  color: #0033CC;
}
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: underline;
}	
		
A:visited
{
  color: navy;
  text-decoration: underline;
}	
		
A:active
{
  color: blue;
  text-decoration: underline;
}	
		
A:hover
{
  color: blue;
  text-decoration: underline blink;
}
	
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;
	}



/***********************************************/
/* User Defined part */	
/***********************************************/


/***********************************************/
/* Default Main Page Setup */


/***********************************************/
/* Buttons */
.Button1
{
  border: 1px solid #57A1BC;
  clear: both;
  font-weight: bold;
  font-size: 8pt;
  text-transform: capitalize;
  cursor: auto;
  color: #487CA5;
  font-family: Verdana, Arial;
  background-color: #BDD7E4;
  text-align: center;
}
.Button2
{
  border: 1px solid #57A1BC;
  clear: both;
  font-weight: bold;
  font-size: 7pt;
  text-transform: capitalize;
  cursor: auto;
  color: #487CA5;
  font-family: Verdana, Arial;
  background-color: #BDD7E4;
  text-align: center;
}
.Button3
{
  border: 1px solid #57A1BC;
  clear: both;
  font-weight: normal;
  font-size: 7pt;
  text-transform: capitalize;
  cursor: auto;
  color: #487CA5;
  font-family: Verdana, Arial;
  background-color: #BDD7E4;
  text-align: center;
}
.Button4
{
  border: 1px solid #57A1BC;
  clear: both;
  font-weight: bold;
  font-size: 6pt;
  text-transform: capitalize;
  cursor: auto;
  color: #487CA5;
  font-family: Verdana, Arial;
  background-color: #BDD7E4;
  text-align: center;
}





/***********************************************/
/* Header */
.PageHeaderLeft
{
  text-align: left;
  vertical-align: top;
}

.PageHeaderCenter
{
  vertical-align: top;
}

.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;
}


/***********************************************/
/* Footer */
.PageFooterA
{
  font-weight: normal;
  font-size: 9pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 98%;
  height: 98%;
}
.PageFooterB
{
  font-weight: normal;
  font-size: 8pt;
  color: navy;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 98%;
  height: 98%;
}


/***********************************************/
/* Slideshow */
.StoryBoardPanel
{
  background-color: #B6D2E1;
}

.SlideShowTitle
{
  font-size: 12pt;
  color: Navy;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
}

.SlideShowText
{
  font-size: 11pt;
  color: #003399;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: normal;
}

.PanelStoryBoard
{
  vertical-align: top;
  text-align: center;
  table-layout: auto;
  height: 100%;
  width: 100%;
  background-color: #B6D2E1;
}


/***********************************************/
/* 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: #0099CC;
  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: #CCCCCC;
}


/***********************************************/
/* 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: 13pt;
  text-transform: capitalize;
  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;
}


/***********************************************/
/* Input */
.Textbox
{
  border: thin outset #808080;
  font-family: Verdana;
  font-size: small;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  background-color: #CCCCCC;
}
 
