@charset "UTF-8";
/* CSS Document */

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog_link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
ul#icons {
	margin: 0;
	padding: 0;
}
ul#icons li {
	margin: 2px;
	position: relative;
	padding: 1px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
ul#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

/*#TABS ESTA NAS CUSTOM*/

.tabs-bottom {
	position: relative;
	border:0px solid black; /* novo -- andre 15set2011 */
	
	
}
.tabs-bottom .ui-tabs-panel {
	height: 66px; /* altura do conteudo das tabs*/
	overflow: hidden;
	border:none;
}
.tabs-bottom .ui-tabs-nav {
	position: absolute !important;
	left: 0;
	bottom: 0;
	right:0;
	top:60px; /* novo -- andre 15set2011 */
	padding: 0 0.1em 0.1em 0;
	margin-left: 10px; 
	
}


.tabs-bottom .ui-tabs-nav li {
	margin-top: -2px !important;
	margin-bottom: 1px !important;
	border-top: none;
	border-bottom-width: 1px;
}
.ui-tabs-selected {
	margin-top: -3px !important;
}
.ui-tabs .ui-tabs-panel {
	border: 0px solid #dfdfdf; /* borda do conteudo das tabs*/
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .2em .4em;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
}