﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(/graphics/header/water038.gif);
 background-repeat: repeat;
 background-color: #ffffff;
}

a:link {
 color: #0000CC;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #003399;
}
a:hover {
 text-decoration: underline;
 color: #FF6600;
}
a:active {
 text-decoration: none;
}

a img { border: 0px; padding: 0px; margin: 0px; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333;
	padding: 0 0 1em 0;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: #777777;
	border-bottom: solid 2px #FF9933;
	margin: 0 0 20px 0;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	margin: 15px 0 15px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	color: #333333
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	font-weight: normal;
	color: #999999
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333333
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #333333
}

/* structure */

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 background: #000000;
}
#header_menu {
 background-image: url(/graphics/wego_menu.jpg);
 background-repeat: no-repeat;
 background-color: Gray;
}
#document {
 width: 900px;
 background-image: url(/graphics/gradient/wego_nav_gradient.gif);
 background-repeat: repeat-y;
}
#left {
 float:left;
 color: #333;
 border-right: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 width: 200px;
}
#content { 
 float: left;
 color: #333;
 border: 0px;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 678px;
 display: inline;
 min-height:1000px;
}

#footer { 
 width: 900px;
 clear: both;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 5px 0px 10px 0px;
 text-align: center;
}


/* structure container styles */

#content .text
{
	text-align:justify;
	padding: 0 15px 15px 15px;
}
#footer .navy {
	background-color: #003868;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#footer .navy p { color: #fff; }
#footer .navy a:link,
#footer .navy a:active,
#footer .navy a:visited,
#footer .navy a:hover {
 color: #FFF;
 text-decoration: none;
}


/* common styles */

.spacer { height: 10px; }
.clear { clear: both; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.img-shadow {
 float:left;
 background: url(/graphics/shadow.png) no-repeat bottom right !important;
 background: url(/graphics/shadow.gif) no-repeat bottom right;
 margin: 10px 0 0 10px !important;
 margin: 10px 0 0 5px;
}

.img-shadow img 
{
 display: block;
 position: relative;
 background-color: #fff;
 border: 1px solid #a9a9a9;
 margin: -6px 6px 6px -6px;
 padding: 4px;
} 
  
.title
{
	font-size: 12pt;
	font-weight: bold;
	color: #000080;
}
.title-small
{
	font-size: 9pt;
	font-weight: bold;
	color: #000080;
}


/* page specific styles */

.welcome_left 
{
	vertical-align: top;
	padding: 10px 30px 10px 10px;
}
.welcome_right
{
	vertical-align: top;
	padding: 10px;
	background-image: url(/graphics/gradient/welcome_gradient.gif);
	background-repeat: repeat-x;
	border: solid 1px #CCCCCC;
}
.welcome_loginpanel
{
	padding: 15px;
}
.welcome_imgpanel 
{
	padding: 0 0 0 15px;
}

.itinerary td
{
	padding: 10px 10px 10px 0px;
	vertical-align: top;
}

.schedule 
{
	width: 100%;
	text-align: center;
}
.schedule th
{
	background-image: url(/graphics/gradient/gradient_v_grey.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-top: solid 2px #CCC;
	padding: 10px 5px 10px 5px;
	font-weight: normal;
}
.schedule td
{
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}


/* lines */

.line_orange 
{
	border-bottom: solid 1px #FF9933;
	width: 100%;
}