@charset "utf-8";
/* MUST tooltip styling */
.hide {position:absolute; z-index:800; left:-9999px;}

/* general tooltip styling */
//.hide {border:1px solid #000; padding:5px 10px;background:#fff; text-align:left;}
.hide h3 {font-size:16px; font-family:georgia, serif; color:#800; margin:0; padding:5px 0;}
.hide p {padding:5px 0; margin:0; font-family:arial; sans-serif; font-size:11px; line-height:1.5em;}
.hide img {border:1px solid #aaa; padding:5px;}

/* styling the tooltip hover information */
span.toptip {color:#800; font-weight:bold; font-style:italic;}
a.toptip {font-weight:bold; color:#800; font-family: georgia, serif; font-style:italic;}
img.toptip {
/*	padding:0px;
	margin:0;
	float:left;*/
}
h2.toptip {color:#800; font-family: georgia, serif; font-style:italic;}
h2.vincent {width:230px;}

/* specific tooltip styling */
#lifespan {width:200px;}
#rembrandt {width:250px;}
#starry {
	width:520px;
	border:0;
	padding:0;
	background:transparent;
}
#starry .xb1, #starry .xb2, #starry .xb3, #starry .xb4, #starry .xb5, #starry .xb6, #starry .xb7 {display:block; overflow:hidden; font-size:0;}
#starry .xb1, #starry .xb2, #starry .xb3, #starry .xb4, #starry .xb5, #starry .xb6 {height:1px;}
#starry .xb4, #starry .xb5, #starry .xb6, #starry .xb7 {
	background:#458f9c;
	border-left:1px solid #000e1b;
	border-right:1px solid #000e1b;
	background-color: #458f9c;
}
#starry .xb1 {margin:0 8px; background:#000e1b;}
#starry .xb2 {
	margin:0 6px;
	background:#000e1b;
}
#starry .xb3 {margin:0 4px; background:#000e1b;}
#starry .xb4 {
	margin:0 3px;
	border-width:0 5px;
	background-color: #EF4035;
}
#starry .xb5 {
	margin:0 2px;
	border-width:0 4px;
	background-color: #EF4035;
}
#starry .xb6 {
	margin:0 2px;
	border-width:0 3px;
	background-color: #EF4035;
} 
#starry .xb7 {
	margin:0 1px;
	border-width:0 3px;
	height:2px;
	background-color: #EF4035;
} 
#starry .xboxcontent {
	display:block;
	border:3px solid #000e1b;
	border-width:0 3px;
	background-color: #EF4035;
}
#starry .xboxcontent h3 {
	padding:5px;
	color:#FFF;
}
#starry .xboxcontent p {padding:5px; color:#feecc6;}

#vincent {width:165px; background:#ddd; border-color:#ddd #666 #000 #ddd;}
#gauguin {width:310px;}
#dimensions {width:260px; background:#fff url(vincent/jquery.gif) no-repeat left center; padding-left:130px; height:100px}
#starry .xboxcontent img {
	padding:0px 0px 0px 10px;
	color:#FFF;
}
