/* Generic Styling */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #363636;
	background: #FFF;
	text-align: center;
}
img,
fieldset {border: 0;}
input,
textarea {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.hidden {display: none;}
a {
	color: #EFA31F;
	text-decoration: underline;
}

/* Main Layout */
#wrapper {
	margin: 13px auto 0;
	padding-top: 82px;
	position: relative;
	width: 917px;
	font-size: 0.69em;
	text-align: center;
}
#dsmBody {
	text-align: center;
}
#dsmBody #wrapper {
	margin: 22px auto 0;
	padding: 23px;
	border: 1px solid #DFE8EE;
	position: relative;
	width: 500px;
	min-height: 164px;
	text-align: left;
}
* html #dsmBody #wrapper {
	height: 210px;
}
h1 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 31px;
	width: 218px;
	height: 113px;
	background: url(../images/LogoCCSau.gif) no-repeat;
	text-align: left;
}
h1#h-NZ {
	background: url(../images/LogoCCSnz.gif) no-repeat;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
#dsmBody h1 {
	margin: 0 0 17px;
	background: transparent;
	font-size: 1.6em;
	font-weight: normal;
	color: #165EA8;
}
#container {
	margin: 0 auto;
	padding: 10px 9px;
	text-align: left;
	width: 850px; /* width for ie 5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
}
html>body #container { /* be nice to opera 5 */
	width: 850px;
}

/* Main Navigation */
#mainNav {
	margin: 0 35px -2px 244px;
	position: relative;
	height: 22px;
	list-style: none;
	background: #00c0f3;
	font-family: Tahoma;
	font-size: 0.9em;
	text-align: left;
	z-index: 1;
}
* html #mainNav {
	margin-right: 39px;
}
#mainNav li {
	padding-right: 1px;
	position: relative;
	float: left;
	height: 100%;
	background: url(../images/main_nav_divider.gif) no-repeat right center;
}
#mainNav li:last-child,
#mainNav li.last {
	padding: 0;
	background: transparent;
}
#mainNav li a {
	padding: 0 7px;
	display: block;
	line-height: 22px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}
#mainNav li:last-child a,
#mainNav li.last a {
	padding-right: 4px;
}
#mainNav li a:hover {
	background: #01B5E6;
}
#mainNav li ul {
	padding: 5px 0 10px;
	position: absolute;
	top: 22px;
	left: 0;
	display: none;
	/*width: 170px;*/
	witdh: 193px;
	list-style: none;
	background: #02A4D2;
}
#mainNav li:hover ul,
#mainNav li.over ul {
	display: block;
}
#mainNav li ul li,
#mainNav li ul li:last-child,
#mainNav li ul li.last {
	float: none;
	padding: 0 0 0 24px;
	background: url(../images/bullet_white.gif) no-repeat 13px 50%;
}
#mainNav li ul li a {
	padding: 0;
	line-height: 20px;
	/*width: 126px;*/
	width: 149px;
	color: #FFF;
	text-transform: none;
	text-decoration: underline;
}
#mainNav li ul li a:hover {
	background: transparent;
}
#n_register {
	padding-left: 9px;
	position: absolute;
	top: 40px;
	left: 766px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #165ea8;
	background: url(../images/n_register_bg.gif) no-repeat 0 50%;
}
#n_register_guide {
	padding-left: 9px;
	position: absolute;
	top: 55px;
	left: 766px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #165ea8;
	background: url(../images/n_register_bg.gif) no-repeat 0 50%;
}
#ccs-invite {
	padding-left: 9px;
	position: absolute;
	top: 47px;
	left: 295px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #165ea8;
	background: url(../images/n_register_bg.gif) no-repeat 0 50%;
}
#subnav-heading, .subnav-heading, #subnav-ticketing {
	padding: 5px 0 0 7px;
	height: 20px;
	background: #165ea8;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
#subnav-ticketing {
	padding: 5px 0 5px 7px;
	height: auto;
}

#subnav-ticketing-date {
	margin-bottom: 18px;
	padding: 4px 0 4px 7px;
	border-bottom: 1px solid #D3DFE8;
	background: #F2F5F8;
	line-height: normal;
	color:#165FA8;
}

/* Footer */
#footer {
	margin-top: 20px;
	color: #969696;
	text-align: center;
	font-size: 0.9em;
}
#footer ul {
	margin: 0 auto 8px;
	list-style: none;
}
#footer li {
	display: inline;
	padding: 0 2px 0 7px;
	background: url(../images/footer_nav_divider.gif) no-repeat 0 3px;
}
#footer li:first-child, #footer li.first {
	background: transparent;
}
#footer a {
	color: #969696;
	text-decoration: underline;
}
.footer-contact, .footer-contact a {
	margin-bottom: 1em;
	color: #000 !important;
	font-weight: bold;
	text-transform: uppercase;
}

/* Home Info Box */
#homeInfoBox {
	margin-left: -9px;
	padding: 10px;
	background: url(../images/home_info_box_shadow.gif) no-repeat;
	width: 848px; /* width for ie 5 */
	height: 177px; /* height for ie 5 */
	voice-family: "\"}\""; 
	voice-family: inherit;
}
html>body #homeInfoBox { /* be nice to opera 5 */
	width: 848px;
	height: 177px;
}
#homePic {
	float: left;
	width: 664px;
	height: 146px;
	background: url(../images/home_pic_1.jpg) no-repeat;
}
#homeInfoHeadings {
	float: left;
	width: 664px;
	height: 31px;
	background: url(../images/home_info_headings.gif) no-repeat;
}
#homeText {
	margin: 1em 3px 0 0;
	padding: 13px 13px 0;
	border: 1px solid #b2d1e8;
	clear: both; 
	background: url(../images/home_text_bg.gif) no-repeat 50% 22px;
	font-weight: bold;
	color: #2e73b2;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#homeText p {
	margin-bottom: 1.1em;
}

/* Login Box */
#loginBox, #welcomeBox {
	padding-top: 36px;
	float: right;
	position: relative;
	width: 184px;
	height: 141px;
	background: url(../images/login_box_bg.jpg) no-repeat top;
	color: #AFCFEF;
	font-size: 0.9em;
}
.loginerror #loginBox {
	color: #6F5114;
	background: url(../images/login_box_bg_hl.jpg) no-repeat top;
}
#welcomeBox {
	padding: 109px 20px 0;
	height: 68px;
	width: 144px;
	background: url(../images/welcome_box_bg.jpg) no-repeat top;
	text-transform: uppercase;
}
#loginBox a {
	color: #FFCB03;
	text-decoration: underline;
}
.loginerror #loginBox a {
	color: #FFF;
}
#loginBox fieldset {
	margin-left: 20px;
}
#loginBox label {
	padding-top: 3px;
	padding-bottom: 1px;
	display: block;
	text-transform: lowercase;
}
/* \*/
* html #loginBox label {
	padding-top: 2px;
	padding-bottom: 0;
}
/* */
#loginBox input#loginButton {
	border: 0;
	padding: 0;
	position: absolute;
	bottom: 41px;
	right: 22px;
	width: 53px;
	height: 19px;
}
#loginBox fieldset input {
	border: 1px solid #7F9DB9;
	width: 135px;
}
#loginBoxRegister,
#welcomeBoxLogoff {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	overflow: hidden;
	width: 184px;
	height: 31px;
	background: url(../images/login_box_register_button.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}
.loginerror #loginBoxRegister {
	background: url(../images/login_box_register_button_hl.jpg) no-repeat;
}
#welcomeBoxLogoff {
	background: url(../images/welcome_box_logoff_button.jpg) no-repeat;
}
/* \*/
* html #loginBoxRegister,
* html #welcomeBoxLogoff {
	bottom: -1px;
}
body .ui-dialog {
	font-size: 0.69em;
}
#login-dialog.ui-dialog-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
}
.ui-dialog-content p {
	margin: 0.55em 0;
	text-align:left;
}
.ui-widget-content .ui-dialog-content a {
	color: #369;
}

/* */
.toolBox {
	float: left;
	width: 133px;
}
.toolBox p {
	margin: 0 1px 9px 0;
	padding: 13px;
	height: 6em;
	color: #2E73B2;
	background: #E9F3F7;
	overflow: hidden;
}
.toolBox ul {
	min-height: 100px;
	list-style: none;
	background: url(../images/tool_box_list_bg.gif) repeat-y right;
}
* html .toolBox ul {
	height: 100px;
}
.toolBox li {
	padding-left: 21px;
	background: url(../images/bullet_orange.gif) no-repeat 11px 8px;
}
.toolBox a {
	display: block;
	line-height: 20px;
	color: #E69200;
	text-decoration: none;
}
* html .toolBox a {
	height: 20px;
}
.toolBox a:link, .toolBox a:visited {
	text-decoration: underline;
}
#contactToolsBox ul {
	background: transparent;
}
.caAd {
	padding-right: 1px;
	display: block;
	float: right;
	width: 181px;
	overflow: hidden;
}
#container .caAd {
	text-align: center;
}

/* Inner Info Boxes */
#innerInfoBox {
	margin-left: -9px;
	padding: 10px 10px 26px;
	background: url(../images/inner_info_box_shadow.gif) no-repeat;
	width: 848px; /* width for ie 5 */
	height: 129px; /* height for ie 5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
}
html>body #innerInfoBox { /* be nice to opera 5 */
	width: 848px;
	height: 129px;
}
#innerPic {
	float: left;
	width: 664px;
	height: 101px;
	background: url(../images/inner_pic_1.jpg) no-repeat;
}
#innerInfoBox h2 {
	float: right;
	width: 184px;
	height: 101px;
	text-indent: -9999px;
	overflow: hidden;
}
#headingAgentTools {
	background: url(../images/heading_agent_tools.gif) no-repeat;
}
#headingBookingTools {
	background: url(../images/heading_booking_tools.gif) no-repeat;
}
#headingMarketingTools {
	background: url(../images/heading_marketing_tools.gif) no-repeat;
}
#headingAboutAgents {
	background: url(../images/heading_about_agents.gif) no-repeat;
}
#headingTrainingHelp {
	background: url(../images/heading_training_help.gif) no-repeat;
}
#headingContactUs {
	background: url(../images/heading_contact_us.gif) no-repeat;
}
#innerInfoBox ul {
	margin-top: 1px;
	margin-left: 3px;
	clear: both;
	list-style: none;
	line-height: 27px;
}
/* ie pc workaround for weird bug which makes the list jump around on mouseover \*/
* html #innerInfoBox ul {
	height: 1%;
}
/* */
#innerInfoBox li {
	padding: 0 6px 0 10px;
	display: inline;
	background: url(../images/inner_info_box_list_divider.gif) no-repeat 0 100%;
}
#innerInfoBox li:first-child, #innerInfoBox li.first {
	background: transparent;
}
#innerInfoBox a {
	color: #165FA8;
	text-decoration: none;
	font-weight: bold;
}
#innerInfoBox a:link, #innerInfoBox a:visited {
	text-decoration: underline;
	font-weight: normal;
}

/* Columns */
#leftColumn {
	float: left;
	width: 627px;
}
#leftColumnDM {
	float: left;
	width: 627px;
	margin: 10 0 0 0;
}
#rightColumn {
	margin-right:-14px;
	float: right;
	width: 196px;
}
#leftColumn h2, #rightColumn h2 {
	margin-bottom: 18px;
	color: #225180;
	font-weight: bold;
	font-size: 1.1em;
}
#leftColumn h3 {
	margin-bottom: 18px;
	font-size: 1em;
	font-weight: bold;
}
#leftColumn h4, #rightColumn h4 {
	font-size: 1em;
	font-weight: bold;
}
#leftColumn p,
#rightColumn p {
	margin-bottom: 18px;
	line-height: 18px;
}
#leftColumn ol {
	padding-left: 30px;
}
#training-side p {
	margin-bottom: 0;
}
#rightColumn strong {
	color: #225180;
}
ul#training-side, ul#training-side li, ul#training-side li:last-child ul {
	background: none;
}
#rightColumn ul, ul#training-side {
	margin-bottom: 8px;
	padding: 21px 0 8px;
	list-style: none;
}
ul#training-side {
	padding: 0;
	width: 184px;
}
ul#training-side ul {
	padding: 10px 0 8px;
	background: url(../images/right_column_divider.gif) repeat-x bottom;
}
#rightColumn ul li, ul#training-side ul li {
	padding-left: 12px;
	line-height: 1.35em;
}
ul#training-side ul li {
	background: url(../images/bullet_orange.gif) no-repeat 0 65%;
}
ul#training-side li {
	padding-left: 0;
}
#training-side h2 {
	margin-top: 2em;
}
#training-side .training-top {
	margin-top: 0;
}
.webinars-schedule {
	margin-bottom: 18px;
	padding: 0 0 12px;
	float: left;
	background: url(../images/right_column_divider.gif) repeat-x bottom;
}
.webinars-schedule dt,
.webinars-schedule dd {
	float: left;
	line-height: 18px;
}
.webinars-schedule dt {
	margin-bottom: 4px;
	padding-left: 12px;
	width: 90px;
	background: url(../images/bullet_orange.gif) no-repeat 0 65%;
	line-height: 17px;
}
#viewFeedbackForm {
	margin-top: -50px;
	padding-top: 50px;
	background: url(../images/right_column_divider.gif) repeat-x 0;
}
#viewDescription {
	padding-bottom: 20px;
	background: url(../images/right_column_divider.gif) repeat-x bottom;
}
#viewFeedbackForm a {
	padding-left: 28px;
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/button_round.gif) no-repeat 0 50%;
	color: #EE9E13;
	text-decoration: underline;
}

/* Availability */
#availabilityForm {
	margin-bottom: 28px;
	padding: 22px;
	border: 1px solid #DFE8EE;
	background: #F2F5F8;
	text-align: center;
}
#availabilityForm label {
	color: #225180;
	font-weight: bold;
}
#availabilityForm input {
	width: 6em;
	text-transform: uppercase;
}
#availabilityForm input#cruiseID {
	width: 15em;
	text-transform: none;
}
#availabilityTable {
	padding: 28px 17px;
	border: 1px solid #DFE8EE;
}
#availabilityTable table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
#availabilityTable caption {
	color: #225180;
	font-weight: bold;
	text-align: left;
	height: 29px;
}
#availabilityTable td, #availabilityTable th {
	padding-left: 10px;
	padding-right: 10px;
}
#availabilityTable thead th {
	height: 26px;
	background: url(../images/availability_tbl_header_bg.gif) repeat-x;
	color: #FFF8D1;
	font-weight: bold;
}
#availabilityTable th {
	height: 24px;
	background: url(../images/availability_tbl_th_bg.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
#availabilityTable tr td {
	border-bottom: 1px solid #DFE8EE;
}
#availabilityTable th.gradeCol {
	border-right: 1px solid #FFF;
	width: 40px;
	text-align: center;
}
#availabilityTable td.gradeCol {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #E68100;
	font-weight: bold;
}
#availabilityTable th.cabinCol {
	border-right: 1px solid #FFF;
}
#availabilityTable td.cabinCol {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F2F5F8;
}
#availabilityTable th.availCol {
	width: 72px;
	text-align: center;
}
#availabilityTable td.availCol {
	text-align: center;
}
#availabilityLegend {
	margin-top: 20px;
	margin-bottom: 27px;
	padding-top: 25px;
	background: url(../images/right_column_divider.gif) repeat-x top;
}
#availabilityLegend h3 {
	margin-bottom: 16px;
	color: #225180;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#availabilityLegend dl {
	padding-bottom: 28px;
	list-style: none;
	background: url(../images/right_column_divider.gif) repeat-x bottom;
}
#availabilityLegend dt {
	float: left;
	display: block;
	height: 30px;
	width: 28px;
	text-align: left;
}
#availabilityLegend dd {
	display: block;
	height: 30px;
}
#viewDPlans {
	margin-top: 21px;
	padding-left: 28px;
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/button_round.gif) no-repeat left center;
	color: #EE9E13;
	text-decoration: underline;
}

/* DSM's */
.dsmBox {
	float: left;
	width: 140px;
	height: 190px;
	text-align: center;
}
.dsmBox img {
	margin: 18px 0 5px;
	width: 94px;
	height: 119px;
}
#leftColumn .dsmBox p {
	margin: 0;
	line-height: 1.5em;
}
#dsmPic {
	position: absolute;
	top: 23px;
	left: 23px;
	width: 128px;
}
#dsmInfo {
	padding-left: 153px;
}
#dsmInfo #unavail {
	margin-top: 18px;
}
#setInfo {
	margin-top: 10px;
}
#setInfo p {
	line-height: 1.6em;
}
#switchCountry {
	margin: -27px 0 0 auto;
	padding: 0.6em 33px 0.6em 0;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: right;
	white-space: nowrap;
	overflow: visible;
}
#switchCountry span {
	text-decoration: underline;
}
a.au {
	background: url(../images/flag_au.gif) no-repeat right center;
}
a.nz {
	background: url(../images/flag_nz.gif) no-repeat right center;
}

/* Press Releases */
dl#pressReleaseList {
	margin-bottom: 18px;
	list-style: none;
}
dl#pressReleaseList dt {
	margin: 0 10px 5px 0;
	display: block;
	float: left;
	text-indent: 0;
}
dl#pressReleaseList dd {
	margin: 0 0 5px;
	display: block;
	clear: right;
	text-indent: 0;
}
/* Direct Marketing */
dl#directMarketingList {
	margin-bottom: 5px;
	list-style: none;
}
dl#directMarketingList dt {
	margin: 0 10px 5px 0;
	display: block;
	float: left;
	text-indent: 0;
}
dl#directMarketingList dd {
	margin: 0 0 5px;
	display: block;
	clear: right;
	text-indent: 0;
}
#directMarketingContent {
	margin: 10 0 0 0;
	}
#directMarketingList h2{
	margin-bottom: 10px;
	color: #225180;
	font-weight: bold;
	font-size: 1.1em;
}

/* Specials */
dl#specialsList {
	margin-bottom: 18px;
	list-style: none;
}
dl#specialsList dt {
	margin-right: -100px;
	padding-top: 2px;
	display: block;
	float: left;
	width: 100px;
	text-transform: uppercase;
}
dl#specialsList dd {
	margin-bottom: 10px;
	padding-left: 100px;
	display: block;
	clear: right;
}
dl#specialsList dd p.specialsTitle {
	margin-bottom: 0;
}
dl#specialsList dd a.attachment {
	margin-top: -8px;
	display: block;
}

/* News */
dl#newsList {
	margin-bottom: 18px;
	list-style: none;
}
dl#newsList dt {
	margin-bottom: 10px;
	display: block;
	text-indent: 0;
	font-weight: bold;
}
dl#newsList dd {
	margin-bottom: 30px;
	display: block;
	text-indent: 0;
}
dl#newsList dd a.attachment {
	margin-top: 10px;
	display: block;
}

/* Polar Online Training Q&A */
.potqa {
	padding: 0 20px 20px;
	border-right: 1px solid #DFE8EE;
	border-bottom: 1px solid #DFE8EE;
	border-left: 1px solid #DFE8EE;
}
.potqa dt {
	display: block;
	position: absolute;
	width: 87px;
	font-weight: bold;
	color: #EFA31F;
}
.potqa dd {
	padding: 0 0 15px 87px;
	display: block;
}
.potqa .q {
	padding-top: 37px;
}
.potqa dd.q {
	font-weight: bold;
}
.potqa dd.a {
	padding-bottom: 26px;
	border-bottom: 1px solid #DFE8EE;
	line-height: 18px;
}
.potqa dd:last-child, .potqa dd.last {
	padding-bottom: 0;
	border: 0;
}
.potqa table {
	margin-top: 18px;
	border-collapse: collapse;
}
.potqa td, .potqa th {
	padding: 3px;
	border: 1px solid #DFE8EE;
}
#rightColumn ul.potqaNav {
	padding: 0;
	border-top: 1px solid #D3DFE8;
	background: 0;
}
#rightColumn ul.potqaNav li {
	padding: 4px 4px 4px 20px;
	border-bottom: 1px solid #D3DFE8;
	background: #F2F5F8 url(../images/bullet_blue.gif) no-repeat 7px 7px;
	line-height: normal;
}
#rightColumn ul.potqaNav li a {
	color: #165FA8;
}
#rightColumn ul.potqaNav li a.active {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

/* Polar Online Competition */
#polarOnlineComp {
	margin-top: 1em;
	line-height: 1.5em;
}
#polarOnlineComp p {
	margin-bottom: 1em;
}
#polarOnlineComp ul {
	margin-bottom: 1.5em;
}
#polarOnlineComp ul li {
	margin-left: 1.1em;
}
* html #polarOnlineComp ul li {
	margin-left: 1.5em;
}
#polarOnlineComp #compAd {
	margin-top: -1em;
	padding: 270px 35px 0.5em;
	clear: both;
	color: #FFF;
	background: #165FA8 url(../images/polar_online_comp_bg.jpg) no-repeat left top;
	width: 690px; /* width for ie 5 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 620px;
}
html>body #polarOnlineComp #compAd { /* be nice to opera 5 */
	width: 620px;
}
#polarOnlineComp #compAd a {
	color: #FFCF7B;
}
#polarOnlineComp #compDetails {
	padding: 1.5em 30px 0.5em;
	background: #F2F5F8;
}

/* Notification */
#notice {
	padding: 1em;
	list-style: none;
	clear: both; 
}
#notice p {
	font-size: 1.1em;
}
#notice li {
	margin-top: 1em;
	font-weight: bold;
	color: #000 !important;
}
#notice a {
	color: #000 !important;
}

/* 3rdgen Forms */
.generalForm {
	margin-left: 20px;
}
.generalForm td {
	padding: 3px 3px 3px 0;
}
.generalForm td.formPromptStyle {
	padding: 7px 10px 0 0;
	width: 120px;
}
.generalForm .formLine1Style input,
.generalForm .formLine2Style input {
	width: 16em;
}
.generalForm textarea {
	width: 22em;
	height: 8em;
}
.generalForm .formErrorStyle {
	padding: 3px 3px 0;
	display: block;
	color: #F00;
	font-size: 0.9em;
}
.generalForm .formLabelStyle input {
	margin-top: 10px;
	/*float: left;*/
}
.formMandatoryFieldStyle {
	color: #9e0012;
}

/* Discovery Voyages Competition */
#discovery-comp .generalForm .formLine1Style input,
#discovery-comp .generalForm .formLine2Style input {
	width: auto;
}
#discovery-comp .generalForm td.formPromptStyle {
	padding: 7px 10px 0 0;
	width: 150px;
}
#discovery-comp .formHtmlStyle {
	padding: 0;
}
#discovery-comp h2 {
	margin: 1.4em 0 0.7em;
	font-size: 1.5em;
	color: #0066b3;
}
#discovery-comp h3 {
	margin: 0.8em 0;
	font-size: 1.2em;
	color: #0066b3;
}
#discovery-comp ul {
	margin: 0.8em 0 0.8em 10px;
	list-style: disc;
	list-style-position: inside;
}
#discovery-comp li {
	margin-bottom: 5px;
}
#discovery-comp-form {
	margin: 1.5em 0;
	padding: 20px 15px;
	border: 1px solid #dbdbdb;
}
#discovery-comp-form h2 {
	margin: 0 0 0.7em;
	font-size: 1.5em;
	color: #0066b3;
}
#discovery-comp-form .question {
	font-weight: bold;
	color: #9b845b;
}
#discovery-comp .notice-bold, #discovery-comp-form #your-details {
	font-weight: bold;
}
#discovery-comp-form #your-details {
	margin: 23px 0 17px;
}
#discovery-comp .notice, #discovery-comp .notice-bold {
	margin-bottom: 1em;
	font-size: 0.8em;
}

/* Cunard Competition */
#cunard-comp-1,
#cunard-comp-2,
#cunard-comp-3 {
	float: left;
	position: relative;
}
#cunard-comp-1 h1,
#cunard-comp-2 h1,
#cunard-comp-3 h1,
#cunard-comp-1 h2 {
	display: none;
}
#cunard-comp-1 p {
	position: absolute;
	top: 289px;
	left: 33px;
	width: 775px;
	color: #ceb3b3;
}
#cunard-comp-2 p {
	position: absolute;
	top: 34px;
	left: 138px;
	color: #fff;
}
#cunard-comp-2 ul {
	position: absolute;
	top: 59px;
	left: 164px;
	list-style: none;
	color: #fff;
}
#cunard-comp-2 ul p {
	position: relative;
	top: 0;
	left: 0;
	font-size: 0.9em;
	color: #a8a8a8;
}
#cunard-comp-3 p {
	position: absolute;
	top: 65px;
	left: 154px;
	font-size: 0.9em;
	color: #a8a8a8;
}
#cunard-comp-2 h3,
#cunard-comp-3 h3 {
	font-size: 1em;
	color: #a78d5c;
}
#cunard-comp-3 h3 {
	position: absolute;
	top: 38px;
	left: 154px;
}
#cunard-comp-2 li {
	margin-bottom: 14px;
}
#cunard-comp-1 {
	width: 850px;
	height: 355px;
	background: url(../images/cunard-queen-victoria.jpg) no-repeat;
}
#cunard-comp-2 {
	width: 427px;
	height: 195px;
	background: url(../images/first-prize.jpg) no-repeat;
}
#cunard-comp-3 {
	margin-bottom: 20px;
	width: 423px;
	height: 195px;
	background: url(../images/runner-up.jpg) no-repeat;
}
#cunard-winner h2 {
	margin: 30px 0;
	color: #a78d5c;
	font-size: 1.25em;
}
#cunard-winner h3 {
	margin: 1px 0 13px;
	font-size: 1.2em;
}
#cunard-winner-list {
	list-style: none;
}
#cunard-winner-list li {
	margin-top: 29px;
	padding-top: 36px;
	background: url(../images/cunard-divider.gif) no-repeat top;
}
#cunard-winner-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
#cunard-winner-list img {
	float: left;
}
#cunard-winner-list div {
	float: right;
	width: 687px;
}
#cunard-winner-list div ul {
	margin: 21px;
	list-style: none;
	font-weight: bold;
}
#cunard-winner-list div li {
	margin: 0 0 5px 0;
	padding-top: 0;
	background: none !important;
}

/* Pacific Sun Competition */
#sun-comp-1 {
	position: relative;
	width: 850px;
	height: 355px;
	background: url(../images/sun-comp.jpg) no-repeat;
}
#sun-flash-content {
	width: 850px;
	height: 315px;
	background: url(../images/sun-flash-content.jpg) no-repeat;
}
#sun-flash-content a {
	position: relative;
	left: 280px;
	top: 175px;
	display: block;
	width: 265px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
#sun-comp-1 h1,
#sun-comp-1 h2,
#sun-comp-1 h3 {
	display: none;
}
#sun-comp-1 p {
	position: absolute;
	top: 286px;
	left: 33px;
	width: 630px;
	color: #4e440c;
}

/* Tabs */
#tabs.ui-widget {
	padding: 0;
	border: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #363636;
	font-size: 1em;
}
#tabs.ui-widget-content,
#tabs .ui-widget-content {
	background: transparent;
	color: #363636;
}
#tabs.ui-corner-all,
#tabs .ui-corner-all,
#tabs .ui-corner-top,
#tabs .ui-corner-bottom {
	-moz-border-radius: 0;
}
#tabs .ui-tabs-nav {
	padding: 0;
	border: 0;
	width: 100%;
	list-style: none;
	background: url(../images/tabset_tabs_bg.gif) repeat-x 100% 100%;
}
#tabs .ui-tabs-nav li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background: transparent;
}
#tabs .ui-tabs-nav li a {
	margin-top: 1px;
	padding: 6px 12px;
	border: 0;
	border-top: 1px solid #DFE8EE;
	border-right: 1px solid #DFE8EE;
	display: block;
	text-decoration: underline;
	color: #165FA8;
	text-align: center;
	background: #F2F5F8;
	font-weight: normal;
}
#tabs .ui-tabs-nav li:first-child a,
#tabs .ui-tabs-nav li.first a {
	border-left: 1px solid #DFE8EE;
}
#tabs .ui-tabs-nav li.ui-tabs-selected a {
	margin-top: 0;
	padding: 7px 12px 6px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	background: #FFF;
}
/* \*/
* html #tabs .ui-tabs-nav li.ui-tabs-selected a {
	margin-top: 0;
	padding: 6px 12px;
}
/* */
#tabs .ui-tabs-panel ,
#tabs .ui-widget-content {
	margin: 0;
	padding: 20px;
	border-right: 1px solid #DFE8EE;
	border-bottom: 1px solid #DFE8EE;
	border-left: 1px solid #DFE8EE;
}

/* Clearing Fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;height:100%;}
/* End hide from IE-mac */

/* Earlybird Trade Competition */
#earlybird-trade {
	margin-top: 33px;
}
#earlybird-trade #you-can-win {
	width: 100%;
	height: 136px;
	background: url(../images/you-can-win.gif) no-repeat 71px 0;
}
#earlybird-trade #you-can-win p{
	text-indent: -9999px;
}
#earlybird-trade #instructions {
	margin-bottom: 60px;
	width: 100%;
	height: 173px;
	float: left;
	background: url(../images/instructions-bg.gif) no-repeat 0 0;
}
#earlybird-trade #instructions img {
	border: 0;
	margin: 0;
	position: relative;
	left: 9987px;
}
#earlybird-trade #instructions ol {
	list-style: none;
}
#earlybird-trade #general {
	margin-right: 20px;
	float: left;
	width: 58%;
	text-indent: -9999px;
}
#earlybird-trade #how-to-enter {
	float: left;
	width: 35%;
	text-indent: -9999px;
}
#earlybird-trade #entry-form {
	margin: 0 auto;
	width: 65%;
 	clear: both;
 }
#earlybird-trade #entry-form p {
	margin-left: 20px;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
#earlybird-trade #entry-form a {
	color: #1022AA;
}
#earlybird-trade p#thankyou {
	margin: 0 0 20px 350px;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
#earlybird-competition-thankyou h2 {
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #225180;
	text-align: center;
}
#earlybird-competition-thankyou ol {
	margin-left: 20px;
}
#earlybird-competition-thankyou li {
	padding: 5px 0;
}
#earlybird-competition-thankyou a {
	color: #1022AA;
}
.earlybird-comp,
.new-polar {
	clear: right;
}
* html .new-polar {
	float: none;
}
ul#policy-updates-list {
	padding-left: 1.4em;
}
ul#policy-updates-list li {
	padding-bottom: 0.5em;
}

/* Department Calendar */
#jMonthCalendar a { font-size:11px; }
        
#jMonthCalendar { position:relative; }
.MonthlyCalendar .MonthNavigation {
	border-bottom:solid 1px #ddd;
	clear:both;
	height:20px;
	padding:5px 10px 0 10px;
}
.MonthlyCalendar .MonthNavigation {
	background-color: #c0c0c0;
}
.MonthlyCalendar .MonthNavPrev,
.MonthlyCalendar .MonthNavNext {
	width:7%;
}
.MonthlyCalendar .MonthNavPrev {
	float:left;
}
.MonthlyCalendar .MonthNavNext {
	float:right;
}
.MonthlyCalendar .YearNavNext,
.MonthlyCalendar .YearNavPrev {
	width:10%;
	float:right;
}
.MonthlyCalendar .MonthNavPrev a,
.MonthlyCalendar .MonthNavNext a {
	font-size: 14px;
	display: block;
	color: #000000;
}
.MonthlyCalendar .MonthName {
	margin: 0 auto;
	width:59%;
	text-align:center;
	font-weight:bold;
}
.MonthlyCalendar {
	width:300px;
	border-collapse:collapse;
}
.MonthlyCalendar #CalendarHead {
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
}
.MonthlyCalendar #CalendarHead .DateHeader {
	width:14%;
	text-align:center;
}
#CalendarBody tr {
	height: 50px !important;
}
.MonthlyCalendar #CalendarBody { }
.DateBox {
	vertical-align:top;
}
.DateBox {
	position: relative;
	width: 14.2%;
	height: 50px !important;
}
.DateLabel {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align:right;
}
.DateLabel a, {
	cursor:pointer;
	text-decoration:none;
	display: block;
	width: 14.2%;
	height: 50px;
}
.DateLabel span {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 27px;
	text-align: center;
}
#CalendarBody .Inactive {
	background-color:#f3f4f4;
}
.Today {
	background-color:#C0D0FF;
	-moz-border-radius:3px 3px 3px 3px;
}
#jMonthCalendar .Event {
	font-size:12px;
	padding:4px;
	background-color:#C0D0FF;
	-moz-border-radius:3px 3px 3px 3px;
	border:solid 1px #E9F3F7;
	cursor:pointer;
	display:block;
}
.Event a {
	text-decoration:none;
	color:#000;
}
#jMonthCalendar .Event {
	padding: 0;
	height: 100%;
}
#jMonthCalendar .DateLabel span,
#jMonthCalendar .Event a {
	padding-top: 20px;
}
#jMonthCalendar .Event a {
	padding-top: 20px;
	display: block;
	width: 100%;
	height: 27px;
	text-align: center;
	text-decoration: underline;
}
.Event a:hover {
	text-decoration:underline;
}
#jMonthCalendar .Meeting {
	background-color: #DDFFFF;
}
#jMonthCalendar .Birthday {
	background-color: #DD00FF;
}