body {
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
	background-image: url('/clients/whufc/img/main_bg.png');
	background-repeat: repeat-x;
	margin: 15px 5px 5px 15px;
	text-align: left;
}

#main {
	width: 950px;
}

#head {
	margin-bottom: 5px;
}

#menu {
	height: 40px;
	width: 950px;
	float: left;
}
#menu-left, #menu-right {
	float: left;
	width: 9px;
}
#menu-content {
	background-image: url('/clients/whufc/img/menu_bg.gif');
	float: left;
	width: 932px; 
	height: 40px;
}

#content {
	background: #e5e5e5;
	float: none;
	clear: both;
	margin-top: 5px;
}

#footer {
	margin: 5px 0 0 0;
	height: 50px;
}

.table-title {
	font-weight: bold;
}

.members-table {
	width: 100%;
	background-color: 333;
}

.members-table td {
	background-color: #fff;
	margin: 1px;
}

table.members-table tr.title td {
	color: #fff;
	background: #333;
	font-weight: bold;
}

.clear {
	float: none;
	clear: both;
}

.lastmatches td {
	padding: 1px 5px 1px 5px;
}

.listdark td {
	background: #e5e5e5;
}

.smallbox-title {
	font-size: 20px;
	font-weight: bold;
	color: #94003c;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: #bfbfbf solid 1px;
}

.smaller-title {
	font-size: 16px;
	font-weight: bold;
	color: #94003c;
	margin: 0 0 1px 0;
	padding: 0 0 3px 0;
}

a:link {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #94003c; text-decoration: none;}

.players-list{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.players-list li {
	margin: 1px 0 1px 0;
	padding: 3px 0 3px 6px;
	background: #F9F9F9;
}

.players-list li:hover {
	margin: 1px 0 1px 0;
	padding: 3px 0 3px 6px;
	background: #efefef;
}

.links-list{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.links-list li {
	margin: 1px 0 1px 0;
	padding: 3px 0 3px 6px;
	background: #F9F9F9;
}

.links-list li:hover {
	margin: 1px 0 1px 0;
	padding: 3px 0 3px 6px;
	background: #efefef;
	border-right: #4384bc solid 25px;
}

.linkbox {
	cursor: pointer;
	float: right;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	padding: 1px 6px 1px 6px;
	background: #f0f0f0;
	width: 105px;
	border-right: #94003c solid 20px;
}

.linkbox:hover {
	border-color: #4384bc;
	border-style: solid;
	border-width: 1px 20px 1px 1px;
	padding: 0px 6px 0px 6px;
}

.poll, .poll li {
	list-style: none;
	margin: 0;
	padding: 1px;
}
.poll li:hover {
	background: #f0f0f0;
	padding: 0;
	border: #4384bc solid 1px;
}

.events {
	margin: 0;
	padding: 0 0 0 20px;
}

.events li {
	cursor: pointer;
}

.news-image {
	float: right;
	margin: 4px 0 6px 6px;
	padding: 1px;
	border: #9b1a4e solid 2px;
	width: 170px;
}

.news-list tr:hover{
	background: #f0f0f0;
}
.news-list-date {
	width: 48px;
}

/* Main menu*/

#search {
	margin: 0;
	color: #fff;
	height: 40px;
	width: 189px;
	background-image: url('/clients/whufc/img/menu_leit.gif') ;
}

.news-more {
	cursor: pointer;
	float: right;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 1px 6px 1px 6px;
	background: #f0f0f0;
	width: 105px;
	border-right: #94003c solid 20px;


}

.form-skraning {
	width: 300px;
}


/* headings */

h1 {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

h5 {
	color: #727272;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

img { 
	behavior: url('iepngfix.htc');
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}



/* menu */
#nav {
}

#nav ul, #nav li {
	float: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

li ul {
	display: none;
}

li:hover ul, li.over ul {
	display: block;
	}

ul li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

ul li a:hover{
	display: block;
	text-decoration: none;
	}

.menu-sep {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_sep.gif');
	height: 40px;
	width: 4px;
}
a.menu-leikir {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_leikir.gif');
	height: 40px;
	width: 66px;
}
a.menu-vidtol {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_vidtol.gif');
	height: 40px;
	width: 66px;
}
a.menu-leikmenn {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_leikmenn.gif');
	height: 40px;
	width: 80px;
}
a.menu-pistlar {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_pistlar.gif');
	height: 40px;
	width: 80px;
}
a.menu-hetjurfyrritima {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_hetjur.gif');
	height: 40px;
	width: 159px;
}
a.menu-afhverju {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_afhverju.gif');
	height: 40px;
	width: 170px;
}
a.menu-spjall {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_spjall.gif');
	height: 40px;
	width: 80px;
}
a.menu-umklubbinn {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_umklubbinn.gif');
	height: 40px;
	width: 110px;
}
a.menu-myndir {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_myndir.gif');
	height: 40px;
	width: 80px;
}
a.menu-tenglar {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_tenglar.gif');
	height: 40px;
	width: 80px;
}
a.menu-forsida {
	background-image: url('http://www.kapital.is/clients/whufc/img/menu_forsida.gif');
	height: 40px;
	width: 80px;
}



#nav a:hover {
background-position: 0 -40px;
}

#submenu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 204px;
	width: 200px;
	float: none;
	clear: both;
	text-align: left;
	border-color: #5C5C5C;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	background: #ededed;
}



#submenu li {
	margin: 1px;
	padding: 0;
	float: none;
	clear: both;
	background: #fff;

}

a.submenu-leikir {
	color: #5c5c5c;
	padding: 5px 0 5px 10px;
	margin: 0;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}
a:hover.submenu-leikir {
	background: #C4C4C4;
	color: #fff;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { }
* html ul li a { height: 1%; }
/* End style="width: 66px; height: 40px; background-image: url('http://www.kapital.is/clients/whufc/img/menu_leikir.gif');"*/

/**/