.l{ float: left;}
.r{ float: right;}

/* USED FOR BRINGING PARENT ELEMENT OF FLOATING ELEMENTS TO THE CORRECT HEIGHT */
div.clr
{
	display: block;
	clear: both;
	margin: 0;
	visibility: hidden;
}
 /* DEFAULT COLOR USED ON AN ELEMENT TO CONVEY WARNING OR ERROR. */
.err { color: #A73952;}

/* DEFAULT FORM STYLES */
input{vertical-align: middle;}

select.input,input.input, textarea{
	border-top: 1px solid #848484;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #848484;
	background: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 14px;
	font-size: 12px;
	padding: 2px;
	line-height: 12px;
}

/* FIX FOR IE7 RENDERING ISSUE WITH <SELECT> ELEMENTS */
select.input { height: auto;} 

/* USE FOR IMAGES THAT ARE BUTTONS TO ALIGN CORRECTLY WITH REST OF INLINE ELEMENTS */
img.btn {vertical-align: bottom; }

/* USE cssclass="chk" FOR ANY CHECKBOX CONTROLS SO THAT THE LABEL WON'T BE display: block BY DEFAULT */
table.chk tr td label, span.chk label { display: inline;}
span.chk input { margin-right: 6px;}

/* BASIC SEPARATOR ELEMENT */
div.dots-sep 
{
	background: url(/images/common/dotsHz.gif) repeat-x bottom left;
	
}

/* DEFAULT BORDER COLORING */
.border { border: 1px solid #999; padding: 1px;}

/* DEFAULT FORM LAYOUT CONTROLS */
.form-area table tr td { text-align: left; padding-bottom: 8px;}
.form-area table td.label { text-align: right;padding-right: 8px;}

/* BASIC FUNCTIONALITY FOR SCROLLING DIVS */
.scroller
{
	overflow: scroll;
	overflow-x: hidden;
}

/* DEFAULT POPUP DIV STYLING */
.ajax-loader-wrapper
{
	background: transparent url(/images/common/bgPopUp.gif) top left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

/* DEFAULT AJAX STYLING FOR LOADER ELEMENT */
.ajax-loader 
{
	text-align: center;
	vertical-align: top;
}
.ajax-loader img { margin-top: auto;}


img.border-left, img.borderless-left, img.border-right, img.borderless-right
{
	border: 1px solid #4d4325;
    padding: 2px;
    background-color: #fff;
}
img.border-left, img.borderless-left
{
    margin-right: 18px;
    float: left;
    clear: left;
    margin-bottom: 20px;
}
img.borderless-left, img.borderless-right
{
    border: 0px none;
    padding: 0px;
}

img.border-right, img.borderless-right
{
    margin-left: 18px;
    float: right;
    clear: right;
    margin-bottom: 20px;
}