/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { background: #7C7C7C; width: 352px; color: #FFF; border:2px solid #333; }
.prototip .default .toolbar { background: #7C7C7C; font-size: 13px; font-weight:bold; }
.prototip .default .title { background: #7C7C7C; padding: 5px; }
.prototip .default .content { background: #7C7C7C; font: 11px Arial, Helvetica, sans-serif; padding: 0;}


.protoClassic { width: 300px; border: 5px solid #8c939c; }
.protoClassic .toolbar { background: #96b8e2 url(classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}
.protoClassic .toolbar a.close:hover { background: url(close_hover_red.gif);}
.protoClassic .title { padding: 5px; }
.protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }


.prototip .dlmenu { width: 180px; color: #FFF; border:0 }
.prototip .dlmenu .toolbar { background: #FFF; font-size: 11px; font-weight:bold; }
.prototip .dlmenu .title { background: #FFF; padding: 5px; }
.prototip .dlmenu .content { background: #FFF; font: 11px Arial, Helvetica, sans-serif; padding: 2px;}


.prototip .charname { background: #FFF; color: #44381E; border:2px solid #44381E; }
.prototip .charname .content { background: #FFF; color: #44381E; padding: 3px; }

.prototip .gearTip { background: #FFF; color: #44381E; border:6px solid #44381E; }
.prototip .gearTip .content { background: #FFF; color: #44381E; padding: 3px; }


.shadow{  
	background-color:#333333;
	left:5px;
	top:5px;
	position:absolute;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;		
}



a.dlmenu:link {
 color: #000000; text-decoration: none;
 font-size: 11px; 
}
a.dlmenu:visited {
 color: #000000; text-decoration: none;
 font-size: 11px; 
}
a.dlmenu:active {
 color: #d48037; text-decoration: underline;
 font-size: 11px; 
}
a.dlmenu:hover {
 color: #d48037; text-decoration: none;
 font-size: 11px; 
}