/**
 *	Design elements for the øyer site.
 */
/** TAGs **/
body {
	color: #000; 
	background: #FFFFFF; 
	font-family: arial, "times new roman", sans-serif; 
	font-size: 0.7em;
	text-align: center;
	margin: 0px 0;
}
td {
	font-size: 0.8em;
}
* html td {
	font-size: 0.7em;
}
a {
	text-decoration: underline;
	color: #000;
}
img {
	border: 0px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 13pt;
}
#left-menu a {
	width: 100%;
	color: #2E5882;
	text-decoration: none;
}	
#left-menu a:hover {
	text-decoration: underline;
}
/** GENERIC CLASSES **/
.small {
	font-size: .9em;
}
.wide {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.wide p {
	margin: 0; 
	padding: 5px;
	position: relative;
}
.wrapper {
	background-color: #F7F7F7;
}
.pager {
	text-align: center;
}
.pager .i_button {
	border: 1px outset #000000;
	padding: 2px;
	margin: 3px;
}
.buttons a {
	background-color: #2E5882;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px outset #2E5882;
	padding: 2px;
	margin: 3px;
}
.buttons a:hover {
	border: 1px inset;
}
.pageselect input {
	border: 1px solid #000000;
}
/** TOP bar **/
.top-banner {
	margin-bottom: -6px;
}
* html top-banner {
	margin-bottom: -7px;
}
.top {
	border-bottom: 1px solid #90ACC7; /** Border under the main menu */
	background-color: white;
}
.topbar {
	text-align: left;
	height: 16px; 
	background-color: #2E5882;         
	font-size: 10pt; 
	border-bottom: 1px solid #FFFFFF; 
	border-top: 1px solid #2E5882; 
}
* html .topbar {
	height: 15px;
}
.top-date {
	height: 16px; 
	float: left; 
	padding-left: 3px; 
	color: #FFFFFF; 
	font-size: 8pt; 
	font-weight: none; 
	border-right: 1px solid #FFFFFF; 
	padding-top: 0px;
}
* html .top-date {
	font-size: 7pt;
}
.top-bar-wrapper {
	border-top: 1px solid #FFFFFF;
}
#main-menu li {
	padding-left: 5px;
	padding-right: 5px;
	height: 15px;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: 0;
	border-right: 1px solid #FFFFFF;
}
* html #main-menu li {
	height: 16px;
}
#main-menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: 300;
}
#main-menu a:hover {
	color: #000000;
}

#main-menu-selected {
	background-color: #B5C7DA;
	font-weight: normal;
}	
#main-menu-selected a {
	color: #000000;
}


/** LEFT **/
#left-menu {
	margin-left: 5px;
}
.kw-menu {

}
.kw-menu-title {
	font-size: 10pt;
	font-weight: bold;
	font-family: tahoma, verdana, times, sans-serif;
	border-bottom: 1px solid #D1D1D1;
}
.kw-menu-navigation {
}
.kw-menu-content {
	margin-left: 5px;
}

.contact-heading {
	margin-top : 5px;
	margin-left: 5px;
	font-size: 10pt;
	font-weight: bold;
	font-family: tahoma, verdana, times, sans-serif;
	border-bottom: 1px solid #D1D1D1;
}
.contact-content {
	margin-left: 6px;
}

/** MAIN CONTENT **/
.outer {
	border-left: 1px solid #90ACC7; 
	border-right: 1px solid #90ACC7;
}	
.content-heading {
	border-bottom: 1px solid #000000; 
	padding: 5px; 
	margin: 3px; 
	padding-bottom: 1px; 
	font-size: 12pt; 
	font-weight: 800; 
	color: #2E5882;
}
.h1{
	border-bottom: 1px solid #000000; 
	padding: 5px; 
	margin: 3px; 
	padding-bottom: 1px; 
	font-size: 12pt; 
	font-weight: 800; 
	color: #2E5882;
}
.module_title {
	border-bottom: 1px solid #000000; 
	padding: 5px; 
	margin: 3px; 
	padding-bottom: 1px; 
	font-size: 12pt; 
	font-weight: 800; 
	color: #2E5882;
}
.querylist {
	margin-left: 10px;
	margin-right: 10px;
}
.content {
	margin-left: 10px;
	margin-right: 5px;
	width: 450px;
}
/** RIGHT **/ 
.container-right {
}
#search-box {
	padding: 3px; 
	background-color: #F7F7F7;
}
#search-box form {
	margin: 0px;
	padding: 0px;
}
#search-box input {
	font-size: 8pt; 
	width: 140px; 
	background-color: #FFFFFF; 
	border: 1px solid #000000;
	margin-top: 3px;
}
#search-box select {
	margin-top: 3px;
	width: 142px; 
	font-size: 8pt; 
	border: 1px solid #000000;
}
#search-box-advanced {
	text-align: right;
}
.right-header {
	width: 100%; 
	background-color:  #2E5882; 
	color: #FFFFFF;
	margin-top: 8px;
}
.right-header div {
	padding-left: 5px; border-left: 1px solid #FFFFFF; font-weight: bold;
}
.right-content {
	padding-left: 4px;
}
/** BOTTOM **/
.bottom {
	border-top: 1px solid #90ACC7;
	background-color: white;
}
.footer-address {
	font-weight: normal;
	font-size: 8pt;
	color: #B9B9B9;
}
.footer-address a {
	color: #B9B9B9;
}
