/*
	Suggested order:
		display, position, float, clear
		width, height
		margin, padding
		border, background
		color, font, line-height, text-align, text-decoration
		vertical-align, white-space, overflow, cursor, list-style

	Suggested color names (grayscale preferred):
		white, silver, gray, black
*/

BODY {
	background: white;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
H1 {
	margin-top: 1em;
	font-size: 16pt;
}
H2 {
	font-size: 13pt;
}
H3, H4, H5, H6 {
	font-size: 11pt;
}
UL {
	margin-left: 3em;
	list-style-type: disc;
}
OL {
	margin-left: 3em;
}
A {
	color: black;
	text-decoration: underline;
}
IMG {
	margin-top: 1em;
}

/* =layout
-------------------------------------------------- */
#header {
	padding-bottom: 1em;
	border-bottom: 1px solid gray;
}
#content {
	padding-bottom: 1em;
}
#footer {
	border-top: 1px solid gray;
}

#logo {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
#logo A {
	border: none;
	text-decoration: none;
}

/* =tables
-------------------------------------------------- */
TABLE.data {
	border: 1px solid silver;
}
TABLE.data TH,
TABLE.data TD {
	padding: .25em .5em;
	border: 1px solid silver;
}
TABLE.data A {
	border: none;
}
TABLE.data TH {
	font-weight: bold;
}

TABLE.form {
	width: 100%;
}
TABLE.form TH,
TABLE.form TH LABEL {
	font-weight: normal;
}
TABLE.form TH {
	width: 30%;
	padding: 6px 12px 4px;
	text-align: right;
}
TABLE.form TD {
	width: 70%;
	padding: 4px 12px 4px 0;
}
SELECT,
TEXTAREA,
INPUT.date,
INPUT.time,
INPUT.text,
INPUT.date-range,
INPUT.date-range-multi {
	border: 1px solid silver;
}
INPUT.text,
INPUT.date,
INPUT.date-range,
INPUT.date-range-multi,
INPUT.time {
	padding: 2px;
	min-height: 15px;
}
SELECT {
	min-height: 15px;
	padding: 1px;
}

/* =do not show
-------------------------------------------------- */
#header2,
#nav,
#refs,
#sidebar,
.pager2,
.pager2 P,
.pager2 SELECT,
.pager2 UL,
.pager,
.actions-menu,
.tabs,
.heading P,
DIV.action {
	display: none;
}