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

/* Controls tab styles and content */

ul.tab-header { 
	display:block;
	/*width:381px;*/
    height:32px;
	/*overflow:hidden;*/
    list-style: none;
	list-style-type:none;
    margin: 0;
    padding: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	border-bottom:1px dotted #999999;
	line-height:32px;
	text-align:center;
}

ul.tab-header li#tab-header0 {
	list-style:none;
	float:left;
	position:relative;
	z-index:20;
	height:22px;
	line-height:22px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	border-right:1px dotted #999999;
	cursor: pointer;
}

ul.tab-header li#tab-header0:hover {
	color:#1ab7ea;
}

ul.tab-header li#tab-header0.active {
	color:#1ab7ea;
}

ul.tab-header li#tab-header1 {
	list-style:none;
	float:left;
	position:relative;
	z-index:20;
	height:22px;
	line-height:22px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	border-right:1px dotted #999999;
	cursor: pointer;
}

ul.tab-header li#tab-header1:hover {
	color:#1ab7ea;
}

ul.tab-header li#tab-header1.active {
	color:#1ab7ea;
}

ul.tab-header li#tab-header2 {
	list-style:none;
	float:left;
	position:relative;
	z-index:20;
	height:22px;
	line-height:22px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	border-right:1px dotted #999999;
	cursor: pointer;
}

ul.tab-header li#tab-header2:hover {
	color:#1ab7ea;
}

ul.tab-header li#tab-header2.active {
	color:#1ab7ea;
}

ul.tab-header li#tab-header3 {
	list-style:none;
	float:left;
	position:relative;
	z-index:20;
	height:22px;
	line-height:22px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	border-right:1px dotted #999999;
	cursor: pointer;
}

ul.tab-header li#tab-header3:hover {
	color:#1ab7ea;
}

ul.tab-header li#tab-header3.active {
	color:#1ab7ea;
}

ul.tab-header li#tab-header4 {
	list-style:none;
	float:left;
	position:relative;
	z-index:20;
	height:22px;
	line-height:22px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	cursor: pointer;
}

ul.tab-header li#tab-header4:hover {
	color:#1ab7ea;
}

ul.tab-header li#tab-header4.active {
	color:#1ab7ea;
}

.tab-content {
	display:block;
	/*width:381px;
	w\idth: 381px;*/
	clear:both;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.tab-content ul {
margin:0;
padding:0;
}

.tab-content ul li{
list-style:none;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
line-height:14px;
margin:0 0 5px 0;

font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
color:#6e6e6e;
}


/* Interior Styles */

#tabContent {
display:block;
overflow:hidden;
margin:0px 0px 0px 0px;
padding:15px 0px 15px 0px;
border-top:dotted 1px #999999;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#565656;
}

#tabContentCopy {
display:block;
width:385px;
clear:both;
padding:35px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#6e6e6e;
}