div.demo_button_box{
	float:left;
	width:228px;
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:20px;
}
div.demo_button_box a{
	display:block;
	margin-bottom:4px;
}

table#dbl thead tr td{
	color:#666666;
	font-weight:bold;
	background-color:#dddddd;
}

table#dbl tbody tr td{
	background-color:#efefef;
}
img.in_icon{
	margin-left:4px;
}
#main h3#page_subtitle{
	/*border-left:solid 8px #FEBC06;
	padding-left:4px;*/
	color:#292CAF;
	color:#00A9CC;
}
#main p{
	padding-left:0px;
	margin-left:0px;
	line-height:1.4em;
	
}
#main h4{
	padding-left:0px;
	margin-left:0px;
}
#main h5{
	line-height:1.4em;
	margin-bottom:0.6em;
}
h2#page_title{
	width:520px;
	height:100px;
	background-image:url(../img/piso_page_logo.gif);
	background-repeat:no-repeat;
}
h2#page_title span{
	display:none;
}

div#tabGroup{
	width:520px;
	height:26px;
	padding-left:6px;
	background-image:url(../img/tab_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	white-space:nowrap;clear:both;
	margin-bottom:20px;
}
ul#tablist{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center
}
ul#tablist li{
	font-weight:normal;
	font-size:10px;
	text-align:center;
	background-image:url(../img/tab_na.gif);
	border:solid 1px #666666;
	display:block;
	white-space:nowrap;
	margin-bottom:12px;
	float:left;
	border-right:none;
}
ul#tablist li.active{
	font-weight:normal;
	font-size:12px;
	text-align:center;
	background-image:url(../img/tab_a.gif);
	border:solid 1px #666666;
	border-right:none;
	border-bottom:solid 1px white;
	background-repeat:repeat-x;
	display:block;
	white-space:nowrap;
	margin-bottom:12px;
}

ul#tablist a{
	color:black;
	display:block;
	padding:4px;
	padding-left:4px;
	padding-right:4px;
	height:16px;
}

ul#tablist li.active a:visited{
	color:#000000;
	font-weight:bold;
}
ul#tablist a:visited{
	color:#999999;
}
ul#tablist a:active,
ul#tablist a:hover,
ul#tablist a:link
{
	color:black;
}
*html ul#tablist li *{
	width:10%;
}