/** Reset some styles (based on Eric Meyer's CSS Reset) **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.6em; /* mainly here because Safari 2 doesn't inherit line-height */
}
*:focus { outline: 0; } /* remember to define focus styles! */
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }

/** Set some base styles (based on YUI base.css) **/
body { font: 12px/1.6em Arial, Verdana, sans-serif; color: #000; background: #fff; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6 { margin: 12px 0; }
h1, h2, h3, h4, h5, h6, strong, dt { font-weight: bold; }

html\:abbr, abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
em { font-style: italic; }
blockquote, ul, ol, dl { margin: 12px; }

ol, ul, dl { margin-left: 24px; }
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
dl dd { margin-left: 12px; }
th, td { border: 1px solid #000; padding: 6px; }
th { font-weight: bold; text-align: center; }
caption { margin-bottom: 6px; text-align: center; }
p, fieldset, table { margin-bottom: 12px; }
sup { vertical-align: top; font-size: 0.6em; }
p.error {color: #c00;}

.global_flash { margin: 0; padding: 0; width: 100%; position: absolute; top: 0; left: 0; z-index: 1000; }
.global_flash ul li { list-style: none; }

ul.error { position: relative; width: 100%; background: #fdc4c0; color: #c00; margin: 0; padding: 10px 0; border: 2px solid #fa7971; }

ul.warning { position: relative; width: 100%; background: #f7f5c9; color: #968d03; margin: 0; padding: 10px 0; border: 2px solid #c7bc0b; }

ul.notice { position: relative; width: 100%; background: #d3f3b7; color: #4fa107; margin: 0; padding: 10px 0; text-align: center; border-bottom: 2px solid #75d024; }
