@charset "utf-8";
/* TEMP */
* {
	margin: 0px;
	padding: 0px;
}
body{
	background: black;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
/**/

/* main */
.mt {
	background-color: #000;
	color: #fff;
	width: 550px;
}
.mt td, .mt th {
	border-right: solid 1px #2e2e2e;
	border-bottom: solid 1px #2e2e2e;
	padding: 0px 3px;
}
.mt tr {
}
.mt td {
	color: #999;
	text-align: center;
}
.mt th[scope=col] {
	text-align: left;
}
.mt th[scope=col] p {
	font-size: 1em;
	color: #999;
	line-height: normal!important;
	
}
.mt th[scope=row] {
	text-align: right;
	width: 150px;
}
.mt th[scope=row], td {
	height: 26px;
	position: relative;
	text-indent: 12px;
}
.mt th[scope=row] div {
	position: relative;
}
.mt th[scope=row] a {
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.mt th[scope=row] a span {
	float:left;
	font-size:0.7em;
	margin-right:5px;
	position: absolute;
	left: 0;
	top: 0;
	color: #FF0000;
}
.mt td a {
	color: #999;
}
.mt td p {
	font-size: 1.2em;
	margin: 0px!important;
	text-align: center;
}
.mt td p.name {
	text-align: right;
}

/* decorational */


.mt .pos, .mt .neg {}
.mt .pos {
	background-color: #717171;
	background-image: url(../layout/table/maincell.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.mt .neg {
	background: url(../layout/table/cell_bkgrnd.gif) repeat-x 0px -52px;
}
.mt tr:hover .pos {
	background-position: 0px -26px;
}
.mt tr:hover .neg {
	background-position: 0px -78px;
}
.mt tr:hover th[scope=row] a, .mt tr:hover td p {
	color: #fff;
}
/*.mt tr:hover th[scope=row] a {
	font-weight: bold;
}
*/
.tick, .cross {
	width: 100%;
	height: 26px;
	background-position: center center!important;
	text-indent: -100em;
}

.tick {
	background: url(../layout/table/tick.gif) no-repeat;
}
.cross {
	background: url(../layout/table/cross.gif) no-repeat;
}

/**/


.mt a.lightBox {
	text-align: center;
	display: block;
}
.mt .pdfmenu {
	height:24px;
	padding-top:8px;
}

