BODY
{
	background-image: url("bg.aspx?Encoding=Random");
}

A
{
    font-size: 10pt;
    text-transform: capitalize;
    color: navy;
    font-family: Arial;
    text-decoration: none;
}

A:active
{
}

A:hover
{
    font-size: 10pt;
    text-transform: capitalize;
    color: teal;
    font-family: Arial;
    text-decoration: underline;
}

A:visited
{
    font-size: 10pt;
    text-transform: capitalize;
    font-family: Arial;
}
a.none
{
	text-transform: none;
}

A.selected
{
    font-size: 10pt;
    text-transform: capitalize;
    color: teal;
    font-family: Arial;
    text-decoration: none;
}

img.me
{
	border: solid thin teal;
	float: left;
}

div.indent
{
	margin-top: 10px;
	text-indent: 1em;
}

.content
{
    background-color: #ffffe1;
    border-style: solid;
    border-width: thin;
    border-color: #aaaaaa;
    font-size: 10pt;
    color: teal;
    font-family: Arial;
}

div.topbar
{
	width: 600px;
	height: 100px;
    vertical-align:top;
    padding: 8 8 8 8;
}

table tr td
{
    vertical-align: top;
    padding-top: 10pt;
}

table.SideBar
{
    vertical-align:top;
}

table.SideBar tr td
{
    padding: 1 6 1 6;
}

Table.InformationCenter
{
    vertical-align:top;
    height: 100%;
}

Table.InformationCenter tr.BigRow td
{
    width: 450;
    height: 500;
    padding-left: 10;
}

input
{
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    font-variant: small-caps;
    color: Yellow;
    cursor: hand;
    border: black thin solid;
    background-color: teal;
}

input.disabled
{
	cursor: default;
    border: teal thin solid;
    background-color: brown;
    color: Red;
}

/* begin maple coloring */
span.protect
{
	color: Maroon;
}

/* begin c# coloring */
span.comment
{
	color: Green;
}

span.comment span
{
	color: Green;
}

span.keyword
{
	color: Blue;
}

span.string
{
	color: Black;
	font-weight: bold;
}
/* end c# coloring */

/* begin xml-ish coloring*/
span.blue
{
    color: blue;
}
span.tagname
{
    color: maroon;
}
span.attributename
{
    color: red;
}
span.attributevalue
{
    color: black;
}
/* end xml-ish coloring */


div.Scroll
{
    overflow: auto;
    width: 170px;
    height: 100%;
}