#QueryTable, #QueryField, #QueryInput {
	float: left;
	margin-right: 4px;
}

/*
div.odd div {background-color: #ECF3FE;}
div.even div {background-color: #FFF;}
*/
.selectedRow, .selectedRow div {background-color: #ECF3FE;}

.message {width: 80.0em;font-style:italic;display:none;}
.error {width: 80.0em;font-style:italic;color: red;display:none;}
.debug {width: 80.0em;font-style:italic;color: #33AA33;display:none;}

div.odd, div.even {cursor:pointer;}
.c_odd, .c_even {cursor:pointer; display: none; float: left;}
.x_odd, .x_even {cursor:pointer; float: left;}

.grey {color: #999;}
.italic {font-style: italic;}
.red {color: #F00;}

/* Søkefelt 			*/
.find_left {background-image: url(/ax/img/Find_left.png);background-repeat:no-repeat;}
.find_middle {background-image: url(/ax/img/Find_middle.png);background-repeat:repeat-x;padding-top:4px;}
.find_right {background-image: url(/ax/img/Find_right.png);background-repeat:no-repeat;}
.find_middle input {border: none;}

.selectRelated {
	display: none;
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 120;
	background-color: #FFF;
	border: solid 1px #333;
	height: 120px;
	overflow-y: scroll;
}

.selectRelated div {
	cursor: pointer;
}

.relatedChoice {
	overflow: hidden;
	height: 15px;
}

.selectedRelated {background-color: #61a3e1;}

#queryRelated {
	display: none;
}

/***********************/

.imgKnapp {cursor: pointer;}

/********* Popup v3 **************/
.translucent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#disableBackground {
	display: none;
	background-color: gray;
	width: 0px; height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.outerpair1 {
	background: url(/ax/img/ds_right_top.png) right top no-repeat;
}
.outerpair2 {
	background: url(/ax/img/ds_bottom_left.png) left bottom no-repeat;
	padding-top: 20px;
	padding-left: 20px;
}

.shadowbox {
	background: url(/ax/img/ds_shadow.png) bottom right;
}

.content {
	position: relative;
	left: -20px;
	top: -20px;
}

.shadowbox img {
	vertical-align: bottom;
}

.popupWindow {
	display: none;
	z-index: 110;
	position: absolute;
	top: 0px;
	left: 0px;
}

.popupWindow .content {
	border: solid 1px #AAA;
	border-bottom: none;
	border-right: none;
	padding: 7px;
	background-color: #FFF;
}

.popupWindow textarea {
	font-family: Verdana;
	font-size: 1.0em;
}


#viewRecordWindow table th {background-color: #777; color: white; font-weight: bold; padding: 2px;padding-left: 4px;}
#viewRecordWindow .LKommentar {padding-right: 4px;color: gray;font-weight: bold;}

#viewRecordWindow #Rview .viewiTitle {margin-bottom: 8px;}
.content .viewR .L {width: 50px;}
#viewRecordWindow .viewibKnapper div.viewhKnapp {float: right;}
.viewiRecord {border: solid 0px #FFF; }
.modify .output .odd, .modify .output .even {border-bottom: none;}

/******* END Popup v3 *************/

.greyFeed {clear:both; border-top: solid 1px #999;}
.doubleGreyFeed {clear:both; border-top: solid 2px #999;}
/***********************/