/**************************/
/* -- Basic HTML Rules -- */
/**************************/
/* - stop gap if only inline element in block level container - */
img,object,embed{border:none;}
/* - to avoid ff<1.03 bug - */
html,body,div,pre,form,table,fieldset,h1,h2,h3,h4,h5,h6,dl,hr,p,blockquote{margin:0;padding:0;/*color:#FFFFFF;*/}
/* - look normal - */
a img,:link img,:visited img,fieldset{border:none; color:#FFFFFF;}
a { outline: none; }
a:hover { color: #000000; }
/* - dot less - */
/*ul,ol,dl{list-style:none;}*/
/* - uniform styles - */
h1,h2,h3,h4,h5,h6,pre,code,input,textarea,select{font-size:1em;}

/* -- General Styles -- */
/* - give default font style - */
p,li,dt,dd,label,address,th,td,legend,input,select,textarea{font-size:75%;line-height:120%;}
p input, p textarea, li input, p label {font-size: 100%;}
th dt, td dt, th dd, td dd, th li, td li, li li, dt dt, dt dd, dd dt, dd dd, legend legend, p select{font-size:100%;}
h1,h2,h3,h4,h5,h6,p,ul,dl,ol,pre{margin-bottom:1em;}
/* - table - */
table {border-collapse:collapse;}
td, th {vertical-align:top;}

/* -- General Classes -- */
/* --  errors -- */
.error{color:red;list-style:none;}
.errorTop{margin-bottom:0.5em;margin-top:0.2em}
.errorBottom{margin-bottom:0.5em;margin-top:0.2em}

/* -- contain -- */
.contain:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
/* ie mac fix */
.contain{display:inline-table;}
* html .contain{/* nomac \*/height:1%;/* nomac */}
.contain{display:block;}
/* -- clear -- */
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

/* -- Page Wrap -- */
body { text-align: center; }
#pageWrap{text-align:left; margin:0 auto 45px;}

.noBorder {
	border: none !important;	
}

/* -- Allows accessible code without changing the visual design -- */
label.access, .access, hr.access {
	background-color: inherit;
	color: #ffffff;
	position: absolute;
	overflow: hidden;
	border: none;
	left: -10999px;
	width: 990px;
	height: 0px;
}


/* -- Standard Floating Functions --*/
.floatLeft {float: left !important;}

.floatRight {float: right !important;}


