@charset "UTF-8";
@import "./blueprint/reset.css";
@import "./blueprint/typography.css";

html, body {
	/*height: 100%;*/
	width: 100%;
	overflow: auto;
}

.expand{
	width:100%;
}

.left{
    float:left;
}

.inline{
	display:inline;
}

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

img.icon{
	margin-bottom:-3px;
}

th {
	background-color: transparent;
}