/* 
 * Styles used for our popup Windows......
 * This is used in the cabinDescription popup window, test it if you change this CSS 
 */

body {
  margin: 0;
  padding: 5px 3px 0 8px;
  background: #FFFFFF !important;
}

#frame {
  width: 420px;
  text-align: inherit;
}

#contentcenter{
  text-align: left;
  width: 100%;
  height: 100%;
  margin-left: 3px;
  margin-right: 23px;/*
  padding: 5px 13px 0 0;
  padding-right: 30px;*/
  padding: 15px;
  background-color: red;
}

.headerLine {
  position: absolute;
  margin-top: -30px;
}

.dotted_line_top{
    height: 20px;
    width: 100%;
	margin:0px;
	background: url(../../images/background/h_dots_bg.gif) repeat-x bottom;
}
.dotted_line_bottom{
    height: 5px;
    width: 100%;
	margin:3px 0 5px 0;
	background: url(../../images/background/h_dots_bg.gif) repeat-x bottom;
}
.popup_title {
    font-family:Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 14px;
	color: #137089;
	font-weight: bold;
	margin: 20px 0px 2px 0px;
}

h1.pageTitle {
  float: left;
	font-size: 18px;
	color: #000000;
}

.popupCloseButton {
  float: right;
  width: 22px;
  height: 18px;
  margin-top: 7px;
  background: transparent url(/nclweb/images/framework/sprite.png) no-repeat scroll 0 -864px;
  font-size: 0;
}

.pop_content_left{
	float:left;
    width: 255px;
	margin:0 0 0 3px;
}
#popup_contentcenter {
width:100%;
position:absolute;
}
#popup_contentright {
float:right;
}
.pop_content_right{
	float:left;
    width: 115px;
	margin-left:15px;
}
.small_fish{
	position: relative;
	display: block;
	width: 115px;
    height: 81px;
    background: url(../../images/background/fish_bg_small.gif) no-repeat top left;
}
.image_container{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.image_container p {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 8px;
  padding-top: 0;
}

p, ul{
    font-family:Arial, Helvetica, sans-serif;
    color: #666666;
    padding: 0 0 0 0;
    font-size: 10px;
    line-height:15px;
}
ul{
	list-style:none;
	padding:0 0 0 15px;
	}
	
.disapear{
    visibility: hidden;
}

.results_label{
	font-weight: bold;
    color: #237990;
}
table td, table th{
font-size:11px;
padding:2px 8px 2px 4px;

}
.solid-divider{
	border-bottom:1px solid #CCCCCC;
	display: block;
  width:100%;
	*height: 0px;
	*margin: 0px;
	*padding: 0px;
}

#submit_btn, #close_btn{
	background-color:transparent;
	background-image:url(/nclweb/images/framework/sprite.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:white;
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:30px;
	margin-right:auto;
	padding-top:0px;
	text-align:center;
	text-transform:uppercase;
	width:140px;
	text-indent: 0
	}
#submit_btn:hover, #close_btn:hover{
  background-color:transparent;
  background-image:url(/nclweb/images/framework/sprite.png);
  background-position:0 -30px;
  background-repeat:no-repeat;
  }

#close_btn{
	padding-top:7px;
	height: 23px;
}


#popup_form select.generic_select {
	color: #000000;
	}

#popup_form select {
  border:1px solid #6CA6C3;
  color:black;
	font-size:11px;
  margin-bottom:5px;
}

form#popup_form {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
  padding: 10px;
	*margin: 0px;
}

.inner{
	background: #D1EFF7;
	padding: 5px;
	position: relative;
}

#popup_form .formLabel{
	font-size: 12px;
}

#divider {
	background-color:transparent;
	background-image:url(/nclweb/images/framework/filter_divider.png);
	background-repeat:repeat-x;
	height:5px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

 
