

#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;
}

.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
{
 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;}

.buttonsml
{
	background-color: #2f4899;
	font-size:10px;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#button_g
{
	background-color: #ffffff;
	font-size:14px;
	font-weight:bold;
	color: #2f4899;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#button_g:hover
{
	color: #ff9933;
	background-color: #ffffcc;
	text-decoration: none;
	cursor: pointer;
}

#buttonsml_g
{
	background-color: #ffffff;
	font-size:10px;
	font-weight:bold;
	color: #2f4899;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#buttonsml_g:hover
{
	color: #ff9933;
	background-color: #ffffcc;
	text-decoration: none;
	cursor: pointer;
}
