﻿/* ----------- BASE HTML SETTINGS -----------------*/
* {padding: 0; margin: 0;}
img {border:none;}
ul {list-style-type:none;}
table {	border-spacing: 0px; border-collapse: collapse;}
th { text-align:center;}

/* ----------- FLOATING -----------------*/
.toLeft
{
	float:left;
}
.toRight
{
	float:right;
}
.spacer
{
	clear:both;
}

/* ----------- TOOL & PLACEMENT SIZE -----------------*/
.fullWidth
{
	width:100%;
}
.fullHeight	
{
	width:100%;
}
/* to center an element */
.centered
{
	margin-left:auto;
	margin-right:auto;
}
/* when the element is under another one */
.stacked
{
	margin-top:20px;
}
.highlight
{
	font-weight:bold;
}

