@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels */
.TabbedPanels { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }

.TabbedPanelsTabGroup { margin: 0px; padding: 0px; }

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	color:#FFF;
	height:28px;
	line-height:22px;
	margin: 0px 1px 0px 0px;
	background-color: #FFA700;
	list-style: none;
	outline:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #FFCF73;
}

.TabbedPanelsTabSelected {
	background-color: #6B8FD4;

}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelscontentGroup {
	clear: both;
	border: solid 1px #eee;
	background-color: #FFF;
}

.TabbedPanelscontent { overflow: hidden; padding: 10px; line-height:1.8em; }
    .TabbedPanelscontent span { font-weight:bold; }
            .TabbedPanelscontent td.radyobtn { width:20px; padding-right:10px; margin:0px; height:28px; line-height:28px; text-align:center; }
		        .TabbedPanelscontent td.inptline { padding:1px; margin:0px; height:28px; line-height:28px; text-align:left; }
				
				.TabbedPanelscontent .wrap_taksit { width:96%; margin:0px 0px 20px 0px; padding:0px;  color:#333;}
                .TabbedPanelscontent .wrap_taksit h3 { margin-bottom:10px; font-size:14px; color:#FF6600; font-weight:normal; }

	
.TabbedPanelscontentVisible { }


.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelscontentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelscontentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelscontent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}