/**************************/
/* -- 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;}
/* - 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 -- */

/* - table - */
table{
	border-collapse:collapse;
	text-align: center;
}
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;}/* should hide from mac but seems to work */

/* -- image replacement -- */
.imageReplace{position:relative;/* nomac \*/overflow:hidden;/* nomac */margin:0px; padding:0px;}
.imageReplace span{width:100%;height:100%;position:absolute;background-repeat:no-repeat;top:0px;left:0px;z-index:1;}
/* -- clear -- */
.clear{clear:both; font-size: 0px; height: 0px;} /* font-size & height required to fix an IE  */


/* -- Page Wrap -- */
body.centerAlign{text-align:center;}
#pageWrap{text-align:left; margin:0 auto;width:950px;}


ul.inline {	list-style: none;	margin: 0;	padding: 0;}

.inline {display: inline;}

/* -- 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;}

.floatRight {float: right;}

/* -- centered text class --*/
.centeredText {text-align:center;}

