/* this has to be on redcross.is domain in order to implement secure domain */

/* all titles/headlnes in buturTemplate* are changed from <b> to <h2> */
h2 { font-size: 120%; color: black; margin: 0px; }

.butur { width: 100%; clear: both; }

/*********** S E A R C H  R E S U L T *************/
#searchResult .heading { margin-bottom: 6px; }
#searchResult .searchString { font-weight: bold; }
#searchResult .item { font-weight: bold;  border-top: 1px solid silver; }
#searchResult .text { font-weight: normal; }

/*********** B R E A D C R U M B S *************/
.breadcrumb { font-size: 80%; }

/* gallery */

.swImageGallery .navigation a {
    color: #553;
    font-size: 10px;
}
.preview img {
    border: 0px;
}
.thumb {
    font-size: 10px;
    text-align: center;
    width: 150px;
    height: 154px;
    border: 2px outset gray;
    margin: 2px;
    float: left;
    padding-top: 8px;
    background-color: #ddd;
}
.thumb { overflow: hidden; }
.thumb img { border: 2px inset gray; }
.thumbName { margin-bottom: 4px; }
.thumb a { color: gray; text-decoration: none; }

/* news list */
.newsItem .titill { font-weight: bold; font-size: 120%; }
.newsItem .utils, .newsItem table {
	border-collapse: collapse;
}
.newsItem td {
	border: 1px solid silver;
	padding: 4px 8px;
}
.newsItem .err {
	background-color: #ff8;
	color: #d00;
}
.newsItem img {
	float: left;
	margin: 0 10px 10px 0;
}
form.news_years { vertical-align: middle; }
form.news_years input.button { font-size: -2; margin-left: 12px; }
* html form.news_years input.button { height: 23px; }
.urdrattur { padding-bottom: 6px; }
.fyrirsogn { font-weight: bold; }
.dags { font-style: italic; font-size: -1; }
.older { padding-top: 8px; }
.til_baka { width: 100%; text-align: right; padding-top: 8px; }
.utils {
	margin: 5px 0;
}