/*====================================================================================
Description:
	Group style file.
	Contains style definitions for use with the group component.
Developers:
	MvW
Date last modified:
	2006-05-23 (MvW)
====================================================================================*/

.grp_info,
.grp_info_over,
.grp_infc,
.grp_infc_over {
	background-position:center bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	vertical-align:top;
	cursor:pointer;
	height:22px;
}
.grp_info {
	background-color:#D1D7E1;
	color:#808FAC;
}
.grp_infc {
	background-color:#A398A5;
	color:#FFFFFF;
}
.grp_infc_over {
	background-color:#BDB5BF;
	color:#87798A;
}
.grp_info_over {
	background-color:#E0E4EB;
	color:#3E4751;
}
.grp_info {
	background-image:url(../images/grp/grp_open.png);
}
.grp_info_over {
	background-image:url(../images/grp/grp_open_over.png);
}
.grp_infc {
	background-image:url(../images/grp/grp_close.png);
}
.grp_infc_over {
	background-image:url(../images/grp/grp_close_over.png);
}
.grp_back {
	background-image:url(../images/cntr/cnt_back.png);
	background-repeat:repeat-x;
	background-position:bottom;

}
