/* Styttingar */

.vinstri { float: left; }
.haegri { float: right; }
.clear { clear: both; }
.tinyclear { font-size: 1px; clear: both; }
.bold { font-weight: bold; }
.block { display: block; }
.center { text-align: center; }
.disabled { cursor: default; color: #ccc; }



/* Nıskráning*/


.nyskraning label
{
	font-weight: bold;
}

.nyskraning .reitur
{
	width: 200px;
}

.nyskraning .villa
{
	margin-left: 20px;
}


/* Leiğbeiningar */

.leidbeiningar
{
	clear: both;
	padding: 30px 50px;
}

.leidbeiningar_mynd
{
	width: 80px;
	text-align: left;
	float: left;
}

.leidbeiningar_texti
{
	width: 590px;
	float: right;
	padding-top: 10px;
}





/* Töflur */

table
{
	font-size: 14px;
	border-collapse: collapse;
	color: #333;
}

tfoot td
{
	border-top: 1px solid #ccc;
}

thead th
{
	border-bottom: 1px solid #ccc;
}

tbody th
{
	text-align: left;
}

tr.hover:hover
{
	background: #e9f5fa;
}

tr.topline td
{
	border-top: 1px solid black;
}

tr.bottomline td
{
	border-bottom: 1px solid black;
}


.html_texti li
{
	margin-left: 20px;
}

.html_texti ul
{
	margin-left: 0px;
}



/* Villur og önnur skilaboğ */

.villa
{
	padding-left: 25px;
	background: url('/img/villa.gif') top left no-repeat;
}

.ath
{
	margin: 20px 0px;
	padding: 10px;
	background: #ffe;
	border: 1px solid black;
}

.ath_titill
{
	font-weight: bold;
	margin-bottom: 1em;
}

.vorumynd_lightbox
{
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url('') 50% 50% no-repeat;
	outline: 0;
	border: 1px solid #ccc;
	margin: 5px;
}
.vorumynd_lightbox:hover
{
	text-decoration: none;
}


/* Autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
	color: black;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 1px solid #999;
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}



