/*
 * Copyright 2012, Cisco Systems, Inc.  All rights reserved.
*/

div#main {width:90%; max-width:700px; padding-left: 20px; padding-right: 20px; 
		font-family: verdana, arial, sans-serif; font-size: 1em}

select.dropbox1 {width:90%}

.bluebar {max-width:700px;}

div#output {padding-left: 20px; padding-right: 2px; padding-bottom: 10px; 
		text-align:left; border: 1px solid black; background-color: #F0F0F0;
		width:90%; max-width:700px; min-height:50px; height:auto !important; height:200px; 
	}

span.link {position: relative;}

span.link a span {display: none;}

span.link a:hover {font-size: 99%; font-color: #000000;}

span.link a:hover span { 
		border-style: solid;
		border-width: 1px;
		display: block; 
		position: absolute; 
		margin-top: 10px; 
		margin-left: -10px; 
		width: 200px; padding: 5px; 
		z-index: 100; 
		color: #000000; 
		background: #DDE8FF; 
		text-align: left; 
		text-decoration: none;
	}