
	#body_page{
		height: 200px;
	}
	#menu {
		left: 537px;
		width: 203px;
		padding: 0px 5px;
	}
	#leopard_nav {
		margin-left: 0px;
	}
	#PageBrandLeopard {
		display:block;
		position:relative;
		margin-top:0px;
		margin-left:6px;
		margin-bottom:12px;
		padding:0px;
		width:532px;
		height:76px;
		color:#666;
		text-decoration:none;
		background: url(images/pagebrand_leopard.png) 0 0 no-repeat;
		z-index:0;		
	}
	#lcontent {
		position: absolute;
		width:532px; 
		top: 77px;
		margin-left: 5px;
		padding:0px 0px 20px 0px;
		font-family: "Lucinda Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.4em;
		z-index: 2;
		color: #2A2A2A;
		}
	#lcontent h5 {font-size: 90%}

	h4.leopard{
		font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FEFFE3;
		text-shadow: #2A2A2A 0px -1px 1px;
		margin: 0px 0px 0px 1px;
		padding: 3px 10px 2px 10px;
		border-bottom: 1pt solid #DEDEDB;
	}
	h7.leopard{
		display: block;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
/*		color: #910F10; */
		color: #B02E2F;
		margin: 0px 0px 6px 1px;
		padding: 4px 10px 2px 10px;
		width: 512px;
		background-image: none;
/*		background-color: #FEFFE3; */
		background-color: rgb(240,242,218);
/*		border-bottom: 1pt solid #DEDEDB; */
		border-bottom: 1pt solid #C4C4B8;
	}
	.leopard-text {
		position: relative;
		display: block;
		width: 492px;
		padding-left: 25px;
		padding-right: 15px;
		
	}
	dl.software_list{
		display: block;
		width: 492px;
		font-family: "Lucida Grande", Arial, sans-serif;
		font-size: 11px;
		padding-left: 25px;
		padding-right: 15px;
	}
	
	#lcontent dl dt a {
		color: #2A2A2A;
	}
	#lcontent a {
		color: #666666;	
		font-weight: bold;	
	}
	span.extra_info {
		display: block;
		padding-top: 3px;
		padding-left: 18px;
		color: #999999;
	}
	dt {
		font-size: 12px;
/*		margin-left: 18px; */
		padding-bottom: 3px;
	}
	dd {
/*		margin-left: 18px; */
	}
		
    .accordion{
//        width:198px;
        overflow:auto;
    }
    .panel_title{
        font-size:11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0;
        color:#575757;
        cursor:pointer;
        height: 15px;
        padding: 5px 12px 0px 12px;
        background: url(images/title.png) 0 0 no-repeat;
        text-shadow: #666 1px 1px 1px;
    }
    .title1{
        padding: 10px 12px 0px 12px;
        color: #910F10;
        background: url(images/title1.png) 0 0 no-repeat;
    }    	
    .hilite{
        background: url(images/highlight1.png) 0 0 no-repeat;
    }
    .last_title{
        padding: 10px 12px 0px 12px;
        height: 148px;
        background: url(images/last_title.png) 0 0 no-repeat;
    }    	
    .panel{
        margin: 0px;
        padding-bottom:0px;
        border: none;
    }
    .panel_body{
    	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	line-height: 1.4em;
    	font-weight: 600;
    	padding:6px 12px 0px 0px;
        background: url(images/panel_bg.png) 0 0 repeat-y;
   	
    }
    .subpanel {
    	font-size: 9px;
    	margin-top: 0px;
    	margin-left: 0px;
    	padding-top: 0px;
    	padding-left: 5px;
    	padding-right: 0px;
    	height: 21px;
    	color: grey;
    	width: 189px;
    	background: url(images/subpanel_bg.png) 0 0 no-repeat;
    }
	#tabs {
    	color: grey;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #CDCFBA;
		}
	.tabset_content{
		padding-left: 12px;
		padding-right: 10px;
		}
	#menu ul {
		margin: 0px;
	}
	#tabs ul {
		margin: 0px;
	}
		
	#tabs li
		{
		list-style: none;
		margin: 0;
		display: inline;
		}
		
	#tabs li a
		{
		padding: 1px 3px 1px 3px;
		margin-left: 3px;
		margin-right: -5px;
		border: 1px solid #D7D8D0;
		border-bottom: 1px solid #CDCFBA;
		background-color: #D9DDC6;
		text-decoration: none;
		}
		
	#tabs li a:link { color: grey; }
	#tabs li a:visited { color: grey; }
	
	#tabs li a:hover
		{
		color: #666;
		background: #EEEEEE;
		border-bottom: 1px solid #D0D0D0;
		}
		
	#tabs li a#current
		{
		color: #910F10;
		background-color: #FFFFEF;
		border-bottom: 1px solid #FDFDF7;
		}
		

