﻿.xaml {
	border: 1px solid #999999;
	font-family: Consolas;
	background-color: #f2f2f2;
	left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 5px;
}

.html {
	border: 1px solid #999999;
	font-family: Consolas;
	background-color: #f2f2f2;
	left: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	padding: 5px;
}

.javascript {
	border: 1px solid #999999;
	font-family: Consolas;
	background-color: #f2f2f2;
	left: 40px;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 5px;
}

.collapsedXaml {
	display: none;
}

/*
  These next few styles are for syntax highlighting 
  of xaml, JavaScript, and C#.  If you want to match 
  Visual Studio exactly, just use "red", "brown", "blue" 
  and "green" as the color values.  I wanted something
  a little more subtle, so the emphasized sections would
  standout a little more.
*/
.code-red {
	color: #9E0000;
}
.code-brown {
	color: #893805;
}
.code-blue {
	color: #000088;
}
.code-green {
	color: #005200;
}

.api-name 
{
	
	font-weight: bold;
}



.hyperlink-block {
	padding-top: 0px;
	margin-bottom: 1px; 
	font-size: x-small;
	text-align: left;
	width: 300px;
	padding-bottom: 10px;
	vertical-align: middle;
	margin-top:10px;
	
}

.hyperlink-blockA {
	
	
	font-size: x-small;
	text-align: left;
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
	background: #e7e4f5;
	padding: 5px;
	border: solid 1px #cccccc;
	

}

.agHost {
	margin: 0px;
	margin-bottom: 10px;
	border: solid 3px #7ab8ef;
	width: 300px;
	background-image: url('images/grid.png');
	background-repeat:repeat;
}

table.in-page-toc-table 
{
  
  
}

.desc
{
   background: #f7f6f6;	
  /* background-image: url('steel2.png');*/
}

table.in-page-toc-table td
{
  vertical-align: middle;
  color: #333333;
  padding: 10px;
  
}

body 
{
  margin: 10px;	
  /*
   background: url('images/blend_05.png');
  background-repeat:repeat-x;  */
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
}

li p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-size: 10pt;
}

.text-in-list1
{
	margin-left: 10px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}

li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 5px;
}


div.intro-section ul 
{
}

ul 
{
}

h4{

	margin-top: 0px;
	margin-right: 20px;
	font-style: normal;
	
}

h3{

	margin-top: 0px;
	margin-right: 20px;
	font-style: normal;
		
}

h2{

	margin-top: 0px;
	margin-right: 20px;
	font-style: normal;
	
}

h1{

	margin-top: 0px;
	margin-right: 20px;
	font-style: normal;
	
}

h1 
{
	
	color: #999999;
	margin: 0px;
	padding: 0px;

}

h3 
{
	
	color: #999999;

	
	 
	
}

h4
{
  color: #999999;	
  margin-bottom: 0px;
}

.section 
{
	background: white;
	padding: 5px;
	margin-top: 10px;
	margin-right: 20px;
	border: 1px solid #cccccc;
	

}

.copyright-section
{
	padding: 5px;
	margin-top: 20px;
	margin-right: 20px;
}

.copyright-section p
{
	font-size: 8pt;
}


.intro-section
{
  background-color: white;
  padding: 5px;
  	margin-top: 20px;
	margin-right: 20px;
  border: 1px solid #CCCCCC;	
}

.header-section
{
	background: url('images/steel4.png');
	border: 1px solid white;
	margin-top: 35px;
	padding-top: 10px;
	margin-right: 20px;
}

.header-section td
{
	vertical-align: middle;
}


/* table of contents entry */
.tocEntry {
	font-size: 9pt;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
 
}

li.tocEntry
{
 margin-left: 0px;	
 padding-left: 0px;
}

.tocHeader {
	font-size: 9pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: #cccccc;
	font-weight: bold;
}



.tocSection
{
 margin-bottom: 5px;
 padding-top: 5px; 
 padding-bottom: 5px;	

}

.tocStartSection
{
 padding-top: 5px; 
 padding-bottom: 5px;
 background: white;
 margin: 0px;	
  
}



.navigation-cell
{
	padding-top: 15px;
	
}

.navigation-content
{
	margin: 20px;
	 background: url('images/blend_05.png');
	width: 230px;

}
