﻿/* CSS layout */


#​tooltipa {
display:none;
border:1px solid #F00;
width:200px;
}​

a.tooltipa {outline:none; }
a.tooltipa {color:black;background-color:#00d0ff;text-decoration:none;font-family:"Arial Rounded MT Bold"}
//a.tooltip strong {line-height:30px;}
a.tooltipa:hover {text-decoration:none;color:blue;background-color:white;} 
a.tooltipa span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-170px; margin-left:-100px;
    width:280px; line-height:16px;
}

a.tooltipa:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:-80px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltipa span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}











#​tooltipb {
display:none;
border:1px solid #F00;
width:200px;
}​

a.tooltipb {outline:none; }
a.tooltipb {color:black;background-color:#00d0ff;text-decoration:none;font-family:"Arial Rounded MT Bold"}
//a.tooltip strong {line-height:30px;}
a.tooltipb:hover {text-decoration:none;color:blue;background-color:white;} 
a.tooltipb span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:-100px;
    width:280px; line-height:16px;
}

a.tooltipb:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:-80px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltipb span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}






.withhold_t1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.withhold_t1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.withhold_t1:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

