#tourGuideMain {
	position:		absolute;
	width:			100%;
	margin-bottom:	10px;
	background:		white;
	border-top:		1px solid #5A5D5A;  
	border-bottom:	1px solid #5A5D5A;  
}

#tourGuideOptions {
	position:		relative;
	padding:		10px 10px 10px 10px;
}

#guideOptionsTabs {
	background: white url("../../images/border_bottom_dark_gray.gif") repeat-x bottom;
	float:left;
    line-height:normal;
	width:95%;
}

#guideOptionsTabs ul {
	list-style: none;
	float:left;
	margin:0;
}

/* The following CSS uses the "Sliding Doors" method for creating dynamic tabs. */
#guideOptionsTabs li {
    float:left;
    background:url("../../images/tab_on_right_white.gif") no-repeat right top;
    margin-right:3px;
}
#guideOptionsTabs a, #guideOptionsTabs span {
    display:block;
    background:url("../../images/tab_on_left_white.gif") no-repeat left top;
    padding:5px 15px 4px 15px;
}
.emptyTab {
	background: white ! important ;
	padding-left:5px;
}
.emptyTab a {
	background: white ! important ;
}

.emptyTextTab {
	background: white !important ;
	padding-top:8px;
}


#tourGuideJourneysPager {
	width:			95%;
}

.tourGuideJourneysPage {
	border-bottom:	1px solid #5A5D5A;  
	border-right:	1px solid #5A5D5A;  
	border-left:	1px solid #5A5D5A;  
	padding:5px;
	width:	100%;
}

#tourCompanyMain {
	position:		absolute;
	width:			100%;
	background:		white;
	border-top:		1px solid #5A5D5A;  
	border-bottom:	1px solid #5A5D5A;  
}

#tourCompanyOptions {
	margin:	10px 10px 0px 10px;
	width:98%;
}

#companyOptionsTabs {
	background: white url("../../images/border_bottom_dark_gray.gif") repeat-x bottom;
	float:left;
    line-height:normal;
	position:relative;
	margin-top: 25px;
	width:100%;
}

#companyOptionsTabs ul {
	list-style: none;
	margin:0;
}

/* The following CSS uses the "Sliding Doors" method for creating dynamic tabs. */
#companyOptionsTabs li {
    float:left;
    background:url("../../images/tab_on_right_white.gif") no-repeat right top;
    margin-right:3px;
}
#companyOptionsTabs a, #companyOptionsTabs span {
    display:block;
    background:url("../../images/tab_on_left_white.gif") no-repeat left top;
    padding:5px 15px 4px 15px;
}

#tourCompanyJourneysPager {
	position:		relative;
	width: 			100%;
	margin:			0px 10px 10px 0px;
}

.guideRequestsPanel {
	border: 	 	#848284 1px solid; 
	float: 			right;
	margin-right:	2%;
}

.guideRequestsHeader {
	border-bottom: 	#848284 1px solid; 
	background:  	#DDFFD6;
}

.guideRequestsBase {
	background:  #F3FBF1;
}


