/*body, html {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif,'Lucida Sans',;
	font-size: 11px;
}
*/

div.tmtPanel {
/*	background-image: url(images/aqua_p_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
*/	
	border:1px solid #B4BCD8;
	display:none;
/*	height:650px; */
	float:left;
	width:698px;
	padding:10px;
	padding-top:10px;
	background-color:#FFFFFF;
}

div.tmtPanelGroup {
	background-color: #FFFFFF;
/*	background-image: url(images/aqua_pg_bg.gif); */
	border:0px solid #F00;
	clear: both;
	width: 720px;
/*	margin-top:-15px; THIS IS IN HERE IF YOU REMOVE THE float:left from .tmtPanel and specify a height. */
}

div.tmtTabs a.tmtTab {
	background-image: url(images/software_tab_n.gif);
	background-repeat:repeat;
	color:#7B8094;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height:20px;
	line-height: 16px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 146px;
	border:0px solid #F00;
	padding:4px 0px 0px 0px;
}

div.tmtTabs a.tmtTabselected {
	background-image: url(images/software_tab_s.gif);
	color: #444;
}

