/* HTML standard component declarations */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 790px;
	margin: 2px 4px 4px 4px;
}
/* This is a div element that tricks the browser into displaying content in the middle */
#body {
	width: 790px;
	text-align: left;
	font-size: 12px;
}

a {
	color: #133e79;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
table {
	/*width: 100%;*/
	font-size: 12px;
}
td {
	vertical-align: top;
}
h1 {
	color: #039;
	margin: 10px 0px 10px 0px;	
	font-size: 18px;
}
h2 {
	margin: 10px 0px 10px 0px;
	color: #06c;
	font-size: 13.5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* Make the HR a black line */
hr {
	color: #ccc; 
	background-color: #ccc;
	height: 1px;
}
/* No border around images that are links */
img {
	text-decoration: none;
	border: 0px;
}
ul {
	font-size: 12px;
}
p {
	font-size: 12px;
}
.center {
	text-align: center;
}

.breadcrumbs {
	border-bottom: 1px dashed #ccc;
	font-size: 11px;
	color: #ccc;
    margin-bottom: 5px;
}

/* Ad windows. TODO: We should remove later. */
.ads {
	background-color: #699;
	font-size: 24pt;
	padding: 4px;
	text-align: center;
	color: #ccc;
}
.adspace {
	font-size: 10px;
        text-align: center;
}

/* BAR AT THE TOP */        
#topbar {
	border-collapse: collapse;
    /* bg change 2009-01-09 */
	/*background-color: #e2e2e2;*/
    /*color: #666666;*/
    color: black;
	background-color: white;
    border-width: 1px;
    border-bottom-style: solid;
    border-color: #e2e2e2;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
    width: 100%;
}
#topbar form {
	display: inline;
}
#topbar input {
/*
    color: white;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
*/
}        
#topbar a {
    /* bg change 2009-01-09 */
    /*color: #666666;*/
    color: black;
	padding: 1px 2px 1px 2px;
}
#topbar #region {
    color: #666666;
	text-align: left;
	background-color: #999999;
	padding: 4px 2px 4px 2px;
}
#topbar #region a {
    color: #666666;
	/*padding: 0px 3px 0px 3px;*/
}
#topbar #main {
    /* bg change 2009-01-09 */
	/*background-color: #cccccc;*/
    color: black;
	background-color: white;
    border-width: 1px;
    border-bottom-style: solid;
    border-color: #cccccc;
	text-align: left;
    vertical-align: middle;
    padding: 0px;
    height: 23px;
}        

/* BANNER AND LOGO */
#dnebanner {
	border-bottom: 3px solid #993333;
	height: 78px;
	width: 790px;
}        
#dnebanner a img {
	border: none;
	margin-top: 0px;
}

/* LEFT NAV BAR */
#navbar {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
    width: 132px;
	background-color:        #BCC9E7;
	text-align: left;
	font-weight: bold;
}
#navbar .navlinks a {
	display: block;
	color: #133e79;
	padding: 2px 4px 0px 8px;
	text-decoration: none;
	border-bottom: 1px solid #A7B2CD;
}
#navbar .navlinks a:hover {
	background-color:        #E7E9F0;
}
#navbar .featurelinks a {
	display: block;
	color: #394769;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	border-bottom: 1px solid #A7B2CD;
	font-weight: normal;
}
#navbar .featurelinks a:hover {
	background-color:        #E7E9F0;
}
#navbar .title {
	color: #000;
	background-color:  #ACB9D7;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #97A2BD;
	border-bottom: 1px solid #97A2BD;
	margin-top: 0px;
}
#navbar .spacer {
	padding: 2px 1px 1px 1px;
	margin-top: 2px;
}

#navbar .abakus a {
	display: inline;
	color: #394769;
	padding: 0px;
	text-decoration: none;
	border-bottom: 0px none white;
	font-weight: normal;
}
#navbar .abakus a:hover {
	background-color:        #E7E9F0;
}

/* navlist begin */

#navbar ul {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 140px; /* Width of Menu Items */
    width: 100%;
	border-bottom: 1px solid #ccc;
}

#navbar ul li {
	position: relative;
}

#navbar li ul {
	position: absolute;
	left: 132px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */

#navbar ul li a {
	display: block;
	text-decoration: none;
	color: #394769;
	background: #BCC9E7; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #A7B2CD;
	border-bottom: 0;
	font-weight: normal;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navbar ul li a:hover {
	color: #394769;
	background: #f9f9f9; } 
/* Hover Styles */

#navbar li ul li a {
	padding: 2px 5px; 
} /* Sub Menu Styles */

#navbar li:hover ul, #navbar li.over ul {
	display: block; 
} /* The magic */





/* MAIN BODY */
#mainbody {
	padding-left: 20px;
	padding-right: 20px;
    background: #ffffff;
    width: 658px;
}

/* FOOTER */
#footer {
	font-size: 11px;
	padding: 2px;
	width: 100%;
	line-height: 150%;
    background-color: #ffffff;
}
#footer #logo {
	float: left;
	vertical-align: top;
}
#footer img {
	border: 0px;
	float: none;
	display: inline;
	margin-right: 0px;
}


/* GENERAL LINKS */
.floatlinks {
	/*width: 125px;*/
	float: right;
	margin-left: 10px;
	background-color: #eef;
	border: 1px solid #ddd;
	padding: 4px;
	font-size: 11px;
}
.floatlinks .title {
	color: white;
	font-weight: bold;
	background-color: #069;
	padding: 2px;
	margin-bottom: 4px;
}
.floatlinks a {
	display: block;
	padding: 2px;
}

/* GENERAL DEFINITIONS */
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.small {
	font-size: 11px;
}

.shadow {
	background-image: url('/images/shadow_wh.gif'); 
	background-repeat: repeat-x; 
	height: 9px;
	margin-bottom: 0px;
	padding-bottom: 0px;
/*	border: 1px solid black; */
}

/* Abodirekt */
#abodirektcatlist ul li {
    list-style-type: circle;
    float: none;
}

/* Navbar Pager */
div.pagerContainer { top: 4px; left:1px;}
div.pagerNavVisible {  position:relative; float:left; left:2px; height:6px;display:inline;z-index:5;}
div.pagerNav {  position:relative; float:left; left:2px; height:6px;display:inline;z-index:5;}
div.pagerContainer div#pagerNav { display: none;}
div.pagerContainer:hover div#pagerNav { display:inline; }
#pagerNavVisible a { border: 1px solid #999; background: #ACB9D7; position:relative; margin: -8px  1px; padding: 0px 4px; }
#pagerNavVisible a.activeSlide { border: 1px solid #99F; background: #BCC9E7; font-weight:bold; padding: 2px 6px;}
#pagerNav a { border: 1px solid #999; background: #ACB9D7; float:left; position:relative; margin: 0 1px; padding: 0px 4px; }
#pagerNav a.activeSlide { border: 1px solid #99F; background: #BCC9E7; font-weight:bold; padding: 2px 6px;margin: 0 1px;}

/* Comments/Forum */
a.forumlink, #othertoparticles a.forumlink {
    color: #999999;
    font-size: 10px;
    white-space: nowrap;
}

