.rightPanelBar {
	float:left;
	background-color:#484b4c;
	width:134px;
	height:20px;
	padding:4px 0 0 6px;
}

.rightPanelBox {
	float:left;
	width:126px;
	background-color:#E2E2E2;
	padding:6px 6px 10px 6px;
	border:1px solid #cbcbcb;
}
.rightPanelBlank 
{
	float:left;
	width:140px;
	padding:4px 0px 4px 0px;
}
.empty {
	float:left;
	width:140px;
	height:10px;
}

.headlineBar {
	float:left;
	background-color:#484b4c;
	height:20px;
	width:530px;
	padding:4px 0 0 10px;
	margin-bottom:10px;
}

.headlineBarPink {
	float:left;
	background-color:#CC6AB2;
	height:20px;
	width:530px;
	padding:4px 0 0 10px;
	margin-bottom:10px;
}

.whiteBox {
	border:1px solid #cbcbcb; 
	background-color:#fff; 
	float:left;
	width:538px;
	margin-bottom:10px;	
}

.textBox {
	float:left;
	width:392px;	
	padding:10px;
}

.textBoxWide {
	float:left;
	width:520px;
	padding:10px;
}

.textBoxWideHr 
{
	float: left;
	width: 530px;
	padding: 0px 10px 4px 10px;
}

.commentBox {
	float:left;
	width:530px;	
	padding-right:10px;
	margin:0px;
	text-align:right;
}

.commentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	padding:3px 0px 5px 0px;
}

.hrBar
{
	background-color:#484b4c;
	width:520px;	
	height:2px;
	margin: 0px 0px 0px 10px;
	padding:0px;
}

.hrBarComment
{
	background-color:#484b4c;
	width:520px;	
	height:2px;
	margin: 0px;
	padding:0px;
}

.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	vertical-align:top;	
}
.h1Pink a:link, a:visited, a:active {
	color:#CC6AB2;
	text-decoration: none;
}

.h1Pink a:hover {
	background-color:#CC6AB2;
	color:#fff;
	text-decoration: none;
}

.h1 a:link, a:visited, a:active {
	color:#8daa15;
	text-decoration: none;
}

.h1 a:hover {
	background-color:#8daa15;
	color:#fff;
	text-decoration: none;
}

.commentText a:link, a:visited, a:active {
	color:#666666;
	text-decoration: none;
}
	
.commentText a:hover {
	background-color:#8daa15;
	color:#fff;
	text-decoration: none;
}	


.rightPanelText a, a:link, a:visited, a:active {
	color:#666;
	text-decoration: none;
}

.rightPanelText a:hover {
	background-color:#8daa15;
	color:#fff;
	text-decoration: none;
}

.footerText a:link, a:visited, a:active {
	color:#fff;
	text-decoration: none;
}
	
.footerText a:hover {
	background-color:#8daa15;
	color:#fff;
	text-decoration: none;
}	

.memberText a:link, a:visited, a:active {
	color:#666;
	text-decoration: none;
}
	
.memberText a:hover {
	background-color:#8daa15;
	color:#fff;
	text-decoration: none;
}	

a:link, a:visited, a:active {
	color:#8daa15;
	text-decoration: none;
}

a:hover {
	background-color:#8daa15;
	color:#fff;
}



.ModuleTitle_MenuBar {
	background-color: #99ccff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid;
/*override borders*/	background-color: #99ccff;
}
.ModuleTitle_MenuItem TD {
	/*TD if menu is using tables*/
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	height: 18px;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 1px 3px 1px 3px;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}
.ModuleTitle_MenuIconSel {
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #336699;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.ModuleTitle_MenuBreak {
	background-color: White;
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	background-color: #3399cc;
}


