/** Shared by containers **/
.moduleTitle{background:none;}
.moduleActions{color: #000000;}
.moduleTitleHelp{font-family: Tahoma;font-size: 10px;font-weight: normal;margin-left: 50px;}
.moduleTitleHelp a{color: #ffffff;}
/** Rounded corners - shared **/
.roundedContainer
{
	background-color: #fff;
	color: #000;
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #D5D5D5;
	border-right: solid 1px #D5D5D5;
	border-bottom: solid 1px #D5D5D5;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.roundedContainer .roundedCorner{width:10px;}
.marker{position:relative;}
.roundedContainer .titleContainer{height: 26px;top: 0px;}
.roundedContainer .roundedTitle{font-family: Tahoma;font-size: 12px;color: #FFFFFF;font-weight: bold;}
.roundedContainer .cornerTopLeft
{
	z-index: 1;
	position: absolute;
	width: 10px;
	height: 26px;
	top: 0px;
	left: -1px;
	margin: 0px;
	padding: 0px;
}
.roundedContainer .cornerTopRight
{
	z-index: 1;
	position: absolute;
	width: 10px;
	height: 26px;
	top: 0px;
	right: -1px;
	margin: 0px;
	padding: 0px;
}
.module .contentPane
{
	z-index: 1;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 120%;
	padding: 2px;
}
.roundedContainer .cornerBottomLeft
{
	z-index: 1;
	position: absolute;
	width: 10px;
	height: 26px;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	background: none;
}
.roundedContainer .cornerBottomRight
{
	position: absolute;
	width: 10px;
	height: 26px;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	background: none;
}
/** Red Container **/
.redTitle .topCorners .roundedCorner,.redTitle .titleContainer{background:transparent url('images/spriteRed.png') repeat-x 0 0px;}
.redTitle .cornerTopLeft{background: url('images/spriteRed.png') no-repeat 0 -26px;}
.redTitle .cornerTopRight{background: url('images/spriteRed.png') no-repeat -110px -26px;}
.redTitle .cornerBottomLeft{_background: url('images/spriteRed.png') no-repeat 0 -59px;}
.redTitle .cornerBottomRight{_background: url('images/spriteRed.png') no-repeat -110px -59px;}
/** RedOrange Container **/
.redOrangeTitle .topCorners .roundedCorner,.redOrangeTitle .titleContainer{background:transparent url('images/spriteRedOrange.png') repeat-x 0 0px;}
.redOrangeTitle .cornerTopLeft{background: url('images/spriteRedOrange.png') no-repeat 0 -26px;}
.redOrangeTitle .cornerTopRight{background: url('images/spriteRedOrange.png') no-repeat -110px -26px;}
.redOrangeTitle .cornerBottomLeft{_background: url('images/spriteRedOrange.png') no-repeat 0 -59px;}
.redOrangeTitle .cornerBottomRight{_background: url('images/spriteRedOrange.png') no-repeat -110px -59px;}
/** Orange Container **/
.orangeTitle .topCorners .roundedCorner,.orangeTitle .titleContainer{background:transparent url('images/spriteOrange.png') repeat-x 0 0px;}
.orangeTitle .cornerTopLeft{background: url('images/spriteOrange.png') no-repeat 0 -26px;}
.orangeTitle .cornerTopRight{background: url('images/spriteOrange.png') no-repeat -110px -26px;}
.orangeTitle .cornerBottomLeft{_background: url('images/spriteOrange.png') no-repeat 0 -59px;}
.orangeTitle .cornerBottomRight{_background: url('images/spriteOrange.png') no-repeat -110px -59px;}
/** Black Container **/
.blackTitle .topCorners .roundedCorner,.blackTitle .titleContainer{background:transparent url('images/spriteBlack.png') repeat-x 0 0px;}
.blackTitle .cornerTopLeft{background: url('images/spriteBlack.png') no-repeat 0 -26px;}
.blackTitle .cornerTopRight{background: url('images/spriteBlack.png') no-repeat -110px -26px;}
.blackTitle .cornerBottomLeft{_background: url('images/spriteBlack.png') no-repeat 0 -59px;}
.blackTitle .cornerBottomRight{_background: url('images/spriteBlack.png') no-repeat -110px -59px;}
/** Grey Container **/
.greyTitle .roundedContainer{background-color:#EDEDED;border: solid 1px #D5D5D5;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
.greyTitle .roundedContainer .roundedTitle{color: #A30A28;}
.greyTitle .cornerTopLeft{background: url('images/spriteGrey.png') no-repeat 0 0px;top:-1px;}
.greyTitle .cornerTopRight{background: url('images/spriteGrey.png') no-repeat -10 0px;top:-1px;}
.greyTitle .cornerBottomLeft{_background: url('images/spriteGrey.png') no-repeat 0 -33px;}
.greyTitle .cornerBottomRight{_background: url('images/spriteGrey.png') no-repeat -10 -33px;}
/** Gradient Container **/
.gradientContainer{margin: 0px;padding: 10px 3px 3px 10px;background: #ffffff url('images/gradientBG.gif') repeat-x;border-left: 1px solid #ccc;border-top: 1px solid #ccc;}
.gradientModuleTitle{font-family: Tahoma;font-size: 12px;color: #A30A28;font-weight: bold;}
