/* DIV container around table to constrict the height for IE (IE ignores the tbody height style)

Nu testar jag*/
div.FixedTableHead {
padding: 10px; height: 150px; width: 1000px; border: 1px solid #999999; overflow: auto; background-color: #FFFFFF;
}

/* Get rid of table cellspacing */
div.FixedTableHead table {
	border-spacing: 0px;
	border-collapse: collapse;
}

/* Get rid of table cellspacing */
div.FixedTableHead table td {
	margin: 0px;
}

/* Scrollable Content */
.FixedTableHead table tbody {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid black;
}

.FixedTableHead table tbody tr {
	height: auto;
	white-space: nowrap;
}

/* Prevent Mozilla scrollbar from hiding right-most cell content */
.FixedTableHead table tbody tr td:last-child {
	padding-right: 20px;
}

/* Fixed Header for IE (firefox uses the tbody overflow assignment, which is ignored by IE)   */
	/* Note: In IE an element with a position property set to relative and is a child of         */
	/* an element that has an overflow property set, the relative value translates into fixed.    */
.FixedTableHead table thead tr {
	position: relative;
	height: auto;
	/* this fixes IE header jumping bug when mousing over rows in the tbody */
	top: expression(this . parentNode . parentNode . parentNode . scrollTop +  
		'px');
}

/* Formatting Header Row */
.FixedTableHead table thead tr td {
	color: white;
	background-color: #303433;
}

.GOBrub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-weight: bold;
	color: #FFCC66;
}

.OBL {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}

.Sokfunktion {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #99CC99;
}

.ordlistan {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:  	#33FF33;
}

.sokning {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #0099FF;
}

.delete {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #666666;
}

.Allmäninfo {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.RubrikVit {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.mellanrubrikVit {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.uppslagsord {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #FF9933;
}

.rubrik2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.huvudrubrik {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 150%/ normal;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.scrollbox {
	width: 900px;
	height: 200px;
	overflow: auto;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 70%/ normal;
}

.scrollboxRubrik {
	width: 800px;
	border: 1px solid #669999;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 70%/ normal;
	height: auto;
}

.GOB {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
	font-size: 76%/ normal;
	font-weight: normal;
	color: #000000;
}

.OBLrub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFCC;
}

.ORDLrub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
}

.formsfields {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%/ normal;
	font-style: normal;
}

.sparaknappen {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%/ normal;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: green;
}

.sokknappen {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%/ normal;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: olive;
}

.addBetydelser {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%/ normal;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: lime;
}
