.displayBlock{ display:block; }
.displayNone{ display:none; }
.displayInline{ display:inline; }
.clearBoth{ clear:both; }
.clearNone{ clear:none; }
.clearLeft{ clear:left; }
.clearRight{ clear:right; }
.floatLeft{ float:left; }
.floatRight{ float:right; }
.textLeft{ text-align:left; }
.textRight{ text-align:right; }
.textCenter{ text-align:center; }
.overflowHidden{ overflow:hidden; }
.overflowScroll{ overflow:scroll; }
.cursorPointer{ cursor:pointer;}
.clr{ display:block;clear:both;overflow:hidden; }
.lfloat{ display:block;float:left;clear:none;overflow:hidden; }
.rfloat{ display:block;float:right;clear:none;overflow:hidden; }

/* AUTOSUGGEST */
div.suggestion_list
{
	border:1px solid #000;
}
div.suggestion_list ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div.suggestion_list ul li
{
	display:block;
	clear:both;
	padding:0px;
	margin:0px;
}
div.suggestion_list ul li.selected
{
	border: 1px solid red;
	background-color:#069;
}
div.suggestion_list ul li a
{
	font-family:Verdana;
	font-size:12px;
	background-color:#fff;
	display:block;
	clear:both;
	line-height:20px;
	width:140px;
	padding:0px 0px 0px 10px;
	margin:0px;
}
div.div.suggestion_list ul li a:hover
{
	color:#eee;
	background-color:#333;
}

div.CError
{
	position:absolute;
	display:block;
	clear:both;
	top:0px;
	left:0px;
	z-index:9000;
	overflow:hidden;
	width:75%;
}
div.CErrorInline
{
	clear:both;
	display:block;
	overflow:hidden;
	padding:5px;
	width:800px;
}

div.CErrorInline table th
{
	background: #29A734;
}

div.CError table, div.CErrorInline table
{
	width:100%;
	border:1px solid #666;
	margin:5px;
	padding:0px;
}

div.CError table tr th, div.CErrorInline table tr th
{
	font-family:"Trebuchet MS",Verdana;
	font-size:12px;
	background-color:#036;
	color:#fff;
	padding:2px 4px 2px 4px;
	line-height:22px;
}
div.CError table tr td, div.CErrorInline table tr td
{
	font-family:"Trebuchet MS",Verdana;
	font-size:11px;
	background-color:#eee;
	border-bottom:1px solid #666;
	padding:2px;
}
div.CError table tr td.errLabel, div.CErrorInline table tr td.errLabel
{
	border-right:1px solid #666;
}

.modifiedSuccess
{
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
}

.singlePage
{
	display:block;
	clear:both;
	overflow:hidden;
 	height:10.5in;
 	margin:0.25in;
 	width:8in;
}

.hspacer10
{
	display: block;
	float: left;
	clear: none;
	width: 10px;
	height: 2px;
}

.uploadIframe
{
	height: 100px;
	width: 100%;
	overflow: hidden;
	border: none;
}

.ctf-input .successLabel, .successLabel
{
	color: green;
	font-size: 14px;
	font-weight: bold;
}

#notificationBox
{
	right:50px;
	z-index:9000;
	overflow:hidden;
	width:500px;
	border:8px solid #036;
	background:white;
	padding:25px 35px 25px 35px;
}
#largeFloatingBoxTier1
{
	display: none;
	clear: both;
	overflow: hidden;
	position: absolute;
	z-index: 9001;
	width: 70%;
	left: 14%;
	background-color:#ccc;
	padding: 0px 0px 25px 0px;
	border:2px solid #000;
}
#largeFloatingBoxTier2
{
	display: none;
	clear: both;
	overflow: hidden;
	position: absolute;
	z-index: 9001;
	width: 60%;
	left: 19%;
	background-color:#eee;
	padding: 0px 0px 25px 0px;
	border:4px solid #333;
}