@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------- */
/* ------------------------- container Area ------------------------------ */
/* ----------------------------------------------------------------------- */

/*	=containerConstants -------------------------------------------------- */
.headerIcon { float:left; padding:5px 0 0 5px; }
.headerIcon img { border:0px; }

.help { float:right; padding:5px 5px 0 0; display:none; }
.help img { border:0px; }

.bi { padding:0 0 0 1px; background:url(img/borders.gif) left top repeat-y; }
.contentArea { padding:3px 10px; }	
.contentArea p { /*margin:0 0 .6em 0; */}
.baseArea { height:5px; margin:0 -1px 0 -1px; font-size:0em; }
.baseArea div { width:18px; height:5px; font-size:0em; }
.headerArea { height:27px; margin-right:10px; overflow:hidden; }/* height:1.7em*/
.headerArea .title { margin:5px 0 0 10px; font-size:16px; font-weight:bold; float:left; font-family:Arial, Helvetica, sans-serif;}
.height_3px { font-size:0em; height:3px; }

.corner2px .headerArea {height: 2px;}
.corner2px .baseArea {height: 2px;}
.corner2px .baseArea div {height: 2px;}
	
/* ---------------------------------------------------------------------------------------- */
/*	=containerOuterHeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
	
	/*	=silverHeader ----------------------------------------------------------- */
	.silverHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxSilver.gif) right top no-repeat; }
	.silverHeader > .headerArea { background:url(img/boxSilver.gif) left top no-repeat; }
	
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.lightGreyHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxLightGrey.gif) right top no-repeat; }
	.lightGreyHeader > .headerArea { background:url(img/boxLightGrey.gif) left top no-repeat; }
	.lightGreyHeader.corner2px { background:url(img/boxLightGrey2px.gif) right top no-repeat; }
	.lightGreyHeader.corner2px > .headerArea { background:url(img/boxLightGrey2px.gif) left top no-repeat; }

	/*	=lightGreyHeaderNoLine ----------------------------------------------------------- */
	.lightGreyNoLineHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxLightGreyNoLine.gif) right top no-repeat; }
	.lightGreyNoLineHeader > .headerArea { background:url(img/boxLightGreyNoLine.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.darkGreyHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxDarkGrey.gif) right top no-repeat; }
	.darkGreyHeader > .headerArea { background:url(img/boxDarkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.whiteHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxWhite.gif) right top no-repeat; }
	.whiteHeader > .headerArea {  background:url(img/boxWhite.gif) left top no-repeat; }
	
	/*	=blueHeader ----------------------------------------------------------- */
	.blueHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxBlue.gif) right top no-repeat; }
	.blueHeader > .headerArea { background:url(img/boxBlue.gif) left top no-repeat;}
	/*.blueHeader .headerArea .title { font-size:12px; }*/
	/*	=greenHeader ----------------------------------------------------------- */
	.greenHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxGreen.gif) right top no-repeat; }
	.greenHeader > .headerArea { background:url(img/boxGreen.gif) left top no-repeat;}
	/*.greenHeader .headerArea .title { font-size:12px; }*/
	/*	=orangeHeader ----------------------------------------------------------- */
	.orangeHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxOrange.gif) right top no-repeat; }
	.orangeHeader > .headerArea { background:url(img/boxOrange.gif) left top no-repeat; }
	/*.orangeHeader .headerArea .title { font-size:12px; }*/
	/*	=redHeader ----------------------------------------------------------- */
	.redHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxRed.gif) right top no-repeat; }
	.redHeader > .headerArea { background:url(img/boxRed.gif) left top no-repeat; }
	/*.redHeader .headerArea .title { font-size:12px; }*/
	
	/*	=whiteGradeHeader ----------------------------------------------------------- */
	.whiteGradeHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxGradWhite.gif) right top no-repeat; }
	.whiteGradeHeader > .headerArea { background:url(img/boxGradWhite.gif) left top no-repeat; }
/*	=containerOuterBodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.lightGreyContent > .bi > .contentArea { background:#f3f3f3; }	
	.lightGreyContent > .bi > .baseArea { background:url(img/boxLightGrey.gif) 100% 100% no-repeat  }
	.lightGreyContent > .bi > .baseArea div { background:url(img/boxLightGrey.gif) 0 100% no-repeat; }
	.corner2px .lightGreyContent > .bi > .baseArea { background:url(img/boxLightGrey2px.gif) 100% 100% no-repeat  }
	.corner2px .lightGreyContent > .bi > .baseArea div { background:url(img/boxLightGrey2px.gif) 0 100% no-repeat; }

	/*	=darkGreyBody --------------------------------------------------------------- */
	.darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.darkGreyContent > .bi > .contentArea { background:#e1e1e1; }	
	.darkGreyContent > .bi > .baseArea { background:url(img/boxDarkGrey.gif) 100% 100% no-repeat  }
	.darkGreyContent > .bi > .baseArea div { background:url(img/boxDarkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.whiteContent > .bi > .contentArea { background:#fff; }	
	.whiteContent > .bi > .baseArea { background:url(img/boxWhite.gif) 100% 100% no-repeat  }
	.whiteContent > .bi > .baseArea div { background:url(img/boxWhite.gif) 0 100% no-repeat; }
	
	/*	=blueBody --------------------------------------------------------------- */
	.blueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.blueContent .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.blueContent > .bi > .contentArea { background:#dbe5f1; }	
	.blueContent > .bi > .baseArea { background:url(img/boxBlue.gif) 100% 100% no-repeat  }
	.blueContent > .bi > .baseArea div { background:url(img/boxBlue.gif) 0 100% no-repeat; }

	/*	=greenBody --------------------------------------------------------------- */
	.greenContent { padding:0 1px 0 0; background:#DDEEBC url(img/borders_green.gif) right top repeat-y; }
	.greenContent .bi { padding:0 0 0 1px; background:url(img/borders_green.gif) left top repeat-y; }
	.greenContent > .bi > .contentArea { background:#DDEEBC; }	
	.greenContent > .bi > .baseArea { background:url(img/boxGreen.gif) 100% 100% no-repeat  }
	.greenContent > .bi > .baseArea div { background:url(img/boxGreen.gif) 0 100% no-repeat; }

	/*	=orangeBody --------------------------------------------------------------- */
	.orangeContent { padding:0 1px 0 0; background:#fbd5b5 url(img/borders_darkOrange.gif) right top repeat-y; }
	.orangeContent > .bi { padding:0 0 0 1px; background:url(img/borders_darkOrange.gif) left top repeat-y; }
	.orangeContent > .bi > .contentArea { background:#fbd5b5; }	
	.orangeContent > .bi > .baseArea { background:url(img/boxOrange.gif) 100% 100% no-repeat  }
	.orangeContent > .bi > .baseArea div { background:url(img/boxOrange.gif) 0 100% no-repeat; }
	
	/*	=redBody --------------------------------------------------------------- */
	.redContent { padding:0 1px 0 0; background:#e5b9b7 url(img/borders_darkRed.gif) right top repeat-y; }
	.redContent > .bi { padding:0 0 0 1px; background:url(img/borders_darkRed.gif) left top repeat-y; }
	.redContent > .bi > .contentArea { background:#e5b9b7; }	
	.redContent > .bi > .baseArea { background:url(img/boxRed.gif) 100% 100% no-repeat  }
	.redContent > .bi > .baseArea div { background:url(img/boxRed.gif) 0 100% no-repeat; }
	
	/*	=whiteGradeBody --------------------------------------------------------------- */
	.whiteGradeContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.whiteGradeContent > .bi > .contentArea { background:#fff; }	
	.whiteGradeContent > .bi > .baseArea { background:url(img/boxGradWhite.gif) 100% 100% no-repeat  }
	.whiteGradeContent > .bi > .baseArea div { background:url(img/boxGradWhite.gif) 0 100% no-repeat; }
	
/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_lightBox_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader_lightBox ----------------------------------------------------------- */
	.inner_lightBox_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lightBox_silver.gif) right top no-repeat; }
	.inner_lightBox_silverHeader > .headerArea { background:url(img/boxInner_lightBox_silver.gif) left top no-repeat; }

		/*	=lightGreyHeader_lightBox ----------------------------------------------------------- */
	.inner_lightBox_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lightBox_lightGrey.gif) right top no-repeat; }
	.inner_lightBox_lightGreyHeader > .headerArea { background:url(img/boxInner_lightBox_lightGrey.gif) left top no-repeat; }

/*	=containerInner_lightBox_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_lightBox_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_lightBox_lightGreyContent > .bi > .contentArea { background:#f3f3f3; }	
	.inner_lightBox_lightGreyContent > .bi > .baseArea { background:url(img/boxInner_lightBox_silver.gif) 100% 100% no-repeat;  }
	.inner_lightBox_lightGreyContent > .bi > .baseArea div { background:url(img/boxInner_lightBox_silver.gif) 0 100% no-repeat; }
	

/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_lg_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader ----------------------------------------------------------- */
	.inner_lightGrey_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_silver.gif) right top no-repeat; }
	.inner_lightGrey_silverHeader > .headerArea { background:url(img/boxInner_lg_silver.gif) left top no-repeat; }
			
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.inner_lightGrey_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_lightGrey.gif) right top no-repeat; }
	.inner_lightGrey_lightGreyHeader > .headerArea { background:url(img/boxInner_lg_lightGrey.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.inner_lightGrey_darkGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_darkGrey.gif) right top no-repeat; }
	.inner_lightGrey_darkGreyHeader > .headerArea { background:url(img/boxInner_lg_darkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.inner_lightGrey_whiteHeader { padding:0; /*margin:0 0 7px 0 changed to padding*/ padding:0 0 7px 0; width:100%; background:url(img/boxInner_lg_white.gif) right top no-repeat; }
	.inner_lightGrey_whiteHeader > .headerArea {  background:url(img/boxInner_lg_white.gif) left top no-repeat; }

	/*	=lightBlueHeader ----------------------------------------------------------- */
	.inner_lightGrey_lightBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_lightBlue.gif) right top no-repeat; }
	.inner_lightGrey_lightBlueHeader > .headerArea {  background:url(img/boxInner_lg_lightBlue.gif) left top no-repeat; }
		
		/*	=DarkBlueHeader ----------------------------------------------------------- */
	.inner_lightGrey_darkBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_darkBlue.gif) right top no-repeat; }
	.inner_lightGrey_darkBlueHeader > .headerArea {  background:url(img/boxInner_lg_darkBlue.gif) left top no-repeat; }


/*	=containerInner_lg_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_lightGrey_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_lightGrey_lightGreyContent > .bi > .contentArea { background:#f3f3f3; }	
	.inner_lightGrey_lightGreyContent > .bi > .baseArea { background:url(img/boxInner_lg_lightGrey.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_lightGreyContent > .bi > .baseArea div { background:url(img/boxInner_lg_lightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.inner_lightGrey_darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.inner_lightGrey_darkGreyContent > .bi > .contentArea { background:#e1e1e1; }	
	.inner_lightGrey_darkGreyContent > .bi > .baseArea { background:url(img/boxInner_lg_darkGrey.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_darkGreyContent > .bi > .baseArea div { background:url(img/boxInner_lg_darkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.inner_lightGrey_whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.inner_lightGrey_whiteContent > .bi > .contentArea { background:#fff; }	
	.inner_lightGrey_whiteContent > .bi > .baseArea { background:url(img/boxInner_lg_white.gif) 100% 100% no-repeat  }
	.inner_lightGrey_whiteContent > .bi > .baseArea div { background:url(img/boxInner_lg_white.gif) 0 100% no-repeat; }
	
	/*	=lightBlueBody --------------------------------------------------------------- */
	.inner_lightGrey_lightBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.inner_lightGrey_lightBlueContent > .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.inner_lightGrey_lightBlueContent > .bi > .contentArea { background:#dbe5f1; }	
	.inner_lightGrey_lightBlueContent > .bi > .baseArea { background:url(img/boxInner_lg_lightBlue.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_lightBlueContent > .bi > .baseArea div { background:url(img/boxInner_lg_lightBlue.gif) 0 100% no-repeat; }
		
	/*	=DarkBlueBody --------------------------------------------------------------- */
	.inner_lightGrey_darkBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_darkBlue.gif) right top repeat-y; }
	.inner_lightGrey_darkBlueContent > .bi { padding:0 0 0 1px; background:url(img/borders_darkBlue.gif) left top repeat-y; }
	.inner_lightGrey_darkBlueContent > .bi > .contentArea { background:#2e67b1; }	
	.inner_lightGrey_darkBlueContent > .bi > .baseArea { background:url(img/boxInner_lg_darkBlue.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_darkBlueContent > .bi > .baseArea div { background:url(img/boxInner_lg_darkBlue.gif) 0 100% no-repeat; }
		


/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_dg_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader ----------------------------------------------------------- */
	.inner_darkGrey_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_silver.gif) right top no-repeat; }
	.inner_darkGrey_silverHeader > .headerArea { background:url(img/boxInner_dg_silver.gif) left top no-repeat; }
	
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.inner_darkGrey_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_lightGrey.gif) right top no-repeat; }
	.inner_darkGrey_lightGreyHeader > .headerArea { background:url(img/boxInner_dg_lightGrey.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.inner_darkGrey_darkGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_darkGrey.gif) right top no-repeat; }
	.inner_darkGrey_darkGreyHeader > .headerArea { background:url(img/boxInner_dg_darkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.inner_darkGrey_whiteHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_white.gif) right top no-repeat; }
	.inner_darkGrey_whiteHeader > .headerArea {  background:url(img/boxInner_dg_white.gif) left top no-repeat; }

	/*	=lightBlueHeader ----------------------------------------------------------- */
	.inner_darkGrey_lightBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_lightBlue.gif) right top no-repeat; }
	.inner_darkGrey_lightBlueHeader > .headerArea {  background:url(img/boxInner_dg_lightBlue.gif) left top no-repeat; }



/*	=containerInner_lg_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_darkGrey_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_darkGrey_lightGreyContent > .bi > .contentArea { background:#f3f3f3; }	
	.inner_darkGrey_lightGreyContent > .bi > .baseArea { background:url(img/boxInner_dg_lightGrey.gif) 100% 100% no-repeat  }
	.inner_darkGrey_lightGreyContent > .bi > .baseArea div { background:url(img/boxInner_dg_lightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.inner_darkGrey_darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.inner_darkGrey_darkGreyContent > .bi > .contentArea { background:#e1e1e1; }	
	.inner_darkGrey_darkGreyContent > .bi > .baseArea { background:url(img/boxInner_dg_darkGrey.gif) 100% 100% no-repeat  }
	.inner_darkGrey_darkGreyContent > .bi > .baseArea div { background:url(img/boxInner_dg_darkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.inner_darkGrey_whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.inner_darkGrey_whiteContent > .bi > .contentArea { background:#fff; }	
	.inner_darkGrey_whiteContent > .bi > .baseArea { background:url(img/boxInner_dg_white.gif) 100% 100% no-repeat  }
	.inner_darkGrey_whiteContent > .bi > .baseArea div { background:url(img/boxInner_dg_white.gif) 0 100% no-repeat; }	

	/*	=lightBlueBody --------------------------------------------------------------- */
	.inner_darkGrey_lightBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.inner_darkGrey_lightBlueContent > .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.inner_darkGrey_lightBlueContent > .bi > .contentArea { background:#dbe5f1; }	
	.inner_darkGrey_lightBlueContent > .bi > .baseArea { background:url(img/boxInner_dg_lightBlue.gif) 100% 100% no-repeat  }
	.inner_darkGrey_lightBlueContent > .bi > .baseArea div { background:url(img/boxInner_dg_lightBlue.gif) 0 100% no-repeat; }
			
/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_w_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader ----------------------------------------------------------- */
	.inner_white_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_silver.gif) right top no-repeat; }
	.inner_white_silverHeader > .headerArea { background:url(img/boxInner_w_silver.gif) left top no-repeat; }
	
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.inner_white_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_lightGrey.gif) right top no-repeat; }
	.inner_white_lightGreyHeader > .headerArea { background:url(img/boxInner_w_lightGrey.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.inner_white_darkGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_darkGrey.gif) right top no-repeat; }
	.inner_white_darkGreyHeader > .headerArea { background:url(img/boxInner_w_darkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.inner_white_whiteHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_white.gif) right top no-repeat; }
	.inner_white_whiteHeader > .headerArea {  background:url(img/boxInner_w_white.gif) left top no-repeat; }

	/*	=redHeader ----------------------------------------------------------- */
	.inner_white_redHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_red.gif) right top no-repeat; }
	.inner_white_redHeader > .headerArea {  background:url(img/boxInner_w_red.gif) left top no-repeat; }

	/*	=orangeHeader ----------------------------------------------------------- */
	.inner_white_orangeHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_orange.gif) right top no-repeat; }
	.inner_white_orangeHeader > .headerArea {  background:url(img/boxInner_w_orange.gif) left top no-repeat; }

	/*	=greenHeader ----------------------------------------------------------- */
	.inner_white_greenHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_green.gif) right top no-repeat; }
	.inner_white_greenHeader > .headerArea {  background:url(img/boxInner_w_green.gif) left top no-repeat; }

	/*	=lightBlueHeader ----------------------------------------------------------- */
	.inner_white_lightBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_lightBlue.gif) right top no-repeat; }
	.inner_white_lightBlueHeader > .headerArea {  background:url(img/boxInner_w_lightBlue.gif) left top no-repeat; }

	/*	=blueHeader ----------------------------------------------------------- */
	.inner_white_blueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_Blue.gif) right top no-repeat; }
	.inner_white_blueHeader > .headerArea {  background:url(img/boxInner_w_Blue.gif) left top no-repeat; }

/*	=containerInner_lg_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_white_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_white_lightGreyContent > .bi > .contentArea { background:#f3f3f3; }	
	.inner_white_lightGreyContent > .bi > .baseArea { background:url(img/boxInner_w_lightGrey.gif) 100% 100% no-repeat  }
	.inner_white_lightGreyContent > .bi > .baseArea div { background:url(img/boxInner_w_lightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.inner_white_darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.inner_white_darkGreyContent > .bi > .contentArea { background:#e1e1e1; }	
	.inner_white_darkGreyContent > .bi > .baseArea { background:url(img/boxInner_w_darkGrey.gif) 100% 100% no-repeat  }
	.inner_white_darkGreyContent > .bi > .baseArea div { background:url(img/boxInner_w_darkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.inner_white_whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.inner_white_whiteContent > .bi > .contentArea { background:#fff; }	
	.inner_white_whiteContent > .bi > .baseArea { background:url(img/boxInner_w_white.gif) 100% 100% no-repeat  }
	.inner_white_whiteContent > .bi > .baseArea div { background:url(img/boxInner_w_white.gif) 0 100% no-repeat; }

	/*	=redBody --------------------------------------------------------------- */
	.inner_white_redContent { padding:0 1px 0 0; background:#db2e29 url(img/borders_red.gif) right top repeat-y; }
	.inner_white_redContent > .bi { padding:0 0 0 1px; background:url(img/borders_red.gif) left top repeat-y; }
	.inner_white_redContent > .bi > .contentArea { background:#db2e29; }	
	.inner_white_redContent > .bi > .baseArea { background:url(img/boxInner_w_red.gif) 100% 100% no-repeat  }
	.inner_white_redContent > .bi > .baseArea div { background:url(img/boxInner_w_red.gif) 0 100% no-repeat; }

	/*	=orangeBody --------------------------------------------------------------- */
	.inner_white_orangeContent { padding:0 1px 0 0; background:#f8be0d url(img/borders_orange.gif) right top repeat-y; }
	.inner_white_orangeContent > .bi { padding:0 0 0 1px; background:url(img/borders_orange.gif) left top repeat-y; }
	.inner_white_orangeContent > .bi > .contentArea { background:#f8be0d; }	
	.inner_white_orangeContent > .bi > .baseArea { background:url(img/boxInner_w_orange.gif) 100% 100% no-repeat  }
	.inner_white_orangeContent > .bi > .baseArea div { background:url(img/boxInner_w_orange.gif) 0 100% no-repeat; }

	/*	=greenBody --------------------------------------------------------------- */
	.inner_white_greenContent { padding:0 1px 0 0; background:#99cc33 url(img/borders_green.gif) right top repeat-y; }
	.inner_white_greenContent > .bi { padding:0 0 0 1px; background:url(img/borders_green.gif) left top repeat-y; }
	.inner_white_greenContent > .bi > .contentArea { background:#99cc33; }	
	.inner_white_greenContent > .bi > .baseArea { background:url(img/boxInner_w_green.gif) 100% 100% no-repeat  }
	.inner_white_greenContent > .bi > .baseArea div { background:url(img/boxInner_w_green.gif) 0 100% no-repeat; }

	/*	=lightBlueBody --------------------------------------------------------------- */
	.inner_white_lightBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.inner_white_lightBlueContent > .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.inner_white_lightBlueContent > .bi > .contentArea { background:#dbe5f1; }	
	.inner_white_lightBlueContent > .bi > .baseArea { background:url(img/boxInner_w_lightBlue.gif) 100% 100% no-repeat  }
	.inner_white_lightBlueContent > .bi > .baseArea div { background:url(img/boxInner_w_lightBlue.gif) 0 100% no-repeat; }
			
	/*	=blueBody --------------------------------------------------------------- */
	.inner_white_blueContent { padding:0 1px 0 0; background:#5d88bf url(img/borders_blue.gif) right top repeat-y; }
	.inner_white_blueContent > .bi { padding:0 0 0 1px; background:url(img/borders_blue.gif) left top repeat-y; }
	.inner_white_blueContent > .bi > .contentArea { background:#5d88bf; }	
	.inner_white_blueContent > .bi > .baseArea { background:url(img/boxInner_w_Blue.gif) 100% 100% no-repeat  }
	.inner_white_blueContent > .bi > .baseArea div { background:url(img/boxInner_w_Blue.gif) 0 100% no-repeat; }
	
/*	=specialSettings
		------------------------------------------------------------------------- */
/*	=info pannels */
/* .infoTitleTextHeight { font-size:12px; }*/
