diff --git a/theme/standardblue/config.php b/theme/standardblue/config.php
new file mode 100644
index 00000000000..396fe97bb02
--- /dev/null
+++ b/theme/standardblue/config.php
@@ -0,0 +1,10 @@
+body = "#C5EFFF"; // Main page color
+$THEME->cellheading = "#8BCDE8"; // Standard headings of big tables
+$THEME->cellheading2 = "#B5EAFF"; // Highlight headings of tables
+$THEME->cellcontent = "#FFFFFF"; // For areas with text
+$THEME->cellcontent2 = "#FFD991"; // Alternate colour
+$THEME->borders = "#555555"; // Table borders
+
+?>
diff --git a/theme/standardblue/favicon.ico b/theme/standardblue/favicon.ico
new file mode 100644
index 00000000000..517c8407f9e
Binary files /dev/null and b/theme/standardblue/favicon.ico differ
diff --git a/theme/standardblue/footer.html b/theme/standardblue/footer.html
new file mode 100644
index 00000000000..5645faa7d15
--- /dev/null
+++ b/theme/standardblue/footer.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+ if ($USER->id) {
+ echo "You are logged in as $USER->firstname $USER->lastname.";
+ echo "(wwwroot/login/logout.php\">Logout)";
+ } else {
+ echo "You are not logged in. wwwroot/login/\">Log in here.";
+ }
+?>
+
+=$homelink ?>
+
diff --git a/theme/standardblue/header.html b/theme/standardblue/header.html
new file mode 100644
index 00000000000..38074903d76
--- /dev/null
+++ b/theme/standardblue/header.html
@@ -0,0 +1,27 @@
+
+
+=$title ?>
+
+=$meta ?>
+
+
+ include("$CFG->javascript"); ?>
+
+
+ bgcolor="=$THEME->body ?>" link="#000066" vlink="#222288">
+
+ if ($heading) { ?>
+ =$heading?>
+ } ?>
+
+ if ($navigation) { ?>
+
+ |
+
+ print_navigation("$navigation"); ?>
+ |
+
+ } else { ?>
+
+ } ?>
+
diff --git a/theme/standardblue/styles.css b/theme/standardblue/styles.css
new file mode 100644
index 00000000000..064da472f6a
--- /dev/null
+++ b/theme/standardblue/styles.css
@@ -0,0 +1,13 @@
+A:link { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue}
+A:visited { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: blue}
+A:hover { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; color: red}
+
+BODY {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+P {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+H1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+H2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+H3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+H4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+TH {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #8BCDE8;}
+TD {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif}
+