body {
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main
{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#float-over-map
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 434343434;
}

#logo
{
  position: fixed;
  top: 10px;
  right: 10px;
  
  z-index: 10;
}

#logo_panel
{
  width: 295px;
  height: 59px;
  text-align: center;
}

.large_avatar
{
  width: 75px;
  height: 75px;
  text-align: center;  
}

.small_avatar
{
  width: 32px;
  height: 32px;
  text-align: center;  
}

.avatar_icon
{
  border: 3px solid #eee;
}


/* Style IFRAME Background*/
#currentWindow_content
{
	background: transparent url(/stylesheets/themes/mac/bg.png);
}
#meetingRequestWindow_content
{
	background: transparent url(/stylesheets/themes/mac/bg.png);
}
#meetingAcceptWindow_content
{
	background: transparent url(/stylesheets/themes/mac/bg.png);
}

#welcome
{
  color: #fff;
  
  z-index: 353543;
	background: #111 url(../images/logo_bg.png);
  text-align: center;
  border: 2px solid #fff;
  height: 415px;
  width: 450px;
  position: absolute;
  
  left:0;
  right:0;
  top:0;
  bottom:0;    
  
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;  

}

#welcome h1
{
  padding-top: 10px;
  margin: 0;
}

#welcome .welcome-logo
{
  margin: 0;
}

#welcome p
{
  margin-left: 30px;
  margin-right: 30px;
}
.instruct
{
  line-height: 40px;
  text-align: left;
}
.instruct strong { display: block; margin-top: -15px; margin-left: 10px; margin-bottom: -5px; }
.instruct img { vertical-align: middle; margin-right: 10px; margin-left: 20px }
.closeHelp { position: absolute; right: 5px; top: 5px;}

#logo_buttons
{
  display: block;
  margin-top: -5px;
  padding-right: 40px;
  text-align: right;
}

#logo_block
{
  margin-top: -5px;
}

#logo_panel
{
  overflow:hidden;
}

#logo_panel a,
#logo_buttons a
{
  color: #fff;
}