/* DOTNETJOHN.CSS */

/* Elements */

a 
{
	color: black; 
	text-decoration: none; 
	font: bold 8pt MS Reference Sans Serif, Verdana, Helvetica, sans-serif;
}

a.menulinks: hover
{
	color: White; 
	text-decoration: underline;
}

a:hover
{
	color: #003399;
	text-decoration: underline;
}

a:active
{
	color: #003399;
	text-decoration: underline; 
	font: bold 8pt MS Reference Sans Serif, Verdana, Helvetica, sans-serif;
}

blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #000000;
}
body
{
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10pt;
	font-family: MS Reference Sans Serif, Verdana, Arial, Sans-Serif;
}

h1
{
	font-size: 13pt; 
	font-weight: bold; 
	color: Black;
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif; 
}

h2 
{ 
	font-size: 11pt; 
	font-weight: bold; 
	color: Black;
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif; 
}

h3 
{ 
	font-size: 10pt; 
	font-weight: bold; 
	color: Black;
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Tahoma, Helvetica, sans-serif; 
}

h4 
{ 
	font-size: 9pt; 
	font-weight: bold; 
	color: Black;
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Tahoma, Helvetica, sans-serif; 
}
	 
h5 
{ 
	font-size: 8pt; 
	font-weight: bold; 
	color: Black;
	margin-top: 0px; 
	margin-bottom: 2px;
	font-family: Tahoma, Helvetica, sans-serif; 
}

hr
{
	color: #3366CC;
	height: 1px;
}

li
{
	margin-bottom: 8px;
	font-family: MS Reference Sans Serif, Verdana; font-size: 8pt;
}

ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: Black;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

PRE	{	
  font-family: "Courier New", Courier, mono; 
  font-size: 10pt; 
  background-color: white;
  border-color: #3366CC;
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
  padding-top: 4px; 
  padding-right: 4px; 
  padding-bottom: 4px; 
  padding-left: 12px;
  line-height: 16px;
  /* Browser specific (not valid) styles to make preformatted text wrap */
  /*white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;       /* Internet Explorer 5.5+ */

}	

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	color: #000000;
	list-style-image: url(images/default_bullet.gif);
}

/* Classes */

.button
{
	background-color: #3366CC;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 8pt;
	height: 20px;
}

.centercolumn
{	color: #000000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 14px;
	margin-right: 14px;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: MS Reference Sans Serif, Verdana, Arial, Sans-Serif;
	width: 2000px;
	vertical-align: top;
}

.code 
{  
  font-family: "Courier New", Courier, mono; 
  font-size: 10pt; 
  background-color: white;
  border-color: #3366CC;
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
  padding-top: 4px; 
  padding-right: 4px; 
  padding-bottom: 4px; 
  padding-left: 12px;
  line-height: 16px;
}

.code2 
{  
  font-family: "Courier New", Courier, mono; 
  font-size: 10pt; 
  background-color: white;
  border-color: #3366CC;
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
  padding-top: 4px; 
  padding-right: 4px; 
  padding-bottom: 4px; 
  padding-left: 12px;
  line-height: 16px;
  /* Browser specific (not valid) styles to make preformatted text wrap */
  /*white-space: pre-wrap;       /* css-3 */
  /*white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  /*white-space: -pre-wrap;      /* Opera 4-6 */
  /*white-space: -o-pre-wrap;    /* Opera 7 */
  /*word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.codepad2
{
	 padding-left: 20px;
}

.codepad4
{
	 padding-left: 40px;
}

.codepad6
{
	 padding-left: 60px;
}

.footer
{
	border-top: 1px solid #3366CC;
	border-bottom: 1px solid #3366CC;
	background-color: #FFFFFF;
	padding: 14px;
	width: 100%;
}

.Italic
{
	font-style: italic;
}

.itemdate
{
	color: #444444;
	font-size: 10pt;
	font-family: MS Reference Sans Serif, Verdana, Arial, Sans-Serif;
}

.leftcolumn
{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #3366CC;
	height: 100%; 
	width: 150px;
	font-size: 10pt;
	font-family: MS Reference Sans Serif, Verdana, Arial, Sans-Serif;
}

.normal
{
  font-family: MS Reference Sans Serif, Verdana, Arial, Helvetica, Sans-Serif; 
  color:#000000;
  font-size: 10pt;
}

.normal2
{
	font-family: MS Reference Sans Serif, Verdana, arial, Helvetica, Sans-Serif;
  color: #000000;
  font-size: 10pt;
}

.normal3
{
  font-family: MS Reference Sans Serif, Verdana, Arial, Helvetica, Sans-Serif; 
  color:#000000;
  font-size: 10pt;
}

.normal4
{
  font-family: MS Reference Sans Serif, Verdana, Arial, Helvetica, Sans-Serif; 
  color:#000000;
  font-size: 8pt;
}

.normalblack
{
  font-family: Courier New, Arial, helvetica, Sans-Serif, MS Reference Sans Serif, Verdana;
  color:Black;
  font-size: 10pt;
}

.normalh
{
  font-family: MS Reference Sans Serif, Verdana, Arial, Helvetica, Sans-Serif; 
  color:#a53333;
}

.menudiv
{
	text-align: right; 
	background-color: #DCEBFE;
	color: white;
	padding-right: 2px;
}

.rightcolumn
{
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-left: 1px solid #3366CC;
	height: 100%;
	width: 150px;
	font-size: 10pt;
	font-family: MS Reference Sans Serif, Verdana, Arial, Sans-Serif;
}

.rssbutton
{
	padding-left: 14px;
}

.searchword
{
	background-color: yellow;
}

.smallhref
{
	color: black; 
	text-decoration: none; 
	font: bold 6pt MS Reference Sans Serif, Verdana, Helvetica, sans-serif;
}

.subhead 
{
	/*color: #3366CC;*/
	color: #003399; 
	font: bold 9pt Helvetica, MS Reference Sans Serif, Verdana, Helvetica, sans-serif;
}

.tdcategory
{
	background: #3366CC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3366CC;
	border-bottom-color: #3366CC;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-family: MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	width: 100%;
	vertical-align: top;
	margin: 0px;
}

.tdkbalerts
{
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
	border-bottom-width: 1px;
	font-size: 8pt;
	font-family: MS Reference Sans Serif, Verdana;
}

.textbox
{
	font-weight: normal;
	font-size: 10pt;
	height: 18px;
	width: 120px;
	border-style: solid;
	border-width: 1px;
	border-color: #3366CC;
}

.textbox_anywidth
{
	font-weight: normal;
	font-size: 10pt;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #3366CC;
}

.ulnormal
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #000000;
	list-style-image: url(images/default_bullet.gif);
}

#dhtmltooltip
{
	position: absolute;
	width: 480px;
	border: 1px solid #3366CC;
	padding: 4px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.csharpcode
{
	font-size: small;
	color: black;
	font-family: Courier New , Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.rem { color: #008000; }

.kwrd { color: #0000ff; }

.str { color: #006080; }

.op { color: #0000c0; }

.preproc { color: #cc6633; }

.asp { background-color: #ffff00; }

.html { color: #800000; }

.attr { color: #ff0000; }

.alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.lnum { color: #606060; }

.coloredcode .cmt 	{ color: #00D502; }
.coloredcode .cmtg 	{ color: #666; }
.coloredcode .st 		{ color: #f00; }
.coloredcode .kwdt 	{ color: #666; }
.coloredcode .kwd 	{ color: #00f; }
.coloredcode .attr 	{ color: #f00; }
.coloredcode .attrv 	{ color: #00f; }
.coloredcode .ec 		{ color: #00f; }
.coloredcode .tag 	{ color: #800000; }
.coloredcode .dir    { color: #000; background: #FEFF22; }
.coloredcode .gen    { color: #09c; }
.coloredcode .sel    { color: #800000; }
.coloredcode .val    { color: #00f; }
.coloredcode .unit 	{ color: #800000; }
.coloredcode .sqlcmt { color: #008080; }
.coloredcode .sqlkwd { color: #00f; }
.coloredcode .sqlkwd2 { color: #f0f; }
.coloredcode .sqlkwd3 { color: #999; }
.coloredcode .sqlkwd4 { color: #800000; }
.coloredcode .num 	{ color: #00f; }
.coloredcode .sqlst  { color: #008000;}
.coloredcode b      { font-weight: normal; color: #008080; }