/* Cascading style sheet for www.mk2software.com site */

/* Layout elements */	
BODY
{
	margin: 0px;
	color: black;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12pt; 
	font-weight: normal;
	background-color: #0000ff;
	overflow: auto;
}


DIV.MAIN
{
	position: absolute;
	left: 75px;
	top: 50px;
	width: 850;
	height: auto;
	overflow: auto;

	padding: 5px;
	background-color: #ffffff;
	color: black;
	font-size: 12pt; 

	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

DIV.BANNER /* sibling of MAIN */
{
	position: absolute; 
	left: 210px; 
	bottom: 25px;
	align: center;
}

DIV.FAQ /* sibling of MAIN */
{
	align: left;
	margin: 5px;
	margin-left: 150px;
	margin-right: 150px;
}

P.FAQ
{
	padding: 10px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ddfaff;
	margin-bottom: 10px;
	font-size: 10pt;
}

TD { font-size: 10pt; }


/* Design elements */	

H1,.KOP,.VET,.SMALL,NEW
{
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: black;
}

H1 { font-size: 12pt; font-weight: bold; margin-bottom: 1px; margin-top: 1px; }
P { margin-bottom: 1px; margin-top: 5px; }
P.COPY { font-size: 7pt; font-weight: normal; color: #c0c0c0; text-align: center; }
.TINY { font-size: 8pt; }
.NEW { font-size: 10pt; color: red;}
.SMALL { font-size: 10pt;}
LI { margin-bottom: 20px; margin-top: 20px; }

td.report, td.reportlast, td.reportbest, td.detail, td.reportavg
{ 
	color: black;
	padding: 5px; 
	font-size: 12pt; font-weight: bold;
	border: 0px; border-right: 1px solid #e3fbf9;
}
td.reportlast { color: gray; }
td.reportbest { color: #66ccff; }
td.reportbest { color: #3366ff; }
td.reportavg { color: #009900; text-align: right; }

th.report { padding: 2px; background-color: #0000ff; color: white; font-size: 8pt; padding-left: 6px; padding-right: 6px; border-bottom: 1px solid black;}

table.report{ border: 1px solid black; margin: 10px; }
tr.report0, tr.report1 { text-align: center; }
tr.report0 { background-color: #eeffff; }
tr.report1 { background-color: #ffffff; }

table.detail{ margin: 0px; }
td.detail, td.detailfirst { 
	padding: 2px; 
	font-size: 10pt; 
	font-weight: normal;
	
}
td.detailfirst { color: silver; }






