html, body
{
    margin: 0px;
    background-color: #fff;
    color: black;
    font-family: Segoe UI, Verdana;
    font-size: 12pt;
}

#header
{
}

#pageborder
{
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	background-color: #fff;
}

#page
{
	background-color: #ffffff;
	padding: 10px;
}

#content
{
	margin-left: 165px;
	margin-right: 325px;
	padding-right: 5px;
	padding-left: 15px;
	margin-top: 0;
	padding-top: 0px;
	font-size: 15px;
/*
 * border-left: 2px solid #FE7206;
	border-right: 2px solid #FE7206;
	*/
}

#newsarchives
{
	margin-left: 0px;
	padding-left: 0px;
}

#newsarchives li
{
	padding: 0;
	list-style: none;
}

#logo
{
	padding: 8px;
        padding-top: 0px;
}

#footer
{
	clear: both;
	text-align: center;
	padding: 10px;
}

#footer a
{
	text-decoration: none;
}

#footer img
{
	border: none;
}


#sidebar
{
	width: 162px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 15px;
}

#sidebar2
{
	width: 302px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: 15px;
	text-align: left;
}

.sidebarunit
{
	margin: 0px;
	padding: 1px;
	margin-bottom: 10px;
}

.altsidebarunit
{
	background-color: #eee;
}

#menu
{
	margin: 0;
	padding: 0;
	padding-top: 13px;
	font-size: 20px;
	text-align: right;
	line-height: 24px;
	padding-bottom: 16px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li
{
	padding: 0;
	margin: 0;
}

#sidebar p
{
	margin: 0;
	padding: 0;
}

.sidebarunit h2
{
	margin: 0;
	padding: 0;
	font-size: 95%;
}

#menu a
{
	color: black;
	text-decoration: none;
}

#menu li.selected a
{
	font-size: 20px;
	font-weight: bold;
}

h1
{
    font-size: 19px;
}

h2
{
    margin-top: 30px;
    font-size: 14pt;
    font-weight: bold;
}

h5
{
    margin-top: 30px;
    font-size: 12pt;
    font-weight: bold;
}

h6
{
    font-size: 10pt;
    font-weight: bold;
}

a
{
    color: blue;
    background-color: inherit;
}

a:link
{
    color: blue;
    background-color: inherit;
}

a:visited
{
    color: blue;
    background-color: inherit;
}

a:hover
{
    color: blue;
    background-color: inherit;
}

div.titleimage
{
}

span.path
{
    font-family: Courier New;
    color: #404080;
    font-size: 100%;
    font-weight: bold;
}

span.code
{
    font-family: Courier New;
    color: #404080;
    font-size: 100%;
    font-weight: bold;
}

span.sql
{
    font-family: Courier New;
    color: #0000ff;
    font-size: 100%;
    font-weight: bold;
}

span.class
{
    font-family: Courier New;
    color: #0000c0;
    font-size: 100%;
    font-weight: bold;
}

li
{
    /* font-weight: bold; */
    color: black;
}

span.keyword
{
    color: blue;
}

span.string
{
    color: #c00000;
}

span.operator
{
    color: #404040;
}

span.number
{
    color: #ff00ff;
}

span.type
{
    color: #008000;
    font-weight: bold;
}

span.xmlattribute
{
    color: #ff0000;
}

span.xmlattribtext
{
    color: #0000ff;
}

span.xmlbracket
{
    color: #0000ff;
}

span.xmlelement
{
    color: #800000;
}

span.xmlcomment
{
    color: #008000;
    font-style: italic;
}

td.titledesc
{
    font-family: Verdana;
    font-size: 12px;
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-right: 10px;
}

img.thinborder
{
    border: 1px solid #404040;
}

td.header
{
    margin-bottom: 0px;
    height: 80px;
}

td.content
{
    font-family: Trebuchet MS, Arial, Helv;
    font-size: 10pt;
    padding: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: left;
    background-color: white;
}

td.controls
{
    padding: 6px;
    width: 170px;
    background-color: #F2F7FC;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

code
{
    color: #000080;
}

.table table {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    font-size: 13px;
    background-color: white;
    width: 100%;
}

.table td {
    border: 1px solid #c0c0c0;
    margin: 0px;
}

.table th {
    border: 1px solid #c0c0c0;
    background-color: #efe8e8;
    margin: 0px;
}

.noborder table {
    font-size: 13px;
}

.noborder td {
    margin: 4px;
    padding: 4px;
}

.table tr.alternate
{
    background-color: #fff0f0;
}

div.summarytable
{
    font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

.summarytable table {
    font-size: 100%;
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border: 1px solid #e0e0c0;
}

.summarytable th {
    font-weight: bold;
    width: 25%;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 15px;
    text-align: left;
}

.summarytable td {
    padding: 1px;
    padding-right: 15px;
}

.summarytable td.section {
    border: 1px solid #999999;
    background-color: #f0f0e0;
    padding: 5px;
    font-weight: bold;
}

.summarytable tr.appender {
    background-color: #f8f8f8;
}

table.submenu
{
}

.benchmark-winner
{
    background-color: #ffffb0;
}

td.label
{
    font-weight: bold;
    vertical-align: top;
    font-size: 11px;
}

td.description
{
    vertical-align: top;
    font-size: 11px;
}

.missing
{
    color: red;
}

#sitesearch
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
    width: 315px;
}

.floatingbanner
{
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.sidebarbanner .bannerlabel
{
	color: #666;
	font-size: 12px;
}

.bannerlabel a
{
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.bannerlabel a:hover
{
	color: #00f;
	text-decoration: underline;
}

.sidebarbanner
{
	width: 125px;
	margin-left: auto;
}

div.source-csharp
{
	overflow-x: auto;
}

#ohloh
{
	float: right;
	padding: 8px;
}

ul.nightlybuildlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

a.buildname
{
	font-size: 12pt;
	font-weight: bold;
}

.commitauthor
{
	text-decoration: underline;
}

.commitcomment
{
	font-size: 10pt;
}

blockquote
{
	background-color: #eee;
	padding: 4px;
}

del
{
	color: #C00000;
	font-weight: normal;
}
