/*
 * Standard-Stylesheet
 * Author: compuccino
 * Description: basic styles for some important elements which are resetted by YUI's reset-fonts-grid.css
 */

/*
 * @group Basics
 */

h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }

em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { margin: 0 0 1em; }

ul, ol { margin: 0 0 1em 1.5em; }

ul li { list-style-type: disc; }

ol li { list-style-type: decimal; }

:focus { outline: 0; }

abbr {
	cursor: help;
	border-style: none none dotted none;
}

th, td { padding: 0.5em; }

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin: 0 0 .5em;
	text-align: center;
}

table, pre, form, fieldset { margin: 0 0 1em; }

/* @end */

/*
 * @group Helper
 */

.alternate, tr.alternate td { background: #efefef; }

.float_right { float: right; }

.float_left { float: left; }

.float_none { float: none !important; }

.align_left { text-align: left; }

.align_right { text-align: right; }

.align_center { text-align: center; }

.clear {
	clear: both;
	display: block;
}

/* @end */

