/* ************************************************ */
/* **************  HRWW R2.5 HYBRID  ************** */
/* **************  Updated 6/21/06   ************** */
/* ************************************************ */


#maincontainer {
	padding: 0 0 15px 0;
	background-color: #FFFFFF;
	height: 100%;
	min-width: 726px;
}

#contentarea {
	text-align: left;
	/*border-top: solid #FFFFFF 1px;*/
	padding: 0 30px 30px 30px;
	height: 70%;
}

.box_margin_right {margin-right: 24px;}
.box_halfmargin_right {margin-right: 12px;}/* use for unique layout 1 and 5 */
.task_margin_right	{margin-right:11px;}/*otherwise wraps in IE */

.box_wide {
	position: absolute;
	padding-right: 15px;
}

.box_a,
.box_b,
.box_c,
.box_c1,
.box_d,
.box_e,
.box_f,
.box_g,
.box_h,
.box_i,
.box_j,
.box_k,
.box_l,
.box_m,
.box_n,
.box_o,
.box_p,
.box_q {
	float: left;
	display: inline;/* IE double float margin bug fix */
	min-height: 1px; /*allow empty divs to render in compliant browsers */
}

.box_margin_right {margin-right: 3.2959%;}
.box_halfmargin_right {margin-right: 1.6479%;}
.box_a {width: 9.8876%;}
.box_b {width: 23.8950%;}
.box_c {width: 28.0149%;}
.box_c1 {width: 33%;}
.box_d {width: 34.6066%;}
.box_e {width: 41.1983%;}
.box_f {width: 43.2583%;}
.box_g {width: 45.3182%;}
.box_h {width: 48.2021%;}
.box_i {width: 61.7975%;}
.box_j {width: 72.5091%;}
.box_k {width: 99.7000%;}
.box_l {width: 23.0711%;}
/*.box_m {width: 17.3033%;} changed to value below on 6/21/2006 */
.box_m {width: 15.3033%;}
.box_n {width: 80.7488%;}
.box_o {width: 38.7264%;}
.box_p {width: 53.5579%;}
.box_q {width: 23.8711%;}

/* box_j nesting */
.box_j > .box_margin_right {margin-right: 4.5318%;}
.box_j > .box_halfmargin_right {margin-right: 2.2659%;}
.box_j .box_a {width: 13.5953%;}
.box_j .box_b {width: 32.8554%;}
.box_j .box_c {width: 38.5201%;}
.box_j .box_d {width: 47.5837%;}
.box_j .box_e {width: 56.6472%;}
.box_j .box_f {width: 59.4796%;}
.box_j .box_g {width: 62.3119%;}
.box_j .box_h {width: 66.2772%;}
.box_j .box_i {width: 84.9708%;}
.box_j .box_l {width: 31.7224%;}
.box_j .box_q {width: 32.8554%;}

/* box_n nesting */
.box_n > .box_margin_right {margin-right: 4.0694%;}
.box_n > .box_halfmargin_right {margin-right: 2.0347%;}
.box_n .box_b {width: 29.5028%;}
.box_n .box_p {width: 66.1270%;}
.box_n .box_o {width: 47.5837%;} /* Added 09/12/2006 */

.floatright {float: right;}
.floatenv {float: right;
			  padding-right: 550px;	}

