.CSS_GrayRounded_Container
{
	text-align: left;
	vertical-align: top;
	font-family: Verdana, Arial;
	font-size: 11px;
	width: 100%;
}

.CSS_GrayRounded_Lef
{
	background-image:url("white-rightbar_04.gif");
	background-repeat:repeat-y;
	background-position:right;
}

.CSS_SolidGray_Top
{
	background-image:url("box_01.gif");
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#E6E9E9;
	text-align:center;
	vertical-align:top;
	height:5px;
	padding:0px;
}

.CSS_SolidRounded_Title
{
	height:5px;
}

.CSS_SolidGray_Bot
{
	background-image:url("box_03.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#E6E9E9;
	height:13px;
}

.CSS_SolidGray
{
	background-color:#E6E9E9;
	width: 100% !important;
	
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	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: #FFFFFF; 
	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: #EEEEEE; 
	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: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

/**********************************/
/* Banners Ct Style
/**********************************/
.CSS_CTAbout_Banner
{
	height:95px;
	width:15px;
	background-color:#da4619;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("about_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTWelcome_Banner
{
	height:95px;
	width:15px;
	background-color:#267cc4;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("welcome_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTProduct_Banner
{
	height:95px;
	width:15px;
	background-color:#70bc3d;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("products_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTServiceSupport_Banner
{
	height:95px;
	width:15px;
	background-color:#5196d0;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("services1_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTSolutions_Banner
{
	height:95px;
	width:15px;
	background-color:#e16b47;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("solutions1_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTNewsAndEvents_Banner
{
	height:95px;
	width:15px;
	background-color:#8dc964;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("news_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTParters_Banner
{
	height:95px;
	width:15px;
	background-color:#72aad9;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("partners_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTResources_Banner
{
	height:95px;
	width:15px;
	background-color:#e78769;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("resources_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}

.CSS_CTContactUs_Banner
{
	height:95px;
	width:15px;
	background-color:#a2d381;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url("contact_02.gif");
	border:0px;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial;
}




