

#pageFrame ul
   { 
    list-style-image: url(../res/check.gif);
    list-style-type: square;
    list-style-position: outside;
   }

.adxm .menu_level_2 ul  { 
    list-style-image: none;
 }

body
{
  font-size:80%;
  font-family:arial;
}

table
{
  font-size:100%;
  border-collapse: collapse; 
}

table.frame td {  margin: 0;
  padding: 0;
}

table.spaced td {  margin: 2px;
  padding: 3px;
}


table.topten td {  margin: 2px;
  padding: 3px;
}
table.topten img { 
	float:left;
	margin: 8px;
}
table.topten h2 {
	font-size:12px;
	background-color: #e0d0f0;
	padding: 5px;
}
table.topten h3 {
	font-size:11px;
	background-color: #e0d0f0;
  padding: 5px;
}


.quote
{
  color:rgb(128,64,255);
}

h1 {font-size:1.4em; margin: 2px 0 0 0;
color:rgb(128,64,255);}

h3 {font-size:1.2em; margin: 2px 0 0 0; font-weight:bold;}
h4 {font-size:1.1em; margin: 2px 0 0 0; font-weight:bold;}

b, strong
{
 color:rgb(128,64,255);
}

a 
{
 color:rgb(128,64,255);
}

a:hover{ color:rgb(255,0,0); }

.printLink { color:rgb(0,0,0); }

.printLink:hover { color:rgb(255,255,255); }

tr.head {background-color:#e8e8e8; vertical-align:top;}
tr.head th {padding-bottom:15px; border-bottom: 10px solid #ffffff;}
tr.even {background-color:#effff0; vertical-align:top;}
tr.odd  {background-color:#efe7f7; vertical-align:top;}
tr.odd td, tr.even td {padding:4px; text-align:center;}
tr.odd td.left, tr.even td.left {text-align:left}


.heading
{
 color:rgb(128,64,255);
 font-size:160%;
 font-weight:bold;
}

.subheading
{
 color:rgb(128,64,255);
 font-size:130%;
 font-weight:bold;
}

.subjectLiteracy, 
.subjectNumeracy, 
.subjectMusic, 
.subjectProblemSolving, 
.subjectScience, 
.subjectICT, 
.subjectEarlyLearning
{
  background-color:rgb(255,0,0);
}

.subjectLiteracy	{ background-color:rgb(255,240,160); }
.subjectNumeracy	{ background-color:rgb(160,224,255); }
.subjectMusic		{ background-color:rgb(224,160,255); }
.subjectProblemSolving	{ background-color:rgb(160,255,224); }
.subjectScience		{ background-color:rgb(255,224,160); }
.subjectICT		{ background-color:rgb(160,255,255); }
.subjectEarlyLearning	{ background-color:rgb(255,160,160); }

.subjectLink	{ color:rgb(255,255,255); font-weight:bold; }

.highlight {color:rgb(202,0,200); font-weight:bold;}
.clearboth {clear:both; height:1px;}