
/*-------------------- popup.css ----------------------------------*/

  span.popup_link, 
  a.popup_link {
	cursor: pointer;
	border-bottom: 1px solid;
	color:#003F8C;
	}

/*--------------------------------------prototip css---------------*/
/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
  .prototip { position: absolute; }
  .prototip .effectWrapper,
  .prototip .tooltip,
  .prototip .toolbar,
  .prototip .toolbar .title {	position: relative; }
  .prototip .content { clear: both; }
  .prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(/images/common_images/prototip/close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}

  .prototip .toolbar a.close:hover { 
	background: transparent url(/images/common_images/prototip/close_hover.gif); 
	}

  .prototipLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background: url(prototip_loader.gif);
	height: 14px;
	width: 14px;
	}

  .iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Prototip styles */

  .prototip .dropdown { width: 12.5em;}
 
  .prototip .dropdown .toolbar { 
 	background: #606060;
 	color: #fff; 
	font: italic 17px Georgia, serif; 
	}
  
  .prototip .dropdown .content { 
  	margin-left:1px; 
	margin-top:2px; 
	background: #3990CD;  
	color: #fff; font: 12px Verdana,Arial, Helvetica, sans-serif; 
	text-align:left;
	}
  
  .prototip .dropdown .content a { 
  	padding-left:5px; 
	line-height:20px; color: #fff; 
	text-decoration:none;
	} 
/*---------------- UL LI styles ---------------------------*/
  .prototip .dropdown .content .contentuls{
	margin-TOP:0em;	
	margin-left:0em;	
	list-style:none;
	}

  .prototip .dropdown .content .contentuls li{
	list-style:none;
	margin-left:0em;
	border-bottom:1px solid #ffffff;
	overflow:hidden;
	}

  .prototip .dropdown .content .contentuls li a{
	display:block; 
	color:#ffffff;
	padding:5px 5px 5px 12px;
	text-decoration: none;
	font-size:11px;
	}
	
  .prototip .dropdown .content .contentuls li a:hover{
	display:block; 
	background:#666666; 
	width:12em; 
	text-decoration:none; 
	}

/* ------------------- IE6 -----------------------------------*/
  
  * html .prototip .dropdown .content .contentuls li a{
	width:12em; 
	}
  
  * html .prototip .dropdown .content .contentuls li a:hover{
	width:12em; 
	padding:5px 5px 5px 12px;
	}
	
  * html .prototip .dropdown .content .contentuls{ margin-bottom:0em}
  	
/* ------------------- IE7 -----------------------------------*/	
  
  *+html .prototip .dropdown .content .contentuls li a{
	width:12em; 
	}
  *+html .prototip .dropdown .content .contentuls li a:hover{
	width:12em; 
	padding:5px 5px 5px 12px;
    }
  *+html .prototip .dropdown .content .contentuls{ margin-bottom:0em}


.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .pinktip { border: 5px solid #a1a1a1; }
.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
.prototip .pinktip .title { padding: 5px; }
.prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .darktip .toolbar a.close { background: url(/images/common_images/prototip/close_hover.gif);}
.prototip .darktip .toolbar a.close:hover { background: url(/images/common_images/prototip/close.gif);}
.prototip .darktip .title { padding: 5px;}
.prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .silver { width: 520px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url(/images/common_images/prototip/close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

.protoClassic { width: 450px; border: 5px solid #8c939c; }
.protoClassic .toolbar { background: #96b8e2 top left repeat-y; font-weight: bold; color: #fff;}
.protoClassic .toolbar a.close:hover { background: url(/images/common_images/prototip/close_hover_red.gif);}
.protoClassic .title { padding: 5px; }
.protoClassic .content { background: #fff; color: #333333;font: 11px Arial, Helvetica, sans-serif; padding: 5px; }