/* 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: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
table {
	width: 100%;
	font-size: 12px;
}
td {
	vertical-align: top;
}
h1 {
	color: #039;
	margin: 10px 0px 10px 0px;	
	font-size: 24px;
}
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;
}

/* 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;
	background-color: #3979bf;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#topbar form {
	display: inline;
}
#topbar input {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}        
#topbar a {
	color: white;
	padding: 0px 7px 0px 7px;
}
#topbar #region {
	text-align: left;
	color: white;
	background-color: #999999;
	padding: 4px 2px 4px 2px;
}
#topbar #region a {
	color: #999;
	padding: 0px 3px 0px 3px;
}
#topbar #main {
	background-color: #3979bf;
	text-align: right;
	padding: 3px;
}        

/* BANNER AND LOGO */
/* Using the following means that the page is cut off in IE7 on Windows
   and in Opera.  It seems that omitting it has no visible effect
   in other browsers. - 2008-01-23 kgrossjo
   height: 80px;*/
#banner { border:0;
	border-bottom: 1px solid #969ba1;
	width: 790;	
  padding: 3px 0 0px 0;
	margin: 0 0 1px 0;
} 

#banner_left {
float:left;
height: 65px;
	} 
       
#banner_left a img {
	border: none;
	margin-top: 0px;
}

#banner_right {
text-align:right;
height: 65px;
	} 
	
#banner_right a img {
	border: none;
	margin-top: 0px;
}

/* LEFT NAV BAR */
#navbar {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	/*width: 125px;*/
	background-color:        #ffffff;
	text-align: left;
	font-weight: bold;
}
#navbar .navlinks a {
	display: block;
	color: #333333;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	border-bottom: 1px solid #969ba1;
}
#navbar .navlinks a:hover {
	background-color:        #E7E9F0;
}
#navbar .featurelinks a {
	display: block;
	color: #333333;
	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:  #ffffff;
	padding: 4px 4px 4px 8px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-top: 14px
}
#navbar .spacer {
	padding: 2px 1px 1px 1px;
	margin-top: 2px;
}

/* 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 */
	border-bottom: 1px solid #ccc;
}

#navbar ul li {
	position: relative;
}

#navbar li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */

#navbar ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #ffffff; /* 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;
}

/* FOOTER */
#footer {
	font-size: 11px;
	padding: 2px;
	width: 100%;
	line-height: 150%;
}
#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: 6px;
	font-size: 11px;
}
.floatlinks .title {
	color: white;
	font-weight: bold;
	background-color: #069;
	padding: 2px;
	margin-bottom: 4px;
}
.floatlinks a {
	/*display: block;
	padding: 2px;*/
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}

/* 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; */
}

/* Vizi advertisement */
#vizi .qadone {
        border-top: 1px solid rgb(153, 153, 153);
        border-left: 1px solid rgb(153, 153, 153);
        border-right: 1px solid rgb(153, 153, 153);
        margin: 0px 0px 0px 2px;
        /*width: 110px; */
        background-color: rgb(238, 238, 238);
        text-align: left;
        font-weight: normal;
        font-family: arial;
}

#vizi .qadone li {
        padding: 2px;
	padding-bottom: 4px;
        border-bottom: 1px solid rgb(153, 153, 153);
        /*border-top-style: solid;*/
        /*border-top-width: 1px;*/
        margin-top: 4px;
        /*margin-bottom: 4px;*/
}

#vizi .qadone li a {
        display: inline;
        padding: 0px;
        background-color: rgb(238, 238, 238);
        border-style: none;
        border-width: 0px;
}

#vizi .qadone li a:hover {
        text-decoration: underline;
}

/* statistics */
.siffror {
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
}
.siffrorKey {
	font-weight: normal;
	text-align: left;
}
.siffrorVal {
	font-weight: normal;
	text-align: right;
	margin-bottom: 0.5ex;
	border-bottom: 1px solid #A7B2CD;
}

