#mainContentWrapper {
background-image: url(../global_images/internal_page_top_bg.png);
background-repeat: repeat-x;
margin: 5px 0 0 0;
overflow: hidden;
}
/* main content left */
#mainContentLeftCol {
float: left;
width: 318px;
margin: 135px 0 0 35px;
}
#mainContentLeftCol img {
margin: 0 0 15px 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
#mainContentLeftCol h3 {
font-size: 17px;
margin: 20px 0;
padding: 12px 0 12px 10px;
color: #fff;
background-color: #980807;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
#mainContentLeftCol h2 {
font-size: 25px;
font-weight: normal;
margin: 0;
padding: 0 0 15px 0;
}
#mainContentLeftCol p {
line-height: 18px;
margin: 0;
padding: 0 0 15px;
}
/* download-view brochure link */
#mainContentLeftCol a {
text-decoration: none;
background-image: url(../slideshow_images/slider_link_bg.jpg);
background-repeat: repeat-x;
font-size: 15px;
color: #fff;
display: block;
padding: 7px 10px;
margin: 15px 0 0 0;
border-radius: 8px;
}
#mainContentLeftCol a:hover {
background-image: url(../slideshow_images/slider_link_bg_hover.jpg);
background-position: bottom;
}
#mainContentLeftCol a span {
display: block;
padding: 3px 0 2px 0;
background-image: url(../global_images/link_arrow_large.png);
background-repeat: no-repeat;
background-position: top right;
}
#mainContentLeftCol a span:hover {
background-image: url(../global_images/link_arrow_large_hover.png);
}
#image_slideshow {
	position: relative;
	height: 245px;
	margin: 0 0 15px 0;
}
#image_slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}
/* main content right */
#mainContentRightCol {
float: left;
width: 500px;
margin: 20px 0 0 55px;
}
#mainContentRightCol h1 {
font-size: 20px;
line-height: 24px;
font-weight: normal;
margin: 0;
padding: 0 0 18px 0;
}
#mainContentRightCol h2 {
font-size: 23px;
font-weight: normal;
color: #980807;
margin: 25px 0 0 0;
padding: 0 0 18px 0;
}
#mainContentRightCol p {
margin: 0;
padding: 0 0 12px 0;
line-height: 21px;
}
/* select month table */
table#selectMonth {
margin: 0 0 15px 0;
}
table#selectMonth td {
font-size: 13px;
color: #fff;
padding: 7px 0;
background-color: #980807;
}
table#selectMonth .selectMonth {
font-family: 'droid_sansbold';
-moz-border-radius: 8px 0 0 8px;
-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	padding-left: 12px;
	width: 115px;
}
table#selectMonth .displayMonth select {
width: 150px;
padding: 3px 0;
}
table#selectMonth .linkMonth {
width: 35px;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

/*ticketStatus table */
#ticketStatus {
	margin: 0 0 10px 0;
}
#ticketStatus td  {
	font-family: 'droid_sansbold';
	font-size: 13px;
	vertical-align: middle;
}
/* productListHeader table */
#productListHeader {
}
#productListHeader td {
	font-size: 13px;
	padding: 5px 0;
	background-color: #980807;
	color: #fff;
}
#productListHeader .date {
font-family: 'droid_sansbold';
width: 70px;
padding-left: 8px;
padding-right: 8px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
#productListHeader .destination {
font-family: 'droid_sansbold';
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
/*productList table */
#productList td {
	font-size: 13px;
	vertical-align: top;
	padding: 6px 0;
	border-bottom: 1px dotted #D0D0D3;
}
#productList p {
	margin: 0;
	padding: 0;
	line-height: 13px;
}
#productList .even {
	background-color: #EBEBED;
}
#productList .productDate {
	width: 70px;
	color: #980807;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}
#productList .productTitlePrice {
	padding-right: 10px;
}
#productList .productTitlePrice .title {
	padding: 0 0 5px 0;
	line-height: 17px;
}
#productList .productTitlePrice .price {
	font-size: 11px;
}
#productList .productTitlePrice .price span {
	color: #980807;
	font-weight: bold;
}
#productList .productAvailability {
width: 23px;
}
#productList .productLink {
width: 35px;
padding-right: 8px;
}
#productList .productLink a {
float: right;
text-decoration: none;
display: block;
width: 23px;
height: 23px;
background-image: url(../global_images/link_arrow_product_list.png);
background-repeat: no-repeat;
}
#productList .productLink a:hover {
background-image: url(../global_images/link_arrow_product_list_hover.png);
}
/* recordNavigation */
#recordNavigation {
	text-align: right;
	padding: 6px 0 0 0;
}
#recordNavigation a {
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	padding: 4px 8px;
	margin: 0 0 0 5px;
	background-color: #CCC;
	color:#333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#recordNavigation a:hover {
background-color: #900;
color:#fff;
	
}
#recordNavigation #currentPage {
	background-color:#900;
	color: #fff;
}
#recordNavigation span {
	font-size: 16px;
}

