
div#supplement
{
	position:absolute;
	display:none;
}

div#supplement div.header
{
	font-family:'Hammersmith One',Georgia;
	font-style:italic;
	background-color:grey; 
	color:white; 
	margin:0; 
	text-align:center;
	letter-spacing:2px;
	line-height:25px;
	border:2px solid #333333;
	border-bottom:1px solid black;
	cursor:move;
	border-radius: 15px 15px 0 0;
	-moz-border-radius:  15px 15px 0 0;
}
div#supplement div.header img.close
{
	float:right;
	cursor:pointer!important;
	cursor:hand!important;
	margin-top:5px;
	margin-right:5px;
}

/* IMAGE BODY */

div#supplement div.imgbody
{
	border:2px solid #333333;
	border-top:0;
	overflow:hidden;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	
	cursor:move;
	border-radius: 0 0 15px 15px ;
	-moz-border-radius:   0 0 15px 15px;
}

div#supplement div.imgbody a#imglink
{
	filter:alpha(opacity=60); 
	opacity:0.6; 
	position:absolute; 
	bottom:5px; 
	right:5px; 
	color:white; 
	background-color:black; 
	padding:3px; 
	font-size:10px;
}


/* COMMENT BODY */


div#supplement div.combody
{
	border:2px solid #333333;
	padding:5px;
	border-top:0;
	overflow:auto;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	width:530px;
	height:350px;
	background-color:#EEEEEE;

	text-align:justify;
	font-size:12px;
	line-height:20px;
	padding-left:15px;
	border-radius: 0 0 15px 15px ;
	-moz-border-radius:   0 0 15px 15px;
}

div#supplement div.combody a
{
	color:#333333;
}

div#supplement ol
{
	margin-left:10px;
}


div#supplement div.combody h3
{
	text-align:center;
	font-family:'Hammersmith One',Georgia;
	letter-spacing:2.5px;
	padding-bottom:10px;
	margin-bottom:5px;
	padding-top:5px;
	margin-top:5px;
	border-bottom:1px dotted grey;
}

div#supplement div.combody div.face
{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:7px;

}

div#supplement div.combody div.face img
{
	
	border-radius: 5px ;
	-moz-border-radius: 5px ;
	min-height:120px;
	width:100px;
	border:2px solid black;
}

div#supplement div.combody div.source
{
	margin-top:15px;
	font-size:10px;
}
div#supplement div.combody div.source a
{
	text-decoration:none;
	font-weight:bold;
}

div#supplement div.combody div.face div.caption
{

	width:100px;
	overflow:hidden;
	text-align:center;
	line-height:11px;
}
div#supplement div.combody div.face img
{
	border:1px solid black;
}

div#supplement div.combody div.face div.caption a#imglink
{
	
	font-size:10px;
	text-decoration:none;
	
}

div#supplement div.combody div.face img
{
	display:block;
}

div#supplement div.vidbody 
{
	background-color:black;
}

div#supplement div.vidbody a
{
	color:#DDDDDD;
	font-size:10px;
	font-family:Tahoma;
	float:right;
	margin-bottom:2px;
	line-height:11px;
	position:relative;
	bottom:3px;
}

div#supplement div#eval
{
	display:none;
}








div#supplement div.audbody div.face
{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:7px;

}

div#supplement div.audbody div.face img
{
	
	border-radius: 5px ;
	-moz-border-radius: 5px ;
	min-height:100px;
	width:100px;
	border:2px solid black;
}

div#supplement div.audbody div.source
{
	margin-top:15px;
	font-size:10px;
}
div#supplement div.audbody div.source a
{
	text-decoration:none;
	font-weight:bold;
}

div#supplement div.audbody div.face div.caption
{

	width:100px;
	overflow:hidden;
	text-align:center;
	line-height:11px;
}
div#supplement div.audbody div.face img
{
	border:1px solid black;
}

div#supplement div.audbody a#imglink
{
	
	font-size:10px;
	text-decoration:none;
	color:#000;
	
}

div#supplement div.audbody div.face img
{
	display:block;
}




