.iconmedium { width: auto; height: auto; background: 4px 4px no-repeat; position: relative }
.iconmedium .tile  { width: 44px; height: 44px; }
.iconmedium .tile  { background-image: url(./pics/icon_border_medium.gif) }

table.outer tbody { border: 0; }

table.outer {
	border: 0;
	border-spacing: 0; 
	border-collapse: collapse;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;

	height: 0;
	max-width: 350px;
    	width:expression(this.width > 350 ? "350px" : true);	
}

table.tooltip {
	border: 0;
	border-spacing: 0; 
	border-collapse: collapse;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: none;

	width: auto;
	height: 0;
	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

table.tooltip td, table.tooltip tr, table.tooltip th {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 0;
	text-align: left;
	background: none;
}

table.tooltip td.top-left {
	background-image: url(./pics/tooltip.png); 
	background-position: top left; 
	height: 4px;
}

table.tooltip td.top-right {
	background-image: url(./pics/tooltip.png); 
	background-position: top right; 
	height: 4px;
}

table.tooltip td.bottom-left {
	background-image: url(./pics/tooltip.png); 
	background-position: bottom left; 
	height: 4px;
}

table.tooltip td.bottom-right {
	background-image: url(./pics/tooltip.png); 
	background-position: bottom right; 
	height: 4px;
}

table.tooltip td.left {
	background-image: url(./pics/tooltip.png); 
	background-position: center left;
}

table.tooltip td.left div.right {
	background-image: url(./pics/tooltip-right.gif); 
	background-position: center right; 
	background-repeat: repeat-y;

	padding: 0 8px 0 8px;
	margin: 0;
	float: none;
	text-align: left;
	width: auto;
	height: auto;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

.tooltip {
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
	width: auto;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);

	font-family: Verdana, sans-serif;
	font-variant: normal;
	font-size: 11px; 
	line-height: 17px; 
	color: white; 
}

.tooltip { z-index: 100000001; }
.tooltip a { text-decoration: none }
.tooltip a:hover { text-decoration: underline }

.tooltip table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-right: 0;
    width: 100%;
    width:expression(this.width < 290 ? "290px" : true);
}

.tooltip tbody { border: 0; }

.tooltip table td, .tooltip table tr, .tooltip table, .tooltip table th { border: 0; padding: 0; margin: 0; }

.tooltip td, .tooltip th { background: none; font-family: Verdana, sans-serif; font-size: 11px; line-height: 17px; color: white; padding: 5px }
.tooltip th { padding: 3px; padding-right: 8px; height: 8px }
.tooltip td { padding: 8px 4px 1px 9px }

.tooltip b { font-size: 14px; line-height: 17px; font-weight: normal }
.tooltip div.indent { padding-left: 0.6em }

.tooltip td th, .tooltip td td { background: none }
.tooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal }
.tooltip td td { padding: 0 }

.tooltip table.shrink b { font-size: 12px; line-height: 15px }
.tooltip table.shrink td, .tooltip table.shrink th { font-size: 10px; line-height: 14px }

div.tooltip .item, div.tooltip .itemt, div.tooltip .itemname
{
	background: none;
}

.item, .itemt, .itemname
{
	background-color: #000000;
	text-align: left;
	width: 305px;
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	position: relative;
    line-height:normal;
}

.item { padding: 2px; }

.item a:link, .item a:visited, .item a:active { color: #FFB019; text-decoration: none; font-weight: normal }
.itemt a:link, .itemt a:visited, .itemt a:active { color: #FFB019; text-decoration: none; font-weight: normal }
.itemt a:hover, .item a:hover { color: #FFB019; text-decoration: none; font-weight: normal }

.itemt td, .item th, .item
{
    font-family:Helvetica, Arial, sans-serif;
    font-size:9pt;
    color:#FAFAFA;
}