/* ============================================================================= */
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
}

/* ============================================================================= */
/* Font Section */
body,
td,
th,
input,
textarea,
select {
	font-family:			verdana, tahoma, arial;
	font-size:				10px;
}

/* ============================================================================= */
/* Margin Section */
body,
table,
form,
img {
	margin:					0px;
	padding:				0px;
}

/* ============================================================================= */
/* Table Section */
table {
	empty-cells:			show;
}

th {
	text-align:				left;
}

td {
	padding:				0px;
}

/* ============================================================================= */
/* Border Section */
input.XPSTextElement,
textarea,
select {
	border:					1px solid #6BCBB6;
}

/* ============================================================================= */
/* Link Section */
a,
a:active,
a:hover,
a:visited {
	color:					Black;
	text-decoration:		none;
}

img {
	border-style:			none;
}

/* ============================================================================= */
/* Special Layout */
div.spacer {
	clear: both;
}

.iepngfix { behavior: url('./css/iepngfix.htc'); }

.debug { border: 1px solid Red; }

div.float { float: left; }