/* CSS Document */

input, textarea, select, .field {
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input.field_login {
	background: url('http://www.studnet.no/grafikk/at.gif') no-repeat #fff;
	width: 126px;
	height: 17px;
	margin: 0px;
	padding-left: 20px;
}
input.field_password {
	background: url('http://www.studnet.no/grafikk/pass.gif') no-repeat #fff;
	width: 126px;
	height: 17px;
	margin: 0px;
	padding-left: 20px;
}

input.sok {
	background: transparent url('http://www.studnet.no/grafikk/top_query.gif') no-repeat;
	width: 400px;
	height: 23px;	
	margin: 0px;
	padding-left: 30px;
	padding-top: 8px;
	border: 0;
}
input.sok2 {
	background: #fff url('http://www.studnet.no/grafikk/fglass.gif') no-repeat;
	width: 400px;
	margin: 0px;
	padding: 3px;
	padding-left: 23px;
	border: 1px solid #385496;
}
input.submit_sok {
	background: url('http://www.studnet.no/grafikk/top_sok.gif') no-repeat;
	width: 67px;
	height: 26px;	
	outline: none;
	border: 0;
	cursor: pointer;
}
input.submit_delete {
	background: url('http://static.studnet.no/grafikk/ikon/16/delete.png') no-repeat;
	width: 16px;
	height: 16px;	
	outline: none;
	border: 0;
	cursor: pointer;
}
input.submit_save {
	background: #ff9000;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: #fff;
	outline: none;
	border: 1px solid #fff;
	cursor: pointer;
}
input.submit_save:hover {
	color: #000;
}
input.submit_cancel {
	background: #a4a4a4;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: #fff;
	outline: none;
	border: 1px solid #385496;
	cursor: pointer;
}
/* Bolig */

input.submit_leie {
	background: url('/grafikk/tilleie.gif') no-repeat;
	width: 105px;
	height: 105px;	
	outline: none;
	border: 0;
	cursor: pointer;
}
input.submit_onskes {
	background: url('/grafikk/onskesleid.gif') no-repeat;
	width: 105px;
	height: 105px;	
	outline: none;
	border: 0;
	cursor: pointer;
}

input.checkbox {
	vertical-align: middle;
	background: none;
	border: 0px;
	background: none;
}



/* Ajax */

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:300px;	/* Width of box */
	height:100px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #317082;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	margin-left: 3px;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#317082;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}