body {
background-color: #ffffff;
color: black;
}

.postsub {
font-family: Segoe UI, Tahoma, Verdana, Trebuchet MS, Helvetica, Arial, sans-serif;
font-size: 10pt;
/*
font-size: 1.1em;
*/
}

.postfoot {
font-family: Segoe UI, Tahoma, Helvetica, Arial,  sans-serif;
}


H2 a:link,
H2 a:visited,
H2 a:active
{
color: black;
}

a:visited,
a:active,
a:link {	
	color: #005F7F;
}


.commentowner
{
background-color: #d7EBFF;
}

#masthead {
background: #000000;
}

.postsubhead a:link,
.postsubhead a:visited{
	color: #939393;
}



#header h1
{
  border-bottom: 1px solid #85dbf5;
}
#title
{
  background-color: #005F7F;
  filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#5A8DC0', EndColorStr='#114477',
    GradientType=0);
  width: 100%;
}
#title #tagline
{
  color: white;
text-align: center;
font-family: Cambria, Helvetica, Georgia, Verdana, Tahoma, Arial,  sans-serif;
font-size: 1.5em;
}

#title .headermaintitle
{
  color: white;
  font-family: Calibri, Helvetica, Tahoma, Verdana, Arial,  sans-serif;
  font-size: 1em;
}
#sidebar-a h3
{
  background-color: #005F7F;
  border-top: 1px solid #85dbf5;
  border-left: 1px solid #85dbf5;
  border-right: 1px solid #c0c0c0;
  border-bottom: 0px;
  color: white;

  filter: progid:DXImageTransform.Microsoft.Gradient(
    StartColorStr='#5A8DC0', EndColorStr='#114477',
    GradientType=0);

  width: 239px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}
#sidebar-a > h3, #sidebar-a > div > h3
{
  width: 238px;
}

#sidebar-a
{
 FONT-FAMILY: Segoe UI, Tahoma, sans-serif;
}

.searchBox
{
  width: 200px;
  border: 1px solid #2765ab;
  
}
#content td
{
  vertical-align: top;
}
#footer
{
  display: none; // Currently no content.
}


.Taga a:link, .Tag1 a:visited, .Tag1 a:active
{
	color: #057;
}
.Tag2 a:link, .Tag2 a:visited, .Tag2 a:active
{
	color: #067;
}
.Tag3 a:link, .Tag3 a:visited, .Tag3 a:active
{
	color: #077;
}
.Tag4 a:link, .Tag4 a:visited, .Tag4 a:active
{
	color: #088;
}
.Tag5 a:link, .Tag5 a:visited, .Tag5 a:active
{
	color: #099;
}
.Tag6 a:link, .Tag6 a:visited, .Tag6 a:active
{
	color: #0aa;
}

.csharpcode {
	overflow: auto; PADDING-RIGHT: 10px; BORDER-TOP: black 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Consolas, Courier New , Courier, Monospace; color: blue;
}
.csharpcode .kwrd {
	COLOR: #0000ff
}
.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .str { color: #006080; }
