@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	position:absolute;
}

.TabbedPanelsTab {float:left; background:#CCCCCC; color:#fff; margin-right:3px; padding:7px 13px 7px 13px; font-size:14px; font-family:Arial, Helvetica, sans-serif;font-weight:bold;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	list-style:none;
	outline:none;
}

.TabbedPanelsTabHover {background:#3399FF;color:#FFFFFF;}

.TabbedPanelsTabSelected {float:left; color:#ffffff; background: url(../images/itin_tab_bg.gif) center no-repeat; padding:7px 15px 11px 15px; font-weight:bold; font-size:13px; font-family:Arial, Helvetica, sans-serif; min-height:25px; margin-left:0px; *margin-left:0px;}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	outline:none;
}

.TabbedPanelsContentGroup
	{
	clear: both;
	border: solid 1px #E5E5E5;
	margin-left:0px;
	margin-top:33px;
	margin-right:4px;
	}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.TabbedPanelsContent h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#3f3f3f;
	margin:0px 0px; padding:0px 0px;
}

.TabbedPanelsContent h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3f3f3f;
	margin:0px 0px; padding:0px 0px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}
