.BackgroundWhite {
	background-color:#ffffff;	
}

.centerItalic {
	text-align:center;
	font-style:italic;	
}
.center {
	
	text-align: center;	
}

.Clear {
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

.FloatLeft {
	float:left;
	/* border:solid thin pink; */
}
.FloatRight {
	float:right;
	/* border:solid thin gray; */
}


.FormField
{
	text-align:left;	
	padding-left:5px;
	padding-bottom:2px;
}
.FormLabel
{
	text-align:right;
	padding-right:5px;
	vertical-align:top;
	font-weight:bold;
	white-space:nowrap;
}

.hidden{
	visibility:collapse;	
}
.icon {
	cursor:hand;
	cursor:pointer;	
}
.italic {
	font-style:italic;	
}



.RowWhite {
	background-color:#ffffff
}
.RowWhiteAlt {
	background-color:#f1f1f2
}
.RowGray {
	background-color:#e8ecf7
}
.RowGrayAlt {
	background-color:#e2e4ed
}

.TinyText {
	font-size:9px;	
}
.tinydiv {
	height;3px;	
}

.visible {
	visibility:visible;	
}

.notActive {
	font-style:italic;
	color:#a0a0a0;
}
table.display {border:1px solid #E5E5E5;}
