/*
.dummyClass {
	background: url(/Portals/15/Containers/RaincoatContainer/none.gif);
}
*/


/*== master container table ==*/

.ContainerTable {
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom:solid 0pz #cecece;
}

.ContentTDBottom .ContainerTable {
	margin-top: 10px;
	margin-bottom: 0px;
}

.white-head .Head {
	color: #0d4345;
}

/*== header styles - grey ==*/

.d1g {
	width: 20px;
	height: 39px;
	background: url(c_head_cap_l_g.gif) no-repeat;
}

.d2g {
	background: url(c_head_bg_g.gif) repeat-x;
}

.d3g {
	width: 20px;
	height: 39px;
	background: url(c_head_cap_r_g.gif) no-repeat;
}



/*== header styles - grey ==*/

.d1g2 {
	width: 20px;
	height: 39px;
	background: url(c_head_cap_l_g2.gif) no-repeat;
}

.d2g2 {
	background: url(c_head_bg_g2.gif) repeat-x;
}

.d3g2 {
	width: 20px;
	height: 39px;
	background: url(c_head_cap_r_g2.gif) no-repeat;
}



/*== header styles - orange ==*/

.d1o {
	width: 15px;
	height: 39px;
	background: url(c_head_cap_l_o.gif) no-repeat;
}

.d1o-2 {
	width: 15px;
	height: 39px;
	background: url(c_head_cap_l_o-2.gif) no-repeat;
}

.d2o {
	background: url(c_head_bg_o.gif) repeat-x;
}

.d3o {
	width: 20px;
	height: 39px;
	background: url(c_head_cap_r_o.gif) no-repeat;
}

.d3o-2 {
	width: 20px;
	height: 39px;
	background: url(c_head_cap_r_o-2.gif) no-repeat;
}




/*== content area styles ==*/


.e1 {
	background: url(c_body_border_l.gif) repeat-y;
}

.e2 {
	background: #fff;
	padding: 2px 5px 0px 5px;
}

.e2-headings {
	background: #fff;
	padding: 2px 0px 0px 0px;
}

.e2-left-td
{
    width:5px;
    
}

.e3 {
	background: url(c_body_border_r.gif) repeat-y;
}



/*== footer area styles ==*/

.f1 {
	width: 20px;
	height: 39px;
	background: url(c_foot_cap_l2.gif) no-repeat;
}

.f2 {
	background: url(c_foot_bg2.gif) repeat-x;
	padding: 0 0 16px 0;
	text-align: right;
}

.f3 {
	width: 44px;
	height: 45px;
	background: url(c_foot_cap_r2.gif) no-repeat;
}


.basic-padding {
	padding: 0 10px 0 10px;
}

.basic-title {
	border-top: 1px solid #888;
	border-left: 1px solid #a4a4a4;
	background: #fff;
	padding: 10px 0 5px 12px;
}

.basic-title .Head {
	font-size: 12px;
	color: #555;
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 2px;
}

.basic-actions {
	border-top: 1px solid #888;
	border-right: 1px solid #fff;
	background: #fff;
	padding: 10px 5px 0px 5px;
	width: 1px;
}

.basic-content {
	border-right: 1px solid #fff;
	border-left: 1px solid #a4a4a4;
	border-bottom: 1px solid #fff;
	background: #fff;
	padding: 5px 12px 12px 12px;
}



