﻿div.tmtPanel {
	display: none;
	padding: 10px;
	border: 1px;
	border-top: 5px;
	border-style: solid;
	border-color: #193E8E;
}

div.tmtPanelGroup {
	padding-top: 20px;
}

div.tmtTabs a.tmtTab {
	background-image: url(/EServices/Images1/tab_background.jpg);
	background-position: top right;
	color: #183E8D;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 7px;
	padding: 10px !important;
	padding-bottom: 3px !important;
	padding-top: 3px !important;
	text-decoration: none;
	white-space: nowrap;
}

div.tmtTabs{
	display: none;
	padding-left:10px;
}
div.tmtTabs a.tmtTab:hover {
	text-decoration: underline;
}

div.tmtTabs a.tmtTabselected {
	background-image: url(/EServices/Images1/tab_background_selected.jpg);
	color: #FFFFFF;
}

/* 
NAV 3. Tabs inside main content for two columns render
Due to specific needs, we must overwrite a few properties
*/
#contentMainRight div.tmtPanel {
	/* Keep only top border */
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	/* Keep only top padding */
	padding: 0px;
	padding-top: 5px;
}
