#resultbox
{
    border: dashed thin gray;
    padding-top: 7px;
    background-color: #F6EFA4;
    height: 40px; 
}
.dropbox
{
 border: solid thin gray;   
 background-color: #F4F4F4;
 height: 50px;
}
.message
{
  color: Red;   
}
#adminwrapper
{
 width: 950px;
 border: solid thin gray;   
 background-color: White;
 min-height: 600px;
}
#destinationsholder
{
    width: 550px;
    float: left;
}
#destinationsschedules
{
    width: 200px;
    float: right;
}
#searchbox
{
    /* background: url('../images/search_box_lg_bg.gif') no-repeat; */
    background-color: #F5F5F8;
    width: 700px;
    height: 193px;
    padding: 10px 10px 10px 10px;
    border: dotted thin Gray;
}
#adminleftcolumn
{
	width: 150px;
	float: left;
}
#adminrightcolumn
{
	width: 700px;
	float: right;
}
#schedulecontainer
{
	width: 800px;
	text-align: center;   
	margin-left: 20px;
}

/* ASP.NET controls Edit Skins files for CSS class calls */
.ListBox
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;    
}
.DetailsView
{
	background-color: White;
	font-family: Verdana;
	font-size: 11px;
	padding-left: 25px;
	margin-left: 50px;
	height:auto;
	width: 450px;
}
.DetailsViewAlternatingRow
{
    background-color: Silver; 
}
.FormViewAlternatingRow
{
    background-color: Silver; 
}
.FormView
{
	background-color: #fff;
	font-family: "Lucida Sans", "MS Mincho";
	font-size: 11px;
	height: auto;
	width: 350px;
	border: solid 1px black;
}
.FormViewHeaderStyle
{
    height: 35px;  
}
.FormTextArea, textarea
{ 
    background: url('../images/text_area_bg.gif') repeat-x;
    font-family: Verdana;
    font-size: 11px;
}
.SearchRepeaterItem
{
    background-color: #EEEEEE;
    height: 45px;
}
.SearchRepeaterAlternate
{
    background-color: #ffffff;
    height: 45px; 
}
.RepeaterItem
{
    background-color: #EEEEEE;
    height: 25px;
}
.RepeaterAlternate
{
    background-color: #ffffff;
    height: 25px;
}

/* Accordian AJAX Control  */
.AccordionHeader
{
    background-color: #E5E8ED;
    font-size: 13px;
    font-family: Verdana;
    font-weight: bold;
    color: Black;
    padding: 5px 5px 5px 5px;
    margin-bottom: 3px;
    cursor: pointer;
    border: solid thin gray;
}
.AccordionContent
{
    background: url('../images/panel_blue_gr_bg.gif') repeat-x;
    font-size: 11px;
    font-family: Verdana;
    color: Black;
    padding: 5px 5px 5px 5px;
    border: solid thin gray;
}

/* Panels and labels  */
.heading
{
    
}
.CollapseHeading
{
	background-color: #3D5484;
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	height: 35px;
	background: url('../images/panel_bg_tile.gif') repeat-x;
	border: solid thin gray;
	padding: 5px 5px 5px 5px;
}
.CollapseFooter
{
    background-color: #9FA1A3;
    font-family: Verdana;
    font-size: 12px;
    font-weight:bold;
    height: 25px;
    padding: 5px 5px 5px 5px;
}

/* GridView */
.GridView
{
    background-color:#F6F6F7;
    font-family:Verdana;
    padding: 5px;
    width: 650px;   
}
.GridViewSelectedRow
{
    height: 20px;
    background-color: #E6E5E5;
    width: 500px;
}
.GridViewHeader
{
    background-color: #4D586B;
    height: 20px;
    color: White;
}
.GridViewAlternatingRow
{
	background-color: White; 
}

/* Data Control Buttons */
.LinkButton
{
	height: 15px;
	background-color: #406696;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	color: White;
	width: 75px;   
	text-decoration: none;
	font-weight:bold;
}
.LinkButton:hover
{
	height: 15px;
	background-color: #ffffff;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	color: White;
	width: 75px;   
	text-decoration: none;
	font-weight:bold;
}
.GridView td
{
	height: 20px;
}

/* Login Controls */
.LoginForms
{
	background-color:#F6F6F7;
    font-family:Verdana;
    font-size: 11px;
    padding: 5px;
    width: 500px;   
    text-align:center; 
}
.LoginButton
{
	height: 25px;
	background-color: #406696;
	padding: 5px;   
	color: White;
	width: 175px;
	text-decoration: none;
	font-weight:bold;
	vertical-align:middle;
	text-align: center; 
}
body
{
	background-color : #000000;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	font-weight : normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
ol
{
	background-color: #ffffff;
	font-family: verdana;
}
ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a 
{
	font-weight: bold;
	color: white;
	height:25px;
}
#nav a 
{
	text-decoration: none;
}
#nav li li a 
{
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 0.2em 10px;
	height:25px;
}
#nav li li a:hover 
{
	padding: 0.2em 5px;
	border: 5px solid #ffffff;
	border-width: 0 5px;
	/*background-color: #342689;*/
}
li 
{
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: #000000;
	border: 0px solid #7d6340;
	border-width: 0px 0;
	z-index:1;
	/*border: 1px solid #7d6340;
	border-width: 1px 0;*/
}

li#first 
{
	border-left-width: 1em;
}
li#last 
{
	border-right-width: 1em;
}
li ul 
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #000000;
	/*background: url(../images/nav_bg_dklines.gif) bottom left no-repeat;*/
	padding: 0.5em 0 1em 0;
	/*right side of dropdown*/
	border-right: solid 0px #7d6340;
}
li>ul 
{
	top: auto;
	left: auto;
}
li li 
{
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul 
{
	display: block;
}
.pnodent 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : normal;
    color :#000000;
	line-height: 140%;
	text-align:left;
}
hr
{
	margin-left: 25px;
	margin-right: 25px;
	border: thin groove;
	border-bottom-color: Gray;
}
.scheduletab
{
	margin-left: 25px;
}

.tdtab
{
	margin-left: 25px;
}
p
{
	font-family : verdana ,Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color :#666666;
	line-height: 140%;
	text-align:justify;
	margin: 20px;
	margin-left: 25px;
	margin-right: 25px;
}
.navigation
{
	height:40px;
	color:#251589;
}
.textcontent
{
	margin: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.container
{
	border: 0px #000000;
	border-left-style: groove;
	border-right-style: groove;
	width:800px;
	margin:0 auto;
}
#maincontentdiv
{
	padding: 5px 5px 5px 5px;
	width: 700px;
	margin-left: 20px;
}
#vidcontainer
{
	background: url('../flash/video_bg_lines.jpg') repeat-x center top;
	text-align: left;
}
.compasscontainer-repeat
{
	background: url('../images/compass_bg.gif') repeat-y center; 
	text-align: left
}
.contentcontainer
{
	text-align: left;
}
.compasscontainer
{
	text-align: left;
}
.scrollcontainer
{
	background: url(../images/map_bg.gif) no-repeat center top; 
	text-align: left;
}
.bgcontainer
{
	background: url(../images/body_bg.gif) repeat-x top;
	margin-left: 0;
    margin-right: 0;
}
.corp_p 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : normal;
    color :#000000;
	line-height: 180%;
}
.error 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : normal;
    color :#FF0000;
}
.message 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 12px;
    font-style : normal;
    font-weight : normal;
    color :#ff0000;
}
td 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : normal;
    color :#535252;
}
.contact
{
	height:25px;
	text-align:left;
}
form
{
	background-color : White;
}
input, select, textarea
{
	background-color: #dbdbdb;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 5px;
	border-bottom: thin;
	border-left-width: thin;
	border-right-style: groove;
	border-spacing: 2px;
	border-top-style: solid;
	border-top-color: Gray;
	border-width: 1px;
}
input.submit
{
	background-color : #dbdbdb;
    font-family : sans-serif;
    font-weight : normal;
    font-size : 12px;
}
h1 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    color : #535353;
    text-align : left;
	margin-left: 25px;
}
h2
{
	font-family : verdana ,Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	text-align :left;
	margin-left: 25px;
	height:18px;
}
h3
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 11px;
    font-style : normal;
    margin: 0px 0px 0px 0px;
    color : #000071;
}

h4
{
	font-size : 13px;
	text-align: center;   
}
.voyagetitle
{
	background-color: #E7E9EE;
}
.sectionheader 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 13px;
    font-style : normal;
    font-weight : bold;
    color : #34397e;
    text-align :left;
	margin-left: 25px;
	height:35px;
}
.formsectionheader 
{
	font-family : verdana ,Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	text-align :left;
	margin-left: 25px;
	height:25px;
	background-color:#CCCCCC;
	margin:5px;
}
.subsectionheader 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 11px;
    font-style : normal;
    color : #000071;
    text-align : justify;
}
.bodycopy
{
	text-align: left;
	border: thin;
	font-weight: bold;
	width:300px;
}
.copy 
{
	background: url('../images/footer_boat.gif') repeat-x;
	background-color:#000000;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	color :#999999;
	height: 60px;
	width:800px;
	text-align:right;
}
.smallsans 
{
	font-family : Verdana, Helvetica, sans-serif;
    font-size : 10px;
    font-style : normal;
    font-weight : bold;
    color :#0066cc;
}
.smallsansK
{
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 10px;
    font-style : normal;
    font-weight : bold;
    color :Black;
}
.head
{
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 14px;
    font-style : normal;
    font-weight : normal;
    color :#cc0000;
}
.subhead 
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    color :#0067ce;
}
a
{
	font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : bold;
    color : #61A8E4;
    text-decoration: underline;
}
a:hover 
{
	font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : bold;
    color : #61A8E4;
    text-decoration: underline;
}
a:visited
{
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : bold;
    color : #61A8E4;
    text-decoration:underline;
}
a:visited:hover
{
    font-family : Verdana, Helvetica, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : bold;
    color : #61A8E4;
    text-decoration:underline;
}
.Ntd 
{
	background-color: #f4f4f4; 
}
/*footer*/
#footer a 
{
	font-family : Verdana, Helvetica, sans-serif;
    font-size : 10px;
	font-weight: normal;
	color: white;
}
#footer a:hover 
{
	font-weight: normal;
	color: white;
	text-decoration: underline;
}
#footer a
{
	text-decoration: none;
}

/*header*/
#header { padding-top:4px;}

/*content*/
#content { padding:0 1px;}
#content .indent { padding:45px;}

.img-box img { margin-bottom:28px; display:block;}
.indent { padding:45px;}

.header2
{
	font-family : verdana ,Verdana, sans-serif;
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    color :#535353;
    text-align : left;
	/*align:left;*/
	margin-left: 25px;
}