/* v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p				{padding: 7px 0 7px 0;}
html			{overflow-y: scroll;}


h1,h2,h3,
h4,h5,h6		{margin: 7px auto; font-size: 14px;}
.bold 			{font-weight: bold;}
.clear			{clear:both; }
.float_left		{float:left; }
.float_right	{float:right; }
.text_left		{text-align:left; }
.text_right		{text-align:right; }
.text_center	{text-align:center; }
.clearfix		{overflow: hidden; width: 100%; _height: 1%;}
.clearfix:after {_content : ".";_display : block;_clear : both;_visibility : hidden;_line-height : 0;_height : 0;}
.clearfix {_display : inline-block;_overflow: visible;_width: auto}
html[xmlns] .clearfix {_display : block;}
* html .clearfix {_height : 1%;}
.block {display : block;}

.p				{padding : 0;margin : 0; }
.flash_error	{font-weight: bold; border: 1px solid red; background: #FFCCFF; padding: 6px; margin: 9px; color:red;}
.flash_ok		{font-weight: bold; border: 1px solid green; background: #CCFFCC; padding: 6px; margin: 9px; color:green;}
.debug			{border: 1px solid red;}
.width_100		{width: 100% }
.nobr			{white-space: nowrap;}
.td_top, .td_top td			{vertical-align: top !important}
.hidden {display:none}