/* CSS Document */
table.news {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}
table.news td {
	padding: 3px;
	text-align: left;
}
.pseudotab.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.pseudotab .tab-row .tab {
	width: 70px;
	height: 16px;
	background-image: url( "/images/secure/tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
	font:	11px Tahoma;
	color: #333;
}

.pseudotab .tab-page {

	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma;
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;

}

.pseudotab .tab-row {
	z-index: 1;
	white-space: nowrap;
}

table.newslist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.newslist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.newslist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(/images/secure/background.gif);
	background-repeat: repeat;
	font-size: 11px;
	color: #ffffff;
}
table.news th {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	color: #ffffff;
	background: url(/images/secure/background.gif);
	background-repeat: repeat;
}

table.demolist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 75%;
	border-collapse: collapse;
}
table.demolist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
	font-size: 12px;
	font-weight:bold;
}
table.demolist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(/images/secure/background.gif);
	background-repeat: repeat;
	font-size: 11px;
	color: #ffffff;
}
ul.decal {
padding-left: 55px;
list-style: url(images/pdficon.gif);
}
.Style1 {
	font-style: italic;
	font-weight: bold;
}