diff --git a/containers/Rodax - Simple Header/Simple Gray Header.ascx b/containers/Rodax - Simple Header/Simple Gray Header.ascx
new file mode 100644
index 0000000..7641135
--- /dev/null
+++ b/containers/Rodax - Simple Header/Simple Gray Header.ascx
@@ -0,0 +1,27 @@
+<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
+<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/Simple Gray Header.htm b/containers/Rodax - Simple Header/Simple Gray Header.htm
new file mode 100644
index 0000000..3d27091
--- /dev/null
+++ b/containers/Rodax - Simple Header/Simple Gray Header.htm
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | [ACTIONS] |
+ [TITLE] |
+
+
+
+
+
+ [ACTIONBUTTON:1]
+
+
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/Simple Light Blue Header.ascx b/containers/Rodax - Simple Header/Simple Light Blue Header.ascx
new file mode 100644
index 0000000..7ea72cb
--- /dev/null
+++ b/containers/Rodax - Simple Header/Simple Light Blue Header.ascx
@@ -0,0 +1,27 @@
+<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>
+<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>
+<%@ Register TagPrefix="dnn" TagName="ACTIONBUTTON1" Src="~/Admin/Containers/ActionButton.ascx" %>
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/Simple Light Blue Header.htm b/containers/Rodax - Simple Header/Simple Light Blue Header.htm
new file mode 100644
index 0000000..909d203
--- /dev/null
+++ b/containers/Rodax - Simple Header/Simple Light Blue Header.htm
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | [ACTIONS] |
+ [TITLE] |
+
+
+
+
+
+ [ACTIONBUTTON:1]
+
+
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/bg_simple_gray.gif b/containers/Rodax - Simple Header/bg_simple_gray.gif
new file mode 100644
index 0000000..5bb316c
Binary files /dev/null and b/containers/Rodax - Simple Header/bg_simple_gray.gif differ
diff --git a/containers/Rodax - Simple Header/bg_simple_lblue.gif b/containers/Rodax - Simple Header/bg_simple_lblue.gif
new file mode 100644
index 0000000..fe0489d
Binary files /dev/null and b/containers/Rodax - Simple Header/bg_simple_lblue.gif differ
diff --git a/containers/Rodax - Simple Header/container.css b/containers/Rodax - Simple Header/container.css
new file mode 100644
index 0000000..c55dabd
--- /dev/null
+++ b/containers/Rodax - Simple Header/container.css
@@ -0,0 +1,136 @@
+@import url("container_blue.css");
+@import url("container_light_blue.css");
+
+@import url("container_red.css");
+@import url("container_light_red.css");
+
+@import url("container_green.css");
+@import url("container_light_green.css");
+
+@import url("container_yellow.css");
+@import url("container_light_yellow.css");
+
+@import url("container_gray.css");
+@import url("container_light_gray.css");
+
+
+.clear {
+ clear:both;
+ height:1px;
+ font-size:1px;
+ margin:0;
+ padding:0;
+}
+
+.rdx_simple_container {
+ min-height:1px;
+ _height:1px;
+ position:relative;
+}
+
+.rdx_container_top {
+ /*background: url(bg_simple_blue.gif) no-repeat right -39px;*/
+ height: 13px;
+ margin-left: 5px;
+}
+
+ .rdx_container_top span {
+ /*background: url(bg_simple_blue.gif) no-repeat left -26px;*/
+ width: 10px;
+ height: 13px;
+ float: left;
+ margin-left: -5px;
+ position: relative;
+ overflow: hidden;
+ }
+
+.rdx_container_bottom {
+ /*background:url(bg_simple_blue.gif) no-repeat 0 0px;*/
+ height:13px;
+ margin-bottom:4px;
+ margin-right: 5px;
+ overflow: visible;
+}
+
+ .rdx_container_bottom span {
+ position: relative;
+ /*background:url(bg_simple_blue.gif) no-repeat right -13px;*/
+ margin-right: -5px;
+ width:12px;
+ height:13px;
+ float:right;
+ overflow: hidden;
+ }
+
+
+.rdx_container_title {
+ margin: 0 -8px;
+ padding:0 10px;
+ height: 52px;
+ overflow: visible;
+ border: 0;
+ /*background: #fff url(bg_simple_blue.gif) no-repeat left -52px; */
+}
+
+.rdx_container_title .Head {
+ font-size: 14px;
+ color: #333;
+}
+
+
+.rdx_container_simple_content {
+ /*border-left: 1px solid #c0cadd;
+ border-right: 1px solid #c0cadd; */
+ min-height:1px;
+ _height: 1px;
+ position:relative;
+ padding: 0 10px 10px 10px;s
+ background: #fff;
+}
+
+ .rdx_container_simple_content .actionbuttons {
+ margin-top: 6px;
+ }
+
+ .rdx_container_content p {
+ margin:0;
+ padding: 0;
+ padding-bottom: 5px;
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/container.xml b/containers/Rodax - Simple Header/container.xml
new file mode 100644
index 0000000..e14fb29
--- /dev/null
+++ b/containers/Rodax - Simple Header/container.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/container_gray.css b/containers/Rodax - Simple Header/container_gray.css
new file mode 100644
index 0000000..ad59953
--- /dev/null
+++ b/containers/Rodax - Simple Header/container_gray.css
@@ -0,0 +1,55 @@
+.rdx_container_simple_content {
+ border-left: 1px solid #909090;
+ border-right: 1px solid #909090;
+}
+
+.gray_simple_container {
+ background-color: transparent;
+}
+
+
+.gray_simple_container .rdx_container_top {
+ background: url(bg_simple_gray.gif) no-repeat right -39px;
+}
+
+ .gray_simple_container .rdx_container_top span {
+ background: url(bg_simple_gray.gif) no-repeat left -26px;
+ }
+
+.gray_simple_container .rdx_container_bottom {
+ background: url(bg_simple_gray.gif) no-repeat 0 0px;
+}
+
+ .gray_simple_container .rdx_container_bottom span {
+ background: url(bg_simple_gray.gif) no-repeat right -13px;
+ }
+
+.gray_simple_container .rdx_container_simple_content {
+ background-color: #f2f2f3;
+}
+
+.gray_simple_container .rdx_container_title {
+ background: #fff url(bg_simple_gray.gif) no-repeat left -42px;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/containers/Rodax - Simple Header/container_light_blue.css b/containers/Rodax - Simple Header/container_light_blue.css
new file mode 100644
index 0000000..e283329
--- /dev/null
+++ b/containers/Rodax - Simple Header/container_light_blue.css
@@ -0,0 +1,54 @@
+.lblue_simple_container {
+ background-color: transparent;
+}
+
+.lblue_simple_container .rdx_container_simple_content {
+ border-left: 1px solid #8ea0c3;
+ border-right: 1px solid #8ea0c3;
+}
+
+.lblue_simple_container .rdx_container_top {
+ background: url(bg_simple_lblue.gif) no-repeat right -39px;
+}
+
+ .lblue_simple_container .rdx_container_top span {
+ background: url(bg_simple_lblue.gif) no-repeat left -26px;
+ }
+
+.lblue_simple_container .rdx_container_bottom {
+ background: url(bg_simple_lblue.gif) no-repeat 0 0px;
+}
+
+ .lblue_simple_container .rdx_container_bottom span {
+ background: url(bg_simple_lblue.gif) no-repeat right -13px;
+ }
+
+.lblue_simple_container .rdx_container_simple_content {
+ background-color: #eff2f7;
+}
+
+.lblue_simple_container .rdx_container_title {
+ background: #fff url(bg_simple_lblue.gif) no-repeat left -42px;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+