/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/
/***************************************************
   HTML Element Styles
 ***************************************************/
body {
  margin: 0;
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;
  line-height: 170%;
  color: #000; /* EEE Txt color */
  background: #585858 url(i/bg_body.jpg) repeat-y top center;
}

p {
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}

a {
	color: rgb(210,100,39);
}

a:visited {
	color: rgb(210,100,39);
}

a:hover {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  /*width: 70%;*/
}

textarea {
  width: 98%;
  /*
    IE specific to eliminate scroll bar when not needed.
    Uncomment if wanted, but it is not valid CSS

  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #000;

}

input[type=submit] {
	 border: 1px solid #999;
}

/*
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
}
*/

h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1.1em verdana, sans-serif;
  text-transform: uppercase;
  color: rgb(210,100,39);
  color: #FFF;
  background: #686868 url(i/rounded_tr.gif) no-repeat top right;
}

h1 span {
  display: block;
  padding: 2px;
  background: url(i/rounded_br.gif) no-repeat bottom right;
}

#sideBar h1 {
  text-align: right;
  background: #686868 url(i/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(i/rounded_bl.gif) no-repeat bottom left;
}

blockquote {
  margin: 0;
  background: #686868 url(i/rounded_tr.gif) no-repeat top right;
}

blockquote span {
  display: block;
  padding: 5px;
  background: url(i/rounded_br.gif) no-repeat bottom right;
}

td {
  margin: 0;
  font: 10px verdana, arial, sans-serif;
  line-height: 170%;
  color: #000; /* EEE Txt color */
}

/***************************************************
  Layout Element Styles
 ***************************************************/
#header {
  width: 100%;
  height: 3em; /* Was 3em*/
  background: #585858 url(i/bg_header.jpg) repeat-y top center;
}

/***************************************************
  Header Menu
 ***************************************************/
#headerMenu {
  width: 900px; /* was 767*/
  margin: 0 auto;
  text-align: left;
  /*background: url(i/bq_logo.gif) no-repeat top right;*/
}

#headerMenu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#headerMenu ul li {
  /*min-width: 11em;*/
  display: inline;
 /* width: 105px;*/
 padding-right: 10px;
 /*width:11%;
 min-width:65px;*/
  float: left;
  padding-top: 0.8em;
  list-style: none;
  text-align: center;
  white-space: nowrap;
}

#headerMenu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #fff;
}

#headerMenu ul li a:hover,
#headerMenu ul li a.active {
  /*font-weight: bold;*/
  color: #fff;
  background: url(i/menu_tab2.gif) no-repeat bottom center;
}

/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar
 ***************************************************/
#content {
  clear: both;
  /*width: 967px;*/
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

#text {
  float: left;
  width: 610px !important;
  width: 610px;
  padding: 5px 0px 5px 8px;
}

#image {
  float: left;
  width: 170px;
  vertical-align: top;
  background: url(i/midsection.jpg) no-repeat top center;
  height: 604px;
}

#sideBar {
  float: right;
  width: 160px;
  padding: 5px 20px 5px 0;
}

#logo {
  	background: url(i/bq_logo.jpg) no-repeat top center;
  	height: 110px;
  	width: 145px;
 }

/***************************************************
 Sidemenu Styles
 ***************************************************/
.sideMenu {
  padding: 10px 0;
}

.sideMenu a {
  display: block;
  text-align: right;
  text-decoration: none;
  margin-bottom: 1px;
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(i/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(i/rounded_bl.gif) no-repeat bottom left;
}

/***************************************************
 Comment Styles
 ***************************************************/
#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(i/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #AAA;
}

#comments a:hover {
  color: #FFF;
}

/***************************************************
 Footer
 ***************************************************/
#footer {
  clear: both;
  float: left;
  width: 960px;
  padding: 10px 20px;
  color: #888;
  text-align: center;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
}

#footer a {
  color: #888;
}

#footer a:hover {
  color: #000;
}

/***************************************************
 Generic Display Classes
 ***************************************************/
.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

/* CMS Style sheets */
/* CSS for module: Text*/
.modTextModifiedDate {
	font-size: 10px;
	color: #aaa;
	text-align: right;
}

div.modText {
	width: 100%;
}

div.modText>h1 {
	height: 15px;
	padding: 1px;
}

/* END CSS for module: Text*/

/* CSS for module: articles */
div.modArticles {
	margin: 10px;
	text-align: justify;
	display: table;
	width: 620px;
}

h1.modArticlesTitle {
	font-size: 18px;
	font-weight: bold;
}
.modArticlesModifiedDate {
	color: #aaa;
	font-size: 10px;
}
/* END CSS for module: articles */

/* CSS for module: text */
.modText a:hover {
	color: #000;
}
/* END CSS for module: text */

/* CSS for module: shipsOffers */
.modShipsOffersURL a:hover {
	color: #000;
}
/* END CSS for module: shipsOffers */
div.modShips li.open {
	list-style-image: url('i/minus.gif')
}

div.modShips li.closed {
	list-style-image: url('i/plus.gif')
}

div.modShipsResultNav a {
	color: #d26427;
}

div.modShipsResultNav a:hover {
	color: #000;
}

/* Modules */
div.modShipBooking fieldset {
	border-color: #000000;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	background-color: #fff;
	margin-bottom: 10px;
	width: 600px;
}

div.modShipBooking fieldset legend {
	font-weight: bold;
	font-size: 11px;
}

div.modShipBooking>table {
	width: 600px;
}

div.modShipBooking td {
	vertical-align: top;
}
div.modShipBooking table td select {
	width: 200px;
}

div.modShipBooking table td.key {
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	vertical-align: top;
}

div.modShipBooking table td.key .remark {
	font-weight: normal;
	font-size: 9px;
	margin: 0px 0px;
	display: block;
}
div.modShipBooking table td.offer {
 	background-color: #c9d7f1; 
 	width: 100%;
}

div.modShipBooking table td {
	font-size: 11px;
}

/* Calendar */
.calendarcpYearNavigation,.calendarcpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:middle;text-decoration:none;color:#000000;font-weight:bold;}
.calendarcpDayColumnHeader, .calendarcpYearNavigation,.calendarcpMonthNavigation,.calendarcpCurrentMonthDate,.calendarcpCurrentMonthDateDisabled,.calendarcpOtherMonthDate,.calendarcpOtherMonthDateDisabled,.calendarcpCurrentDate,.calendarcpCurrentDateDisabled,.calendarcpTodayText,.calendarcpTodayTextDisabled,.calendarcpText{font-family:arial;font-size:8pt;}
TD.calendarcpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.calendarcpCurrentMonthDate, .calendarcpOtherMonthDate, .calendarcpCurrentDate{text-align:right;text-decoration:none;}
.calendarcpCurrentMonthDateDisabled, .calendarcpOtherMonthDateDisabled, .calendarcpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.calendarcpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.calendarcpOtherMonthDate{color:#808080;}
A.calendarcpCurrentMonthDate:hover{color:black;text-decoration: underline;}
TD.calendarcpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.calendarcpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.calendarcpTodayText, TD.calendarcpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.calendarcpTodayText, SPAN.calendarcpTodayTextDisabled{height:20px;}
A.calendarcpTodayText{color:black;}
.calendarcpTodayTextDisabled{color:#D0D0D0;}
.calendarcpBorder{border:solid thin #808080;}