﻿.header
{
    text-align: center;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #FF4500;
    font-weight: bold;
    margin-top: 5px;
}

.info
{
    background-color: InfoBackground;
    font-size: 10pt;
    border: 1px solid #C0C0C0;
}

.box
{
    border-width: 1px;
    background-color: Gray;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}

.resultheader {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid Maroon;
	background-color: #FFFFCC;
	white-space: nowrap;
}

.classheader
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    azimuth: center-left;
}


body
{
    margin-top: 5px;
    font-size: 12px;
    margin-left: 5px;
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.r1
{
    background-color: #DDEEFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.r0
{
    background-color: White;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.miniurl {
	font-size: 10pt;
}

.split {
	font-style: italic;
	border-bottom-color: #FFCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: separate;
}

a:active, a:link, a:visited {
	text-decoration: none;
	color: Maroon;
}

a:hover
{
    text-decoration: underline;
    color: Red;
    background-color: #FFE6CC;
}

.classinfo
{
    border-bottom-color: Red;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: Red;
    border-left-style: solid;
    border-left-width: 1px;
    margin-bottom: 3px;
    margin-left: 5px;
    margin-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    background-color: #E2E0EB;
}