﻿html
{
	margin: 0;
	padding: 0px;
	border: 0px;
	height: 99%;
}
body 
{
  margin: 0;
  padding-top: 3em;
  padding-left: 120px;
  padding-right: 10px;

  /*height: 100%*/
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt;
  }

div#header
{
  position:fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1.5em;
  /*border: solid 1px red;*/
  background-color: #C0D0F0;
  padding: 4px;
  padding-bottom: 0px;
  padding-left: 10px;
}

#header #menu
{
	float: right;
	padding-right: 20px;
}

div#sidebar
{
  position:fixed;
  top: 3em;
  left: 0px;
  width: 100px;
  /*height: 300px;
  border: solid 1px green;*/
  padding: 4px;
  background-color: #C0D0F0;
}

div#content
{
  /*border: solid 1px black;*/
  padding: 4px;
  background-color: #CFDFFF;

} 


div#footer {
  clear: both;
  margin-left: -120px;
  margin-top: -3em;
  padding: 4px;
  font-size: 8pt;
}

/* @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#sidebar{
   position:fixed;
  }
 }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
*/

.fullwidth
{
	width: 100%;
}

/* wiki */
dt 
{
	font-weight: bold;
	margin-bottom: 0.1em;
}

dd 
{
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}

a
{
	text-decoration: none;
	color: #0645ad;
}

a:visited
{
	color: #0b0080;
}

ul
{
	margin-bottom: 1em;
}

a.external
{
	background-image: url("images/Icon_External_Link.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: right center;
	padding-top: 0pt;
	padding-right: 13px;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

pre 
{
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-width: 1px;
	border-style: dashed;
	border-color: #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

.rellink
{
	font-style: italic;
	padding-left: 2em;
	margin-bottom: 0.5em;
}

.nowrap
{
	white-space: nowrap;
}

tr.borderbottom td
{
	border-bottom: solid 1px black;
}

a.link
{
	background-image: url("images/page_white_link.png");
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-position: left center;
	padding-top: 0pt;
	padding-left: 18px;
	padding-bottom: 0pt;
	padding-right: 0pt;
}

a.tag
{
	white-space: nowrap;
}

#tabs
{
	background-color: White;
	padding: 4px
}

span.activetab
{
	border-left: solid 1px grey; 
	border-top: solid 1px grey; 
	border-right: solid 1px grey; 
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
  background-color: #CFDFFF;
}

span.tab
{
	border: solid 1px grey; 
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
  background-color: #CFDFFF;
}
