/*
All buttons should reside in this Style Sheet.
*/


.iconButtonFrame {
	display: block;
}
A.iconButtonFrame {
	border: 1px solid #fafafa;
	padding: 2px 0px 4px 0px;
}
A.iconButtonFrame:hover {
	background-color: #F2F2F2;
	border: 1px solid #E2E2E2;
	padding: 2px 0px 4px 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.buttonSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #FFFFFF;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/smallButtonBG14px.gif);
	height: 14px;
	PADDING: 1px 3px;
	margin:0px 0px 0px 0px;
}
A.buttonSelect {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	TEXT-DECORATION: none;
}
A.buttonSelect:hover {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/smallButtonBG14pxOver.gif);
}
.buttonAdd {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #FFFFFF;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/smallGreenButtonBG14px.gif);
	height: 14px;
	PADDING: 1px 6px;
	margin:0px 0px 0px 0px;
}
A.buttonAdd {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	TEXT-DECORATION: none;
}
A.buttonAdd:hover {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/smallGreenButtonBG14pxOver.gif);
}
.buttonDelete {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #FFFFFF;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/smallRedButtonBG14px.gif);
	height: 14px;
	PADDING: 1px 3px;
	margin:0px 0px 0px 0px;
}
A.buttonDelete {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	TEXT-DECORATION: none;
}
A.buttonDelete:hover {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/smallRedButtonBG14pxOver.gif);
}
.buttonx {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma; 
	background:url(../../UI_Common/images/buttongreybg.gif); 
	PADDING:0px 12px; 
	height:16px;
	BORDER:#999999 1px solid;
	cursor:pointer;
}
.button {
	BORDER: #999999 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #000000;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/buttongreybg.gif);
	height: 16px;
	PADDING: 1px 10px;
	margin:0px 0px 0px 0px;
}
A.button {
	TEXT-DECORATION: none;
}
A.button:hover {
	TEXT-DECORATION: underline;
}

.buttonInv {
	BORDER: #999999 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #000000;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbgon.gif);
	height: 16px;
	width:40px;
	PADDING: 1px 10px;
	margin:0px 0px 0px 0px;
}
A.buttonInv {
	TEXT-DECORATION: none;
}
A.buttonInv:hover {
	TEXT-DECORATION: underline;
}
.buttonTRed {
	BORDER: #999999 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #990000;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/buttongreybg.gif);
	height: 16px;
	PADDING: 1px 8px;
	margin:0px 0px 0px 0px;
}
A.buttonTRed {
	TEXT-DECORATION: none;
}
A.buttonTRed:hover {
	TEXT-DECORATION: underline;
}
.buttonTRed {
	BORDER: #999999 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #990000;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/buttongreybg.gif);
	height: 16px;
	PADDING: 1px 8px;
	margin:0px 0px 0px 0px;
}
A.buttonTRed {
	TEXT-DECORATION: none;
}
A.buttonTRed:hover {
	TEXT-DECORATION: underline;
}

.buttonRed {
	BORDER: #666666 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	color: #990000;
	TEXT-DECORATION: none;
	text-align: center;
	background-image: url(../../UI_Common/images/buttongreybg.gif);
	height: 15px;
	PADDING: 1px 8px;
	margin:0px 0px 0px 0px;
}
A.buttonRed {
	TEXT-DECORATION: none;
}
A.buttonRed:hover {
	TEXT-DECORATION: underline;
}


.buttonBlue {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/buttonbluebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
A.buttonBlue {
	BORDER: #999999 1px solid;
	PADDING: 1px 12px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/buttonbluebg.gif);
	height: 14px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
}
A.buttonBlue:hover {
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}
.buttonGreen {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/buttongreenbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
A.buttonGreen {
	BORDER: #999999 1px solid;
	PADDING: 1px 12px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/buttongreenbg.gif);
	height: 14px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
}
A.buttonGreen:hover {
	TEXT-DECORATION: underline;
	color: #FFFFFF;
}

.buttonLightGreen {
	background-image: url(../../UI_Common/images/new-buttons-green-BG.gif);
	background-repeat: repeat-x;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #FFFFFF;
	display: inline-block;
}
A.buttonLightGreen {
	font-weight: bold;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/new-buttons-green-BG.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #789A05;
	white-space:nowrap
}
A.buttonLightGreen:hover {
	background-image: url(../../UI_Common/images/new-buttons-grey-BG.gif);
	color:#FFFFFF;
	border: 1px solid #999999;
	background-position: top;
}


/* START Small Buttons Style */

.button_new-small {FONT-SIZE: 10px;font-family:Tahoma, Geneva, sans-serif;font-weight: normal;TEXT-DECORATION: none; background-color:#FFFFFF; color: #999999;display: inline-block;margin-right:5px;}

A.button_new-small {font-weight: normal;color: #666666;vertical-align:middle;text-align: center;padding: 2px 4px 2px 21px;white-space:nowrap;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #CCC;border-right-color: #666666;border-bottom-color: #666666;border-left-color: #CCC;}

A.button_new-small:hover {font-weight: normal;color:#000000;background-color:#D7E6EC;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #666;border-right-color: #CCC;border-bottom-color: #CCC;border-left-color: #666;
}
A.button_new-small:active {font-weight: normal;color:#FFFFFF;background-color:#80B2C0;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #666;border-right-color: #CCC;border-bottom-color: #CCC;border-left-color: #666;
}

.cost, .excel-small, .delete-small, .copy-small {
	background-position:3px 2px; background-repeat:no-repeat; margin-right:3px;
}

.cost {background-image:url(../../UI_Common/images/ButtonIcons/page_excel.png);}
.excel-small {background-image:url(../../UI_Common/images/ButtonIcons/excel-small.png); background-position:bottom;}
.delete-small {background-image:url(../../UI_Common/images/ButtonIcons/delete-small.png);}
.copy-small {background-image:url(../../UI_Common/images/ButtonIcons/copy-small-2.png);}


/* END Small Buttons Style */




/* START Large Buttons Style */

.button_new {FONT-SIZE: 11px;font-family:Arial, Helvetica, sans-serif;font-weight: normal;TEXT-DECORATION: none; background-color:#FFFFFF; color: #666666;display: inline-block;margin-right:5px;}

A.button_new {font-weight: normal;color: #000000;vertical-align:middle;text-align: center;padding: 3px 8px 3px 24px;white-space:nowrap;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #CCC;border-right-color: #666666;border-bottom-color: #666666;border-left-color: #CCC;}

A.button_new:hover {font-weight: normal;color:#000000;background-color:#D7E6EC;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #666;border-right-color: #CCC;border-bottom-color: #CCC;border-left-color: #666;
}
A.button_new:active {font-weight: normal;color:#FFFFFF;background-color:#80B2C0;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-top-color: #666;border-right-color: #CCC;border-bottom-color: #CCC;border-left-color: #666;
}

.go-to-back-step, .excel, .word, .print, .import, .return, .back,.searchright, .user, .user-edit, .prospect-edit, .history, .view-history, .new-list, .Return-list, .AddNew-list, .Edit-list, .Cancel-list, .insert-list, .advanced-parameters, .search, .save, .member, .user-add, .insert, .cancel, .export, .add-new, .user-find, .delete, .take-note, .email-setup, .user-delete, .user-certificate, .password, .add-range, .add-and-go, .go-to-next-step, .add-and-go-to-next-step, .payment, .close, .add-to-list, .view-list, .modify-list, .add-another-list, .finish, .add-more, .add-new-contact, .locate-contact, .change-name, .today, .task, .day, .work-week, .week, .month, .year, .ical-import, .previous-week, .next-week, .add-new-workflow, .copy, .group, .add-group, .delete-group, .accept, .reject, .import-contact-list, .email-stats, .send-email, .send-test-email, .view, .preview-template, .receive, .set-lead, .payments, .generate-invoice, .view-invoice, .package, .add-new-note, .monitor, .user-go-to, .address-book, .address-book-add, .telephone-add, .IM-add, .emergency, .add-member, .add-language, .add-trip, .preferences, .modify, .manual-entry, .marketplace, .marketplace-button, .PNR-terminal , .doller, .new-sales, .cancellations, .invoices-coming-due, .payments-received, .delinquencies, .customer-care, .purchase, .add-to-favorites, .remove-from-favorites, .back-to-top, .create-report, .view-offer, .send-to-group, .send-to-individual, .load, .preview-this, .commission, .web-link, .sort-by-alphabetically, .sort-by-price, .book, .voucher, .itinerary, .user_assign, .brochure, .available-now, .merge {
	background-position:3px 2px; background-repeat:no-repeat; margin-right:3px;
}

.excel {background-image:url(../../UI_Common/images/ButtonIcons/page_excel.png);}
.word {background-image:url(../../UI_Common/images/ButtonIcons/page_white_word.png);}
.print {background-image:url(../../UI_Common/images/ButtonIcons/printer.png);}
.import {background-image:url(../../UI_Common/images/ButtonIcons/import.png);}
.return {background-image:url(../../UI_Common/images/ButtonIcons/return.png);}
.back {background-image:url(../../UI_Common/images/ButtonIcons/back.gif);}
.user {background-image:url(../../UI_Common/images/ButtonIcons/user.png); width:30px;}
.user-edit {background-image:url(../../UI_Common/images/ButtonIcons/user_edit.png); width:30px;}
.prospect-edit {background-image:url(../../UI_Common/images/ButtonIcons/prospect_edit.png); width:30px;}
.history {background-image:url(../../UI_Common/images/ButtonIcons/history.png);}
.view-history {background-image:url(../../UI_Common/images/ButtonIcons/view-history.png);}
.new-list {background-image:url(../../UI_Common/images/ButtonIcons/view_list.png);}
.Return-list {background-image:url(../../UI_Common/images/ButtonIcons/return.png);}
.AddNew-list {background-image:url(../../UI_Common/images/ButtonIcons/AddNew.png);}
.Edit-list {background-image:url(../../UI_Common/images/ButtonIcons/Edit.png);}
.insert-list{background-image:url(../../UI_Common/images/ButtonIcons/insert2.png);}
.Cancel-list {background-image:url(../../UI_Common/images/ButtonIcons/Cancel2.png);}
.advanced-parameters {background-image:url(../../UI_Common/images/ButtonIcons/list_settings.gif);}
.search {background-image:url(../../UI_Common/images/ButtonIcons/magnifier.png);}
.searchright{background-image:url(../../UI_Common/images/ButtonIcons/RightMagnifier.png);}
.save {background-image:url(../../UI_Common/images/ButtonIcons/save.png);}
.member {background-image:url(../../UI_Common/images/ButtonIcons/member.png);}
.user-add {background-image:url(../../UI_Common/images/ButtonIcons/user_add.png);}
.insert {background-image:url(../../UI_Common/images/ButtonIcons/insert.png);}
.cancel {background-image:url(../../UI_Common/images/ButtonIcons/cancel.png);}
.export {background-image:url(../../UI_Common/images/ButtonIcons/export.png);}
.add-new {background-image:url(../../UI_Common/images/ButtonIcons/add.png);}
.user-find {background-image:url(../../UI_Common/images/ButtonIcons/user_find.png);}
.user-delete {background-image:url(../../UI_Common/images/ButtonIcons/user_delete.png);}
.user-certificate {background-image:url(../../UI_Common/images/ButtonIcons/application-certificate.png);}
.delete {background-image:url(../../UI_Common/images/ButtonIcons/delete.png);}
.take-note {background-image:url(../../UI_Common/images/ButtonIcons/take_note.png);}
.email-setup {background-image:url(../../UI_Common/images/ButtonIcons/email-settings-icon-small.png);}
.password {background-image:url(../../UI_Common/images/ButtonIcons/password.gif);}
.add-range {background-image:url(../../UI_Common/images/ButtonIcons/date_add.png);}
.add-and-go {background-image:url(../../UI_Common/images/ButtonIcons/add-and-go.png);}
.go-to-next-step {background-image:url(../../UI_Common/images/ButtonIcons/go-next.png);}
.go-to-back-step {background-image:url(../../UI_Common/images/ButtonIcons/go-back.png);}
.add-and-go-to-next-step {background-image:url(../../UI_Common/images/ButtonIcons/add-and-go.png);}
.payment {background-image:url(../../UI_Common/images/ButtonIcons/money.png);}
.close {background-image:url(../../UI_Common/images/ButtonIcons/close.png);}
.add-to-list {background-image:url(../../UI_Common/images/ButtonIcons/add-to-list.png);}
.view-list {background-image:url(../../UI_Common/images/ButtonIcons/view_list.png);}
.modify-list {background-image:url(../../UI_Common/images/ButtonIcons/modify_list.png);}
.add-another-list {background-image:url(../../UI_Common/images/ButtonIcons/add-another-list.png);}
.finish {background-image:url(../../UI_Common/images/ButtonIcons/check_blue.png);}
.add-more {background-image:url(../../UI_Common/images/ButtonIcons/add.png);}
.add-new-contact {background-image:url(../../UI_Common/images/ButtonIcons/contact-new.png);}
.locate-contact {background-image:url(../../UI_Common/images/ButtonIcons/user_find.png);}
.change-name {background-image:url(../../UI_Common/images/ButtonIcons/contact-new.png);}
.today {background-image:url(../../UI_Common/images/ButtonIcons/calendar_view_day.png);}
.task {background-image:url(../../UI_Common/images/ButtonIcons/text_list_numbers.png);}
.day {background-image:url(../../UI_Common/images/ButtonIcons/calendar_view_day.png);}
.work-week {background-image:url(../../UI_Common/images/ButtonIcons/calendar_view_work_week.png);}
.week {background-image:url(../../UI_Common/images/ButtonIcons/calendar_view_week.png);}
.month, .year {background-image:url(../../UI_Common/images/ButtonIcons/calendar_view_month.png);}
.previous-week {background-image:url(../../UI_Common/images/ButtonIcons/previous_week.png);}
.next-week {background-image:url(../../UI_Common/images/ButtonIcons/next_week.png);}
.ical-import {background-image:url(../../UI_Common/images/ButtonIcons/import-ical.png);}
.add-new-workflow {background-image:url(../../UI_Common/images/ButtonIcons/workflow_add.png);}
.copy {background-image:url(../../UI_Common/images/ButtonIcons/copy.png);}
.group {background-image:url(../../UI_Common/images/ButtonIcons/group.png);}
.add-group {background-image:url(../../UI_Common/images/ButtonIcons/group_add.png);}
.delete-group {background-image:url(../../UI_Common/images/ButtonIcons/group_delete.png);}
.accept {background-image:url(../../UI_Common/images/ButtonIcons/accept.png);}
.reject {background-image:url(../../UI_Common/images/ButtonIcons/reject.png);}
.import-contact-list {background-image:url(../../UI_Common/images/ButtonIcons/import_contact_list.gif);}
.email-stats {background-image:url(../../UI_Common/images/ButtonIcons/email-stats.png);}
.send-email {background-image:url(../../UI_Common/images/ButtonIcons/email_go.png);}
.send-test-email {background-image:url(../../UI_Common/images/ButtonIcons/email_go_test.png);}
.view {background-image:url(../../UI_Common/images/ButtonIcons/magnifier.png);}
.preview-template {background-image:url(../../UI_Common/images/ButtonIcons/template_view.png);}
.receive {background-image:url(../../UI_Common/images/ButtonIcons/icon_package_get.gif);}
.set-lead {background-image:url(../../UI_Common/images/ButtonIcons/set-lead.png);}
.payments {background-image:url(../../UI_Common/images/ButtonIcons/hand_money.png);}
.generate-invoice {background-image:url(../../UI_Common/images/ButtonIcons/generate_invoice.png);}
.view-invoice {background-image:url(../../UI_Common/images/ButtonIcons/view_invoice.png);}
.package {background-image:url(../../UI_Common/images/ButtonIcons/package.png);}
.add-new-note {background-image:url(../../UI_Common/images/ButtonIcons/note_new.gif);}
.monitor {background-image:url(../../UI_Common/images/ButtonIcons/monitor.png);}
.user-go-to {background-image:url(../../UI_Common/images/ButtonIcons/user_go.png);}
.address-book {background-image:url(../../UI_Common/images/ButtonIcons/address_book.gif);}
.address-book-add {background-image:url(../../UI_Common/images/ButtonIcons/address_book_add.gif);}
.telephone-add {background-image:url(../../UI_Common/images/ButtonIcons/telephone_add.png);}
.IM-add {background-image:url(../../UI_Common/images/ButtonIcons/IM_add.png);}
.emergency {background-image:url(../../UI_Common/images/ButtonIcons/emergency.png);}
.add-member {background-image:url(../../UI_Common/images/ButtonIcons/vcard_add.png);}
.add-language {background-image:url(../../UI_Common/images/ButtonIcons/language_add.png);}
.add-trip {background-image:url(../../UI_Common/images/ButtonIcons/add-trip.png);}
.preferences {background-image:url(../../UI_Common/images/ButtonIcons/preferences.png);}
.modify {background-image:url(../../UI_Common/images/ButtonIcons/modify.png);}
.manual-entry {background-image:url(../../UI_Common/images/ButtonIcons/manual_entry.png);}
.marketplace {background-image:url(../../UI_Common/images/ButtonIcons/marketplace.png);}
.marketplace-button {background-image:url(../../UI_Common/images/ButtonIcons/marketplace.png);}
.PNR-terminal {background-image:url(../../UI_Common/images/ButtonIcons/terminal-session-icon-small.gif);}
.doller {background-image:url(../../UI_Common/images/ButtonIcons/doller.png);}
.new-sales {background-image:url(../../UI_Common/images/ButtonIcons/NewSale.png);}
.cancellations {background-image:url(../../UI_Common/images/ButtonIcons/delete.png);}
.invoices-coming-due {background-image:url(../../UI_Common/images/ButtonIcons/invoices_coming_due.png);}
.payments-received {background-image:url(../../UI_Common/images/ButtonIcons/payments_received.png);}
.delinquencies {background-image:url(../../UI_Common/images/ButtonIcons/Delinquencies.png);}
.customer-care {background-image:url(../../UI_Common/images/ButtonIcons/CustomerCare.png);}
.purchase {background-image:url(../../UI_Common/images/ButtonIcons/cart_go.png);}
.add-to-favorites {background-image:url(../../UI_Common/images/ButtonIcons/heart_add.png);}
.remove-from-favorites {background-image:url(../../UI_Common/images/ButtonIcons/heart_delete.png);}
.back-to-top {background-image:url(../../UI_Common/images/ButtonIcons/back-to-top.png);}
.create-report{background-image:url(../../UI_Common/images/chart_bar.png);}
.view-offer {background-image:url(../../UI_Common/images/ButtonIcons/template_view.png);}
.send-to-individual {background-image:url(../../UI_Common/images/ButtonIcons/send_to_individual.png);}
.send-to-group {background-image:url(../../UI_Common/images/ButtonIcons/send_to_group.png);}
.load {background-image:url(../../UI_Common/images/ButtonIcons/icon_download.gif);}
.preview-this {background-image:url(../../UI_Common/images/ButtonIcons/template_view.png);}
.commission {background-image:url(../../UI_Common/images/ButtonIcons/commission.png);}
.web-link {background-image:url(../../UI_Common/images/ButtonIcons/world.gif);}
.sort-by-alphabetically {background-image:url(../../UI_Common/images/ButtonIcons/sort_az_ascending.png);}
.sort-by-price {background-image:url(../../UI_Common/images/ButtonIcons/sort_price_ascending.png);}
.book {background-image:url(../../UI_Common/images/ButtonIcons/OK-icon.png);}
.voucher {background-image:url(../../UI_Common/images/ButtonIcons/voucher.png);}
.itinerary {background-image:url(../../UI_Common/images/ButtonIcons/itinerary.png);}
.user_assign {background-image:url(../../UI_Common/images/ButtonIcons/user_assign.png);}
.brochure {background-image:url(../../UI_Common/images/ButtonIcons/brochure.png);}
.available-now {background-image:url(../../UI_Common/images/ButtonIcons/clock_red.png);}
.merge {background-image:url(../../UI_Common/images/ButtonIcons/merge.png);}




/* END Large Buttons Style */





.buttonLightBlue {
	background-image: url(../../UI_Common/images/new-buttons-blue-BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #000000;
	display: inline-block;
	border:solid 1px #CCCCCC;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
A.buttonLightBlue {
	font-weight: bold;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/new-buttons-blue-BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000000;
	vertical-align:middle;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #199CDA;
	white-space:nowrap

}
A.buttonLightBlue:hover {
	background-image: url(../../UI_Common/images/new-buttons-grey-BG.gif);
	color:#FFFFFF;
	border: 1px solid #999999;
	background-position: bottom;
}




/* New Buttons */

.buttonBlue20px {
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/20pxButtonBlue.gif);
	height: 20px;
	color: #000000;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
A.buttonBlue20px {
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
A.buttonBlue20px:hover {
	background-image: url(../../UI_Common/images/20pxButtonGrey.gif);
	font-weight: normal;
}
.buttonBlue14px {
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/20pxButtonBlue.gif);
	height: 14px;
	color: #000000;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
A.buttonBlue14px {
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
A.buttonBlue14px:hover {
	background-image: url(../../UI_Common/images/20pxButtonGrey.gif);
	font-weight: normal;
}

.buttonBlue10px {
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/20pxButtonBlue.gif);
	height: 10px;
	color: #000000;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
A.buttonBlue10px {
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
A.buttonBlue10px:hover {
	background-image: url(../../UI_Common/images/20pxButtonGrey.gif);
	font-weight: normal;
}

.buttonRed20px {
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: bold;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/new-buttons-red-BG.gif);
	height: 22px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #8A0E13;
	background-position: top;
}
A.buttonRed20px {
	font-weight: bold;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/new-buttons-red-BG.gif);
	height: 22px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #8A0E13;
}
A.buttonRed20px:hover {
	background-image: url(../../UI_Common/images/20pxButtonGrey.gif);
	color:#FFFFFF;
	border: 1px solid #999999;
}
.buttonGreen20px {
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: bold;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/new-buttons-green-BG.gif);
	height: 22px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #83A50A;
	background-position: top;
}
A.buttonGreen20px {
	font-weight: bold;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/new-buttons-green-BG.gif);
	height: 22px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align: center;
	background-repeat: repeat-x;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #83A50A;
}
A.buttonGreen20px:hover {
	background-image: url(../../UI_Common/images/20pxButtonGrey.gif);
	color:#FFFFFF;
	border: 1px solid #999999;
}


/* End New Buttons */



.buttonMap {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/contractBarLightBlueBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	white-space: nowrap;
	height:22px;
	border: 1px solid #94BEC7;
}
A.buttonMap {
	PADDING: 3px 9px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Tahoma;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/contractBarLightBlueBG.gif);
	line-height: 14px;
	color: #000000;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	white-space: nowrap;
}
A.buttonMap:hover {
	TEXT-DECORATION: none;
	color: #000000;
}

.buttonOrange {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/orange_subbk.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	white-space: nowrap;
}

.buttonGreenRepeat {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Arial;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/GreenBG.gif);
	background-position:center;
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	white-space:nowrap;
	color:Black;
}

.buttonGreenRepeat A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Arial;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/GreenBG.gif);
	background-position:center;
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	white-space:nowrap;
	color:Black;
}

.buttonGreenRepeat A:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Arial;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/GreenBG.gif);
	background-position:center;
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	white-space:nowrap;
	color:Black;
}

.buttonOrangeRepeat {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Arial;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/OrangeBG.gif);
	background-position:center;
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	white-space:nowrap;
	color:White;
}


.buttonOrangeFavRepeat {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Arial;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/OrangeBG.gif);
	background-position:center;
	background-repeat: repeat-x;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	white-space:nowrap;
	color:White;
}

.buttonGreenOffer {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY:Verdana;
	color:Black;
	TEXT-DECORATION: none;
	background-repeat: no-repeat;
	padding: 0px;
	
	white-space: nowrap;
}
A.buttonOrange {
	PADDING: 0px 20px 1px 20px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/orange_subbk.gif);
	color: #333333;
	text-align: center;
	background-position: left bottom;
	border-bottom: none;
	border-left: 1px solid #999999;
	border-right-style: solid;
	margin: 0px;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-color: #999999;
}
A.buttonOrange:hover {
	TEXT-DECORATION: none;
	color: #000000;
}

.buttonOrangeActive {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/orange_subbk_reverse.gif);
	background-position: left top;
	background-color: #FF9900;
	background-repeat: repeat-x;
	padding: 0px;
	white-space: nowrap;
}
A.buttonOrangeActive {
	PADDING: 0px 20px 1px 20px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/orange_subbk_reverse.gif);
	color: #FFFFFF;
	text-align: center;
	background-position: left bottom;
	border-bottom: none;
	border-left: 1px solid #999999;
	border-right-style: none;
	margin: 0px;
	white-space: nowrap;
}
A.buttonOrangeActive:hover {
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.buttonContracts {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbg.gif);
	height: 14px;
	color: #333333;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	PADDING: 0px 3px;
	white-space: nowrap;
}
A.buttonContracts {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;
	white-space: nowrap;
}
A.buttonContracts:hover {
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #FF3300;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbgon.gif);
}


.buttonContractsBlue {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/buttonContractsBlueBG.gif);
	height: 16px;
	color: #333333;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	PADDING: 2px 5px;
	white-space: nowrap;
}
A.buttonContractsBlue {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	PADDING: 2px 5px;
	TEXT-DECORATION: none;
	color: #333333;
	white-space: nowrap;
}
A.buttonContractsBlue:hover {
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #000000;
	background-image: url(../../UI_Common/images/buttonContractsBlueBG-on.gif);
}


/* ProfileTab */
.buttonProfileTab {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/profiletabsoff.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
	color: #999999;
	height: 15px;
	line-height:13px;
	
}
A.buttonProfileTab {
	TEXT-DECORATION: none;
	color: #999999;
	padding: 2px 193px 1px 8px;
	width: 193px;
	background-position: left bottom;
	
}
A.buttonProfileTab:hover {
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/profiletabsoff_f2.gif);
	color: #ffffff;
	padding: 2px 193px 1px 8px;
	width: 193px;
	background-position: left bottom;

}

/* MyQuick Links Buttons */
.buttonMyQuickLinks {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbg.gif);
	height: 14px;
	color: #333333;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 60px;
	PADDING: 0px 12px;
	white-space: nowrap;
}
A.buttonMyQuickLinks {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;
	white-space: nowrap;
}
A.buttonMyQuickLinks:hover {
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #FF3300;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbgon.gif);
}

/* Edit Buttons in GridViews */
.buttonEdit {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbg.gif);
	height: 14px;
	color: #333333;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 60px;
	PADDING: 0px 12px;
	white-space: nowrap;
}
A.buttonEdit {
	BORDER: #999999 1px solid;
	FONT-SIZE: 9px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	color: #333333;
	white-space: nowrap;
}
A.buttonEdit:hover {
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #FF3300;
	background-image: url(../../UI_Common/images/myquicklinksbuttonbgon.gif);
}

.buttonWhite {
	BORDER: #999999 1px solid;
	FONT-SIZE: 10px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-color:White;
	height: 16px;
	color: #333333;
	text-align: center;
	background-position: center bottom;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
A.buttonWhite {
	BORDER: #999999 1px solid;
	FONT-SIZE: 10px;
	FONT-FAMILY: Tahoma;
	font-weight: normal;
	TEXT-DECORATION: none;
	background-color:White;
	color: #333333;
	text-align: center;
	white-space: nowrap;

}
A.buttonWhite:hover {
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #333333;
	background-color:White;
}

.email-test {
	background-image: url(../../UI_Common/images/Emails/Email-Setup-buttons-BG.gif);
	background-repeat: no-repeat;
}


.class1 { border:2px solid #666;
	margin:30px;
}
.class2 { padding:22px;
	background:#ff0;
	width:150px;
}


.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
