/* CSS Document */
.TabPages ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.TabPages ul li {
	float:left;
	cursor:pointer;
	text-align:center;
	padding-top:10px;
	font:13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
}
.TabPages {
	width:235px;
}
.TabPage {
	width:117px;
	height:25px;
}
#TabPage2{margin-left:1px !important}

.selected {
	background:#fff url(/static/img/template/v1/layout/tab_active.png) no-repeat;
}
.notSelected {
	background:#fff url(/static/img/template/v1/layout/tab_inactive.png) no-repeat; color:#999999;
}
.TabContent {
	background:#fff url(/static/img/template/v1/layout/tabs_content.png) no-repeat;
	width:228px;
	height:271px;
	clear:both;
	padding:6px 0 0 7px;
	/*border:1px solid #993399;*/
}

/* ##### Forms de Pesquisa #####  */


