/*====================================================================================
Description:
	Container style file.
	Contains style definitions for use with the container component.
Developers:
	MvW
Date last modified:
	2006-05-08 (MvW)
====================================================================================*/

.cnt_hdr_left {
	background-image:url(../images/cntr/cnt_hdr_left.png);
	height:19px;
	width:19px;
}
.cnt_hdr_back {
	background-image:url(../images/cntr/cnt_hdr_back.png);
	background-repeat:repeat-x;
	height:19px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.cnt_hdr_right {
	background-image:url(../images/cntr/cnt_hdr_right.png);
	height:19px;
	width:5px;
}
.cnt_ftr_left {
	background-image:url(../images/cntr/cnt_ftr_left.png);
	height:14px;
	width:5px;
}
.cnt_ftr_back {
	background-image:url(../images/cntr/cnt_ftr_back.png);
	background-repeat:repeat-x;
	height:14px;
	color:#282E35;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.cnt_ftr_right {
	background-image:url(../images/cntr/cnt_ftr_right.png);
	height:14px;
	width:19px;
}
.cnt_container {
	background-image:url(../images/cntr/cnt_back.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F4F0F1;
	border:1px solid #4D5764;
}
.cnt_msg_container {
	border:1px solid #C2C8D1;
	background-color:#FFFFFF;
	text-align:left;
}
