/*
 * START clase navigare
 */
.nav_chenar, .nav, .nav a, .page, .goto {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.nav_chenar
{
	width: /**/100%;
	height: /**/40px;
	background-color: #F4FAFF;
	border: 1px solid #D3DAE4;
}
.nav
{
	width: /**/100%;
	background-color: inherit;
	text-align: center;
	clear: both;
	vertical-align: middle;
}
.nav a
{
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}
.nav a:hover
{
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}

.nav input.ok
{
	font-size: 9px;
	height: 16px;
	width: 30px;
	border: 1px solid #999;
	display: inline;
	position: relative;
	top: 3px;
	background-color: #009;
	color: #fff;
}
.goto
{
	font-size: 10px;
	display: inline;
	padding-top: 5px;
}
.page
{
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 2px;
}

/*
 * STOP clase navigare
 */

