* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, table, div {
	font-size: 11px;
	font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
	line-height: 135%;
}

table {
	border: none;
}

table th {
	text-align: left;
}

table td,
table th {
	vertical-align: top; /* possible unwanted behavior */
}

form,
input {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	font-family: Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
	font-size: 11px;
}

.input {
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

h1,
h2,
h3 {
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 7px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-family: Arial;
	font-size: 15px;
	margin-bottom: 7px;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 7px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
  color: #A2A2A1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Image */

img {
	border: none;
}

/* Mouse pointers */

.clickable {
	cursor: pointer;
}

/* Text Decoration */

.highlight {
	background-color: #FFFF9F;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.success {
	font-weight: bold;
	color: #3AAF15;
}

.hide {
	visibility: hidden;
	display: none;
}

.show {
	visibility: visible;
	display: block;
}

/* Input decoration */

input[type='text'] {
	padding-left: 1px;
}

.checkbox {
    margin-top: -3px;
}

input[type='checkbox'] {
    margin-top: 0px;
}

.readonly {
	background-color: #E2E2E2;
}

.png {
	behaviour: url('/etc/iepngfix.htc');
}
