/* style for module titles */
/* Top White Round */
.TWR_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	color: #BB0000;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TWR_TopLeftCorner {
	background-image: url(Images/TopWhiteRound_top-left.gif);
	background-repeat: no-repeat;
	width: 9px;
}
.TWR_TopMiddle {
	background-image: url(Images/TopWhiteRound_top-center.gif);
	background-repeat: repeat-x;
}
.TWR_TopRightCorner {
	background-image: url(Images/TopWhiteRound_top-right.gif);
	background-repeat: no-repeat;
	width: 14px;
}
.TWR_ContentLeft {
	background-image: url(Images/TopWhiteRound_ctr-left.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.TWR_ContentPane {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.TWR_ContentRight {
	background-image: url(Images/TopWhiteRound_ctr-right.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.TWR_BottomLeftCorner {
	background-image: url(Images/TopWhiteRound_btm-left.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 9px;
}
.TWR_BottomMiddle {
	background-image: url(Images/TopWhiteRound_btm-center.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.TWR_BottomRightCorner {
	background-image: url(Images/TopWhiteRound_btm-right.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}

/* Top Grey Round */
.TGR_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	color: #CC0000;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TGR_TopLeftCorner {
	background-image: url(Images/TopGreyRound_top-left.gif);
	background-repeat: no-repeat;
	width: 9px;
}
.TGR_TopMiddle {
	background-image: url(Images/TopGreyRound_top-center.gif);
	background-repeat: repeat-x;
}
.TGR_TopRightCorner {
	background-image: url(Images/TopGreyRound_top-right.gif);
	background-repeat: no-repeat;
	width: 14px;
}
.TGR_ContentLeft {
	background-image: url(Images/TopGreyRound_ctr-left.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.TGR_ContentPane {
	background-color: #DDDDDD;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.TGR_ContentRight {
	background-image: url(Images/TopGreyRound_ctr-right.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.TGR_BottomLeftCorner {
	background-image: url(Images/TopGreyRound_btm-left.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 9px;
}
.TGR_BottomMiddle {
	background-image: url(Images/TopGreyRound_btm-center.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.TGR_BottomRightCorner {
	background-image: url(Images/TopGreyRound_btm-right.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}
/* Top White Square*/
.TWS_Title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	font-style: italic;
	color: #BB0000;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TWS_TopLeftCorner {
	background-image: url(Images/TopWhiteSquare_top-left.gif);
	background-repeat: no-repeat;
	width: 9px;
}
.TWS_TopMiddle {
	background-image: url(Images/TopWhiteSquare_top-center.gif);
	background-repeat: repeat-x;
}
.TWS_TopRightCorner {
	background-image: url(Images/TopWhiteSquare_top-right.gif);
	background-repeat: no-repeat;
	width: 14px;
}
.TWS_ContentLeft {
	background-image: url(Images/TopWhiteSquare_ctr-left.gif);
	background-repeat: repeat-y;
	width: 9px;
}
.TWS_ContentPane {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.TWS_ContentRight {
	background-image: url(Images/TopWhiteSquare_ctr-right.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.TWS_BottomLeftCorner {
	background-image: url(Images/TopWhiteSquare_btm-left.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 9px;
}
.TWS_BottomMiddle {
	background-image: url(Images/TopWhiteSquare_btm-center.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.TWS_BottomRightCorner {
	background-image: url(Images/TopWhiteSquare_btm-right.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}



