/* ---------- 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, font, img, ins, kbd, q, s, samp,
	small, strike, strong, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		background: transparent;
		border: 0;
		margin: 0;
		padding: 0;
		vertical-align: baseline;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	blockquote {
		quotes: none;
		}
		blockquote p {
			margin-bottom:0;
			}
		blockquote:before, blockquote:after {
			content: '';
			content: none;
			}
	a img {
		border: none;
		}
	:focus {
		outline: 0;
		}
		
	sup {
		font-size: 11px;
		}

/* ---------- Links ---------- */

	a {	text-decoration: underline; }
		a:hover { text-decoration: none; }
		a, a:link, a:active, a:focus, a:hover, a:visited { outline: none; }
		a img { border: 0 none; }

/* ---------- Block Elements ---------- */

	h1, h2, h3, h4, h5, h6, hr, p, dl, pre, address, table, form {
		font-weight: normal;
		margin: 0 0 .8em;
		}
	
/* ---------- Lists ---------- */
	
	ul, ol, dl, li {}
		ul li, ol li {
			margin-bottom: .8em;
			margin-left: 2em;
			padding: 0;
			}
		ul ul, ol ol, ul ol, ol ul {
			margin-bottom: 0; /* So nested lists don't have extra spacing */
			}
		dt {
			font-weight: bold;
			margin-bottom: 0.2em;
			}
			dd {
				font-weight: normal;
				margin-bottom: 0.4em;
				}
				
	
/* ---------- Tables ---------- */

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: .8 0 .4em 0;
		margin-left: 1px; /* Avoid hiding border when overflow hidden */
		/* border: 1px solid #cccccc; */
		}
		caption {
			padding: .6em .8em;
			text-align: left;
			vertical-align: top;
			/* border: 1px solid #cccccc; */
			}
		th {
			padding: 5px;
			text-align: left;
			vertical-align: text-top;
			text-align: left;
			font-size: 0.9em;
			font-weight: bold;
			/* border: 1px solid #cccccc; */
			line-height: 1.2em;
			}
		td {
			padding: 5px;
			text-align: left;
			vertical-align: text-top;
			text-align: left;
			/* border: 1px solid #cccccc; */
			line-height: 1.2em;
			}
			
	
/* ---------- Forms ---------- */

	form {}
		fieldset {
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 5px 15px;
			border: 1px solid #D9D9d9;
			}
		legend {
			padding-left: 10px;
			padding-right: 10px;
			font-size: 1.1em;
			}
			input, select { cursor: pointer; }

			input,
			textarea {
				font-family: sans-serif;
				font-size: 1em;
				line-height: 1.2em;
				cursor: text;
				background-color: #ffffff;
				color: #4d4d4d;
				border: 1px solid #D9D9d9;
				padding: 4px 4px;
				}
				input:focus,
				textarea:focus {
					background-color: #ffffff;
					}
				select {
					vertical-align: middle;
					}
				input[type='button'],
				input[type='submit'] {
					vertical-align: middle;
					}
				input[type='checkbox'] {
					vertical-align: bottom;
					}
	
	
/* ---------- Code / Mono ---------- */
	
	code, kbd, samp, pre, tt, var {
		font-size: 92%;
		font-family: monaco, "Lucida Console", courier, mono-space;
		}
		

/* ---------- Floats ---------- */

	.end, .clear		{ clear:both; }
	.clearfix 			{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }


/* ---------- Rarely Used ---------- */

	del 				{ text-decoration: line-through; }
	ins, dfn 			{ text-decoration: none; border-bottom: 1px solid #ccc; }
	abbr, acronym 		{ text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
	a abbr, a acronym 	{ border: none; }
	abbr[title],
	acronym[title],
	dfn[title]			{ cursor: help; border-bottom: 1px solid #ccc; }
	address 			{ font-style: normal; display: inline; margin: 0; padding: 0; }
	abbr 				{ border: none; }


/* ---------- Utility ---------- */

	.hidden				{ visibility: hidden; }
	.nopadding			{ padding: 0; }
	.noindent			{ margin-left: 0; padding-left: 0; }
	.nobullet li		{ list-style: none; list-style-image: none; }