﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: Segoe UI, Arial, MS Sans Serif;
    font-size: 10pt;
}
.bg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 222px;
}
#content
{
    padding: 10px;
    position: relative;
    top: 230px;
    z-index: 1;
}
#logoArea
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
}
#loginArea
{
    position: absolute;
    top: 10px;
    right: 10px;
}
#navigationArea
{
    position: absolute;
    top: 180px;
    right: 10px;
}
#rightColumnBox
{
    border: 1px solid #cfcfcf;
    background-color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
}
#loginStatusBox
{
    height: 21px;
    width: 185px;
    background-image: url(/images/login-statusArea.png);
    background-repeat: no-repeat;
}
.loginTextBox
{
    width: 200px;
    margin-top: 3px;
}
.loginLabel
{
    padding-top: 3px;
    padding-right: 20px;
    color: #D5953E;
    text-align: left;
}
.loginHeader
{
    text-align: left;
}
input
{
    font-family: Segoe UI, Arial, MS Sans Serif;
    border: 1px solid black;
}
input[type='checkbox']
{
    border: 0px;
    vertical-align: middle;
}
textarea
{
    font-family: Segoe UI, Arial, MS Sans Serif;
    font-size:10pt;
}
.inputimage
{
    border: 0px;
}


img
{
    border-style: none;
    border: 0px;
}
table
{
    border-collapse: collapse;
    border-spacing: 0px;
}


td
{
    vertical-align: top;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-left: 10px;
}

h1
{
    font-size: 14pt;
    font-weight: bold;
    color: #535353;
    margin-bottom: 5px;
}
h2
{
    font-size: 13pt;
    font-weight: bold;
    color: #D5953E;
    margin-bottom: 5px;
    margin-top: 5px;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    color: #535353;
    margin-bottom: 5px;
}

h4
{
    font-size: 9pt;
    color: #535353;
    margin-bottom: 3px;
}


a
{
    text-decoration: none;
    color: #D5953E;
}

.blackLink
{
    color: Black;
    font-weight: bold;
    font-size: 9pt;
}
.blackLink:hover
{
    color: Red;
}
.blogTitle
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blogDetails
{
    font-size: 9pt;
    padding-top: 0px;
    margin-top: 0px;
}

.diagram
{
    padding-left: 30px;
}

.diagramCaption
{
}



.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;
}


.commentBody
{
    padding: 10px;
    background-color: #F9F1E5;
    width:600px;
}
.commentInfo
{
    position: relative;
	margin: 0px;
	padding: 7px 0px 20px 15px;
	top: 0px;
	background: transparent url(/images/tip2.gif) no-repeat 20px 0;
}

