form {
	clear: left;
}

.musthaves {
  margin-left: 0px!important;
}

.attr {
	font-size: 10px;
	font-weight: bold;
}

.attrvalue {
  font-size: 10px;
}

.tabs {
	background-color: gray;
	list-style:none;
	padding: 16px 0px 4px 20px;
	margin: 0px;
	font-size: 14px;
}

.tabs li {	
	float: left;
}

.tabs a, .tabs span {
	padding: 4px 8px 4px 8px;
	margin-right: 1px;
}

.tabs a {
	color: white;
  background-color: #A6A6A6;  
}

.tabs span {
	color: black;
	background-color: white;
}


.sub.tabs {
	margin-left: 0px!important;
	background-color: white;
	padding-left: 0px;
	margin-bottom: 10px;
}

.sub.tabs span {
	background-color: gray;
	color: white;
}

#editorplaceholder {
	width: 20px;
	height: 620px;
}

#editor { 
	position: absolute !important;
	border: 1px solid lightgray;
	margin: auto;
	height: 600px;
	top: 250px;
	left: 5px;
	right: 5px;
	font-size: 14px;
}
		
#auth {
	text-align: right;
}

#column_1 h2 {
	font-weight: bold;
}


tr th {
	font-weight: normal;
}

a.edit {
	color: green;
}

a.new {
	font-style: italic;
}

a.delete {
	color: red;
}


.icon.active {
	height: 14px;
	width: 14px;
	background-image: url('activeinactive.png');
	background-position: bottom;
}

.icon.inactive {
	height: 14px;
	width: 14px;
	background-image: url('activeinactive.png');	
}


.sentencelocked {
	font-size: 9px;
	color: red;
}

table.datatable th {
  font-weight: bold;
}

table.datatable {
    border-collapse: collapse;
}
table.datatable td, table th {
    border: 1px solid gray;
    padding: 4px 8px;
}
table.datatable tr:first-child th {
    border-top: 0;
}
table.datatable tr:last-child td {
    border-bottom: 0;
}
table.datatable tr td:first-child,
table.datatable tr th:first-child {
    border-left: 0;
}
table.datatable tr td:last-child,
table.datatable tr th:last-child {
    border-right: 0;
}
