/***Expand Collapse sections**/
table.hidecontent, table.showcontent {
	width:100%;
	border:1px solid #eeeeee;
	margin:1px 0 0 0;
}
table.hidecontent {
	border-bottom:none;
}
table.hidecontent thead tr, table.showcontent thead tr {
	background-color:#eeeeee;
}
table.showcontent td.HSContentWide div {
	display:block;
}
table.hidecontent td.HSContentWide div {
	display:none;
}
.arrow-hide-and-seek-down, .arrow-hide-and-seek-more {
	float: left;
	margin: 5px 5px 0px 0px;
	width: 7px;
	height: 7px;
	text-indent:-9999px;
	cursor:pointer;
}
.arrow-hide-and-seek-down {
	background:url("../images/Hide.gif") no-repeat left top;
}
.arrow-hide-and-seek-more {
	background:url("../images/Expand.gif") no-repeat left top;
}
th.HSHeaderWide {
	padding:5px;
	text-align:left;
	font-size: 13px;
}
.HSHeaderText {
	float: left;
	width:95%;
	text-decoration:none;
	cursor:pointer;
}
td.HSContentWide {
	padding:0;
	margin:0;
	height:auto;
}
td.HSContentWide div ul, td.HSContentWide div ol {
	margin-left:20px !important;
	padding-right:10px;
}
table.showcontent table.hidecontent, table.showcontent table.showcontent {
	/*width:98%!important;*/
	
}
td.HSContentWide div {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

td.HSContentWide div p {
	padding-left: 0px;
	padding-right: 0px;
	margin-top:15px;
	margin-bottom:15px;
}


/***Formatted table styles***/
table caption {
	font-weight:bold;
	text-align:left;
	padding:10px 0;
}

#contentWrapper #tabContainer .HSContentWide table.formatted {
	margin:0;
}
#contentWrapper dd.HSContentWide table.formatted {
	margin:5px 0 0 0;
}
#contentWrapperGlobal table.formatted {
	width: 938px !important;
}

#contentWrapperInt table.formatted {
	width: 938px !important;
}

table.formatted {
	text-align:left;
	border-collapse:collapse;
    width:100%;
	background:url('../images/bg_tableBorder.gif') repeat-x bottom left;
	margin:10px 0;
}
table.formatted tbody tr:first-child td, table.formatted tbody tr:first-child th {
	background:url('../images/bg_tableBorder.gif') repeat-x scroll left top !important;
}
table.formatted thead th {
	background: #EEEEEE url('../images/bg_tableBorder.gif') no-repeat scroll left top !important;
}

table.formatted tr {
	vertical-align:top;
}
table.formatted p {
	padding-top:0 !important;
	margin-top:0 !important;
}
table.formatted ul {
	padding:0 0 0 20px;
	margin:0;
}
table tr.row1 {
	background-color:#eeeeee !important;
}
table.formatted thead tr.row1 th {
	background-color:#eeeeee !important;
}
table.formatted thead th {
	border-collapse:separate;
	background:#eeeeee url('../images/bg_tableBorder.gif') repeat-x bottom left;
	height:31px;
	vertical-align:middle;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
}
table.formatted td, table.formatted th {
	padding:5px 5px;
}
table.formatted th p {
	margin:0px !important;
}
.disclaimer {
    color: #666666;
    font-size: 90%;
}