/*------------------------------------------------------------

default.css
Default CSS styles used across all browsers.

notes:
Place your generic class rules here. These rules will be applied to ALL browsers.

------------------------------------------------------------*/





/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

body {
	font-family: Tahoma, Sans-Serif !important;
	font-size: 13px;
	margin: 0;
	padding: 0;
    line-height: normal !important;
}





/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/


/* floats */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* float clears */

.clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}


/* text alignment */

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}





/*------------------------------------------------------------

special messaging

------------------------------------------------------------*/

/* browser upgrade message */
.upgrade {
	margin-top: 1em;
	color: #900;
	border: 2px solid #900;
}

/* print preview message */
.printPreview {
	display: none;
}
