/* CSS RESET & MAIN BODY STYLES -- */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, A, IMG, FIELDSET, FORM, TABLE, TBODY, TFOOT, THEAD, TR, TH, TD {
	border: 0;
	margin: 0;
	padding: 0;
}
BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
}
/* -- CSS RESET & MAIN BODY STYLES */


/* RE-DEFINED HTML TAGS -- */
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
/* -- RE-DEFINED HTML TAGS */



DIV.breadcrumbs {
	font-size: 11px;
}
DIV.poweredBy {
	color: #CCCCCC;
	font-size: 11px;
	margin-bottom: 20px;
	text-align: center;
}
DIV.poweredBy A {
	color: #CCCCCC;
}
DIV.poweredBy A:hover {
	color: #999999;
}


.textCenter {
	text-align: center !important;
}
.textLeft {
	text-align: left !important;
}
.textRight {
	text-align: right !important;
}


/* STYLES FOR DOCUMENTATION PAGES -- */
#documentationContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}
#documentationContainer CODE {
	color: blue;
}
#documentationContainer H1 {
	font-size: 18px;
	margin-top: 0;
}
#documentationContainer H2 {
	border-top: 1px dotted #CCCCCC;
	font-size: 14px;
	padding-top: 10px;
}
#documentationContainer P {
	color: #666666;
}
#documentationContainer P EM {
	color: #666699;
}
/* -- STYLES FOR DOCUMENTATION PAGES */