@import url("/groups/rg/css/jquery-ui/jquery-ui.css?ver=2");

/* rg edits of jquery ui classes */
.ui-slider .ui-slider-handle { background-color: white; background-image: none; border: 1px solid #888888 }

.ui-progressbar-value { background-image: url(/groups/rg/images/jquery-ui/pbar-ani.gif); }
/* end */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-weight: bold;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
/* end reset */

/* Defaults */
input.text,
input.file,
input.password,
input[type=text],
input[type=password],
input[type=file] {	margin: 0; padding: 0; }
/* Internet explorer *
input { margin: expression(this.type=="radio"? '3px 3px 0 5px' : this.type=="checkbox" ? '3px 3px 3px 4px' : '0'); }
/* Modern browsers *
input[type=checkbox] {	margin: 3px 3px 3px 4px; }
/* end defaults */


body, td { font-family: arial, sans-serif; font-size: 12px }
form { margin: 0px }

.a { color: #4040f0 }

.imgLogoSmall { border: 1px solid #cccccc ! important }
.imgProgressAnim { }

.textSmall, .rg_small, .RGSmall { font-size: 10px }
.textSmall { color: gray }

.RGNormal{ font-size: 12px; font-weight: normal; }

.rg_index_head { font-size: 15px; font-weight: bold }

.RGDiscrete { color: gray }

.rg_subsection_header {
	background-color: #eeeeee;
	padding: 8px;
	border-bottom: 1px solid silver;
}

.RGMap {
	border: 1px solid #808080;
	margin-bottom: 6px;
}

.RGToolTipBox {
	text-align: left;
	overflow: hidden;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	background-color: white;
	border: solid 1px #B0B0B0;
}

.RGSubTabPanel {
	position: relative;
	z-index: 1;
	left: 20px;
	height: 23px;
}

a.RGSubTab {
	background-image:url(/groups/rg/orbville/images/top_tab.gif);
	border-right:1px solid #B0B0B0;
	border-top:1px solid #B0B0B0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

a.RGSubTabDisabled, a.RGSubTabDisabled:hover {
	color: silver !important;
	background-image: none !important;
	background-color: #eeeeee !important;
	text-decoration: none !important;
}

a.RGSubTab, a.RGSubTabDisabled, a.RGSubTabOn {
	background-color:#EEEEEE;
	border:1px solid silver;
	color:black;
	float:left;
	font-family:arial !important;
	font-size:12px;
	font-weight:normal;
	margin-left:2px;
	margin-right:2px;
	padding:0px 13px;
	position:relative;
	text-decoration:none;
	height:22px;
	line-height:23px;
}

a.RGSubTab:hover, a.RGSubTabOn:hover { 
	float: left;
	color: black;
	background-color: white;
	background-image: none;
	text-decoration: none;
	font-size: 13px;
}

a.RGSubTabOn {
	
	font-size: 13px;
	background-color:white;
	background-image:none;
	border-color:silver silver white;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	height:25px;
	line-height:26px;
	position:relative;
	top:-3px;
	z-index:5;
}

/* for geo-lookup */
.RGGeoLookupBox { background-color: white; border: solid 1px gray }
.RGGeoLookupIconCross { cursor: pointer; margin-left: -20px; padding-top: 3px }

.RGGeoLookupResultDiv a { text-decoration: none; color: black ! important }
.RGGeoLookupResultDivActive a { color: white ! important; text-decoration: none }

.RGGeoLookupResultDivActive { background-color: #646464 }
.RGGeoLookupResultDiv, .RGGeoLookupResultDivActive { padding-right: 30px; padding-left: 5px; padding-top: 2px; padding-bottom: 2px }

/* slider */
.filter-slider-track {
 	position: relative; 
  	width: 120px; 				
	height: 6px;           
	background: rgb(205, 205 ,205);
}

.filter-slider-area {
 	position: relative; 
	left: 0px;
	width: 120px;
	height: 6px; 				
	background: rgb(248,129,21);
}

.filter-slider-handle1 {
	position: absolute;
	width: 13px; 
	height: 17px; 
	margin-left: -6px;
	top: -3px;
	cursor: pointer;
}

.filter-slider-handle2 {
	position: absolute;
	width: 13px; 
	height: 17px;
	margin-left: 6px; 
	top: -3px;
	cursor: pointer;
}

/* progressbox */

.RGProgressBox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
	width: inherit;
	padding: 10px 15px 15px 15px;
	border: 1px solid silver;
	background-color: #F0F0F0;
}

.RGGrayBox, .RGAlert {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;
	text-align: left;
	width: auto;
	padding: 5px;
	border: 1px solid silver;
	background-color: #F0F0F0;
}

.RGAlert {
	font-size: 14px;
	background-color: rgb(248,234,144);
	position: absolute; 
	z-index: 999999;
	left: 0px; 
	top: 0px; 
	width: 600px;
}

/* used for lodging-results, fit, etc.. ie the boxes with price-info/object-info in result-lists */
.RGResultBox {
	border: 1px solid silver;
	padding: 5px;
}

hr.RGOfferPlusHr {
	height: 1px;
	border-style: solid;
	border-width:1px 0 0 0;
	border-color: silver;
}

#RGLoadingIndicator {
	display: none;
	text-align: center;
	position: absolute;
	width: 250px;
	padding: 20px;
	z-index: 999;
}

#RGAlert {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	display: none;
	z-index: 999;
	padding: 25px;
	width: 100px	
}

#RGAlert {
	width: auto;
	padding: 10px;
}

.RGTagCloud {
	text-align: justify;
	font-size: 16px;
	line-height: 1.8em;
}

/* .... */

.RGTagCloud a { text-decoration: none; padding-right: 0.4em; }
.RGTagCloud a:hover { text-decoration: underline }
.RGTagCloud .smallest { font-size: 80%; }
.RGTagCloud .small { font-size: 120%; }
.RGTagCloud .medium { font-size: 160%; }
.RGTagCloud .large { font-size: 170%; }
.RGTagCloud .largest { font-size: 180%; }



.RGPackageTourDest {
	width: 220px;
}

.RGPackageTourSearchText {
	width: 220px;
}

.RGPackageTourLength {
	width: 123px;
}

.RGPackageTourMonthSelect {
	width: 123px;
}

.RGPopular {
	display: table;
	width: 100%;
}

.RGPopularTable {
	width: 100%;
}

.RGPlainUl {
        list-style: none;
        width: inherit;
        padding: 0px;
        margin: 0px;
}

.RGPlainLi {
        display: inline;
        padding-left: 0px;
}

.RGCalendar {
	background-image: url('/reseguiden/rg/images/icon_calendar.gif');
	background-position: right;
	background-repeat: no-repeat;	
	width: 88px;
}



/* rg.matrix */

#RGMatrixDivId {
	margin-bottom: 10px
}

.RGMatrix {
	width: 100%;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	border-collapse: separate;
}

.RGMatrix td {
	height: 43px;
	width: 60px;	
	text-align: center;
	background-image: none;	
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	font-weight: normal;
}

.RGMatrix td .ui-progressbar {
	height: 20px;
	margin-top: 5px;
}

.RGMatrixTdWrapDiv {
	height: 43px;
	position: relative;
	text-align: center;
	width: 100%;
}

.RGMatrixTdWrapDiv button {
	width: 65%;
}

.RGMatrixTdOver {	
	background-color: #e2e2e2 !important;	
	color: black !important;
}

.RGMatrixTdOver .RGMatrixPrice {
	color: black !important;
}

.RGMatrixTh {
	background-color: #f8f8f8;
}

.RGMatrixOneWay .RGMatrixTh {
	height: 25px
}

.RGMatrixTh .RGMatrixTdOver {
	background-color: #f8f8f8 !important;
	color: rgb(100, 100, 100) !important;
}

.RGMatrix .ui-state-highlight {
	border: none;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
}

.RGMatrixSearched {
	background-color: #e2e2e2 !important;
	color: black;
}

.RGMatrixSearched .RGMatrixPrice {
	font-weight: bold;
}

.RGMatrixDate {
	display: none;
	margin-left: 5px;
	color: gray;
	font-size: 10px;
}

.RGMatrixPrice {
	font-size: 16px;
	text-align: center;
}

.RGMatrixOldPrice {
	color: silver;
}

.RGMatrixDateOptions, .RGMatrixDateOptionsStatic {
	display: none;
	left: 0px;
	/*position: absolute;*/
	width: 100%;
	text-align: center;
}

.RGMatrixDateOptionsStatic {
	display: block !important;
}

.RGMatrixDiscrete a { color: Gray }


/* rg.popup */

.RGPopupShadowCorners { 
	position: absolute; 
	background-image: url(/groups/rg/images/popup_shadow_corners.png); 
	width: 24px; 
	height: 24px;
}
.RGPopupShadowHorizontal {
	position: absolute; 
	width: 100%; 
	height: 24px; 
	background-image: url(/groups/rg/images/popup_shadow_horizontal.png);
}
.RGPopupShadowVertical { 
	position: absolute; 
	width: 24px; 
	height: 100%; 
	background-image: url(/groups/rg/images/popup_shadow_vertical.png);
}

.RGPopupWindow {
	background-color: white;
	height: 100%;
}

.RGPopupTop {	
	padding: 0px 20px 0px 20px;
	font-weight: bold; 
	cursor: move;
	position: relative;
	top: 10px;
}

.RGPopupClose {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 1;
}

.RGPopupContent {
	padding: 20px;
}

.RGPopupBottom {
	padding: 0px 20px 20px 20px;
}


.RGInfoIconLeft { 
	padding-left: 20px; 
	background-image: url(/reseguiden/rg/images/icon_info.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 2px;
}


/* Opacity window */ 

.RGOpacityWindowBorder {
        /*background-color: #e2e2e2;*/
        background-color: white;
        border: solid 1px #413E3E;
}

.RGOpacityWindow {
        /*border-top: 1px solid silver;*/
        padding: 10px 20px 20px 20px;
        margin-top: 8px;
        background-color: white;
}


.RGAutoComplete {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	border: solid 1px silver;
	background-color: white;
}

.RGAutoComplete li {
	border: none;
	margin: 0px;
	list-style-type: none;
	color: black;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	height: 14px;
	background: white;
}

.RGAutoComplete .selected {
	color: white;
	background-color: black;
	text-decoration: none;
}

.RGAutoComplete .selected .RGDiscrete {
	color: white;
}

.RGLogo {
	border: 1px solid silver;
	width: 70px;
	height: 23px:
}

.RGLodgingClassImage {
	height: 12px;
}

/* Google map default styling. */

.RGMapLabels a { color: gray; font-size: 9px; text-decoration: none }
.RGMapLabels a:hover { text-decoration: underline }

.RGMapPriceTag, .RGMapPriceTagOver {
	position: relative;
	left: 2px;
	top: -22px;
	
	white-space: nowrap;
	cursor: pointer;
	
	background-color: rgb(238, 151, 50);
	border-right: 1px solid rgb(143,143,143);
	border-bottom: 1px solid rgb(143, 143, 143);
	padding: 1px 3px;
	color: white;
	
	font-size: 11px;
}

.RGMapPriceTagOver { background-color: black }

.RGMapPriceTagPointer {
	position: absolute;
	margin-left: -6px;
	margin-top: -3px;
	background-image: url(/groups/rg/images/map_tiny_pointer.gif);
	width: 9px;
	height: 13px;
}

.RGMapPriceTagOver .RGMapPriceTagPointer {
	background-image: url(/groups/rg/images/map_tiny_pointer_black.gif);
}

.RGMapPriceTag a { color: white }

#RGMediaShowForm {
	padding: 10px;
}

#RGMediaShowForm a {
	white-space: nowrap;
}

/* standard sidebar classes for media */

#RGSideBarHideable .mediaSidebar .RGAirTimeFilter {
	font-size:11px;
	margin:0 6px;
}

/* topfilters for media sites */

.RGTopFilterOptions {
	height: 40px;
}

.RGTopFilterContainer {
	position: absolute;
	z-index: 99;
	display: table;
}

.RGAirTimeFilter .sliderLabelMedia {
	padding: 0px; 
	margin-bottom: 5px; 
	width: 100%; 
	border: 0; 
	font-weight: normal; 
	color: gray; 
	font-size: 10px
}

.RGTopFilterOption {
	overflow: hidden;
	float: left;
	width: auto;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 5px;
}

.RGTopFilterOption .filterOption {
	padding-left: 8px;
}

.RGTopFilterOptionOpacity {
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
}

.RGTripAdvisorLogoText, .RGTripAdvisorLogoText a {
	color: rgb(100,100,100) !important;
	font-size: 10px !important;
	text-decoration: none;
}


.RGForumPopup {
	padding: 8px;
}

.RGGeneralMenu {
	white-space: nowrap;
	text-align: left;
	border: solid 1px #B0B0B0;
	background-color: white;
}

.RGGeneralMenuSep {
	border-top: dotted 1px silver; 
	margin-top: 4px; 
	padding-top: 4px;
}

.RGGeneralMenu a {
	color: #303030;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 3px 12px;
}

.RGGeneralMenu a:hover {
	text-decoration: none;
	color: white;
	background-color: gray;
}

/* Button-panel (forum etc) */

.RGButtonPanel {
	position: relative;
	font-size: 11px; 
	float: left; 
	border: solid 1px #EAEAEA; 
	border-top: none;
	overflow: display;
	border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	padding-right: 1px;
}

.RGButtonPanel a.button.selected {
	color: #F79239;
	background-color: white;
	font-weight: bold;
}

.RGButtonPanel a.button:last-child { 
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.RGButtonPanel a.button:first-child {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.RGButtonPanel a.button { 
	text-decoration: none;
	border: solid 1px #B0B0B0; 
	margin-right: -1px;
	display: block;
	color: black; 
	float: left; 
	padding: 3px 14px;
}
.RGButtonPanel a.button:hover {	color: #F79239; text-decoration: none; }

.RGButtonPanel a.button.more {padding: 3px 6px;}

.RGButtonPanel .ieLeft {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 4px;
	height: 24px;
	background: url(/groups/rg/orbville/images/button_panel_corners.gif) 0 0;
}

.RGButtonPanel .ieRight {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 5px;
	height: 24px;
	background: url(/groups/rg/orbville/images/button_panel_corners.gif) -4px 0;
}

.RGTextSeparator {color: silver;padding: 0 3px;}

.RGToplistCharterImage {padding-right: 3px;}

.RGQueryArrow {
	background-image: url(/groups/rg/images/arrow_down_geo_field.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	cursor: pointer;
}
.RGQuerySpinner {
	background-image: url(/groups/rg/images/ajax-loader-field.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.RGQuerySpinning {background-image: none;}

.RGLodgingChildAges option {margin-right: 3px;}

/* Form Error */
.RGFormErrorParent {overflow:visible !important; position:relative;}
.RGFormError{background: url("/groups/rg/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
	border: 1px solid #CD0A0A !important;
	color: #CD0A0A;
}
.RGFormErrorIcon{
	position: absolute; 
	width: 26px; 
	height: 20px; 
	top: 0px; 
	right: -18px; 
	background:url(/groups/rg/images/icons/input-error-icons.gif) 0 0;
}

.RGCompanyLogo {
    margin: 2px;
}

.ess_page_nav_item, .ess_page_nav_crop, .ess_page_nav_page { margin-right: 6px }
.ess_page_nav_selected { font-weight: bold }
