
/*======= container classes ==============*/

.contHeadSm {
	background: url(wm_head_bg_sm.gif) top left no-repeat;
}

.contHeadLG {
	background: url(wm_head_bg_lg.gif) top left no-repeat;
	padding-left: 25px;
	height: 45px;
	padding-top: 22px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.contHeadLG_1 {
	background: url(wm_head_bg_lg_1.gif) top left no-repeat;
	padding-left: 25px;
	height: 45px;
	padding-top: 22px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.contBodyLG {
	background: url(wm_cont_bg_lg.gif) top left repeat-y;
	padding-left: 27px;
	padding-right: 27px;
}

.contBodyLG_1 {
	background: url(wm_cont_bg_lg_1.gif) top left repeat-y;
	padding-left: 27px;
	padding-right: 27px;
}

.modulePane {
	background: url(wm_cont_bg_sm.gif) top left repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

.moduleHeader {
	background: url(wm_head_bg_sm.gif) top left no-repeat;
	padding-left: 25px;
	height: 45px;
	padding-top: 22px;
	padding-bottom: 5px;
	padding-right: 20px;
}


