body {
	font-size : .9em;
	font-family : Meiryo, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0px;
}

td
{
	font-size : .9em;
}

a:visited,
a:active,
a:link {	
	color: Navy;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

h1 {
	margin : 0px;
	margin-top : 10px;
	margin-bottom : 5px;
	font-size : 1em;
}

h1 a:visited,
h1 a:active,
h1 a:link {
	color : #000;
}

h1 a:hover {
	color : #47F;
	text-decoration : none;
}

h2 {
	margin-top : 10px;
	margin-bottom : 3px;
	font-size : 1.0em;
}

h3 {
	font-size : 1.2em;
}

h5 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 10px 0px;
}

#authors ul {
	list-style : none;
	padding : 0px;
	margin : 0px 5px;
}

div.News
{
	font-size: 8pt;
	font-family : Meiryo, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-left: 10px;
}

.HeaderTitle
{
	font-size : 1.5em;
	margin: 0px;
}

.HeaderTitles
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.HeaderTitles a:visited,
.HeaderTitles a:active,
.HeaderTitles a:link,
.HeaderTitles a:hover
{
	color: White;
	text-decoration : none;
	font-size: .75em;
	font-weight: normal;
}

.HeaderBar
{
	font-weight: normal;
	font-size: 8pt;
	border-collapse: collapse;
	background-image: url(images/BlueTabBack.gif);
   background-repeat:repeat-x;
}

.HeaderBar a:visited,
.HeaderBar a:active,
.HeaderBar a:link
{
	color: WhiteSmoke;
	text-decoration: none;
	font-weight: normal;
}

.HeaderBarTab
{
	background-image: url(images/BlueTabFace.gif);
   background-repeat:repeat-x;
   border-collapse: collapse;
   padding: 0px;
}

.BlogStatsBar
{
	text-align:right;
	font-weight: normal;
	font-size: 7pt;
	color: Silver;
	border-collapse:collapse;
}

p.date img {
	vertical-align : middle;
}

p.date {
	font-size : 0.9em;
	font-weight : bold;
	margin-bottom : 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	text-align: right;
}

blockquote {
	/* font-style : italic; */
	padding-left: 10px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;	
}

div.postTitle a:visited,
div.postTitle a:active,
div.postTitle a:link
{
	color: Navy;
	text-decoration : none;
}

div.post
{
	border-right: gainsboro 2px solid;
	border-top: gainsboro 2px solid;
	border-left: gainsboro 2px solid;
	border-bottom: gainsboro 2px solid;
}

div.postTitle
{
	padding-left: 3px;
	font-weight: bolder;
	font-size: 11pt;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: gainsboro 1px solid;
	background-color: whitesmoke;
}

div.postText
{
	padding-right: 10px;
	padding-left: 3px;
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 1px;
}

div.postFoot
{
	background-color: WhiteSmoke;
	border-top: gainsboro 1px solid;
	font-size: 8pt;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: left;
}

#top 
{
	background-image: url(images/BlueTabBackground.gif);
   background-repeat: repeat;
	color : WhiteSmoke;
	border-top : 4px solid Black;
	border-bottom : 4px solid Black;
	padding: 0px;
	margin: 0px;
}

#tagline {
	font-size : 0.8em;
	margin : 0px;
	color: White;
}

#leftmenu {
	font-family: Mieryo UI, Meiryo, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	position : absolute;
	left : 0 px;
	width : 180px;
	/* height:auto; */
	background-color: WhiteSmoke;
	padding-top: 5px;
}

#rightmenu {
	position : absolute;
	right : 0px;
	width : 180px;
	/* height:auto; */
	background-color: WhiteSmoke;
	padding-top: 5px;
}

#leftmenu h3,
#rightmenu h3 {
	font-size : 0.8em;
	margin : 0px;
	margin-top : 10px;		
	padding-bottom: 2px;
	padding-left: 3px;
	border-top: solid 1px Gainsboro;
}

#leftmenu ul,
#rightmenu ul {
	list-style: none;
	margin : 0px;
	padding-left : 5px;
	margin-left : 5px;
	margin-bottom : 10px;
	font-size : 8pt;
}

#leftmenu a
{
	padding: 1px;
	text-decoration: none;
}

#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link
{}

#leftmenu a:hover
{
	font-style:italic;
}

#main {
	margin : 0px 181px 0px 181px;
	background-color : White;
	padding : 10px;
	border-left : 1px solid #555;
	border-right : 1px solid #555;
	border-bottom : 4px solid Black;
}

#footer {
	margin : 0px;	
	padding-top : 5px;
	text-align : center;
	font-size : 0.7em;
}

input, textarea
{
	font-size: 1.0em;
	font-family : Meiryo, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.CommentForm
{
	font-size : 10pt;
	font-family : Meiryo, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Button
{
	border: 1px solid SteelBlue;
	background-color: gainsboro;
}

a.rssLink:visited,
a.rssLink:active,
a.rssLink:link
{
    border:1px solid;
    border-color:#ffc8a4 #7d3302 #3f1a01 #ff9a57;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; background-color:#ff6600;
    text-decoration:none;
    margin:0px;
}

a.atomLink:visited,
a.atomLink:active,
a.atomLink:link
{
    border:1px solid;
    border-color:#a4c8ff #02337d #011a3f #579aff;
    padding:0px 3px 0px 3px;
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF; background-color:#0066ff;
    text-decoration:none;
    margin:0px;
}

.csharpcode
{
	font-size: 10pt;
	color: black;
	font-family: Courier New , Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0px; }

.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: 0px;
}

.lnum { color: #606060; }

