﻿* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: auto;
	font: 13px/20px Roboto, sans-serif;
}

#aspnetForm {
	display: block;
	height: 100%;
	overflow: auto;
	margin: 0;
}

a {
	text-decoration: none;
	color: #1680d4;
}

UL {
    list-style: disc outside;
    margin: 8px 8px 8px 24px;
}

OL {
    list-style: decimal inside;
    margin: 8px;
}

.margin-before {
	margin-top: 8px;
}

.margin-after {
	margin-bottom: 8px;
}

.readonly {
    padding: 2px 1px;
    border: solid 1px gray;
    background-color: #EBEBE4;
}