/*  HTML5 Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


 /* Primary Styles
    Author: Chaotic Creations
 */
 
/* Essential styles + structure */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
}
p {
	margin: 0 0 10px 0;
}
a:visited {
	color: #b38f00;	
}
a:active {
	color: #ffde59;		
}
h1 {
	font-family: 'Droid Serif', Times, serif;	
}
::-moz-selection{ background: #efbf00; color:#000; text-shadow: none; }
::selection { background:#efbf00; color:#000; text-shadow: none; } 

#container {
	margin: 0 auto;
	width: 995px;
}
#mainWindow 
{
    background: #ecd49c url(//images.fallenlondon.com/profile/journal_BG_Middle.png);
	width: 731px;
	float: right;	
}
#main {
	display: block;
	clear:both;
	overflow: hidden;
}

/* Header styles */
header.main {
	background: url(//images.fallenlondon.com/profile/header_bg.jpg) no-repeat;
	height: 155px;		
}
h1.logo {
	background: url(//images.fallenlondon.com/profile/echoBazaarLogo.png) no-repeat;
	width: 370px;
	height: 60px;
	overflow: hidden;
	text-indent: -999px;	
}
header summary {
	font-family: 'Droid Serif', Times, serif;
	font-weight: 600;
	font-size: 14px;
	text-shadow: 0px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	width: 730px;
	display: block;
}
header summary em {
	color: #efbf00;
	font-style: normal;	
}
#header_cta {
	width: 230px;
	float: right;
	margin-top: 40px;
	font-family: 'Droid Serif', Times, serif;
	font-weight: bold;
	text-align: center;
	color: #efbf00;
}
#header_cta .button-cta {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 1em;
}
.button-cta {
    display: inline-block;
    padding: 0.8em 1.2em;
    background: #3ca545;
    background: -moz-linear-gradient(top, #3ca545 1%, #55f164 12%, #3ca545 49%, #32883a 51%, #103d12 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3ca545), color-stop(12%,#55f164), color-stop(49%,#3ca545), color-stop(51%,#32883a), color-stop(100%,#103d12));
    background: -webkit-linear-gradient(top, #3ca545 1%,#55f164 12%,#3ca545 49%,#32883a 51%,#103d12 100%);
    background: -o-linear-gradient(top, #3ca545 1%,#55f164 12%,#3ca545 49%,#32883a 51%,#103d12 100%);
    background: -ms-linear-gradient(top, #3ca545 1%,#55f164 12%,#3ca545 49%,#32883a 51%,#103d12 100%);
    background: linear-gradient(to bottom, #3ca545 1%,#55f164 12%,#3ca545 49%,#32883a 51%,#103d12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca545', endColorstr='#103d12',GradientType=0 );
    border: 1px solid #01ab0b;
    box-shadow: inset 0 0 1px #57f265, 0 2px 8px #000000;
    border-radius: 3px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Droid Serif', Times, serif;
    text-shadow: 0 1px 3px #000000;
}
.button-cta:hover, .button-cta:focus 
{
    background: #45bc4d;
    background: -moz-linear-gradient(top, #45bc4d 0%, #5eff5b 12%, #49c65c 49%, #40ad4c 52%, #207739 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45bc4d), color-stop(12%,#5eff5b), color-stop(49%,#49c65c), color-stop(52%,#40ad4c), color-stop(100%,#207739));
    background: -webkit-linear-gradient(top, #45bc4d 0%,#5eff5b 12%,#49c65c 49%,#40ad4c 52%,#207739 100%);
    background: -o-linear-gradient(top, #45bc4d 0%,#5eff5b 12%,#49c65c 49%,#40ad4c 52%,#207739 100%);
    background: -ms-linear-gradient(top, #45bc4d 0%,#5eff5b 12%,#49c65c 49%,#40ad4c 52%,#207739 100%);
    background: linear-gradient(to bottom, #45bc4d 0%,#5eff5b 12%,#49c65c 49%,#40ad4c 52%,#207739 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45bc4d', endColorstr='#207739',GradientType=0 );
}
.button-cta:visited {
    color: #FFFFFF;
}
#socialLinks {
	float: right;
	background: #3E3424; /* old browsers */
	background: -moz-linear-gradient(top, #3E3424 0%, #1d150a 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E3424), color-stop(100%,#1d150a)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3424', endColorstr='#1d150a',GradientType=0 ); /* ie */
	border-top: 1px solid #62594c;
	padding: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#socialLinks h1 {
	float: left;
	color: #c7aa7b;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-shadow: 0px 1px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	font-size: 11px;
}
#socialLinks ul {
	display: inline;
}
#socialLinks li {
	float: left;
	margin: 0 0 0 5px;
}
#socialLinks li a {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -999px;
}
#socialLinks li a:hover {
	background-position: 0 -18px;	
}
#socialLinks * 
{
    color:#FFFFFF;
    }
.facebookLink {
	background: url(//images.fallenlondon.com/profile/social_btn_facebook.png) 0 0 no-repeat;	
}

/* Sidebar styles */
#sidebar {
	width: 263px;
	float: left;	
}
.sidebarTop {
	display: block;
	background: url(//images.fallenlondon.com/profile/sidebar_BG_top.png) no-repeat;	
	width: 263px;
	height: 25px;
}
.sidebarBottom {
	display: block;
	background: url(//images.fallenlondon.com/profile/sidebar_BG_bottom.png) no-repeat;	
	width: 264px;
	height: 42px;
}
.sidebarInner {
	background: #3c1b0d url(//images.fallenlondon.com/profile/sidebar_BG_middle.png);
	display: block;		
}

#profileInfo {
	margin: 0 3px 0 10px;
	text-align: center;	
}
#profileInfo h1 {
	color: #efbf00;	
	font-size: 25px !important;
	text-shadow: 0px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
#profileInfo h2 {
	font-size: 11px;
	text-shadow: 0px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
#cameoLodgings {
	margin: 15px 0 0 0;	
	position: relative;
	height: 200px;
}
.cameoLodgingsDeactivated {
	opacity: .5;
}
#cameo {
	background: #000000;
	width: 137px;
	height: 175px;
	position: absolute;
	left: 30px;
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	z-index: 15;
}
#cameoFrame, #lodgingsFrame {
	background: url(//images.fallenlondon.com/profile/profileCameoLodgingsBG.jpg) no-repeat;
	padding: 6px 5px 6px 6px;
	overflow: hidden;
}
#lodgingsFrame details, #cameoFrame details {
	display: block;
	width:128px;
	/*height: 20px;	*/
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 5px;
	text-align: center;
	line-height: 20px;
	color: #efbf00;	
	font-family: 'Droid Serif', Times, serif;
	font-weight: bold;
	font-size: 13px;
}
#lodgings {
	background: #000000;
	width: 137px;
	height: 175px;
	position: absolute;
	left: 80px;
	top: 30px;
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	z-index: 10;
}
.switchBtn span {
	background: url(//images.fallenlondon.com/profile/profile_switchBTN.png)no-repeat center center;
	width: 126px;
	height: 188px;
	position: relative;
	top: -186px;
	display: none;	
	margin-bottom: -186px;
	/*border:1px solid red;*/
}
.switchBtn:hover span{
	display: block;	
}
#userItems, #lodgingItems, #theySay, #lodgingsInfo, #friends {
	margin: 20px 13px 0 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px 10px 0 10px;
	background-color: rgba(0, 0, 0, .6); 
	color: #FFFFFF;
	overflow: hidden;
	font-size: 11px;
}
#theySay .sidebarSectionImg {
	margin-bottom: 10px;	
}
#sidebar section h1 a, 
#sidebar section h1 a:link,
#sidebar section h1 a:active,
#sidebar section h1 a:visited
{
    color: #efbf00;	
    }
#sidebar section h1 {
	color: #efbf00;	
	font-size: 14px;
	margin-bottom: 4px;	
}
#sidebar section a {
	text-decoration: none;
}
#userItems, #lodgingItems {
	padding: 10px 10px 0 0;	
}
#userItems figure, #lodgingItems figure{
	float: left;
	margin: 0 0 10px 10px;	
	width: 63px;
}
.hiddenItems {
	display: none;	
}
.itemFrame{
	background: url(//images.fallenlondon.com/profile/profile_itemFrame.png) no-repeat;	
	width: 44px;
	height:	56px;
	padding: 2px;
	margin: 0 auto;
}
.itemFrame a {
	text-decoration: none;
}
.itemFrame a span , #tooltip{
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, .9); 
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px;
	font-size: 11px;
	color: #FFFFFF;	
	margin: -58px 0 0 56px;
	max-width: 200px;
	border: 1px solid #333333;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
}
.itemFrame a:hover span, #tooltip a:hover span {
	display: block;
}
.itemFrame a span h1, #tooltip h1, #master-tooltip h1{
	display: block;
	color: #efbf00!important;	
	font-size: 14px !important;
	margin-bottom: 5px;
}
.itemFrame a span p {
	margin-bottom: 5px;
}
#userItems figcaption, #lodgingItems figcaption{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin-left: -4px;
}
.sidebarSectionImg {
	background: url(//images.fallenlondon.com/profile/profile_itemFrame.png) no-repeat;
	float: left;
	margin-right:10px;
	padding: 2px;	
}
#friends figure {
	display: block;
	clear: both;
	margin-bottom: 20px;	
}
#sidebar-cta {
    margin-top: 1em;
	text-align: center;
	font-weight: bold;
	color: #efbf00;
}
#sidebar-cta .button-cta {
	margin-top: 0.5em;
	font-size: 1.1em;
	text-transform: uppercase;
}
.article-cta 
{
    float: right;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0.5em 0.8em;
}
.article-cta:hover, .article-cta:focus 
{
    color: #FFFFFF;
}
/* Mantelpiece styles */
.mantelpieceTop {
	display: block;
	background: url(//images.fallenlondon.com/profile/mantelpiece_BG_top.png) no-repeat;	
	width: 731px;
	height: 23px;
}
.mantelpieceBottom {
	display: block;
	background: url(//images.fallenlondon.com/profile/mantelpiece_BG_bottom.png) no-repeat;	
	width: 731px;
	height: 56px;
	clear:both;
}
.mantelpieceInner {
	background: #9c793e url(//images.fallenlondon.com/profile/mantelpiece_BG_middle.png);
	display: block;		
	float:left;
	width:731px;
}
.chosenItemList {
	margin: 0px 0px -20px 25px;	
	overflow: hidden;
	width:45%;
	float:left;
}
.chosenItemList h1 {
	font-size: 20px;
	font-style: italic;
	color: #140d00;	
	margin: 0 0 20px 3px;		
}
.chosenItemList figure {
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px;
	background-color: rgba(0, 0, 0, .6); 
	color: #FFFFFF;
	overflow: hidden;
	font-size: 11px;
	width: 310px;
	float: left;
	margin: 0 20px 20px 0;	
}
.chosenItemList figure h1 {
	color: #efbf00;	
	font-size: 14px;
	font-style: normal;	
	margin-bottom: 5px;
}
.chosenItemList figure p {
	margin-bottom: 0;
}
.chosenItemList figure a {
	color: #efbf00;
	text-decoration: none;
    display: block;
    height: 100%;
}
.chosenItemList figure a:hover {
	color: #ffde59;	
}
.mantelSlot {
	background: url(//images.fallenlondon.com/profile/mantelpiece_SlotFrame.png) no-repeat;	
	width: 40px;
	height:	52px;
	padding: 2px;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	float: left;
	position: relative;
	margin-right: 10px;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
.slotLevel {
	background: url(//images.fallenlondon.com/profile/mantelpiece_slotLevel.png) no-repeat;
	width: 22px;
	height: 22px;
	text-align: center;	
	position: absolute;
	top: 38px;
	left: 28px;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	color: #efbf00;	
}

/* Journal styles */
#journal 
{
    float:left;
    width:100%;
    clear:both;
	display: block;		
}
.journalBottom {
	display: block;
	background: url(//images.fallenlondon.com/profile/journal_BG_Bottom.png) no-repeat;	
	width: 731px;
	height: 31px;	
}
#usersJournal, #pageNavigation {
	margin: 30px 25px;	
}
#usersJournal h1 {
	font-size: 20px;
	font-style: italic;
	color: #251f16;	
	margin: 0 0 20px 3px;	
}
#usersJournal article {
	margin-bottom:30px;
	color: #000000;	
	font-size: 14px;
}
#usersJournal time {
	font-style: italic;	
	font-weight: bold;
	color: #4f422f;
	font-family: 'Droid Serif', Times, serif;	
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}
#usersJournal article h1 {
	font-style: normal;
	margin: 0 0 5px 0;
}
.findOutMore {
	background: url(//images.fallenlondon.com/profile/article_findMore_btn.png) no-repeat left center;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	font-family: 'Droid Serif', Times, serif;
	color: #251f16;	
	font-weight: bold;
	font-style: italic;
}
.findOutMore:hover {
	background-position: 5px center;
	padding: 2px 0 2px 20px;
	color: #251f16;	
}
.favourite {
	/*background: url(//images.fallenlondon.com/profile/article_favouriteBG.png) no-repeat right top;*/
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(239, 191, 0, .3); 
	-webkit-box-shadow: 0px 2px 5px #000000;
	-moz-box-shadow: 0px 2px 5px #000000;
	box-shadow: 0px 2px 5px #000000;
}
#pageNavigation {
	overflow: hidden;	
}
.pageNavBtns {
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 5px;
	background-color: rgba(0, 0, 0, .6); 
	display: block;	
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-shadow: 0px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
.pageNavBtns:hover {
	background-color: rgba(0, 0, 0, .8); 
	color: #FFFFFF;
}
.previous {
	float: left;	
}
.next {
	float: right;	
}

/* Footer styles */
footer {
	clear: both;
	margin: 20px 0;
	background: #3E3424; /* old browsers */
	background: -moz-linear-gradient(top, #3E3424 0%, #1d150a 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E3424), color-stop(100%,#1d150a)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3424', endColorstr='#1d150a',GradientType=0 ); /* ie */
	border-top: 1px solid #62594c;
	padding: 8px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pageInfo {
	display: block;
	text-shadow: 0px 2px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);	
	color: #c7c7c7;
}
.pageInfo a {
	color: #c7c7c7;	
	text-decoration: none;
}
.pageInfo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerJoin {
	float: right;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 12px;
	line-height: 10px;
	position: relative;
	top: -3px;
	right: -3px;
	text-decoration: none;
	color: #efbf00;
	display: block;
	font-weight: bold; 
	background: #2d2d2d; /* old browsers */
	background: -moz-linear-gradient(top, #2d2d2d 0%, #0b0b0b 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#0b0b0b)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#0b0b0b',GradientType=0 ); /* ie */
	border-top: 1px solid #737373;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
}
.footerJoin:hover {
	-webkit-box-shadow: 0px 1px 1px #362915;
	-moz-box-shadow: 0px 1px 1px #362915;
	box-shadow: 0px 1px 1px #362915;
	border-top: 1px solid #191919;
	color: #efbf00;
}

ul.qualities
{
    list-style:none;
    
    }

ul.qualities li
{
    float:left;
    margin-right:5px;
    }

/* PERMALINKS */
time .permalink
{
    font-size: 0.8em;
    font-weight: bold;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-style: normal;
}

.add-contents-section 
{
    text-align: center;
    width: 235px;
    margin: 2em 0 1em 20px;
}
#addResponse
{
font-weight: bold;
text-align: center;
text-shadow: 0 1px 2px #000000;
width: 235px;
margin-left: 20px;
}

/* TOOLTIP 
----------------------------------------------------------
This is used in the jquery-based tooltip hover script.*/
#tooltip
{
    position:absolute;
    width: 200px;
    z-index: 2000;
}


@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*------------------------------------*\
   TOOLTIPS & POPUPS
\*------------------------------------*/

#master-tooltip {
	display: none;
	position: absolute;	
    font-size: 9pt;
    line-height: 1.2em;
	max-width: 250px;
    z-index: 1050;
}
#master-tooltip:empty {
    padding: 0;
    border: 0;
    width: 0;
    height: 0;
}
#master-tooltip .tooltip {
    display: block;
}
#master-tooltip .button-simple {
    font-size: 0.8em; 
}
#master-tooltip .wordy-list {
    list-style-type: disc;
    margin: 0;
    padding: 0.3em 0 0 1.5em;
    font-size: 0.9em;
}
#master-tooltip .wordy-list li {
    padding: 0;
    margin: 0;
}
.active-tooltip .tooltipChoices {
	display: block;	
}
.tooltipChoices {
	display: none;	
}
.tooltipChoices .button {
    font-size: 0.9em;
}
.closeCM {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 15px;
	background: #000000;
	height: 15px;
	color: white;
	border-radius: 10px;
	display: block;
	line-height: 15px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;	
}
.contextMenuToggle {
    cursor: pointer;   
}
#master-tooltip h3 {
	margin: 0;
    font-size: 1.1em;	
}
#master-tooltip em {
    display: block;
    margin-top: 0.2em;
    font-size: 0.9em;    
}
#master-tooltip p {
	margin: 0.5em 0 0 0 !important;
    font-size: 1em;
    line-height: 1.2em;	
}
#master-tooltip p:first-child {
	margin: 0;	
}
#master-tooltip .buttons {
    margin-top: 0.5em;   
}
.tooltip .tt {
    display: none;
}

#master-tooltip
{
	background-color: rgba(0, 0, 0, .9); 
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 10px;
	font-size: 11px;
	color: #FFFFFF;	
	border: 1px solid #333333;
	box-shadow: 0px 0px 15px #000000;
}

