body {
  margin:0;
  border:0;
  padding:0;
  height:100%;   
  font-family:tahoma; 
  font-size:11px;
}
#Header {
	line-height: 50px;
}
#Header .HeaderText {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#Header .HeaderTitleNav {
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	display: block;
	height: 31px;
	line-height: 30px;
	padding-left: 15px;
}
.HeaderTitleNav ul {
	display: none;
}
#Footer {
  display: none;
  background-color: #eeeeee;
  font-size: 10px;
  position:absolute; 
  bottom:0;
  width:100%; 
  height:48px; 
  overflow:auto; 
  text-align:center;
}
#Footer .Copyright {
	border-top: 1px solid #999999;
	display: block;
	line-height: 12px;
	text-align: center;
}
#Contents {
	top: 100px;
}
#Contents .Container {
	margin-left: auto;
	margin-right: auto;
	width: 570px;
}

/* IE Styling */

* html body {
  padding:101px 0px 48px 0px; 
}
* html #Contents {
  height:100%; 
  width:100%; 
}

/* Global Content Formatting */

p {
	line-height: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.PageTitle {
	border-bottom: 1px solid #cccccc;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 20px;
}
.Subtitle {
	background-color: #eeeeee;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.KeyWords {
	font-weight: bold;
}
.KeyLinks {
	color: #0000ff;
}
.FigureText {
	font-style: italic;
	margin: 15px 0px 5px 0px;
}
.FigureImageText {
	font-style: italic;
	line-height: 12px;
}
.TableContents td {
	font-family: tahoma;
	font-size: 10px;
}

/* Table of Contents Formatting */

.ToCMainList,
.ToCSubList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ToCMainList li {
	margin-bottom: 6px;
}
.ToCMainList a {
	background-image:  url(../Images/Framework/Page.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	text-decoration: none;
}
.ToCMainList a:hover {
	text-decoration: underline;
}

/* Navigation Icons (For displaying the full toolkit */

.ListNoBullits {
	display: block;
	list-style-type: none;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 540px;
}
.ListNoBullits li {
	padding: 0px;
}
.Toolkit {
	background-image:  url(../Images/Framework/SubtitleBar.jpg);
	border: 1px solid #999999;
	font-size: 11px;
	height: 28px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.ToolkitDescription {
	line-height: 15px;
	margin-bottom: 25px;
}
.NavigationToolkit,
.SelectionToolkit,
.MarkupToolkit,
.ProjectToolkit,
.ExportToolkit,
.TasksToolkit {
	background-image:   url(../Images/Tools/NavigationToolbox.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #999999;
	display: block;
	float: left;
	height: 28px;
	line-height: 27px;
	position: relative;
	text-indent: 36px;
	width: 120px;
}
.NavigationToolkit{
	background-image:   url(../Images/Tools/NavigationToolbox.jpg);
}
.SelectionToolkit {
	background-image:   url(../Images/Tools/SelectionToolbox.jpg);
}
.MarkupToolkit {
	background-image:   url(../Images/Tools/MarkupToolbox.jpg);
}
.ProjectToolkit {
	background-image:   url(../Images/Tools/ProjectToolbox.jpg);
}
.ExportToolkit {
	background-image:   url(../Images/Tools/ExportToolbox.jpg);
}
.TasksToolkit {
	background-image:   url(../Images/Tools/TasksToolbox.jpg);
}
.Tools {
	display: block;
	float: left;
	height: 28px;
	overflow: hidden;
}

/* Tool Descriptions and Icons */

.ToolDescriptionContainer {
	margin-bottom: 20px;
}
.ToolIcon, 
.ToolIconSmall {
	display: block;
	float: left;
	overflow: hidden;
}
.ToolIcon {
	height: 30px;
	width: 36px;
}
.ToolIconSmall {
	height: 16px;
	width: 16px;
}
.ToolDescription {
	display: block;
	line-height: 15px;
	margin-left: 40px;
}
.ToolDescriptionSmall {
	display: block;
	line-height: 15px;
	margin-left: 20px;
}
.ToolHint {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	display: block;
	line-height: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
.PanZoomTool {
	display: block;
	float: right;
	width: 100px;
	height: 227px;
	margin-top: 10px;
	text-align: center;
}
.Spacer {
	display: block;
	height: 15px;
}
.MeasurePanel {
	float: right;
	width: 300px;
}
.SelectionResults {
	display: block;
	float: right;
	width: 252px;
	height: 340px;
}

/* IE 6 PNG Transparency Fix */

img { 
	behavior:  url(iepngfix/iepngfix.htc); 
}
#Contents img { 
	behavior:  url(iepngfix/iepngfix.htc); 
}