﻿/* Tags
------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
}

th, td
{
	text-align: left;
	vertical-align: top;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

/* CSS clearfix problem fix
------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}


/* Helper classes
------------------------------------------------------*/

.inline-menu li
{
	list-style: none;
	display: inline;
}
