@charset "UTF-8";
/* Styling for Cruise Calendars */

body
{
font-family: Arial,Helvetica,sans-serif;
margin:0;
}
.matrix_leftCorner
{
background: none repeat scroll 0 0 #E9E9E9;
color: #ffffff;
height: 20px!important;
}
.matrix_mainTable
{
border-collapse: collapse;
border: 1px solid #D5D5D5;
border-width: 1px 0px 0px 1px;
}
.matrix_mainTable td
{
border: 1px solid #D5D5D5;
border-width: 0px 1px 1px 0;
padding: 3px;
vertical-align: middle;
line-height:17px;
}

.matrix_headerTD{
background: none repeat scroll 0 0 #E9E9E9;
text-align:center;
color: #005B8A;
font-size:12px;
font-weight:bold;
white-space:nowrap;
}
.matrix_innerTD, .matrix_innerTD_Over{
color:#005b8a;
font-size:11px;
text-align:center;
}
.matrix_labelTD, .matrix_labelTD_Over{
text-align:left;
line-height:22px;
color: #005B8A;
font-size:11px;
font-weight:bold;
white-space:nowrap;
}
.matrix_mainTable .matrix_bottomTD
{
line-height:22px;
}
.matrix_mainTable
{
text-decoration:none;
}
.matrix_mainTable td a {
	color:#00F;
	text-decoration:none;
}
.matrix_mainTable td a:visited {
	color:#00F;
}
.matrix_mainTable a:hover, .matrix_mainTable td a:hover
{
color:#FF3048;
font-weight:bold;
}
.matrix_bottomTD {
background-color:#E9E9E9;
}
.matrix_bottomTD a
{
float:right;
margin:5px;
color: #FFFFFF !important;
font-weight: bold;
font-size:12px;
border:1px solid #CCC;
padding:1px 6px;
background-color:#033669;
}
.matrix_bottomTD a:hover
{
background-color:#FF3048;
color:#FFFFFF;
}