.NumIcon
{
	font-family:verdana, "Trebuchet MS", arial;
	color:white;
	font-weight:bold;	
	text-align:center;
	font-size:7pt;
	background: #011f43;
	line-height:1.2em;
}
.ToolIcon
{
	float:left;
	clear:left;
}
.InnerDoc
{
	padding:5px 20px 5px 10px;
}
.InnerDoc h2
{
	font-size:150%;
}
.InnerDoc h3
{
	font-size:130%;
}
.InnerDoc, .Doc pre, .BlogPost pre
{
	overflow-x:auto;
	overflow-y:hidden;
	padding: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: black;
}
.Doc pre, .BlogPost pre
{
	font-size: 12px;
}
.DocFunc
{
	font-weight:bold;
	font-size:12.5pt;
}
.DocType
{
	font-style:italic;
	letter-spacing:1px;
	padding-right:.2em;
}
.DocType,
.DocParam
{
	font-family:"consolas", "Lucida Console","Courier New",Courier,monospace;
}
.Doc, .DocHeader, .DocSection
{
	font-family:"Trebuchet MS", Verdana, Helvetica, arial,sans-serif;
}
.Doc
{
	font-size:1.1em;
	line-height:1.5em;
	color:#000000;
}
.DocSection
{
	font-size:11pt;
	font-weight:bold;
	letter-spacing:.1em;
}
.DocHeader
{
	color:#011F43;
	font-size:16pt;
	padding-top:7px;
	padding-left:7px;
	background:#B5CBE4;
	letter-spacing:1px;
	padding-bottom:3px;
	font-weight:bold;
}
.APIHeader
{
	font-family:helevtica, arial, sans-serif;
	font-size:16pt;
	color:#011f43;
	letter-spacing:0.05;
}
.SearchTitle
{
	color: #00A9E4;
	font-weight:bold;
}
.SearchType
{
	font-style:italic;
	color:#7D848A;
	font-weight:normal;
}
.SearchCopy
{
	padding-top:3px;
	font-size:8pt;
	/*line-height:1.2em;*/
	color:#505859;
	margin-bottom:0.5em;
}
.SearchResult
{
	border-bottom:2px dotted #DDE3F2;
	line-height:1.2em;
}
.SearchResult a
{
	text-decoration: none;
	display:block;
}
.SearchResult a:hover
{
	text-decoration:underline;
}
.SearchURL, .SearchCheck
{
	font-family:verdana;
	color:#7D848A;
	font-size:7pt;
	word-wrap:break-word;
	line-height:1.2em;
}
.CtrlTab
{
	background:url("../Assets/Images/page-tab.gif") no-repeat;
	background-position: center center;
	padding-left:4px;
	padding-right:4px;
	color:white;
	font-weight:bold;
}
.CtrlPrev, .CtrlNext
{
	margin-top:2px;
	margin-right:0px;
	padding-left:4px;
	padding-right:3px;
}
.CtrlPrev
{
	background:url("../Assets/Images/page-left.gif") no-repeat;
}
.CtrlNext
{
	background:url("../Assets/Images/page-right.gif") no-repeat;
}
.ColorPreview
{
	width:200px;
	height:10px;
	border:1px solid black;
}
.StyledBtn
{
	color: #666666;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.SectionPanel .Tabs
{
	font-size:9pt;
	font-weight:bold;
	margin-right:1px;
	padding-left:6px;
	padding-right:6px;
	padding-top:7px;
	border-right: '1px solid #babbc0';
	white-space:nowrap;
}
.ToolTip
{
	text-align: center;
	background:white;
	border-bottom:1px solid #B0B0B0;
	border-left:1px solid #B0B0B0;
	border-top:1px solid #B0B0B0;
	font-weight:bold;
	margin-right:14px;
	padding-bottom:3px;
	padding-left:4px;
	padding-top:2px;
	text-align: center;
}
.SourceTab
{
	padding-top: 4px;
	border-right: 1px solid #A0A0A0;
	/*font-weight: bold;*/
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: black;
}
.CommentTitle
{
	font-size:15px;
	font-weight:bold;
	padding-top:3px;
}
.CommentPost
{
	line-height:1.6;
	margin-top:5px;
	margin-bottom:5px;
}
