* {
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
	padding: 2px;	
}



.FW_outOfView
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.FW_hidden
{
	visibility: hidden;
}


.FW_noDisplay
{
	display:none;	
}


FW_useLightbox{
}

FW_fadeIn{
	visibility: hidden;
}

FW_ajaxLink{

}

div.FW_breadCrumb
{
	font-size: smaller;	
	padding-left: 0px;	
}

span.FW_breadCrumb
{
	padding: 2px;	
	width: auto;	
}

table.FW_imageFolder
{
	text-align: center;
}

table.FW_imageFolder td:hover
{
	background-color: gray;
}

table.FW_imageFolder td img
{
	padding: 3px;
	
}

table.FW_imageFolder span.title
{
	text-align: center;
	font-size: 10px;
} 
.FW_left
{
	float:  left;
}

.FW_right
{
	float: right;
}

.FW_relativeRight
{
	position: relative;
	right: 0px;
	float: right;	
}

.FW_clear
{
	clear: both;
}

.FW_centered {
	text-align: center;	
}

.FW_alignRight {
	text-align: right;	
}

.FW_alignLeft {
	text-align: left;	
}

.FW_justified {
	text-align: justify;
}


.size50
{
	width: 50px;	
}
.size80
{
	width: 80px;		
}

.size100
{
	width: 100px;
}

.size150
{
	width: 150px;
}	
.size200
{
	width: 200px;
}

select.size200
{
	width: 212px;	
}

.size300
{
	width: 300px;
}

.size400
{
	width: 400px;
}

.size450
{
	width: 450px;
}

.size500
{
	width: 500px;
}

.size600
{
	width: 600px;
}

.size700
{
	width: 700px;
}

.size800
{
	width: 800px;
}

.size900
{
	width: 900px;
}

.size1000
{
	width: 1000px;
}

.sizeAuto
{
	width: auto;
}

.sizeFull
{
	width: 100%;	
}

.FW_spacer20
{
	display: block;
	width: 20px;
	visibility: hidden;
}

