/* GENERAL CSS */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #030c75
}
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}
A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
SMALL   {
    font-size:  8px;
}
BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}
UL LI   {
    list-style-type: square ;
}
UL LI LI    {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI   {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* HWS CSS */
a, a:link, a:visited, a:active  {
    text-decoration: underline;
    color: #272727;
}
a:hover {
	color:  #272727;
	text-decoration: none;
}
a.blue, 
a.blue:link, 
a.blue:visited, 
a.blue:active {
    color: #000066;
	font-weight: bold;
    text-decoration: underline;
}
a.blue:hover {
	text-decoration: none;
}
.SelectedTab {
	color: #FFF;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
.SelectedTab a, .SelectedTab a:link, .SelectedTab a:active, .SelectedTab a:visited, .SelectedTab a:hover {
	color:#FFF;
	text-decoration: none;
}
.OtherTabs {
	color: #FFF;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
a.OtherTabs:link, a.OtherTabs:active, a.OtherTabs:visited {
	color:#FFF;
	text-decoration: none;
}
a.OtherTabs:hover {
	color:#FFF;
    text-decoration: underline;
}
.LeftMenuItem {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(images/navigation/nav_divider.jpg);
	background-position: 21px bottom;
	background-repeat: no-repeat;
	width: 100%;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	text-decoration: none;
	color: #000;
}
.LeftMenuItem a:hover {
	text-decoration: none;
	color: #003961;
}
.LeftMenuItem img {
	border: 0px;
	margin-right: 7px;
}
.RightMenuItem {
	color: #FFF;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(images/content/rightmenuItemsSeparator.jpg);
	background-position: bottom;
	text-align: left;
	background-repeat: no-repeat;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #425f73;
}
.RightMenuItem a, .RightMenuItem a:visited, .RightMenuItem a:link {
	text-decoration: none;
	color: #FFF;
}
.RightMenuItem a:hover {
	text-decoration: underline;
}
.RightMenuItem img {
	border: 0px;
	margin-right: 6px;
}
.BottomMenuItem {
	color: #FFF;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	vertical-align: top;
	padding-top: 4px;
}
.BottomMenuItem a, .BottomMenuItem a:visited, .BottomMenuItem a:link {
	color: #FFF;
	text-decoration: none;
}
.BottomMenuItem a:hover {
	text-decoration: underline;
}
.MLLanguageMenuMenuCell {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border: 0px;
}
body {
	background-color: #a39175;
	padding-top: 3px;
	margin: 0px;
}
p, .Normal {
	color: #494949;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px;
}
#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003961;
	background-image: url(images/titles/titleMainpageBack.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#pageTitle a, #pageTitle a:visited, #pageTitle a:link, #pageTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003961;
}
.imgNoborder {
	border: 0px;
}
.imgBorder {
	margin-right: 12px;
}
#wrapper {
	width: 784px;
}
#wrapper #top {
	height: 12px;
	background-image: url(images/wrapper/wrapper_t.jpg);
}
#wrapper #topLeft {
	float: left;
	width: 50%;
	background-image: url(images/wrapper/wrapper_tl.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 12px;
	text-align: left;
}
#wrapper #topRight {
	float: right;
	width: 50%;
	background-image: url(images/wrapper/wrapper_tr.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 12px;
	text-align: right;
}
#wrapper #left {
	width: 12px;
	background-image: url(images/wrapper/wrapper_l.jpg);
	vertical-align: top;
	background-repeat: repeat-y;
}
#wrapper #left span {
	width: 12px;
	background-image: url(images/wrapper/wrapper_lh.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
	display: block;
	height: 48px;
}
#wrapper #right {
	width: 12px;
	background-image: url(images/wrapper/wrapper_r.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
#wrapper #right span {
	width: 12px;
	background-image: url(images/wrapper/wrapper_rh.jpg);
	vertical-align: top;
	background-repeat: no-repeat;
	display: block;
	height: 48px;
}
#wrapper #bottom {
	height: 12px;
	background-image: url(images/wrapper/wrapper_b.jpg);
	background-repeat: repeat-x;
}
#wrapper #bottomLeft {
	float: left;
	width: 50%;
	background-image: url(images/wrapper/wrapper_bl.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 12px;
	text-align: left;
}
#wrapper #bottomRight {
	float: right;
	width: 50%;
	background-image: url(images/wrapper/wrapper_br.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 12px;
	text-align: right;
}
#wrapper .bottomItems {
	padding-right: 23px;
	padding-left: 24px;
}
#wrapper .bottomItems .BottomNavigationPane {
	text-align: left;
	float: left;
	width: 60%;
}
#wrapper .bottomItems .copyright {
	text-align: right;
	float: right;
	width: 40%;
}
#enclose {
	width: 760px;
	background-color: #FFF;
}
#enclose #topLeft {
	float: left;
	width: 50%;
	background-image: url(images/enclose/enclose_tl.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 8px;
	text-align: left;
}
#enclose #topRight {
	float: right;
	width: 50%;
	background-image: url(images/enclose/enclose_tr.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 8px;
	text-align: right;
}
#enclose #left {
	background-image: url(images/enclose/enclose_l.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 8px;
	vertical-align: top;
}
#enclose #right {
	vertical-align: top;
	width: 8px;
	background-image: url(images/enclose/enclose_r.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#enclose #bottom {
	vertical-align: top;
	background-image: url(images/enclose/enclose_b.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
#structure {
	width: 744px;
	background-color: #FFF;
	vertical-align: top;
}
#structure #canvas {
	width: 744px;
}
#structure #header {
	background-image: url(images/header/headerBack.jpg);
	background-repeat: no-repeat;
	text-align: right;
	width: 556px;
}
#structure #header img {
	margin-right: 5px;
	margin-top: 5px;
}
#structure #header .ml {
	width: 73px;
	height: 19px;
	float: right;
	margin-left: 7px;
	margin-right: 23px;
}
#structure #mainpageContainer {
	width: 744px;
}
.LeftNavigationPane {
	text-align: left;
	vertical-align: top;
	width: 169px;
	padding-right: 11px;
}
.RightNavigationPane {
	text-align: left;
	vertical-align: top;
	width: 194px;
	background-image: url(images/content/mainpageLatestnewsBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #003961;
	padding: 12px;
}
.mainpageContent {
	background-color: #f3f3f3;
	background-image: url(images/content/mainpageContentBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 307px;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 12px;
	vertical-align: top;
}
.latestnewsContent {
	background-color: #003961;
	background-image: url(images/content/mainpageLatestnewsBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 194px;
	padding: 12px;
}
.latestnewsContent a {
	color: #FFF;
	text-decoration: underline;
}
.latestnewsContent a:hover {
	color: #FFF;
	text-decoration: none;
}
.2panelContent {
	background-color: #f3f3f3;
	background-image: url(images/content/2panelContentBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 532px;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 12px;
	vertical-align: top;
}
.3panelContent {
	background-color: #f3f3f3;
	background-image: url(images/content/3panelContentBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 306px;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 12px;
	vertical-align: top;
}
#detailBack {
	background-image: url(/Portals/44/images/touroperators/detailBack.jpg);
	font-family: Tahoma, Verdana;
	font-size: 9px;
	color: #848484;
	line-height: 9px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 22px;
}
#detailBack a:link, a:active, a:visited {
	color: #848484;
	text-decoration: none;
}
#detailBack a:hover {
	color: #000;
	text-decoration: none;
}
#detailBack #small {
	margin-bottom: 4px;
	height: 7px;
}
#detailBack #large {
	height: 7px;
}
.ContactInfoPane {
	padding-top: 12px;
	padding-left: 12px;
}
.ContactInfoPane p {
	font-family: 9;
}
h1.home {
	color: #4B555A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
/*--------------------------------------------------------------------------
Lightbox
--------------------------------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../Portals/_default/Skins/bellavista_skin/graphics/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../Portals/_default/Skins/bellavista_skin/graphics/lightbox/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../Portals/_default/Skins/bellavista_skin/graphics/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

