


 
/********************************************************************************
 * Links
 ********************************************************************************/
 a:link, a:visited, a:active, a:hover{
 	text-decoration: none;
	color: #633028;
}

 a:link.bgcolor, a:visited.bgcolor, a:active.bgcolor, a:hover.bgcolor{
 	text-decoration: none;
	color: #633028;
	background-repeat: no-repeat;
	padding-left: 12px;
	padding-right:3px;
	background-position: 0px 3px;
	background-image: url(/images/elements/link.gif); 
	background-repeat: no-repeat;
	font-weight: bold;
}

a:hover.bgcolor{
 	text-decoration: underline;
}

 a:link.bgimage, a:visited.bgimage, a:active.bgimage,  a:hover.bgimage{
 	text-decoration: none;
	color: #633028;
	background-image: url(/images/elements/lightbox.gif); 
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 25px;
	padding-right:3px;
	font-weight: bold;
}

 a:hover.bgimage{
 	text-decoration: underline;
}

 a:link.navi_link, 
 a:visited.navi_link, 
 a:active.navi_link,
 a:hover.navi_link { 
 	color: #ffffff;
 	font-size: 14px;
 	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	line-height: 23px;
}



 a:link.sub_link, 
 a:visited.sub_link, 
 a:active.sub_link,
 a:hover.sub_link { 
  	color: #ffffff;
 	font-size: 12px;
 	text-decoration: none;
    font-weight: normal;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 20px;
}

.request_button a:link, 
.request_button a:visited, 
.request_button a:active, 
.request_button a:hover{
 	text-decoration: none;
	color: #633028;
}


/*---------- bubble tooltip -----------*/


a.bubble{
    position:relative;
 	text-decoration: none;
	color: #27942d;
	background-image: url(/images/elements/link_box.gif); 
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-right:3px;
	font-weight: bold;
}

a.bubble span{ display: none; }
 
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.bubble:hover{z-index:25;}


a.bubble:hover span.tooltip{
  font-family:Verdana,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
    display:block;
    position:absolute;
    top:0px; left:0;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	width: 135px;
	height: 77px;
	color: #27942d;
    background-image: url(/images/elements/flyout.png); 
	background-repeat: no-repeat;
	margin-top: -100px;
	margin-left: -15px;
	overflow: hidden;
}
