


.CSS_CTGrayContentPane
{
	font-family:Verdana, Arial;
	font-size:9pt;
	vertical-align:top;
	background-image:url(images/ContainerGray_02.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.CSS_CTGrayMidBottom
{
	background-image:url(images/ContainerGray_08.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:17px;
	font-family:Verdana, Arial;
	font-size:8pt;
	text-align:center
}

.CSS_CTGrayRightBottom
{
	text-align:left;
	vertical-align:bottom;
	background-image:url(images/ContainerGray_06.gif);
	background-repeat:repeat-y;
	background-position:left;
	
}

.CSS_CTGrayRightTop
{
	text-align:left;
	vertical-align:top;
	background-image:url(images/ContainerGray_06.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:4px;
}

.CSS_CTGrayContent
{
	font-family:Verdana, Arial;
	font-size:9pt;
	padding:5px;
}

.CSS_CTGrayAction
{
		font-family:Verdana, Arial;
	font-size:9pt;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.CSS_CTGrayLeftTop
{
	text-align:right;
	vertical-align:top;
	background-image:url(images/ContainerGray_01.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:4px;
}
	
	

.CSS_CTGrayLeftBottom
{
	text-align:right;
	vertical-align:bottom;
	background-image:url(images/ContainerGray_04.gif);
	background-repeat:repeat-y;
	background-position:right;
	
}

.CSS_CTGrayMidRight
{
	text-align:left;
	width:4px;
	background-image:url(images/ContainerGray_06.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.CSS_CTGrayMidLeft
{
	text-align:right;
	width:4px;
	background-image:url(images/ContainerGray_01.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.containermaster_blue {
	width: 100%;
/*/	background-color: #dfe5f2;*/
	border-right: #D3C9BA 1px solid; 
	border-top: #D3C9BA 1px solid; 
	border-left: #D3C9BA 1px solid; 
	border-bottom: #D3C9BA 1px solid; 
}
.containerrow1_blue {
/*	background-image: url(gradient_LtBlue.jpg);*/
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
	text-align:left;
	font-size:8pt;
	font-family:Verdana, Arial;
}

.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-size:5pt;
	font-family:Verdana, Arial;
	font-weight: bold; 
	text-align:left;
	background-color: #E4E3D1;
}

.CommandButton
{
	font-family:Verdana, Arial;
}








