.nav {
	margin-left: 0;
	list-style: none;
}

.nav > li.grid_newversion a,
.nav > li.grid_newversion a:hover,
.nav > li.grid_newversion a:focus {
	background: #55c1b8 url("../../grid/img/pencil.png") 5px 5px no-repeat;
	text-indent:30px;
}
.nav > li > a { display: block;}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav > li > a > img { max-width: none;}

.nav-tabs:before,
.nav-tabs:after {
	display: table;
	line-height: 0;
	content: "";
}

.nav-tabs:after { clear: both;}
.nav-tabs > li
{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a
{
	padding: 8px 12px;
	margin-right: 2px;
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.nav-tabs { border-bottom: 1px solid #ddd;}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/**/
.tab-content {
	padding:25px;
	border:1px solid #cdcdcd;
	position: relative;
	top:-1px;
	z-index:0;
}
ol[data-disable]+div.tab-content {display:none;}