body {
        background-color: #F0F0F0;
}

body.fullscreen {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
}

hr {
		height: 2px;
		color: gray;
}

h1 {
        font-family: Arial, sans-serif;
        font-size: 16pt;
        margin-top: 5px;
        margin-bottom: 5px;
}

h2 {
        font-family: Arial, sans-serif;
        font-size: 13pt;
        margin-top: 5px;
        margin-bottom: 5px;
        font-style: normal;
}

p {
        font-family: Arial, sans-serif;
        font-size: 12pt;
}

p.small {
        margin-top: 4px;
        font-family: Arial, sans-serif;
        font-size: 8pt;
}

li {
        font-family: Arial, sans-serif;
        font-size: 12pt;
}

li.disabled {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        letter-spacing: 0px;
        font-weight: normal;
        text-decoration: none;
		color: gray;
}

a:link, a:visited {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        letter-spacing: 0px;
        font-weight: normal;
        text-decoration: none;
		color: blue;
}

a:hover {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        letter-spacing: 0px;
        font-weight: normal;
        text-decoration: none;
		color: orange;
}

pre {
        font-family: "courier new", courier, monospace;
        font-size: 12px;
}

table.info {
        border: none;
        border-collapse: collapse;
        width: 100%;
}

table.form {
        border: 1px solid black;
		padding: 3px;
}

th {
        padding-left: 4px;
        background-color: orange;
        color: black;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 10pt;
}

td {
        color: black;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 10pt;
        padding: 1px;
        white-space: nowrap;
}

td.result {
        color: black;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 8pt;
        border: 1px solid silver;
        padding-right: 5px;
}

td.result1 {
        color: black;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 10pt;
        border: 1px solid silver;
        padding-right: 5px;
	    background-color: #E0E0E0;
}

td.result2 {
        color: black;
        text-align: left;
        font-family: Arial, sans-serif;
        font-size: 10pt;
        border: 1px solid silver;
        padding-right: 5px;
	    background-color: #EFEFEF;
}

div.fullscreen {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
}

div.paged {
        background-color: white;
        width: 80%;
        border: 1px solid black;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
		border-radius: 7px;
		box-shadow: 0 0 20px silver;
}

#line {
    position: absolute;
    right: 30%;
    margin-left: 8px;
    left: 0px;
    height: 1px;
    background-color: black;
}

ul {
        list-style-type: square;
}

select {
        background-color: #F0F0F0;
        font-family: Arial, sans-serif;
        font-size: 9pt;
}

input,select,textarea {
        background-color: #F0F0F0;
        font-family: Arial, sans-serif;
        font-size: 10pt;
}

input.cb {
        width: 12px;
        height: 12px;
        margin: 1px;
        padding: 1px;
}

.label {
        position: relative;
        left: -50%;
        top: 5px;
        padding: 1px;
        font-family: Arial, sans-serif;
        font-size: 9px !important;
        white-space: nowrap;
        color: #000000;
}

.labelspan {
        position: absolute;
        display: none;
        filter: alpha(opacity=50);
}

ul {
    list-style-type: disc;
}

ul li {
    color: #ff8c00;
    font-family: Arial, sans-serif;
    font-size: 90%;
}

