/*
.rotate-font {
	font-family: Times, "Serif";
}
*/
th.rotate {
  height: 120px;
  white-space: nowrap;
	text-align: left;
	vertical-align: bottom;
}

th.rotate > div {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(-90deg);
  width: 10px;
}

th.rotate > div > span {
  padding: 5px 10px;
}

.clean_table {
	font-size: 10px;
	border-collapse: collapse;
}

.in {
	color: #FF0000 ! important;
}

.clean_head {
	font-size: 10px;
	background-color: #ddd;
	padding: 0px;
}

.clean_odd {
	font-size: 10px;
	background-color: #fff;
}

.clean_even {
	font-size: 10px;
	background-color: #eee;
}

#urval {
  margin-bottom: 10px;
}

hr {
	height: 1px;
	border: 0px solid #000;
	background-color: #000;
	margin: 2px;
}

body {
	font-family: Times;
	font-size: 12px;
}

#header {
	display: none;
}

#inloggning {
	position: absolute;
	display: none;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
}

#message {
	position: absolute;
	display: none;
	color: #FF2222;
	font-size: 18px;
	padding: 10px 10px 10px 10px;
}

#laddar {
	position: absolute;
	display: none;
	font-size: 36px;
}

.logga {
	font-family: "Futura", "Arial", "Helvetica", "Sans Serif";
	color: #505950;
	font-size: 18px;
}

#lista {
	vertical-align: top;
}

#counters {
  display: inline-block;
}

#content {
	vertical-align: top;
	margin: 10px 0px 0px 0px;
}

.htable {
}

.htable td {
	vertical-align: top;
}

.htable th {
	background-color: #DDD;
}

table {
	border-collapse: collapse;
	font-family: times;
	font-size: 12px;
	display: inline;
  margin-right: 10px;
}

.red {
	color: #FF0000 !important;
}

.blue {
	color: #0000FF;
}

.green {
	color: #00FF00;
}

.yellow {
	color: #FFFF00;
}

.b_red {
	background-color: #FF7777;
}

.b_blue {
	background-color: #7777FF;
}

.b_green {
	background-color: #00FF00;
}

.b_yellow {
	background-color: #FFFF00;
}

.square {
  display: inline-block;
  border: solid 1px black;
  width: 10px;
  height: 10px;
}

.explain {
  padding: 0px 5px 0px 5px;
}

.val {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#menubar {
	margin: 0px 0px 0px 0px;
	display: none;
}

#submenubar {
/*	margin: 10px 0px 0px 0px;*/
	display: none;
}

#table {
	display: none;
}

.content_class {
	display: none;
}

.menuitem {
	margin: 0px 10px 0px 0px;
	font-family: "Futura";
	font-size: 12px;
	color: #AD2C2C;
}

.submenuitem {
	margin: 0px 10px 0px 0px;
	font-family: "Futura";
	font-size: 12px;
	color: #AD2C2C;
}

.menuitem:hover, .submenuitem:hover, .grouping:hover {
	cursor: pointer;
	text-decoration: underline;
}

.grouping {
	color: #B66;
}

#rubrik {
	font-family: helvetica;
	font-size: 24px;
	color: #FF0000;
}
/*
#urval {
	font-family: helvetica;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	color: #DD0000;
}
*/
.right {
	text-align: right;
}

th, td {
	text-align: left;
	border: 1px solid black;
	padding: 3px;
}

._select {
//	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 10px;
}

.qmark {
	cursor: help;
}

/*
.tdx {
	border:1px solid #000;
	text-align:center;
}
*/
hr {
	height: 1px;
	margin: 2px;
	color: #f00;
	background-color: #f00;
/*	border: 0px solid black;
*/
}