/***********************************
************ SPACERS ***************
***********************************/

.spacer {
   padding-bottom: 5px;
}
.spacer2 {
   padding-bottom: 2px;
}
.spacer3 {
   padding-bottom: 3px;
}
.spacer5 {
   padding-bottom: 5px;
}
.spacer10 {
   padding-bottom: 10px;
}
.spacer15 {
   padding-bottom: 15px;
}
.spacer20 {
   padding-bottom: 20px;
}

.littleText {
	font-size: 7pt;
}

.littleTextFaded {
	font-size: 7pt;
	color: #C2C2C2;
}

#autoComplete {
	position: absolute;
	z-index: 4;
	border: 1px solid #F0C02F;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #000;
	
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
}

#autoComplete table,
#autoComplete tr,
#autoComplete td {
	border: 0px;
}

#autoComplete B {
	text-decoration: underline;
}

.success {
	background-color: #628E20;
	border: 1px solid #556C21;
	color: white;
	padding: 5px;
	font-weight: normal;
	padding: 1px;
}

.success,
.successBackground {
	background-color: #628E20;
}
	
.success,
.successBorder {
	border: 1px solid #556C21;
}
	
.success,
.successColor {
	color: white;
}

.warning {
	padding: 5px;
	font-weight: normal;
	padding: 1px;
}

.warning,
.warningBackground {
	background-color: #E99A27;
}
	
.warning,
.warningBorder {
	border: 1px solid #C87920;
}
	
.warning,
.warningColor {
	color: #251A0B;
}

#clickScreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.clickScreen {
	background-color: black;
	opacity: .5;
	filter: alpha(opacity=50); /*IE fix*/
	z-index: 50;
}