﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
}

.NewsItemHeader
{
	background-color:#DDDDDD;
	font-size:smaller;
	width:100%;
	margin-top:10px;
	
}
.NewsItem
{
	padding:5px;
	border: solid 1px #DDDDDD;
}


.Sidebar 
{
	border-color: navy; 
	border-width: 1px; 
	clear: both; 
	padding-right: 10px; 
	padding-left: 10px; 
	float: right; 
	background-image: none; 
	margin-bottom: 10px; 
	padding-bottom: 10px; 
	margin-left: 10px; 
	vertical-align: top; 
	width: 33%; 
	background-color: rgb(255, 255, 224); 
	text-align: left;
}

.SidebarSubhead
{
	font-size: 10pt;
	font-weight:bold;
	color: Navy;
	font-family: Verdana, Arial;
	border-bottom: navy thin solid;
	padding-top: 10px;
}
.SidebarBody
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
	line-height: 10pt;
	padding-top: 5px;
}

.Title
{
	font-size: 15pt;
	color: Navy;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.Subtitle
{
	font-size: 10pt;
	color: Black;
	font-family: Verdana, Arial;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
}

.Date
{
	font-size: 8pt;
	color: Black;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: center;
}

.ContentsTitle
{
	font-size: 10pt;
	color: Navy;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: center;
}
.Contents
{
	font-size: 10pt;
	color: Black;
	font-family: Verdana, Arial;
	text-align: center;
}

.Headline
{
	font-size: 12pt;
	color: Navy;
	font-family: Verdana, Arial;
	font-weight: bold;
	border-bottom: navy thin solid;
	padding-top: 10px;
}

.Subhead
{
	font-size: 10pt;
	color: Navy;
	font-family: Verdana, Arial;
	border-bottom: navy thin solid;
	padding-top: 10px;
}
.TipTitle
{
	margin-top:10px;
	font-size: 8pt;
	color: Navy;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-align: center;
	background-color: #ffffe0;
	border-top: navy 1px solid;
	border-right: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: 1px dashed;
	width: 320px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.Tip
{ 
	margin-bottom:10px;
	font-size: 8pt;
	color: Black;
	font-family: Verdana, Arial;
	background-color: #ffffe0;
	border-right: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	width: 320px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}
.Chart
{
	border-right: navy thin solid;
	padding-right: 0px;
	border-top: navy thin solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: navy thin solid;
	padding-top: 0px;
	border-bottom: navy thin solid;
	width: 80%;
	text-align:left;
}
.ChartTitle
{
	font-size: 10pt;
	color: Navy;
	font-family: Verdana, Arial;
	font-weight: bold;
	text-align: center;
	background-color: #ffffe0;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;

	border-top: navy thin solid;
	border-right: navy thin solid;
	border-left: navy thin solid;

}
.ChartCell
{
	border-top: gray 1px dotted;
}

.ChartHeaderCell
{
	background-color: silver;
	border-top: black 1px solid;
}

.PlanCategory
{
	width: 100%;
	font-size: 12pt;
	color: White;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-align: center;
	background-color: Navy;
	padding-bottom: 3px;
	padding-top: 3px;
}
.PlanTitle
{
	font-size: 11pt;
	font-weight:bold;
	color: Navy;
	font-family: Verdana, Arial;
}
.PlanItemNumber
{
	font-size: 9pt;
	color: Navy;
	font-family: Verdana, Arial;
}
.PlanDescription
{
	font-size: 8pt;
	color: Black;
	font-family: Verdana, Arial;
	padding-top: 10px;
	text-indent: 14pt;
}
.PlanPrice
{
	font-size: 11pt;
	text-align: center;
	font-weight: bold;
	color: red;
	font-family: Verdana, Arial;
}
.PlanFeatures
{
	font-size: 9pt;
	color: Black;
	font-family: Verdana, Arial;
}


.postlist
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	width: 100%;
}

.postlistheader
{
	font-size: 12pt; 
	width: 100%;
	color: navy; 
	font-weight: bold; 
	border-bottom: navy thin solid;
	margin-bottom: 4px;
}

.postlist .item
{
	width: 100%;
}

.postlist .title
{
	border: solid 1px #DDDDDD;
	border-bottom: 0px;
}
.postlist .title .forum
{
	font-size: smaller;
	background-color:#DDDDDD;
	display:inline-block;
	width:100%;
}

.postlist .body
{
	border: solid 1px #DDDDDD;
	border-top: 0px;
}


.postlist .body .topic
{
	font-weight:bolder; 
	display:block;
	padding: 5px;
	padding-bottom: 0px;
}
.postlist .body .content
{
	padding: 5px;
	padding-top: 2px;
}
.postlist .body .user
{
}
.postlist .body .text
{
	color:Gray;
}
.postlist .body .more
{
	font-size: xx-small;
}






.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }
