.c_container{padding-bottom:15px;}
/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions, h2.c_title{float:left;}
.c_icon { width: 90%; }
.c_icon img {float:left; padding-right:4px;}
h2.c_title{margin:0; padding:0;}
.icn img{margin-right:5px;}

.title_vis{float:right;}

.c_content{clear:both;}
.c_contentpane{padding:8px 0 0 0;}
.fixedTable TABLE { table-layout: fixed; }
.c_footer {clear:both;margin-bottom:20px;padding:0; text-align:right;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------*/
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
.c_content .eipbackimg {margin-top:0;margin-left:-20px;}

.tabMenuContainer 
{
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #003366;
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
	z-index: 1;
}


.tabMenu 
{
	background-color: Transparent;
	height: 20px;
	width: 100%;
	cursor:pointer;
	margin: 0;
	padding: 0;
}

/* Hide submenus */
.tabMenu table { display: none !important; }

/* Main Menu Normal */
.tabMenu .root
{	
	height: 20px;
	background-color: #003366;
	border-top: 1px solid #003366; 
	border-left: 1px solid #003366; 
	border-right: 1px solid #003366; 
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-align:left; 
	white-space:nowrap;
	float:left;
	vertical-align: middle;
	margin-right: 2px; padding-left: 6px; padding-right: 6px;
}
/* The following will make the left border of the first tab blend in with the vertical rule of the content pane in this design */
.tabMenu .root.first { border-left-color: Transparent; }
.tabMenu .root .txt { vertical-align: middle; }


/* Main menu hover */
.tabMenu .hov{ 
}

/* Main menu selected */
.tabMenu .sel, .tabMenu .bc 
{
	color:#003366;
	background-color: #FFF;  
	border-top: 1px solid #003366; 
	border-left: 1px solid #003366; 
	border-right: 1px solid #003366; 
}



