/* ================================
    CSS STYLES FOR NOTES
   ================================
*/
ins { text-decoration: none; font-weight: bold; }
del { font-size: smaller;}
blockquote { 
	border:1px solid #1C99C8;
	font-family:Arial,sans-serif;
	margin: 0;
	padding:9px;
	font-size:12px;
	text-align:justify;
}
.OuterContainer { 
	background: #000000; 
	width:100%; 
	text-align:center; 
}
.SkinMaster{ 
	margin:auto;
	width:996px;
}
.Wide { 
	width:996px;
}
.Narrow { 

	width:773px;
}
.normal, p  {	
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-align: left;
}
.Notes { 
	background-color: white;
}
.Blue {
	background-color: #1B98C8;
}
.Red {
	background-color: #F05033;
}
.CruisePane, .BluePane, .RedPane {
	padding: 0 15px;
	font-weight:bold;
	text-align:center;
	font-size: 12px;
	font-family:Arial, sans-serif;
	height:996px;
	vertical-align:top;
}
.ContentPane {
	padding: 0 15px;
}
.LeftPane, .RightPane {
	
	vertical-align:top;
	padding: 0 10px;
	background-color: white;
}

.DD .DiscsPane {width:377px; background: #AEE1FF url('/Portals/0/images/Discs&Dates-phone.jpg') bottom right no-repeat; padding-bottom:154px;}
.DD .DatesPane {width:383px; background: #FFFFFF url('/Portals/0/Skins/Notes/img/llc.png') bottom left no-repeat; padding-bottom: 53px;}

.DD h1 {text-align:left;}
.DD .Head, .DD .SubHead {	
	font-family:Georgia, Times New Roman, Times, serif;
}

/*
.LeftPane { border-right: 1px solid #1B98C8;}
.RightPane { border-left: 1px solid #F05033;}
*/
.TopPane { 
	background-color: white;
	text-align:center;
	width: 80%; 
}
h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#002270;
	font-size: 20px;
	text-align:center;
	text-transform:capitalize;
}
h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	color:#1c99c8;
	font-size: 16px;
	text-transform:capitalize;	
}
.LeftPane p, .RightPane p {
	color:#1c99c8;
}
.ContentPane p, .ContentPane h2, .ContentPane .normal {
	color:#002270;
}
.TopPane h1 {
	font-family:Arial, sans-serif;
	color: #E3801B;
	font-weight:bold;
	text-align:center;
	margin:0;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.CruisePane h1 {
	font-family:Arial, sans-serif;
	color: #003366;
	font-weight:bold;
	text-align:center;
	margin:0;
	font-size: 16px;
	text-transform:uppercase;
}
.LeftPane h1, .RightPane h1 {
	font-size: 18px;
}
.CruisePane h2 {
	font-family:Arial, sans-serif;
	color: #003366;
	font-weight:bold;
	text-align:center;
	margin:0;
	font-size: 12px;
	text-transform:capitalize;
}
.CruisePane a,
.CruisePane a:link, 
.CruisePane a:visited,
.CruisePane a:active {
	font-family:Arial, sans-serif;
	color: #003366;
	text-decoration: none;
}
.CruisePane a:hover {
	text-decoration: underline;
}
.CruisePane p , .CruisePane .normal{
	font-family:Arial, sans-serif;
	color: #ffffff;
	font-weight:bold;
	text-align:center;
	letter-spacing: 1.5px;
}
.dates h1{
}
.dates h2{
	color: #ffffff;
}

.trio {
	text-align: center;
	padding-top: 107px;
}
.phone {
	text-align: center;
	padding-top: 209px;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}