/* Round Title Containers */
#ContainerMaster  {
	margin-bottom: 7px;
}
#ContainerMaster td {
}
.Actions {

}
.ContentPane {
	padding: 7px;
}
.RoundTitleContentPane {
	padding: 7px;
}
.RoundTitle {
	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: bold;
	color: f1f1f1;
	white-space: nowrap;
}
/* *************** RED *************** */
.RedTitleL {
	width: 5px;
	height: 28px;
	background-image: url(images/RedTitleL.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.RedTitle {
	height: 28px;
	background-color: #993333;
	padding-left:4px;
	white-space: nowrap;
}
.RedActions {
	width: 1px;
	text-align: right;
	height: 28px;
	background-color: #993333;
	padding-left:4px;
}
.RedTitleR {
	width: 5px;
	height: 28px;
	background-image: url(images/RedTitleR.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/* *************** Green *************** */
.GreenTitleL {
	width: 5px;
	height: 28px;
	background-image: url(images/GreenTitleL.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.GreenTitle {
	height: 28px;
	background-color: #5f6618;
	padding-left:4px;
	white-space: nowrap;
}
.GreenActions {
	width: 1px;
	height: 28px;
	background-color: #5f6618;
	padding-left:4px;
	text-align: right;
}
.GreenTitleR {
	width: 5px;
	height: 28px;
	background-image: url(images/GreenTitleR.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/* *************** Gray *************** */
.GrayTitleL {
	width: 5px;
	height: 28px;
	background-image: url(images/GrayTitleL.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.GrayTitle {
	height: 28px;
	background-color: #999999;
	padding-left:4px;
	white-space: nowrap;
}
.GrayActions {
	width: 1px;
	text-align: right;
	height: 28px;
	background-color: #999999;
	padding-left:4px;
}
.GrayTitleR {
	width: 5px;
	height: 28px;
	background-image: url(images/GrayTitleR.gif);
	background-position: left;
	background-repeat: no-repeat;
}
/* *************** Blue *************** */
.BlueTitleL {
	width: 5px;
	height: 28px;
	background-image: url(images/BlueTitleL.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.BlueTitle {
	height: 28px;
	background-color: #336699;
	padding-left:4px;
	white-space: nowrap;
}
.BlueActions {
	width: 1px;
	text-align: right;
	height: 28px;
	background-color: #336699;
	padding-left:4px;
}
.BlueTitleR {
	width: 5px;
	height: 28px;
	background-image: url(images/BlueTitleR.gif);
	background-position: left;
	background-repeat: no-repeat;
}