body
{
	background-color:#333;
}

.bg
{
	background:url(../images/body_left.jpg) repeat-y left #333;	
}


/*===========================================================*/
				
			      		/*TEMPLATE*/

/*===========================================================*/

/*===========================Controls========================*/

.floatLeft 
{
	float:left
}

.floatRight 
{
	float:right
}

.clear 
{
	clear:both
}

.block 
{
	display:block
}

/*===========================Fonts===========================*/
h1 
{
	color:#fff
}

h2 
{
	padding:0 0 10px;
	line-height:16px;
	color:#0c4d8a
}

p 
{
	padding:10px 0;
	line-height:18px;
	font-size:12px;
	color:#fff
}

li a, p a {
	color:#0072bc;
	text-decoration:underline
}
li a:hover, p a:hover {
	text-decoration:none
}
/*===========================background======================*/
/*
#supersize img
{
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index:1;
}


#supersize {
	background:#000;
}

#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index:0
}
#supersize .prevslide, #supersize .prevslide img {
	z-index:1
}
#supersize .activeslide, #supersize .activeslide img {
	z-index:2
}

#content {
	margin:0 auto;
	height:100%;
	width:100%;
	z-index:2;
	background:no-repeat;
	position:absolute
}
*/
/*===========================Buttons========================*/
.btnContact h1 a {
	margin:20px 0;
	height:31px;
	width:156px;
	background:url(../images/btn_contact.png) bottom;
	display:block;
	text-indent:-9999px
}
.btnContact h1 a:hover {
	background-position:top
}
.bookBtn a {
	display:block;
	height:29px;
	width:111px;
	background:url(../images/results_booknow_btn.png) bottom;
	text-indent:-9999px
}
.bookBtn a:hover {
	background-position:top
}

.continueBtn a {
	height:58px;
	cursor:pointer;
	width:111px;
	background:url(../images/continue_btn_2.png) bottom no-repeat
}
.continueBtn a:hover {
	background-position:top
}
.printCopyBtn a {
	height:29px;
	cursor:pointer;
	width:111px;
	background:url(../images/print_copy_btn.png) bottom no-repeat;
	display:block;
}
.printReceiptBtn a:hover {
	background-position:top
}


.printReceiptBtn a {
	height:29px;
	cursor:pointer;
	width:111px;
	background:url(../images/print_receipt_btn.png) bottom no-repeat;
	display:block;
}
.printReceiptBtn a:hover {
	background-position:top
}
.selectBtn {
	float:left;
	width:87px
}
.selectBtn a {
	height:16px;
	width:87px;
	display:block;
	text-indent:-9999px;
	margin:5px 0 0;
	background:url(../images/results_grid_select.png) no-repeat bottom
}
.selectBtn a:hover {
	background-position:top
}

.checkoutBtn a {
	margin:15px 0;
	width:111px;
	height:29px;
	display:block;
	text-indent:-9999px;
	background:url(../images/checkout_btn.png) bottom;
	float:right
}
.checkoutBtn a:hover {
	background-position:top
}
.back a {
	width:171px;
	height:29px;
	display:block;
	text-indent:-9999px;
	background:url(../images/results_back_btn.png) bottom
}
.back a:hover {
	background-position:top
}

#ctl00_cphMain_lnkPrevious,
.prev a {
	width:91px;
	height:29px;
	display:block;
	text-indent:-9999px;
	background:url(../images/results_prev.png) bottom
}
.prev a:hover {
	background-position:top
}

#ctl00_cphMain_lnkNext,
.next a {
	width:91px;
	height:29px;
	display:block;
	text-indent:-9999px;
	background:url(../images/results_next.png) bottom
}
.next a:hover {
	background-position:top
}

.prevDates a {
	width:101px;
	height:27px;
	display:block;
	text-indent:-9999px;
	background:url(../images/prev_date.gif) bottom no-repeat;
}
.prevDates a:hover {
	background-position:top
}

.nextDates a {
	width:101px;
	height:27px;
	display:block;
	text-indent:-9999px;
	background:url(../images/next_date.gif) bottom no-repeat;
}
.nextDates a:hover {
	background-position:top
}

/*===========================HEADER==========================*/
.header 
{
	height:124px;
	background:url(../images/header_bg.png) repeat-x;
}

.headerRight
{
	padding:7px 0 0 20px;	
}

.logo h1 a {
	height:124px;
	width:291px;
	display:block;
	background:url(../images/mansfield_logo.jpg) no-repeat #fff;
	text-indent:-9999px
}
/*--Newsletter Button Header--*/
.joinNewsletter
{
	position:absolute;
	top:30px;
	right:20px;
	width:168px;
}

.joinNewsletter a 
{
	background:url(../images/join_enewsletter.png) no-repeat bottom;
	border:none;
	height:23px;
	display:block;
	text-indent:-9999px
}

.joinNewsletter a.select 
{
	background-position:top
}

.joinPanel 
{
	top:53px;
	position:absolute;
	right:20px;
	width:148px;
	height:176px;
	padding:10px;
	background:url(../images/join_bg.png) repeat-x;
	display:none;
}

.joinPanel p 
{
	color:#7d8088;
	font-size:11px;
	line-height:16px;
	padding:0 0 10px
}

.joinPanel hr 
{
	height:2px;
	background:#bac0cf;
	color:#bac0cf;
	border:none;
	border-bottom:1px solid #e2e4ea
}

.joinPanel .textInput 
{
	margin:10px 0 0;
	padding:7px 5px;
	width:138px;
	font-size:12px;
	color:#7e8189
}

.subscribeBtn 
{
	height:28px;
	width:168px;
	background:url(../images/join_subscribe_btn.png) bottom;
	border:none;
	cursor:pointer;
	position:absolute;
	bottom:0;
	left:0
}

.subscribeBtn:hover 
{
	background-position:bottom
}
/*===========================NAV=============================*/

#topNav 
{
	height:10px;
	padding:15px 0;
	margin:5px 0 0 0;
	width:639px;
}

#topNav ul li 
{
	margin:0 15px 0 0;
	float:left
}

li#navHome a, li#navEvents a, li#navNew a, li#navAct a, li#navFood a, li#navAccom a, li#navServices a, li#navContact a, li#navMaps a {
	height:12px;	
	background:url(../images/topnav_menu.png);
	display:block;
	text-indent:-9999px
}

li#navHome a{ background-position:0 -12px; width:36px;}
li#navHome a:hover{ background-position:0 -24px;}

li#navEvents a{ background-position:-57px -12px; width:36px;}
li#navEvents a:hover{ background-position:-57px -24px;}

li#navNew a{ background-position:-120px -12px; width:68px;}
li#navNew a:hover{ background-position:-120px -24px;}

li#navAct a{ background-position:-215px -12px; width:53px;}
li#navAct a:hover{ background-position:-215px -24px;}

li#navFood a{ background-position:-294px -12px; width:74px;}
li#navFood a:hover{ background-position:-294px  -24px;}

li#navAccom a{ background-position:-393px -12px; width:99px;}
li#navAccom a:hover{ background-position:-393px -24px;}

li#navServices a{ background-position:-519px -12px; width:49px;}
li#navServices a:hover{ background-position:-519px -24px;}

li#navContact a{ background-position:-594px -12px; width:49px;}
li#navContact a:hover{ background-position:-594px -24px;}

li#navMaps a{ background-position:-668px -12px; width:32px;}
li#navMaps a:hover{ background-position:-668px -24px;}

/*===========================SEARCH (LEFT COLUMN)============*/
.leftColumn 
{
	width:291px;
	float:left;
}

.leftColumn fieldset
{
	padding:10px 10px 10px 10px;	
}
/*--Field Specific--*/


.panel {
	width:291px;
	position:absolute;
	z-index:9999;
	background: url(../images/left_column_bg.png) repeat-x bottom;
	padding:0 0 80px;
}


a:focus {
	outline:none
}
.slide {
	margin:0;
	height:55px;
	width:291px;
	padding:0
}
.btn-slide {
	background:url(../images/btn_search_drop.png) no-repeat top;
	height:55px;
	text-align:center;
	width:291px;
	line-height:55px;
	display:block;
	text-indent:-9999px
}
.active {
	background-position:bottom;
}
.disability {
	width:50px;
	
}

#ctl00_chkSearchDisability
{ 
  display:none;
}

.keyword {
	width:246px;
}
*:first-child+html .keyword {
	width:243px
}
.arrival {
	width:51px;
	margin:0 11px 0 0;
	display:none;
}

*:first-child+html .arrival {
	width:54px;
	margin:0 11px 0 0
}
.priceRange {
	width:96px;
	display:none;
}
*:first-child+html .priceRange {
	width:98px;
	margin:0 11px 0 0
}
@media screen and(-webkit-min-device-pixel-ratio:0) {
.searchselect {
width:254px
}
.arrival {
width:76px
}
.priceRange {
width:120px;
}
}

.searchselect {
	width:229px;
	display:none;
}
/*--Book specific--*/
.searchBook {
	background:url(../images/btn_submit_search.png) bottom;
	display:block;
	cursor:pointer;
	height:39px;
	width:259px;
	float:left;
	margin:6px 0 6px 3px;
	padding:0;
	border:none;
	background-color:transparent;
	cursor:pointer;
	overflow:visible;
	font-family:Arial
}
.searchBook:hover {
	background-position:top
}
.searchMag {
	padding-left:20px;
	position:absolute;
	bottom:60px;
}



.viewBookingBtn a {
	margin:5px 0 0;
	padding:0 0 0 31px;
	display:block;
	width:189px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/view_booking_cart.gif) no-repeat bottom
}
.viewBookingBtn a:hover {
	background-position:top
}

.bookingCartHeader
{
	position:absolute;
	right:188px;
	top:25px;
}

.bookingCartHeader a {
	margin:5px 0 0;
	padding:0 0 0 31px;
	display:block;
	width:189px;
	height:23px;
	text-indent:-9999px;
	background:url(../images/booking_cart.png) no-repeat bottom;
}
.bookingCartHeader a:hover {
	background-position:top
}

/*===========================MAIN (RIGHT COLUMN)=============*/

.rightColumn 
{
	float:left;
	width:669px;
}
/*===========================FOOTER==========================*/

#footer 
{
	background:transparent url(../images/footer_right_bg.png) repeat-x scroll 0 0;
} 

.footerNav 
{
	padding:15px 20px 0;
}

#footer ul 
{
	margin:0;
	list-style:none
}

#footer li 
{
	float:left;
	color:#89b9d7
}

#footer p, #footer p a 
{
	font-size:11px;
	color:#89b9d7;
	padding:0;
	text-decoration:none;
	font-size:9px;
}

#footer p a:hover 
{
	text-decoration:underline
}
#footer li a 
{
	display:inline;
	font-size:11px;
	color:#89b9d7;
	text-decoration:none
}

#footer li a:hover 
{
	text-decoration:underline
}

#footer li span 
{
	margin:0 4px 0 0;
	color:#89b9d7;
	font-size:11px
}

#footer span 
{
	color:#4a4f51
}

#footer .floatRight 
{
	margin:7px 0 0
}

/*===========================================================*/
				
			      		/*Content*/

/*===========================================================*/

/*===========================MAIN (RIGHT COLUMN)=============*/

#body
{
	padding:20px 0 0 311px;	
}

#ctl00_cphMain_Section2
{
	font-size:12px;
	line-height:18px;
}

/*--Home--*/

#galleryView {
	padding:10px 20px 10px 20px;
	width:659px;
	height:97px;
	background:url(../images/gallery_view_bg.png) repeat-y right;
}

.placeholder1 a, .placeholder2 a, .placeholder3 a, .placeholder4 a, .placeholder5 a, .placeholder6 a, .placeholder7 a {
	width:111px;
	height:88px;
	display:block;
	text-indent:-9999px
}
.placeholder1 a:hover, .placeholder2 a:hover, .placeholder3 a:hover, .placeholder4 a:hover, .placeholder5 a:hover, .placeholder6 a:hover, .placeholder7 a:hover {
	background-position:bottom
}
.placeholder1 a {
	background:url(../images/home_menu_placeholder1.png) top
}
.placeholder2 a {
	background:url(../images/home_menu_placeholder2.png) top
}
.placeholder3 a {
	background:url(../images/home_menu_placeholder3.png) top
}
.placeholder4 a {
	background:url(../images/home_menu_placeholder4.png) top
}
.placeholder5 a {
	background:url(../images/home_menu_placeholder5.png) top
}
.placeholder6 a {
	background:url(../images/home_menu_placeholder6.png) top
}
.placeholder7 a {
	background:url(../images/home_menu_placeholder7.png) top
}

#bodyHome
{
	padding:20px;	
}

.bodyContent 
{
	clear:both;
	background:url(../images/subpage_content_bg.png) repeat-x top
}

.bodyCopy 
{
	width:418px;
	color:#000;
	z-index:9000;
	padding:20px 0 0;
}

.bodyEziWeb 
{
	clear:both;
	background:url(../images/subpage_content_bg.png) repeat-x top;
	width:100%
}

.bodyContent h2 
{
	padding:0 0 10px;
	line-height:16px;
	color:#0c4d8a
}

.bodyContent p 
{
	padding:0 0 15px;
	line-height:18px;
	color:#000
}
.bodyContent img
{
	border:1px solid #fff;
	display:block;
	margin:20px
}

.bodyResults 
{
	width:100%;
	clear:both;
	z-index:3;
	background:transparent url(../images/subpage_content_bg.png) repeat-y scroll left top;
}

.bodyMenu h1
{
	font-size:11px;
	line-height:16px;
	color:#000
}

.bodyMenu
{
	width:100%;
	padding:20px 0 20px 20px;
	background:url(../images/body_menu_bg.png) repeat-y right;
}

.bodyMenu p 
{
	font-size:11px;
	padding:0 0 10px;
	line-height:16px;
	color:#000
}

#whatsOn 
{
	width:219px
}

.whatsOnContent 
{
	background:url(../images/whats_on_background.png) no-repeat top;
	padding:15px 15px 0;
	margin:7px 0 0;
	height:85px;
	overflow:hidden
}

#whatsNew 
{
	width:219px;
	margin:0 0 0 10px
}

.whatsNewContent 
{
	background:url(../images/whats_new_background.png) no-repeat top;
	padding:15px 15px 0;
	margin:7px 0 0;
	height:85px;
	overflow:hidden
}

#quickLinks 
{
	width:170px;
	margin:0 0 0 10px
}

.quickLinksContent 
{
	background:url(../images/quick_links_background.png) no-repeat top;
	padding:14px;
	margin:7px 0 0;
	height:70px;
	overflow:hidden
}

.quickLinksContent li a 
{
	font-size:11px;
	color:#0072bc;
	text-decoration:none
}

.quickLinksContent li a:hover
{
	text-decoration:underline
}
.quickLinksContent li.bullet {
	background:url(../images/quick_links_bullet.png) no-repeat;
	background-position:0 7px;
	padding:0 0 0 12px;
	line-height:16px
}


/*--Subpage--*/

.subpageContent {
	clear:both;
	z-index:1;
	padding:20px 0 0;
}

.subpageContent .bodyCopy p {
	color:#000;
	width:auto;
	width:100%;
}
.subpageContent h1 {
	padding:0 0 20px 20px;
	width:80%;
	background:url(../images/subpage_content_top.png) no-repeat right bottom
}
.subpageContent .bodyCopy {
	width:80%;
	margin:0;
	padding:20px;
	background:url(../images/subpage_content_bg.png) repeat-y right top;
}

.subpageContent .bodyCopy li.bullet {
	color:#000;
	font-size:12px;
	line-height:18px;
	background:url(../images/quick_links_bullet.png) no-repeat;
	background-position:0 7px;
	padding:0 0 0 12px;
	margin:0 40px 5px 0
}

/*--Search--*/

.resultsTable {
	margin:20px;
	line-height:16px
}
.resultsDetailTable {
	margin:20px
}
.tableContainer {
	background:#f7f9fa;
	width:960px
}
.subResultsInfo {
	width:940px;
	padding:0 0 20px 20px
}
.resultsNav {
	margin:10px 0
}
.resultsNav .back {
	width:900px
}
.resultsTable .title th, .resultsTable .title td {
	height:35px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#2c5b67;
	border-left:1px solid #7fa1c2;
	border-top:1px solid #7fa1c2;
	border-right:1px solid #7fa1c2;
	vertical-align:middle
}
.provider {
	background:url(../images/results_title_bg.jpg) repeat-x
}
.lowest {
	background:url(../images/results_title_bg.jpg) repeat-x
}
.brief {
	background:url(../images/results_title_bg.jpg) repeat-x
}
.starting {
	text-align:center;
	background:url(../images/results_titlehead_bg.jpg) repeat-x
}
.startingCost h1 {
	color:#666;
	font-weight:11px;
	font-weight:bold;
	text-align:center
}
.resultsTable .grid {
	border-right:1px solid #9db9c3;
	border-bottom:1px solid #9db9c3
}
.resultsTable .grid td {
	font-size:11px;
	color:#35697c;
	border-left:1px solid #9db9c3;
	border-top:1px solid #9db9c3;
	background:#f7f9fa;
	vertical-align:middle;
	padding:9px
}
.resultsTable .grid td a {
	font-weight:bold;
	color:#35697c
}
.resultsTable .hover:hover td {
	background:#add2db
}
.iconDefinition {
	margin:10px 0 0;
	background:#d1dce4;
	width:400px;
	border:1px solid #adbac6
}
.iconDefinition p {
	color:#434343;
	font-size:11px;
	padding:0 0 10px 20px;
	line-height:16px
}
.iconDefinition p.live {
	background:url(../images/icon-live.png) no-repeat left top
}
.iconDefinition p.enquiry {
	background:url(../images/icon-enquire.png) no-repeat left top
}
.enquiryIcon {
	height:16px;
	width:16px;
	background:url(../images/icon-enquire.png) no-repeat left top
}
.liveIcon {
	height:16px;
	width:16px;
	background:url(../images/icon-live.png) no-repeat left top
}
.resultsDetailTable .title {
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	border-right:1px solid #7fa1c2;
	color:#2c5b67;
	background:url(../images/results_title_bg.jpg) repeat-x;
	border-top:1px solid #7fa1c2;
	text-align:center
}
.resultsDetailTable .titleHead {
	font-size:11px;
	font-weight:bold;
	color:#2c5b67;
	background:url(../images/results_titlehead_bg.jpg) repeat-x;
	border-left:1px solid #7fa1c2;
	border-top:1px solid #7fa1c2;
	vertical-align:middle;
	padding:5px
}
.resultsDetailTable .grid {
	border-bottom:1px solid #9db9c3
}
.resultsDetailTable .gridHead {
	font-size:11px;
	color:#35697c;
	border-left:1px solid #bed5ed;
	border-top:1px solid #9db9c3;
	padding:5px 10px;
	font-weight:bold;
	line-height:18px
}
.resultsDetailTable .grid td {
	font-size:11px;
	color:#35697c;
	border-top:1px solid #9db9c3;
	border-left:1px solid #9db9c3;
	vertical-align:middle
}
.resultsDetailTable .grid td a {
	color:#35697c;
	text-decoration:none
}
.resultsDetailTable .grid td a:hover {
	text-decoration:underline
}
.checkboxes {
	margin:0 0 0 15px
}
.resultsDetailTable .accommodationHead {
	border-bottom:1px solid #9db9c3;
	font-size:11px;
	color:#35697c;
	border-left:1px solid #bed5ed;
	border-top:1px solid #bed5ed;
	vertical-align:middle;
	background:#e7ecef;
	padding:9px
}
.resultsDetailTable .accommodation {
	border-bottom:1px solid #9db9c3;
	text-align:center;
	font-size:11px;
	color:#35697c;
	border-left:1px solid #bed5ed;
	border-top:1px solid #bed5ed;
	vertical-align:middle;
	background:#e7ecef
}
.resultsDetailTable .pricingHead {
	border-bottom:1px solid #bed5ed;
	font-size:11px;
	color:#35697c;
	border-left:1px solid #bed5ed;
	border-top:1px solid #bed5ed;
	vertical-align:middle;
	background:#f7f9fa;
	padding:9px
}
.resultsDetailTable .pricing {
	border-bottom:1px solid #bed5ed;
	text-align:center;
	font-size:11px;
	color:#35697c;
	border-left:1px solid #bed5ed;
	border-top:1px solid #bed5ed;
	vertical-align:middle;
	background:#f7f9fa
}
.pagenation li {
	float:left;
	padding:15px 3px 15px 0
}
.pagenation li a {
	width:29px;
	height:29px;
	display:block;
	background:url(../images/results_pagenation_bg.png) bottom;
	line-height:27px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none
}
.pagenation li a.select, .pagenation li a:hover {
	background-position:top
}
.resultAccommContainer {
	width:100%;
	background:#e0e9f0
}
.resultAccomm {
	background:#eaf1f4;
	width:251px;
	padding:20px
}
.resultAccomm h1 {
	font-size:14px;
	color:#0c4d8a;
	padding:0 0 5px
}
.resultAccomm p {
	font-size:11px;
	color:#414243;
	padding:0
}
.resultAccomm p a {
	color:#0072bc
}
.resultAccomm p a:hover {
	text-decoration:none
}
.resultAccommInfo {
	padding:20px;
	vertical-align:top
}
.resultAccommCopy {
	width:444px;
	padding:0 0 70px
}
.resultAccommInfo img {
	border:1px solid #fff;
	margin:0 10px 10px;
	display:block;
	width:194px
}
.resultAccommInfo h1 {
	font-size:12px;
	line-height:18px;
	color:#0c4d8a
}
.resultAccommInfo p {
	font-size:12px;
	line-height:18px;
	color:#1d1d1d;
	padding:0 0 20px
}
.howTo {
	width:259px;
	margin:0 25px 0 0
}
.howTo p {
	font-size:11px;
	color:#1d1d1d;
	padding:0 0 5px
}
.room {
	width:400px
}
.room h1 {
	font-size:12px;
	color:#0c4d8a;
	padding:0 0 8px
}
.room p {
	font-size:12px;
	color:#1d1d1d;
	padding:0 0 5px
}
.roomInfo {
	background:#d1dce4;
	width:100%;
	border:1px solid #adbac6;
	line-height:18px
}
.room td {
	font-size:12px;
	color:#0c4d8a;
	padding:0 0 5px
}
.booking {
	width:184px
}
.booking h1 {
	font-size:12px;
	color:#0c4d8a;
	padding:0 0 8px
}
.booking p {
	font-size:12px;
	color:#1d1d1d;
	padding:0 0 5px
}
.bodyBooking {
	clear:both;
	width:100%;
	background:transparent url(../images/subpage_content_bg.png) repeat-y scroll left top;	
}
.bookingCopy {
	padding:20px 0 70px;
	width:100%
}
.bookingInfo {
	padding:15px 0 5px
}
.bookingInfoPad {
	padding-left:20px;
	padding-right:20px
}
h2.bookingInfo {
	font-size:12px;
	color:#0c4d8a;
	font-weight:bold
}
h2.bookingInfo span {
	color:#000;
	font-weight:normal
}
.bookingCopy h1 {
	font-size:14px;
	color:#0c4d8a;
	padding:0 0 5px
}
.bookingCopy p {
	font-size:12px;
	color:#1d1d1d
}
.bookingContainer {
	background:url(../images/booking_container_bg.png) repeat-x;
	width:100%
}
.bookingContainer td {
	vertical-align:middle
}
.bookingLabel {
	color:#1d1d1d;
	background:#eef6fa;
	width:134px;
	height:60px;
	font-size:12px;
	vertical-align:middle;
	padding:0 0 0 20px
}

label
{
	font-size:12px;
	color:#1d1d1d;
}

.tnc
{
	line-height:22px;	
}

.bookingInput {
	vertical-align:middle;
	width:195px;
	padding:0 0 0 10px
}
.comment {
	height:98px;
	padding:10px;
	width:493px;
	border:none;
	overflow:auto;
	background:url(../images/comment_bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
.lstBox {
	width:123px
}
.bookingContainers {
	padding:20px;
	width:350px
}
.bookingContainer p {
	padding:0 0 5px
}
.roomInfo h1 {
	font-size:14px;
	color:#0c4d8a;
	text-transform:uppercase
}
.roomInfo h2 {
	font-size:14px;
	color:#1d1d1d
}
.roomInfo .total {
	color:#718d33;
	font-size:14px
}
.roomInfo .total strong {
	color:#718d33;
	font-size:24px
}
.continue {
	vertical-align:bottom
}

.progressPanel_layout {
	width:32px;
	height:32px;
	top:50%;
	left:50%;
	position:absolute;
	border:solid 1px #007ac0;
	color:#fff;
	background:#094b77 url(../images/ajax-loader.gif);
	Z-INDEX:10002
}
div.tooltip {
	z-index:1000;
	display:none;
	position:absolute;
	width:250px;
	padding:2px;
	color:#000;
	text-align:left;
	background-color:#ffe;
	border:1px solid #000
}
div.tooltip table.tooltip {
	width:100%;
	background-color:#ffe
}
div.tooltip table.tooltip th, div.tooltip table.tooltip td {
	padding:2px 6px 2px 2px;
	text-align:left;
	font-size:1em;
	background-color:#ffe;
	border:none
}

/*===========================================================*/
				
			      		/*CRAP*/

/*===========================================================*/


/*


.rightResultsColumn {
	float:left;
	z-index:1;
	background:transparent url(../images/subpage_results_bg.png) repeat-x scroll center top
}

.rightBodyContainer {
	padding:0 0 0 291px;
	z-index:3
}

.headerContainer {
	height:1px;
	z-index:999999
}

.z-index {
	z-index:9999
}

#ctl00_searchPanelHome {
	background:url(../images/search_bg.png)#0072bc repeat-x top;
	font:1.5em arial, verdana, sans-serif;
	width:291px;
	height:100%
}
.searchContainer {
	padding:0 0 0 10px;
	width:239px;
	height:100%
}
.headerContainer2 {
	width:100%;
	z-index:99999
}
#bodyHome {
	padding:135px 20px 0 311px;
	position:relative;
	height:100%
}
#bodyHome h1 {
	color:#fff;
	font-size:18px
}

#body h1 {
	color:#fff;
	font-size:18px
}

.bodyContainer {
	position:relative;
	height:100%;
	z-index:3
}
.bodyResultsContainer {
	position:relative;
	z-index:3
}
.homeWelcome {
	width:587px;
	margin:50px 0 0
}
.homeWelcome img {
	margin:0 0 10px
}
.homeWelcome p {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 1px #666;
	padding:10px 0 0
}
.homeWelcome p strong {
	font-size:18px
}
.bodyMenuContainer {
	width:100%
}

*/
