/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2010.05.31
   PURPOSE:   Styles for the LAYOUT
   CUSTOMER:  MONTEVERITA
 **************************************************************/
#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:970px;
	min-height: 610px;
	z-index:1;
	background-image: url(../graphics/bg/bg_wrapper.png);
	background-repeat: repeat-y;
	border-right: 1px solid #FFFFFF;
}
#wrapper-left {
	float: left;
	width:240px;
	min-height:610px;
	background-image: url(../graphics/bg/monteverita_leftbg.gif);
	background-repeat: no-repeat;
}
#wrapper-right {
	float: right;
	width:700px;
}
#leftmenu {
	margin:0px;
	margin-top:17px;	
	padding-left:10px;
	padding-right:0px;	
	width:240px;
}
#leftmenu .menutitle {
	color: #FFF;
	background-image:url(../graphics/bg/monteverita_lefttitle.png); 
	background-repeat:no-repeat; 
	text-transform:lowercase; 
	padding-left: 10px;
	font-weight:bold;
	font-size:12px;
	width: 200px;
	display:block;
}
#leftmenu a.menuleft,
#leftmenu a:visited.menuleft {
	color: #000;
	text-transform:lowercase;
	padding-left: 10px;
	font-weight:bold;
	font-size:12px;
	width: 200px;
	display:block;
	text-decoration:none;
	margin-top: 5px;
	margin-bottom: 5px;	
}
#leftmenu a:hover.menuleft, 
#leftmenu .selected{
	color: #000;
	background-image:url(../graphics/bg/monteverita_menuleft.png);
	background-repeat:no-repeat;
	text-transform:lowercase;
	padding-left: 10px;
	font-weight:bold;
	font-size:12px;
	width: 200px;
	display:block;
	text-decoration:none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#webcam {
	margin-top: 20px;
	width: 152px;
	height: 116px;
	background-image:url(../graphics/bg/monteverita_webcam.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top: 6px;
}
#bannerleft {
	margin-top: 0px;
	width: 152px;
	text-align:center;
	padding-top: 5px;
}
#tools {
	margin: 0px;
	margin-left:580px;
	margin-top:0px;
	width:113px;
	height:22px;
}
#menu {
	margin-top:1px;
	margin-right:10px;	
	width:680px;
	height:37px;
}
#content {
	margin-top:50px;
	margin-right:10px;	
	width:680px;
}
#footer {
	float: left;
	width:950px;
	height:145px;
	padding: 10px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-position: right bottom;
	background-image: url(../graphics/bg/monteverita_footerbg.png);
	background-repeat:no-repeat;
	font-size: 10px;
}
#footer-left {
	float: left;
	margin-top: 105px;
	width: 450px;
	
}
#footer-right {
	float: right;
	margin-top: 40px;	
	width: 450px;
	text-align:right; 
}
 
/**************************************************************
masterContent & detailContent
 **************************************************************/
a.detailContent img, a:visited.detailContent img {
	float: left;
	margin: 3px;
	border: 3px solid #dcdcdc;
}
a:hover.detailContent img {
	border: 3px solid #000000;
}
/**************************************************************
THUMBNAILS BLOCK CLASS: Link to the details
 **************************************************************/
a.thumbnailsBlock, a:visited.thumbnailsBlock {
	text-decoration: none;
	font-size: 9px;
	font-style: italic; 
	text-align: center;
	padding: 10px;
	margin: 3px;
	margin-right: 0px;
	border: 1px solid #C2C2C2;
	width: 110px;
	height: 175px;	
	display: block;
	float: left;
	background-color: #F0F0F0;
}
a:hover.thumbnailsBlock {
	background-color: #BCBCBC;
	border-color: #525252;
}

a.thumbnailsBlockVideo, a:visited.thumbnailsBlockVideo {
	width: 150px;
}
/**************************************************************
   Generic Display 
 **************************************************************/
.block {
  display: block;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 15px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.alignCenter {
	text-align: center;
}
.hidden {
	visibility: hidden;  
}