

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ul,li {
	list-style-type: none;
}

.clear {
	clear: both
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
	cursor: pointer
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html5 */
header,nav,section,article,aside,footer {
	display: block
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFF3FA;
	font-size: 13px;
}

.hasPlaceholder {
	color: #777;
}

.no-show {
	display: none;
}

.float-right {
	float: right;
}