/* body doesnt have a default color, so lets force it */
body {
	background-color:white;
	color:black;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size:.85em;
}

/* remove the anoying borders around images inside links */
a img {
	border:0;
}

a {
	color:#a44;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* .hide class for easy hiding elements in a document */
.hide {
	display:none;
}

/* better scale and style for headers */
h1, h2, h3, h4, h5, h6 {
	margin:.2em 0 .2em 0;
}

h1 {
	font-size:1.4em;
	background-color:#eef;
	border-bottom:thin solid #88c;
}

h2 {
	font-size:1.3em;
	text-decoration:underline;
}

h3 {
	font-size:1.2em;
	text-decoration:underline;
}

h4 {
	font-size:1.1em;
	text-decoration:underline;
}

h5 {
	font-size:1em;
	text-decoration:underline;
}

h6 {
	font-size:.95em;
	text-decoration:underline;
}

/* paragraph modification */
p {
	margin:0px;
	margin-bottom:.3em;
}

.warn {
	border:thick outset #844;
	border-radius:10px;
	color:red;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#ff8;
	width:70%;
	padding:6px;
	margin:12px auto 12px auto;
}

.msgok {
	border:thick outset #0c0;
	border-radius:10px;
	color:black;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#0e0;
	width:70%;
	padding:6px;
	margin:12px auto 12px auto;
}

/* common media print styling */
@media print {
	/* class to be used to prevent printing specific elements inside the document */
	.noprint {
		display:none;
	}

	body {
		font-family: "Times New Roman", Times, Georgia, serif;
	}

}

th {
	text-align:left;
	text-decoration:underline;
}

div.hr {
	border:thin solid #d8d8d8;
}

div.hr hr {
	display:none;
}

.debug_info {
	color:#00000000;
	font-size:9px !important;
}

.debug_info::selection {
    color: #00000080;
}
