/** Common CSS **/
body {
  background-color: #74207c;
  font-family: "Arial";
  margin: auto;
	min-width:960px;
}
h1, h2, h3{
  margin:0px;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;
}
a:link{
	text-decoration: none;
  color: #74207c;
}
a:visited{
	text-decoration: none;
  color: #74207c;
}
a:active{
	text-decoration: none;
  color: #74207c;
}
a:hover {
  text-decoration: none;
  color: #519fff;
}
.clear {
 clear:both;
 height:0px;
 margin:0px;
 padding:0px;
 border:0px;
 font-size:0px;
 line-height:0px;
 display:block; /** this has been added for html markup to be standard **/
}
.nobold {
  font-weight: normal !important;
}

img {
	border: 0px;
	display: block;
	overflow: hidden;
}
p {
  margin: 0px;
}
/** End Common CSS **/
.topLine{
	height:5px;
	line-height: 5px;
	font-size:5px;
	background-color: #74207c;
}
.parentWhite {
  background-color:#ffffff;
}


.mainPage {
  width: 960px;
  margin: auto;
}
.mainWhitePage {
	background-color:#ffffff;
	width:100%;
}
.content {
  float: left;
  width: 591px;
  margin: 0px 22px 0px 0px;
  font-size: 12px;
  padding-bottom: 20px;
}
.rightSide {
  width: 347px;
  padding-bottom: 20px;
}

/** HOME CONTENT **/
.homeHeaderContainer{
  height:215px;
  overflow:hidden;
}
.mainSiteTitle {
  margin: 19px 0px 0px;
}
.mainSiteTitle h1{
  display:inline;
  font-size:52px;
  line-height:52px;
  font-family: "Trebuchet MS";
}
.mainSiteTitleBlue {
  color: #519fff;
}
.mainSiteTitleGray {
  color: #E0E0E0;
}
.mainSiteDescription {
  font-size: 13px;
  font-family: "Trebuchet MS";
  margin: 28px 0px 0px 0px;
  line-height: 22px;
  color: #686868;
}


/** TOP MENU **/
.topMenuWrapper {
	margin-top:14px;
	height:32px;
}
.topMenu {
  margin: 0px;
	padding: 0px;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
}
.topMenu ul {
	margin: 0px;
	padding: 0px;
}
.topMenu li {
	display: inline;
  float: left;
  width: 83px;
  margin: 0px 1px 0px 0px;
  text-align:center;
}
.topMenu li.lastMenuItem {
	width: 87px;
	margin:0px;
}
.topMenu a:link, .topMenu a:visited, .topMenu a:active {
	text-align:center;
	display:block;
  padding: 10px 0px;
  line-height:12px;
  height:24px;
  color: #74207c;
  background-color: #F3F3F3;
}
.topMenu a:hover {
	background-color: #519fff;
  color: #ffffff;
}
.topMenu .topMenuSelected a:active,
.topMenu .topMenuSelected a:link,
.topMenu .topMenuSelected a:visited {
  background-color: #74207c;
  color: #ffffff;
}
/** END TOP MENU **/
.horizontalLine {
  height:3px;
  line-height:0px;
  font-size:0px;
  width:100%;
  background-color:#F3f3f3;
  margin: 15px 0px 0px 0px;
}

.categories {
	margin-top:1px;
}
.category {
  margin: 0px; 
  padding: 0px;
  float:left;
  width:285px;
  margin-top:12px;
  margin-bottom:20px
}
.categoryMarginLeft {
  margin-left:21px;
}
.categoryTitle, .categoryTitle a:link, 
.categoryTitle a:visited, .categoryTitle a:active {
  margin:      0px 0px 0px 0px;
  padding:     0px;
  font-size:   25px;
  color:       #519fff;
  height:30px;
  font-family: "Trebuchet MS";
}
.categoryDescription {
  margin-top: 12px;
  height: 113px;
  width: 100%;
}
.categoryImage {
  width:285px;
  height:56px;
}
.categoryDetails {
  background-color: #74207c;
  color: #ffffff;
  padding: 13px 20px 15px 20px;
  min-height: 30px;
}
.categoryItems {
  margin-top:17px;
}
.categoryItems a:link,
.categoryItems a:active,
.categoryItems a:visited {
  color: #6352A3;
  display:block;
}
.categoryItems a:hover {
  color: #519fff;
  cursor:pointer;
  display:block;
}

.categoryItems ul {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 140px;
  list-style-type:none;
}

.categoryItems ul li {
  width: 140px;
  vertical-align: middle;
}

/** END HOME CONTENT **/



/** LOCATION ADDONS **/
.borderTop {
  border-top: 5px solid #74207c;
}
.rightSidePageDescriptor {
  color:#6352A3;
  display: block;
  text-align:center;
  font-family: "Trebuchet MS";
  font-size: 12px;
}
.rightSidePageDescriptorLink {
  line-height:42px;
  width: 347px;
  height:42px;
	background-color:#F3F3F3;
  margin-top: 0px;
}
.rightSidePageDescriptionLinkLocation {
  padding: 12px 138px 12px 20px;
}
.rightSidePageDescriptionLinkReservationRight {
  padding: 12px 198px 12px 20px;
}
.rightSidePageDescriptionLinkReservation {
  padding: 12px 76px 12px 20px;
}
.rightSidePageDescriptionLinkSubcategory {
  padding: 12px 107px 12px 20px;
}
.rightSidePageDescriptionLinkCategory {
  padding: 12px 190px 12px 20px;
}


.rightSideBoxAnchorText {
  padding: 7px 0px 7px 20px;
}
.rightSideBoxAnchorTextHome {
  padding: 12px 0px 12px 20px;
}

.rightSideBoxAnchorWrapper {
  font-family:"Trebuchet MS";
  font-size:12px;
  height:42px;
  width:347px;
  float:left;
}
.rightSideBoxAnchorWrapperPackage {
  width: 225px;
}
.rightSideBoxAnchorWrapperHomepage {
  width: 285px;
  height: 25px;
}

.rightSideBoxAnchorWrapper a:link,
.rightSideBoxAnchorWrapper a:visited,
.rightSideBoxAnchorWrapper a:active {
  background-color: #F3F3F3;
  color:#626262;
  display:block;
  padding: 12px 32px 12px 32px;
  text-transform:uppercase;
}
.rightSideBoxAnchorWrapperHomepage a:link,
.rightSideBoxAnchorWrapperHomepage a:visited,
.rightSideBoxAnchorWrapperHomepage a:active {
	text-transform:none;
	padding: 6px 32px 6px 32px;
}
.rightSideBoxAnchorWrapper a:hover{
  background-color: #74207c;
  color:#ffffff;
}
/** TO BE REMOVED LATER **/
.rightSidePageDescriptionLink {
  padding: 12px 76px 12px 20px;
}
.rightSidePageDescriptor a:link,
.rightSidePageDescriptor a:visited,
.rightSidePageDescriptor a:active {
  color: #626262;
}
.rightSidePageDescriptor a:hover {
  background-color: #74207c;
  color: #ffffff;
}

.rightSidePageDescriptorLink a:hover {
  color: #626262;
}
.rightSidePageDescriptorLink a:hover {
  background-color: #74207c;
  color: #ffffff;
}
/** END TO BE REMOVED LATER **/

.infoTitle {
  margin: 0px;
  color:#74207c;
  font-weight:bold;
}

.infoContent {
  margin: 0px;
  color: #686868;
}
.infoContent a:link,
  color: #686868;
.infoContent a:active {
  color: #686868;
}
  color: #686868;
.infoContent a:hover{
  color: #686868;
}
.infoContentPackage {
  color: #686868;
  font-size:12px;
  text-transform:none;
}
.infoContentItem {
  margin:0px;
  padding-right: 5px;
  display: inline;
  color: #686868;
}
.infoContentItem a:link,
.infoContentItem a:visited,
.infoContentItem a:active {
  text-decoration: underline;
  color: #686868;
}

.infoImages {
  margin:30px 0px 0px 0px;
}
.rightSideInfoSeparator {
  margin: 0px;
  height: 17px;
}

.breadcrumb {
  margin-top:19px;
  font-size:15px;
  font-family: "Trebuchet MS";
  text-transform:uppercase;
}
.breadcrumb img {
  display: inline;
}
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:active {
  color: #7E7E7E;
}
.breadcrumb .breadcrumbLast {
  color: #519fff;
}

.topBanner {
  width:591px;
  height:118px;
  margin-top:24px;
}
.topSearch {
  background: transparent url(../../../images/frontend/portal/top_search.gif) no-repeat center;
}
.topLocation {
  background: transparent url(../../../images/frontend/portal/top_location.jpg) no-repeat center;
}
.topTitleWrapper {
  height: 47px;
  background-color: #74207c;
  text-transform: uppercase;
}
.topTitle {
  font-size: 25px;
  font-family: "Trebuchet MS";
  color: #ffffff;
  padding: 7px 20px;
  margin:0px;
}

.contentMain {
  margin-top: 15px;
  padding: 0px;
	color:#686868;
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height:22px;
}
.contentTitle {
  font-size: 25px;
  font-family: "Trebuchet MS";
  color: #519fff;
}
.contentImages {
  float:left;
  width: 225px;
  margin-top: 15px;
}
.contentImageMain {
	width: 225px;
	height: 149px;
}
.contentImageMainCategory {
  width:211px;
  height:141px;
}
.contentImageOther {
  display: block;
	float: left;
  margin-top: 5px;
  width: 73px;
  height: 49px;  
}
.contentDescription {
  float:left;
  margin: 15px 0px 0px 20px;
  color: #7E7E7E;
  width: 346px;
}

.contentBelow {
  display: block;
  margin: 40px 0px 0px 0px;
}

.contentBelowTitle {
  margin: 0px;
	color: #519fff;
  font-size:25px;
  font-family: "Trebuchet MS";
  float: left;
}
.contentBelowArrangement {
  margin-top: 16px;
  line-height: 16px;
}
.contentBelowArrangementImage img {
  float:left;
  margin-top:2px;
	border: 2px solid #74207c;
}
.contentBelowArrangementTitle {
  margin-left: 93px;
	color: #74207c;
  font-weight: bold;
}
.contentBelowArrangementTitle a:link,
.contentBelowArrangementTitle a:active,
.contentBelowArrangementTitle a:visited{
	color: #74207c;
}
.contentBelowArrangementDescription {
  margin-left: 93px;
  color: #7E7E7E;
}
.contentBelowArrangementBar {
  border-top: 3px solid #74207c;
  height: 28px;
  background-color: #F3F3F3;
  margin-top: 8px;
}
.contentBelowArrangementBarText {
  margin: 6px 21px;
  color: #858585;
}
.contentBelowArrangementBarText a:link,
.contentBelowArrangementBarText a:visited,
.contentBelowArrangementBarText a:active {
  color: #74207c;
}

/** END LOCATION ADDONS **/


/** START SUBCATEGORY ADDONS **/
.pagination {
  float:right;
  color:#74207c;
  font-size: 15px;
  font-family: "Trebuchet MS";
  padding: 6px 0px;
}
.pagination a:link,
.pagination a:visited,
.pagination a:active {
  color: #74207c;
  padding: 6px 9px;
}
.pagination a:hover, .pagination a.selected:link, 
.pagination a.selected:active, .pagination a.selected:visited {
  background-color: #74207c;
  color: #ffffff;
}

/** END SUBCATEGORY ADDONS **/


/** START PACKAGE ADDONS **/
.contentInnerTitle {
  font-family: "Trebuchet MS";
  font-size: 19px;
  color: #74207c;
  margin-bottom: 7px;
}
.contentLeft {
  width:225px;
  margin-right: 20px;
  float:left;  
}
.contentLeftCategory {
  width: 211px;
}
.contentBelowImages {
  margin-top:15px;
}
.reservationTitle {
  font-family: Verdana;
  font-size: 17px;
  color: #519fff;
}
.reservationInfo {
  color:#74207c;
  font-family: "Trebuchet MS";
  font-size: 15px;
  line-height: 35px;
}
.contentDescriptionPackage {
  float:left;
  margin:15px 0px 0px 0px;	
}
.contentDescriptionCategory {
  float:left;
  margin:15px 0px 0px 0px;  
	color: #686868;
	line-height: 20px;
}
.rightSideInfoContainerItem {
  float:left;
  width:70px;
}
.packageLine{
	margin:0px;
	margin-top:5px;
	border:0px;
	height:5px;
	line-height:5px;
	font-size:5px;
	background-color: #74207c;
}
/** END PACKAGE ADDONS **/


/** START CATEGORY ADDONS **/
.packagesItems {
  margin: 0px 23px 0px 13px;
  list-style-type: none;
  padding: 4px 0px 18px 0px;
  font-family: "Arial";  
}
.packagesItem {
  padding: 13px 6px;
  line-height: 14px;
}
.packagesItemImageWrapper {
  float:left;
  font-size:0px;
  background-color: #74207c;
  vertical-align: middle;
  margin-right: 19px;
}
.packagesItemImageType1Wrapper {
  width: 70px;
  height: 48px;
}
.packagesItemImageType2Wrapper {
  width: 70px;
  height: 69px;
}
.packagesItemImage {
	margin: 2px;
}
.packagesItemTitle a:link,
.packagesItemTitle a:visited,
.packagesItemTitle a:active {
  color: #74207c;
}
.packagesItemDetails {
	font-size: 11px;
  color: #727272;
  margin-top: 3px;
}
.packagesItemDetails a:link,
.packagesItemDetails a:visited,
.packagesItemDetails a:active {
  color: #727272;
}
.packagesItemsLineSeparator {
  background-color: #FFFFFF;
  height: 1px;
  margin-top:10px;
  line-height:1px;
  font-size:1px;
}

.contentTopBelow {
  background-color: #E3E3E3;
}
.listItemsPackages {
  min-height: 20px;
  margin-top: 0px;
  line-height: 20px;
  padding: 16px 8px 16px 20px;
}
.listItemsPackages ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 140px;
  float:left;
}
.listItemsPackages ul li a{
  display:block;
}
.listItemsPackages ul li a:link,
.listItemsPackages ul li a:active,
.listItemsPackages ul li a:visited {
  color: #74207c;
}
.listItemsPackages ul li a:hover {
  color: #519fff;
  cursor:pointer;
}

.listItemsPackages .col1 {
	margin-left: 0px;
}

.listItemsPackages .col2 {
	margin-left: 137px;
}
.listItemsPackages .col3 {
	margin-left: 274px;
}
.listItemsPackages .col4 {
	margin-left: 411px;
}
.listItemsPackages .coltopper {
	margin-top: -160px;
}
.contentInnerSmallTitle {
  font-family: "Trebuchet MS";
	font-size: 12px;
	color: #74207c;
	margin:20px 0px 0px 0px;
}
.contentInnerSmallBlueTitle {
  font-family: Verdana;
  font-size: 13px;
  color: #519fff;
  margin-top:5px;
}
.contentTextBefore {
  color: #686868;
  line-height: 20px;
}
.contentTextAfter {
  margin-top: 15px;
  color: #686868;
  line-height: 20px;
}
.contentBelowCategoryImage {
  float: left;
  width:182px;
  height:121px;
}
/** END CATEGORY ADDONS **/

/** START FORMULIER ADDONS **/
.reservationForm {
  margin-top:10px;
  font-family: "Trebuchet MS";
  color:#74207c;
  line-height: 40px;  
}
.reservationFormLabel {
  float:left;
  width:121px;
}
.reservationFormField {
  float:left;
  width:224px;
  font-family: "Trebuchet MS";
  font-size: 13px;
  vertical-align: middle;
}
.reservationFormText, .reservationFormTextArea {
	border:2px solid #D9D9D9;
	color:#848484;
	float:left;
	font-weight:bold;
	margin-top: 9px;
	padding: 4px 5px;
  width:210px;
}

.reservationFormTextDate{
  width:98px;
}
.reservationFormField img{
	padding:5px;
	padding-top:15px;
}

.reservationFormTextNumber{
  width:81px;
}
.reservationFormTextArea {
  height: 134px;
  width: 210px;
  border: 2px solid #D9D9D9;  
}
.reservationFormSubmit {
  margin-top: 20px;
  font-family: "Trebuchet MS";
  color: #686868;
  font-size: 11px;
}
.reservationFormInputSubmit {
  float: left;
	background-color: #74207c;
  border: 0px;
  width: 90px;
  height: 26px;
  color: #ffffff;
  font-size: 13px;
}
.resevationFormTextAfterSubmit {
  float:left;
	margin: -12px 0px 0px 10px;
  height: 26px;
}
.reservationFormMandatory {
  font-family: "Trebuchet MS";
  font-size: 10px;
  color: #686868;
}
.rightLocationImage {
  float: left;
}
.rightLocationDetail {
  margin-left:93px;
}
.error_list {
  margin: 0px;
  padding: 0px;
  color:#F00;
  list-style-type: none;
}
/** END FORMULIER ADDONS **/


/** START SEARCH ADDONS **/
/* top search */
.searchDropDownTop {
	float:left;
  width:284px;
  height:34px;
  margin-left:8px;
  border: solid 2px #000;
  padding: 0px;
  background-color: #ffffff;
}

.searchDropDownTop a:link,
.searchDropDownTop a:active,
.searchDropDownTop a:visited {
  color: #848484;
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  font-weight:bold;
}
.searchDropdownTopFirst {
  margin:10px 0px 0px 10px;
  text-align:center;
  float:left;
  font-family: Arial;
  display:block;
  width:250px;
}
.searchDropdownTopArrow {
  background-color: #74207c;
  border: 0px;
  display: inline;
  float: right;
  margin: 8px 5px 0px 0px;
}
.menuanchorTop {
  float:left;
  width:284px;
  height:34px
}
.anylinkmenuTop {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  outline: none;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0px 0px 0px -2px;
  padding: 0px 0px 0px 0px;
  width: 284px; 
  line-height: 23px;
  visibility: hidden;
  font-size: 14px;
  font-family: "Trebuchet MS";
  z-index: 100; /* zIndex should be greater than that of shadow's below */
}
.anylinkmenuTop ul{
  background-color: #ffffff;
  color: #848484;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.anylinkmenuTop ul li{
  border-top: 1px solid #000;
}
.anylinkmenuTop ul li a:link,
.anylinkmenuTop ul li a:active,
.anylinkmenuTop ul li a:visited {
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
  color: #848484;
}
.anylinkmenuTop a:hover{ /*hover background color*/
	background: #ffffff;
	color: #74207c;
}

/* End top search */
.searchAdvancedTop {
  margin-top: 0px;
  line-height: 20px;
  padding: 11px 20px 0px 20px;
}

.searchDropDown {
  width:174px;
  height: 26px;
  border: 2px solid #9E9E9E;
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
}
.searchDropDown a:link,
.searchDropDown a:visited,
.searchDropDown a:active {
  color: #74207c;
  text-decoration: none;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight:bold;
}

.searchDropDown a:hover {
  color: #74207c;
}

.searchDropdownFirst {
  margin:2px 0px 0px 9px;
  float:left;
}
.searchDropdownArrow {
  border: 0px;
  display: inline;
  float: right;
  margin: 3px 5px 0px 0px;
  background-color: #74207c;
}
.menuanchorotherclass {
  float:left;
  margin-top: 1px;
  width:174px;
  height:24px
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
  outline: none;
}
.anylinkmenu {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  outline: none;
  border-right: 2px solid #9E9E9E;
  border-left: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E;
  margin: 1px 0px 0px -2px;
  padding: 0px 0px 0px 0px;
  width: 174px; 
  line-height: 23px;
  visibility: hidden;
  font-size: 14px;
  font-family: "Trebuchet MS";
  z-index: 100; /* zIndex should be greater than that of shadow's below */
}
.anylinkmenu ul{
  background-color: #ffffff;
  color: #74207c;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.anylinkmenu ul li{
  border-top: 1px solid #74207c;
}
.anylinkmenu ul li a:link,
.anylinkmenu ul li a:active,
.anylinkmenu ul li a:visited {
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
  color: #74207c;
}
.anylinkmenu a:hover{ /*hover background color*/
background: #ffffff;
color: #74207c;
}
.anylinkmenucols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #ffffff;
}
.anylinkmenucols li{
padding-bottom: 3px;
}
.anylinkmenucols .column{
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #ffffff;
}
.anylinkmenucols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkshadow {
  display: none;
}
.searchBoxTitle {
  color: #6e7310;
  float:left;
  margin-top: 5px;
  margin-right: 9px;
  width: 76px;
  text-align: right;
}
.searchBoxInfo {
  margin:15px 12px 0px 0px;
}
.searchBoxInfoCount {
  float: left;
  color: #74207c;
  margin-left:7px;
}
.searchBoxSubmitButton {
	float: right;
	width: 81px;
	height: 26px;
	background-color: #74207c;
	border: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ffffff;
	cursor:pointer;
}
.bInputExtended {
  width: 170px;
  height: 18px;
  border: 2px solid #9E9E9E;
  font-weight: bold;
  padding: 5px 2px;
  color: #74207c;
  font-size: 14px;
}

.bSearchPanelLabelField {
  height:30px;
  width:263px;
  float:left;
}
/** END SEARCH ADDONS **/


/** RIGHT SIDE **/
.rightSide {
  float:left;
  width:347px;
}
.searchBox {
  height:70px;
  background-color: #74207c;
  font-size:14px;
}
.searchSubmitWrapper {
  float:left;
  background-color: #490051;
  width:37px; 
  height:38px;
  margin-left: 6px;
}

.searchSubmit {
  width:37px;
  height:38px;
  background: transparent url(../../../images/frontend/portal/icon_search.png) no-repeat center;
  border: none;
  cursor: pointer;
}

.searchBoxInput {
  width: 284px;
  float:left;
	height:23px;
  border: solid 2px #000;
  text-align:center;
  padding-top: 10px;
  color: #848484;
  font-weight:bold;
  font-family: Arial;
  font-size: 14px;
  margin-left:8px;
}
.searchTypes {
	background-color: #ffffff;
  font-size: 11px;
  width: 347px;
  margin-top: 8px;
  height: 24px;
  color: #969696;
}
.searchTypesList {
  margin: 0px;
  padding: 0px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

.searchTypesListInfo {
	float:right;
	margin-top: 5px;
}
.searchTypesListInfo a:link,
.searchTypesListInfo a:visited,
.searchTypesListInfo a:active {
	color: #969696;
	text-decoration: none;
}
.searchTypesList li.active {
	-moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
}
.searchTypesList li.active a:link {
  color: #ffffff;
  background-color: #74207c;
}
.searchTypesList li.active a:visited {
  color: #ffffff;
  background-color: #74207c;
}
.searchTypesList li.active a:active {
  color: #ffffff;
  background-color: #74207c;
}
.searchTypesList li.active a:hover {
  color: #ffffff;
  background-color: #74207c;
}
.searchTypesList li.active a:link,
.searchTypesList li.active a:visited,
.searchTypesList li.active a:active {
  color: #ffffff;
}
.searchTypesList li {
  float:left;
	display:block;
  list-style-type:none;
  margin:0px;
  padding:0px;
}

.searchTypesList li a:link,
.searchTypesList li a:visited,
.searchTypesList li a:active {
  float:left;
  outline: none;
	display:block;
  color: #969696;
  text-decoration: none;
  padding: 5px 10px;
}
.searchTypesList li a:hover {
  background-color: #490051;
}

.bContentCenterTopImage {
  height:275px;
  background: transparent url(../../../images/frontend/portal/young_people.gif) no-repeat center;
}


.rightBoxItem {
  font-family: "Trebuchet MS";
}
.rightBoxItemHomepage {
	height:31px;
  margin-top:16px;
}
.rightBoxItemHead {
	height:48px;
  color: #ffffff;
	background-color: #74207c;
}
.rightBoxItemTitle {
  font-size:14px;
  line-height:18px;
  margin: 0px;
  padding: 15px 0px 15px 20px;
  text-transform: uppercase;
}

.rightBoxItemContent {
  background-color:#E3E3E3;
  font-size:12px;
  padding: 18px 24px;
  line-height:20px;
  color: #686868;
}
.rightBoxItemContentCategory {
  padding: 0px;
}

.rightBoxItemContentReservation {
  padding: 18px 20px;
}
.rightBoxItemContentHomepage {
  background-color:#E3E3E3;
  font-size:12px;
  color: #74207c;
}
.rightBoxList li:hover, .rightBoxList li:hover a {
  color: #519fff;
}

.rightBoxItemContentSubcategory {
  padding: 18px 16px;
}

.rightBoxList {
  margin: 0px;
  line-height: 25px;
  margin-left: 20px;
  padding: 12px;
}
.rightBoxList a:link, .rightBoxList a:visited, .rightBoxList a:active {
  color: #74207c;
}
.rightBoxList a:hover {
  color: #519fff;
}

.tagsCloud {
  margin-top:23px;
  font-family: "Trebuchet MS";
}
.tagsCloudContent {
  margin-top: 3px;
  line-height: 30px;
}
.tagsCloud1 {
  font-size: 12px;
}
.tagsCloud2 {
  font-size: 16px;
}
.tagsCloud3 {
  font-size: 20px;
}

.tagsCloudContent a:link, .tagsCloudContent a:visited, .tagsCloudContent a:active {
  color: #9D9D9D;
}
.tagsCloudContent a:hover {
  color: #74207c;
}

.rightSideBlueTitle {
  padding: 4px 4px 4px 0px;
  font-size: 22px;
  color: #519fff;
  text-transform:uppercase;
}
/** END RIGHT SIDE **/

/** FOOTER **/
.footerContainer{
	width:100%;
	background-color:#74207c;
}
.footer {
  width: 960px;
  margin: auto;
}
.footer a:link,
.footer a:active,
.footer a:visited {
	color: #ffffff;
}
.footer a:hover{
	color: #519fff;
}
.footerContent {
  height: 261px;
  color: #ffffff;
}
.footerInfoBox {
	background-color: #519fff;
	width: 285px;  
  padding:20px 0px 0px 20px;
  font-family: "Trebuchet MS";
  text-transform: uppercase;
}
.footerSiteDomain{
	font-size:22px;
	margin:0px;
}
.footerInfoBoxItems{
	margin:16px 0px 20px 0px;
	padding: 0px;
}
.footerInfoBoxItems img{
	padding-right:5px;
	display:inline;
}
.footerInfoBoxItems a:link,
.footerInfoBoxItems a:active,
.footerInfoBoxItems a:visited {
	color: #ffffff;
}
ul .mailIcon  { 
	list-style-type: none;
	vertical-align:bottom;
}
ul .phoneIcon {
  list-style-type: none;
  vertical-align:middle;
}
ul .phonePurpleIcon  { 
  list-style-type: none;
  vertical-align:middle;
}
ul .mailPurpleIcon  { 
  list-style-type: none;
  vertical-align:middle;
}
ul .formPurpleIcon  { 
  list-style-type: none;
  vertical-align:middle;
}

.footerListBox {
  margin-left:21px;
  float:left;
  font-size:12px;
  width:180px;
}
.footerListTitle
{
  margin:26px 0px 20px 0px;
  font-size:13px;
  font-weight:bold;
} 
.footerList {
  margin:0px;
  line-height:25px;
  padding-left:21px;
}
.footerList li:hover, .footerList li:hover a{
  color: #519fff;
}
.infoBoxItems {
  margin: 16px 0px 20px;
  padding: 0px;
}
.infoBoxItems img{
	background-color: #74207c;
  margin-right:5px;
  display:inline;
}
.infoBoxItems a:link,
.infoBoxItems a:active,
.infoBoxItems a:visited {
	color: #74207c;
}
.mailIcon a:hover {
  color: #ffffff;
}
/** END FOOTER **/


/** FIXES **/
.flLeft {
  float: left;
}
.flRight {
  float: right;
}

.mgleft3 {
  margin-left: 3px;
}
.mgleft4 {
  margin-left: 4px;
}
.mgleft12 {
	margin-left: 12px;
}
.mgleft22 {
  margin-left: 22px;
}
.mgleft28 {
  margin-left: 28px;
}
.mgleft40 {
  margin-left: 40px;
}
.mgright22 {
	margin-right: 22px;
}
.mgtop5 {
  margin-top: 5px;
}
.mgtop12 {
  margin-top: 12px;
}
.mgtop16 {
  margin-top: 16px;
}
.mgtop18 {
  margin-top: 18px;
}
.mgtop20 {
  margin-top: 20px;
}
.mgtop23 {
  margin-top: 23px;
}
.mgtop25 {
  margin-top: 25px;
}
.mgtop57 {
  margin-top: 57px;
}
.mgtop60 {
  margin-top: 60px;
}
.mgtop70 {
  margin-top: 70px;
}
.spacer17{
	height:17px;
	margin: 0px;
	padding: 0px;
}
.spacer18{
	height:18px;
	margin: 0px;
	padding: 0px;
}
.spacer29{
	height:29px;
	margin: 0px;
	padding: 0px;
}
.spacer52{
	height:52px;
	margin: 0px;
	padding: 0px;
}
.outlineElement {
  outline: 1px solid blue;
}
.outlineElementClicked {
  outline: 1px solid red;
}
#ui-datepicker-div{
	display: none;
}

/** END FIXES **/
