/* 
	Global styles
	TODO: needs to be merged with main.css
*/

img{
	border:none;
}
ol, ul {
	list-style: none;
}


.clear{
	clear:both;
}

.fullWidth{
	width:100%;
}

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}


#mainContent{
	width:auto;
}

.collapsed, 
.hidden{
	display:none;
}
.expanded, 
.visible{
	display:block;
}


