@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background: white url(../images/body-background.png) repeat-x;
  background: white url(../images/body-background.jpg) no-repeat;
	font-size: 12px;
	background-position: 0px 0px; 
  background-attachment: fixed; 
}

h1, h2, h3, h4 {font-family:Verdana,Arial, Helvetica, sans-serif; margin:0; padding:0; color:#990000; text-transform: uppercase;}

h3 {
  font-size: 80%;
}

img {
  border: 0px;
}

p {margin: 5px 0; padding: 5px 0}

.linkColor {
	color:#990000;
}

.red    {color: red;}
.silver {color: silver;}

a {
	color:#990000;
	text-decoration:underline;
}
a {
	color:#990000;
	text-decoration:none;
}
.center {
  text-align: center;
}
.allCaps {
  font-variant: small-caps;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}

.white {color: white}
.x-small {font-size: x-small;}

.externalLink {
  border: none !important;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white url(../images/side-shadow.gif) repeat-y;
	padding: 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	border-bottom: 1px solid silver;
	padding-bottom: 0px;
}
#header {
	background: white url(../images/voss-panorama-s-ulvund-www.vossnow.net.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	_height: 247px;
	min-height: 247px;
	border: 0px solid red;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white url(../images/background_content.png);
	_height: 300px;
	min-height: 300px;
	padding-top: 0px;
}
#footer {
  font-size: 80%;
	color: #333333;
  text-transform: uppercase;
}
#logo a {
  display: block;
  background: #003366 url(../images/logo-vertigovoss.png) no-repeat;
  width: 246px;
  _height: 213px;
	min-height: 213px;
	border: 0px solid red;
	top: 15px;
	left: 10px;
	position: relative;
}

#logo a h1 span {
  display: none;
}

/* MAIN MENU */
#main-menu {
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
  _height: 36px;
	min-height: 36px;
	height: 36px;
}
#main-menu ul {
  margin: 0;
  padding: 0;
}
#main-menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
#main-menu ul li a {
  color: white;
  font-size: 80%;
  text-align: center;
  display: block;
  _height: 26px;
	min-height: 26px;
  border-left: 1px solid white;
  padding-top: 12px;
  width: 92px;
  float: left;
  margin: 0px;
  text-decoration: none;
  background: #990000 url(../images/main-menu-bg.png) repeat-x left top;
  text-transform: uppercase;
}
#main-menu ul li a:hover {
  text-decoration: underline;
  background: #990000 url(../images/main-menu-bg-hover.png) repeat-x left top;
}
#main-menu ul li a.active {
  text-decoration: underline;
}

#main-menu ul li a.now {
  z-index: 3;
  background: url(../images/main-menu-bg-now.png) no-repeat right top;
}
#main-menu ul li a.now:hover {
  z-index: 3;
  background: url(../images/main-menu-bg-now-hover.png) no-repeat right top;
}

/* SUB MENU */
#sub-menu {
  margin-top: 0px;
  margin-bottom: 3px;
  overflow: hidden;
  _height: 64px;
	min-height: 64px;
	height: 64px;
	width: 360px;
}
#sub-menu ul {
  margin: 0;
  padding: 0;
}
#sub-menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
#sub-menu ul li a {
  color: white;
  font-size: 80%;
  text-align: center;
  display: block;
  _height: 20px;
	min-height: 20px;
  border-left: 1px solid white;
  border-top: 1px solid white;
  padding-top: 8px;
  width: 119px;
  float: left;
  margin: 0px;
  text-decoration: none;
  background-color: #003366;
  text-transform: uppercase;
}
#sub-menu ul li a:hover {
  text-decoration: underline;
}

#welcome-text {
  background: white url(../images/welcome-text.gif) no-repeat left bottom;
  width: 415px;
  _height: 110px;
	min-height: 110px;
	border: 0px solid red;
	float: left;
}

#baner-index a {
  display: block;
  background: white url(../images/baner-index.gif) no-repeat left top;
  width: 415px;
  _height: 900px;
	min-height: 90px;
	border: 0px solid red;
	float: left;
}

#welcome-text h2 span, #baner-index a h2 span {
  display: none;
}

#gallery-picture-submenu {
  float: ;
}

#gallery-picture {
  position: static;
}
#news-index div {
  margin-top: 10px;
  display: block;
  background-color: #e4e4e5;
  color: #333333;
  width: 415px;
  height: 107px;
	border-bottom: 1px solid #333333;
	float: left;
}
#news-index a p {
  font-size: 90%;
	padding: 5px;
}
#news-index a h2 {
  font-size: 80%;
  background-color: white;
}
#news-index a h3 {
  font-size: 100%;
}
#text-index {
  font-size: 90%;
  margin-top: 10px;
  display: block;
  background-color: white;
  color: #333333;
  width: 415px;
	float: left;
}
#text-index h2, #content h2 {
  font-size: 130%;
}
#text-index h3, #content h3 {
  font-size: 90%;
  margin-bottom: 0.5em;
}

#content {
  font-size: 90%;
  display: block;
  background-color: white;
  color: #333333;
  width: 395px;
	float: left;
  padding: 10px;
	border: 0px solid red;
}

#content.index {
  width: 415px;
  padding: 0px;
}

#content.wholeWidth {
  width: 750px;
}

div.indexInfoPanel {
  width: 360px;
}

div.box1 {
  height: 150px;
	margin-right: 2px;
  width: 110px;
  padding: 3px;
  border: 1px solid #e4e4e5;
  color: #333333;
  float: left;
  border-top: 5px solid #e4e4e5;
}

/* register form styles */
form#registration {
  
}

input, textarea {
  border: 1px solid silver;
  background-color: white;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 3px;
  width: 150px;
}

form#registration input.fileInput {
  border: 1px solid silver;
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 3px;
  width: 150px !important;
}

form#registration textarea    {width: 400px;}
form#registration input.px400 {width: 400px;}
form#registration input.px80  {width: 80px;}

form#registration table tr td {
  padding: 2px;
  font-size: 100%;
}
form#registration table tr th {
  text-align: left;
}

input.button {
  background-image: url(../images/bg_but_off.gif);
  background-repeat: repeat-x;
  -x-background-x-position: left;
  -x-background-y-position: top;
  background-color: rgb(240, 243, 243);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(153, 153, 153);
  border-bottom-color: rgb(153, 153, 153);
  border-left-color: rgb(204, 204, 204);
  padding-top: 3px;
  padding-right-value: 0px;
  padding-bottom: 3px;
  padding-left-value: 0px;
  padding-left-ltr-source: physical;
  padding-left-rtl-source: physical;
  padding-right-ltr-source: physical;
  padding-right-rtl-source: physical;
  margin-top: 2px;
  margin-right-value: 2px;
  margin-bottom: 2px;
  margin-left-value: 2px;
  margin-left-ltr-source: physical;
  margin-left-rtl-source: physical;
  margin-right-ltr-source: physical;
  margin-right-rtl-source: physical;
  cursor: pointer;
}

input.button:hover {
    background-image: url(../images/bg_but_on.gif);
    cursor: pointer;
}

table#tableCrew td {
  vertical-align: top;
}
table#tableCrew td img {
  padding: 3px;
  border: 1px solid #e4e4e5;
}

div#yr-weather-forecast{
  border: 1px solid #ececec;
  padding: 10px;
  float: none;
  clear: both;
}

ul#footerLinks {
  text-align: center;
  border-top: silver 1px solid;
  border-bottom: silver 1px solid;
  margin: 10px 0px; padding: 10px 0px;
}

ul#footerLinks li {
  display: inline;
}
ul#footerLinks li a {
  text-transform: uppercase;
  font-size: 80%;
}
ul#footerLinks li a:hover {
 text-decoration: underline;
}

div#messages {
  border: 0px solid red;
  color: red;
}

table#pilotList td {
  vertical-align: top;
}

table#pilotList td img {
  padding: 3px;
  border: 1px solid #e4e4e5;
}

table.results {
  background-color: silver;
}
table.results td,th {
  background-color: white;
}

a.result-button {
  display: block;
  float: left;
  border: 1px solid silver;
  padding: 10px;
  margin: 10px 10px 10px 0px;
}
a.result-button:hover {
  background-color: #e4e4e5;
}


/* picture gallery */

div#thumbs ul {
  padding: 0px;
  margin: 0px;
}

div#thumbs ul li {
  float: left;
  list-style-type: none;
  padding: 3px;
  border: 1px solid silver;
  margin: 3px;
}
div#slideshow {
  width: 360px;
  _height: 260px;
	min-height: 260px; 
}
