/***********************************************//* PRISM Handheld                              *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/html{	margin:0px;	padding:0px;}body{	margin: 0px 2px;	padding: 0px 3px;	font-family: Trebuchet MS,sans-serif;	background-color: #CCCCa3;}a{	color: #CC0000;}a:visited{	color: #660000;}a:hover{	color: #990000;	text-decoration: none;}	ul{	margin-left:20px;}ol{	margin-left:25px;}/***********************************************//* Layout Divs                                 *//***********************************************/#container{	position:relative;	margin:0 auto;	top: 5px;	width:auto;	background-color: #cccca3;}#pageNav {	padding: 2px;	background: #ececd1;}#content{	padding: 3px;	background: #ffffff;	line-height: 1.35;}#tl, #tr {	display: none;}/***********************************************//* Component Divs                              *//***********************************************//* image replace styles   thanks to http://levin.grundeis.net/files/20030809/alternatefir.html */.replace{      position:relative;      margin:0px; padding:0px;      /* hide overflow:hidden from IE5/Mac */      /* \*/      overflow: hidden;      /* */}.replace span{      display:block;      position:absolute;      top:0px;      left:0px;      z-index:1; /*for Opera 5 and 6*/}/************** header styles ****************/#header a {	border:0;}#siteName, #siteName span{      height:70px;      width:236px;      background-image: url(../images/prism_logo.gif);	  background-repeat:no-repeat;}#buttonSign, #buttonSign span{      height:56px;      width:179px;      background-image: url(../images/nav_button_handheld_01.gif);	  background-repeat:no-repeat;}#buttonAccess, #buttonAccess span{      height:56px;      width:178px;      background-image: url(../images/nav_button_handheld_02.gif);	  background-repeat:no-repeat;}/************* breadcrumb styles ***************/#breadcrumb{	padding: 5px 0px 1px 5px;	font-size: small;	background: #ececd1;}/************** pageName styles ****************/#pageName{	padding: 1px 0px 0px 3px;	background: #ffffff;	border-bottom:1px solid #CCCCA3;}#pageName h1{	font-weight: bold;	font-size: 1.65em;	color: #333300;	margin:0px;	padding: 4px 1px;}/************ sectionLinks styles **************/#sectionLinks{	margin: 0px;	padding: 0px;	font-size: .8em;}#sectionLinks a{	display: block;	padding: 0px 5px 0px 10px;}#sectionLinks h3{	margin:0px;	padding:0px;	font-size: 1em;	font-weight: bold;	color: #CC0000;	line-height: 2;}#sectionLinks h3 a:visited{	color: #CC0000;}#sectionLinks ul{	margin: 0px;	padding: 0px;}#sectionLinks li{	list-style-type: none;	font-weight: bold;}#sectionLinks li a:link, #sectionLinks li a:visited {	text-decoration: none;	border-bottom: 1px solid #CCCCA3;}#sectionLinks li a:hover{	background: #CC0000 url(../images/navback_red.gif);	font-weight: bold;	text-decoration: none;	color: #FFFFFF;}/************* secondLinks styles **************/#secondLinks{	margin: 0px;	padding: 0px;	font-size: .8em;	border-bottom: 1px solid #CCCCA3;}#secondLinks h3{	display: block;	margin:0px -5px;	padding-left: 10px;	font-size: 1em;	font-weight: bold;	line-height: 2;	color: #ffffff;	background: #CC0000 url(../images/navback_red.gif);	border-bottom: 1px solid #CCCCA3;}#secondLinks ul{	margin: 0px;	padding: 0px 5px;	background-color:#ffffff;}#secondLinks li{	list-style-type: none;}#secondLinks li a:link, #secondLinks li a:visited {	text-decoration: none;}#secondLinks li ul li{	font-size: .9em;	line-height: 1.5;}#secondLinks li li a:link, #secondLinks li li a:visited {	text-decoration: underline;	border:none;}#secondLinks li li a:hover{	text-decoration: none;	color:#000000;}#secondLinks li ul li ul li{	font-size: 1em;}.sideNavfirst{	padding-top: 5px;}.sideNavlast{	padding-bottom: 8px;}/************** feature styles for content section *****************/.feature{	padding: 0px 10px 5px 10px;	font-size: .8em;	line-height: 1.5;		min-height: 200px;	height: 200px;}html>body .feature {height: auto;}.feature p{	padding: 0px;	margin: 15px 0px;}.feature h2{	font-weight: bold;	font-size: 1.15em;	color: #333300;	padding: 0px;	margin-bottom:-10px;}.feature h3{	font-weight: bold;	font-size: 1em;	color: #333300;	padding: 0px;	margin-bottom:-10px;}.feature h4{	font-weight: bold;	font-style: oblique;	color: #CC0000;	margin-bottom:-10px;}.feature img{	margin: 0px;	padding: 0px;}.feature img.screenshot{	margin: 20px 0px;	padding: 0px;}.feature ul, .feature ol{	margin-top: -10px;}.feature li{	padding-bottom: 3px;}.feature ul.toplist, .feature ol.toplist{	margin-top: 20px;}.feature ul ul, .feature ol ol{	margin: 2px;}.feature ol ol{ 	list-style-type: lower-alpha;}.feature ol ol ol{	margin-top: 5px; 	list-style-type: lower-roman;	padding-left: 25px;}.feature ol ul{	list-style-type: disc;	margin-top: 3px;}#content table{	display: table;	table-layout:auto;	width: 100%;	border-color: #a59c76;	margin: 20px 0px;}#content td{	padding:2px;	vertical-align: middle;}#content td h3{	font: bold .8em verdana,arial,sans-serif;	color: #660000;	margin:2px;}.tableHead{	background-color: #ddd0af;}.bold{	font-weight: bold;}.redType{	color: #CC0000;}.important{	font-style: oblique;	color: #CC0000;}/************** siteInfo styles ****************/#siteInfo{	padding: 3px;	font-size: x-small;	line-height: 1.15;}#siteInfo a{	font-weight: bold;}/************** hideLinks styles ****************/.hideLinks{	font-size: small;	line-height: 1.15;	padding: 5px 4px;	background: #ececd1;}/********************* end **********************/
