/*<!-------------------------------------------- for cruise templates ------------------------------------------->*/
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 0px;
	text-decoration: none;
}

.legTable
{
  	/*line-height:18px;*/
	width: 100%;
	vertical-align:top;	
}

.cruiseHeader
{
  	/*border:  .1em solid black;*/
	padding: 1px;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.legHeader
{
  	/*border:  .1em solid black;*/
	padding: 1px;
	background-color: #6586AF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	/*line-height:15px;*/
}

.labelC {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;	
	color: ##000000;
	font-weight: bold;
	text-align: right;
	vertical-align : top;
	padding-right:3px;
}

.cruiseDsp
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 0px;
	text-decoration: none;
}
.cButton
{
  	/*border:  .1em solid black;*/
	/*padding: 1px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	font-variant : small-caps;
	height: 22px;
}

.addMarinaButton
{
  	/*border:  .1em solid black;*/
	/*padding: 1px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
	font-variant : small-caps;
	font-style : italic;
	height: 22px;
	width:99%;
}
.cruiseTable
{
  	border: 1px solid #003366;
	width: 100%;	
}

/* an asterix for a required field: title: 'denotes a required field'*/
.reqField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 2px;
	color: #ff0000;
	letter-spacing: 0px;
	text-decoration: none;
}
.spacer 
	{
		line-height : 2px;
	}

.altRows
	{
		background-color: #e3e3e3;
		color: #000000;
	}
/*<!-------------------------------------------- for cruise templates ------------------------------------------->*/