@charset "UTF-8";
/* CSS Document */
/* CSS Stylesheet for Progression seckiness */

body {
	background: #000000 url(../mks_images/shared/bg.jpg) no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

/* item icon */
.iconmedium { width: 44px; height: 44px; background: 4px 4px no-repeat; position: relative; }
.iconmedium .tile  { width: 44px; height: 44px; }
.iconmedium .tile  { background-image: url(images/tt/icon_border_medium.gif) }

.wowwhite {
	color: #ffffff;
}
.wowgrey {
	color: #9D9D9D;
}
.wowgreen {
	color: #1EFF00;
}
table.tooltip {
	border: 0;
	border-spacing: 0; 
	border-collapse: collapse;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

table.tooltip td, table.tooltip tr {
	border: 0;
}

table.tooltip td.top-left {
	background-image: url(../js/tt/tooltip.gif); 
	background-position: top left; 
	height: 4px;
}

table.tooltip td.top-right {
	background-image: url(../js/tt/tooltip.gif); 
	background-position: top right; 
	height: 4px;
}

table.tooltip td.bottom-left {
	background-image: url(../js/tt/tooltip.gif); 
	background-position: bottom left; 
	height: 4px;
}

table.tooltip td.bottom-right {
	background-image: url(../js/tt/tooltip.gif); 
	background-position: bottom right; 
	height: 4px;
}

table.tooltip td.left {
	background-image: url(../js/tt/tooltip.gif); 
	background-position: center left;
	padding: 0;

	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

table.tooltip td.left div.right {
	background-image: url(../js/tt/tooltip-right.gif); 
	background-position: center right; 
	background-repeat: repeat-y;
	padding: 0 8px 0 8px;
	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

div.tooltip {
	max-width: 300px;
	width:expression(this.width > 300 ? "300px" : true);
}

.tooltip {
	font-family: Verdana, sans-serif; 
	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-spacing: 0; 
	border-collapse: collapse; 
	margin-right: 0;
	width: 100%;
	width:expression("auto");
}

.tooltip td, .tooltip tr, .tooltip table, .tooltip th { border: 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 }