﻿body{
    background:url(/img/bgr.jpg) top repeat-x #066CAA;
    font-size:62.5%;
    font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
    width:100%;
    min-width: 820px;
}
/*start--remove dotted border from links in FF */
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}
/*end--remove dotted border from links in FF */
.ui-layout-pane-north {
  border-bottom: none;
}
.bnFrame {
    width: 100%;
    height: 700px;
    border-color: #666;
    border-width: 2px;
    margin-left: 0px;
}
.notificationViewerHeader {
    height:100px
}
.notificationViewerHeader .headerLogo {
    border: none;
    background-image:url(/img/logo-viewer.png);
	background-repeat:no-repeat;
	display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    text-indent:-9999px;
    width: 285px;
    height: 85px;
}
.notificationViewerHeader h1 {
    padding-top:10px;
    padding-left:20px;
    color:#404040;
    font-size:24px;
    font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration: none;
}
.notificationViewerHeader .headerButtonsLeft {
    float: left;
    margin-left:50px;
}
.notificationViewerHeader .headerButtonsRight {
    float: right;
    margin-right:90px;
}
/*
.shareReport {
    color:#FFF;
    font:12px/16px "trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight:bold;
    position: absolute;
    top: 113px;
    left: 650px;
}
*/
.headerInvite {
    position: absolute;
    top: 20px;
    left: 680px;
    text-indent:-9999px;
    width: 250px;
}
.headerInvite a {
	background-image:url(/img/viewer_invite.png);
	background-repeat:no-repeat;
	display: block;
    /*width: 250px;*/
    height: 150px;
}
.headerSignup {
    position: absolute;
    top: 20px;
    left: 680px;
    text-indent:-9999px;
    width: 250px;
}
.headerSignup a {
	background-image:url(/img/viewer_signup.png);
	background-repeat:no-repeat;
	display: block;
    /*width: 250px;*/
    height: 150px;
}
#toolbar {
    margin: 10px 0px 10px 10px;
    width: 70%;
}
#toolbarLabel {
    width: 173px;
    height:40px;
    background-image:url(/img/viewer_toolbar_label.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	display: block;
	float: left;
}
.kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(/img/no_flicker.jpg); /*some browsers are too slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
     margin-left: 172px; /* offset for viewer label */
}  
.kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 80px; /* set to 80 = width of icon portion in unrevealed state*/
	height: 40px;
	margin-right: 0px;
	background-image:url(/img/kwicks_sprite.png);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}
#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-190px 0px;/* set to -190 = button 2 starting point in sprite*/
}
#kwick3 {
	background-position:-380px 0px;
}
#kwick4 { 
	background-position:-570px 0px;
}
#kwick5 { 
	background-position:-760px 0px;
}
#kwick6 { 
	background-position:-950px 0px;
}
#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -190px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -380px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -570px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -760px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -950px bottom; 
}
/* round-corner endcaps for the toolbar 
#kwick1 a{
	background-image:url(/img/end.png);
	background-repeat:no-repeat;
	background-position: left 0px;
}
#kwick1 a:hover{
	background-position: left -80px;
}
*/
#kwick6 a{
	background-image:url(/img/end.png);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick6 a:hover{
	background-position: right -120px;
}
.toggleShareEmailPanel { 
    width: 190px; 
    /*height: 215px;*/ 
    position:absolute; 
    top: 150px; 
    left:181px; 
}
#shareEmailPanel { 
    width: 180px; 
    height: 285px; 
    padding: 0.4em;
    display: none; 
}
#shareEmailPanel.safariHeight {
    height: 245px; 
}
#shareEmailPanel.firefoxmacHeight {
    height: 260px; 
}
#shareEmailPanel h3 { 
    padding: 0em; 
    text-align: center; 
    font-size: 90%;
    margin: 7px 10px 7px 10px;
    color: #4F4F4F;
}
#shareEmailPanel ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#shareEmailPanel a {
    color: #666666;
    text-decoration: none;
    font-size: 110%;
}
#shareEmailPanel a:hover {
    text-decoration: underline;
}
#shareEmailPanel li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#shareEmailPanel li.buttonRow {
    float:right;
    margin-right: 10px;
    clear: both;
}
#shareEmailPanel ul {
  list-style: none;
  margin-left:10px;
}
#shareEmailPanel label {
  margin: 5px 0 0 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: bold;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  display: block;
  color: #666666;
}
#shareEmailPanel input.text {
  color: #666;
  font-size: 110%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  margin: 0px;
  display: block;
  width: 150px;
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
#shareEmailPanel textarea.text {
  color: #666;
  font-size: 110%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  margin: 0 0 10px 0;
  display: block;
  width: 150px;
  height: 30px;
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
#shareEmailPanel small {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#shareEmailPanel small {
  font-size: 90%;
  line-height: 90%;
  display: block;
  margin: 3px 0 5px 5px;
  color: #666666;
}
#shareEmailPanel button {
  color: #ffffff !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 2px 4px;
  background-color: #59B659;
  border: 1px solid #2BC4F3;
  border-right-color: #0095DA;
  border-bottom-color: #0095DA;
  /*background-color: #99cc66;
  border: 1px solid #c4e2a7;
  border-right-color: #75a848;
  border-bottom-color: #75a848;*/
}
#shareEmailPanel button:hover {
  text-decoration: none;
  border-color: #0095DA;
}
#shareEmailPanel span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
#shareEmailPanel .textBetween {
    color: #333333;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 2px 0 2px;
}
#outerWrapper span.disableScout {
    position: absolute;
    top: 140px;
    left: 880px;
    display: block;
    width: 85px;
}
#outerWrapper span.disableScout a, #outerWrapper span.disableScout a:active {
    color: white;
    float: right;
    margin-right: 20px;
    border-bottom: 1px dotted white;
    text-decoration: none;
}
#outerWrapper span.disableScout a:hover {
    color: #0B6CC0;
    float: right;
    margin-right: 20px;
    border-bottom: 1px dotted #0B6CC0;
    text-decoration: none;
}