@charset "utf-8";
/* CSS Document */

.DIV_ContentData div.sheetEnvelop
{
	width:99.5%;
	border: none;
	margin: 2px;
}

.DIV_ContentData .zone-tabs 
{
	PADDING: 0 0 0 0;
	MARGIN: 0 0 0 0;
	/* BACKGROUND: none transparent scroll repeat 0% 0%; */
	WHITE-SPACE: nowrap;
	BORDER-COLLAPSE: collapse;
	FONT: 11px Verdana, Helvetica, Arial, sans-serif;
	TEXT-ALIGN: left;
	VERTICAL-ALIGN: middle;
	DISPLAY: inline;
	TEXT-DECORATION: none;
	border-left:none;
	HEIGHT:18px;
	clear:both;
	WIDTH:100%;
	/* float:left; */
}
.DIV_ContentData .zone-tabs .selected
{
	border-bottom:none;
	outline-style:none;
	outline-width:0;
}

.DIV_ContentData .zone-tabs table
{
	width:100%;
	margin-top:5px;
	margin-left:0px;
}

.DIV_ContentData .zone-tabs Th
{
	border:0;
}

.DIV_ContentData .zone-tabs td    
{
	FONT-FAMILY: Verdana, Arial,Helvetica;
	padding-left:0;
	padding-bottom:0;
	padding-top:0;
	border: 0 solid;
}

.DIV_ContentData .zone-tabs td
{
}

.DIV_ContentData .zone-tabs td ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
.DIV_ContentData .zone-tabs td ul li {
	display:inline;
 }
 
.DIV_ContentData .zone-tabs td ul li a
{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	height: 24px;
	padding: 2px 1em 2px 1em;
	text-align: center;
	position: relative;
	text-decoration: none;
 	z-index: 90;
	margin-right:5px;
	-moz-border-radius: 1.0em 1.0em 0em 0em;
    -webkit-border-top-left-radius: 1.0em;
    -webkit-border-top-right-radius: 1.0em;	
	border-radius-topleft: 20px;
	border-radius-topright: 20px;
	border-radius: 1.0em 1.0em 0 0;
}

.DIV_ContentData .zone-tabs table 
{
	border-collapse: collapse;
}

.DIV_ContentData .zone-tabs td ul li a.selected 
{
	background-color:#ffffff;
	text-decoration: none;
	border-bottom:none;
	z-index: 92;
} 

div.sheetBorder {
	width:100%;
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: -2px;
	z-index: 91;
}
div.sheet {
width:100%;
border:0;
padding-top:0;
}
