diff --git a/Scripts/CentOS-Web/Public/Stylesheet/admonition.css b/Scripts/CentOS-Web/Public/Stylesheet/admonition.css
new file mode 100755
index 0000000..6927198
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/admonition.css
@@ -0,0 +1,122 @@
+/* 
+ * Webenv -> Quotation
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+div#page-body div.admonition {
+    border: 1px solid;
+    border-left: 5px solid;
+    padding: 10px 20px 10px 10px;
+    margin: 1.5em 0 1.5em 0;
+    }
+
+div#page-body div.admonition pre {
+    border: none;
+    background-color: #333;
+    color: #FFFFFF;
+    }
+
+div#page-body div.admonition img {
+    float: left;
+    }
+
+
+div#page-body div.admonition h3 {
+    margin-top: 10px; 
+    line-height: 1.5em;
+    }
+
+div#page-body div.admonition h3,
+div#page-body div.admonition p,
+div#page-body div.admonition pre,
+div#page-body div.admonition table {
+    margin-left: 60px;
+    }
+
+div#page-body div.admonition ul,
+div#page-body div.admonition ol,
+div#page-body div.admonition dl {
+    margin-left: 110px;
+    }
+
+div#page-body div.admonition ul dl,
+div#page-body div.admonition ul ol,
+div#page-body div.admonition ul ul,
+div#page-body div.admonition ol dl,
+div#page-body div.admonition ol ol,
+div#page-body div.admonition ol ul,
+div#page-body div.admonition dl dl,
+div#page-body div.admonition dl ol,
+div#page-body div.admonition dl ul {
+    margin-left: 2.5em;
+    }
+
+div#page-body div.admonition.unknown pre,
+div#page-body div.admonition.unknown h3,
+div#page-body div.admonition.unknown p,
+div#page-body div.admonition.unknown table {
+    margin-left: 20px;
+    }
+
+div#page-body div.admonition.success,
+div#page-body div.admonition.redirected,
+div#page-body div.admonition.error {
+	border: none;
+	border-top: 5px solid;
+	border-bottom: 5px solid;
+    border-color: #CFCFCF;
+	}
+
+div#page-body div.admonition.unknown,
+div#page-body div.admonition.redirected,
+div#page-body div.admonition.note {
+    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-blue.png");
+	border-color: #D2E0F6; 
+	background-color: #ECF4FF;
+	}
+
+div#page-body div.admonition.tip,
+div#page-body div.admonition.important,
+div#page-body div.admonition.caution,
+div#page-body div.admonition.warning {
+    border-color: #F6E7D2; 
+    background-color: #FFF8EC;
+    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-orange.png");
+	}
+
+div#page-body div.admonition.violet {
+    border-color: #F6D2F6; 
+    background-color: #FFECFF;
+    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-violet.png");
+	}
+
+div#page-body div.admonition.error {
+    border-color: #E0B7B7;
+    background-color: #FFECEC;
+    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-red.png");
+	}
+
+div#page-body div.admonition.success {
+    border-color: #D6F6D2;
+    background-color: #EEFFEC;
+    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-green.png");
+	}
diff --git a/Scripts/CentOS-Web/Public/Stylesheet/base.css b/Scripts/CentOS-Web/Public/Stylesheet/base.css
new file mode 100755
index 0000000..6f1f354
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/base.css
@@ -0,0 +1,376 @@
+/* 
+ * Webenv -> Main Blocks
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+div#page-header,
+div#wrap,
+div#page-body,
+div#page-footer {
+    min-width: 728px;
+    }
+
+/* Header
+--------------------------------------------------------------------*/
+div#page-header {
+	background: #204C8D url("https://projects.centos.org/centos-web-pub/h1-bg.png") 0 0 repeat;
+	min-height: 46px;
+	}
+
+/* Content
+--------------------------------------------------------------------*/
+
+div#wrap {
+	padding: 0 10px 0 10px;
+    background-color: #FFF;
+	}
+
+div#page-body {
+	clear: both;
+    background-color: #F8F8F8;
+	}
+
+div#page-body div#content-list {
+    padding: 10px;
+    padding-left: 0;
+    padding-top: 8px;
+    background-color: #FFF;
+    }
+
+/* Paragraphs
+--------------------------------------------------------------------*/
+
+/* Footer
+--------------------------------------------------------------------*/
+
+div#page-footer {
+	background: #204C8D url("https://projects.centos.org/centos-web-pub/h1-bg.png") 0 0 repeat;
+	}
+
+div#page-footer div.credits {
+    padding: 8px;
+    }
+
+div#page-footer div.credits .copyright,
+div#page-footer div.credits .license {
+    font-size: x-small;
+    color: #FFF;
+    margin: 3px;
+    }
+
+div#page-footer div.credits a {
+    color: #FFF;
+    font-style: italic;
+    }
+
+div#page-footer div.top {
+    float:right;
+    }
+
+/* Logo
+--------------------------------------------------------------------*/
+
+div#page-header div#logo img {
+    border: none;
+    float: left;
+    margin-left: 10px;
+    }
+
+/* Google advertisement (468x60px)
+--------------------------------------------------------------------*/
+
+div#page-header div.google-ad {
+    float: right;
+    margin: 5px;
+    }
+
+div#page-header div.google-ad img {
+    border: none;
+    }
+
+/* Last releases and related RSS link.
+--------------------------------------------------------------------*/
+
+div#page-header div#last-releases {
+    clear: both;
+    min-height: 35px;
+    border-top: 3px solid #FFF;
+    background: #3465A4;
+    }
+
+div#page-header div#last-releases a {
+    color: #fff;
+    }
+
+div#page-header div#last-releases div.left {
+    display: block;
+    float: left;
+    width: 450px;
+    margin-top: 10px;
+    margin-left: 10px;
+    font-size: small;
+    }
+
+div#page-header div#last-releases div.right {
+    float: right;
+    margin-top: 9px;
+    margin-right: 5px;
+    }
+
+div#page-header div#last-releases div.right span.rss span {
+    text-align: center;
+    font-weight: bold;
+    background: #729fcf;
+    padding: 4px 10px;
+    }
+
+div#page-header div#last-releases div span.title {
+    font-weight: bold;
+    color: #FFF;
+    }
+
+div#page-header div#last-releases div span.release {
+    border-right: 1px dotted #FFF;
+    padding-left: 10px;
+    padding-right: 10px;
+    font-weight: bold;
+    }
+
+div#page-header div#last-releases div span.last {
+    border-right: 0px;
+    }
+
+/* Application links
+--------------------------------------------------------------------*/
+
+div#page-header div#pagelinks {
+    border-top: 3px solid #FFF;
+    }
+
+/* User related links (e.g., last visit, session info and page trails)
+--------------------------------------------------------------------*/
+
+div#page-header div.userlinks {
+    padding: 10px;
+    text-align: right;
+    font-size: x-small;
+    clear: both;
+    }
+
+div#page-header div.userlinks a {
+    color: #fff;
+    }
+
+div#page-header div.userlinks div.logs {
+    width: 50%;
+    float: left;
+    text-align: left;
+    }
+
+div#page-header div.userlinks div.logs span {
+    border: none;
+    }
+
+div#page-header div.userlinks div.logs span.title {
+    color: #FFF;
+    }
+
+div#page-header div.userlinks div.logs span.datetime {
+    font-style: italic;
+    color: #FFF;
+    }
+
+div#page-header div.userlinks div.session {
+    width: 50%;
+    float: right;
+    }
+
+div#page-header div.userlinks div.session span {
+    border-right: 1px dotted #FFF;
+	}
+
+div#page-header div.userlinks div.session span a {
+    margin-right: 10px;
+    margin-left: 10px;
+    }
+
+
+div#page-header div.userlinks div.session span.last {
+	border-right: none;
+	}
+
+div#page-header div.userlinks div.session span.last a {
+    margin-right: 0;
+    }
+
+div#page-header div.userlinks div.session span.last:after {
+	content: none;
+	}
+
+div#page-header div.userlinks div.trail {
+	text-align: right;
+    clear: both;
+    padding-top: 5px;
+    }
+
+div#page-header div.userlinks div.trail span {
+	display: inline;
+	}
+
+div#page-header div.userlinks div.trail span.last {
+	border-right: none;
+	padding-right: 0;
+	}
+
+div#page-header div.userlinks div.trail span:after {
+	content: "»";
+    color: #FFF;
+    margin-left: 5px;
+    margin-right: 3px;
+	}
+
+div#page-header div.userlinks div.trail span.last:after {
+	content: none;
+	}
+
+/* Page lines.
+--------------------------------------------------------------------*/
+
+.page-line {
+	clear: both;
+	margin: 0;
+	padding: 0;
+	background-color: transparent;
+	}
+
+.page-line.white {
+	height: 3px;
+	background-color: #FFF;
+	}
+
+/* Page body
+--------------------------------------------------------------------*/
+
+div#page-body .info {
+    margin-top: 5px;
+    }
+
+div#page-body .info span {
+    font-size: small;
+    border-right: 1px dotted #AAA;
+    padding-right: 10px;
+    padding-left: 7px;
+    }
+
+div#page-body .info span.author {
+    padding-left: 0;
+    }
+
+div#page-body .info span.comment {
+    border-right: 0;
+    }
+
+/* Content Listing - One column
+--------------------------------------------------------------------*/
+
+div#page-body div#content-list {
+    margin-right: 200px;
+    border-right: 3px #EEE solid;
+    }
+
+div#page-body div#content-actions {
+    float:right;
+    width: 180px;
+    border-left: 3px #EEE solid;
+    padding: 10px;
+    font-size: small;
+    }
+
+div#page-body div#content-actions form input[type="text"] {
+    border: 1px solid #AAA;
+    }
+
+div#page-body div#content-list div.search {
+    }
+
+div#page-body div#content-list div.row {
+    padding: 10px 20px;
+    }
+
+div#page-body div#content-list div.dark {
+    background: #F8F8F8;
+    }
+
+div#page-body div#content-list div.light {
+    background: #FFF;
+    }
+
+div#page-body div#content-list h3.title {
+    margin-top: 0;
+    }
+
+div#page-body div#content-list .abstract {
+    margin-bottom: 1em;
+    }
+
+div#page-body div#content-list .pagination {
+    border-top: 1px solid #AAA;
+    font-size: small;
+    padding: 10px;
+    border-top: 1px #AAA solid;
+    margin-bottom: 0;
+    padding-bottom: 0;
+    }
+
+div#page-body div#content-list .pagination span.previous {
+    float: left;
+    }
+
+div#page-body div#content-list .pagination span.previous a:before {
+    content: "«";
+    padding-right: 3px;
+    }
+
+div#page-body div#content-list .pagination span.next a:after {
+    content: "»";
+    padding-left: 3px;
+    }
+
+div#page-body div#content-list .pagination span.next {
+    float: right;
+    }
+
+/* Content Details - One column
+--------------------------------------------------------------------*/
+
+div#page-body div#content-details {
+    padding: 30px 10% 30px 10%;
+    background: #FFF;
+    }
+
+/* Content Unkown - Not page found.
+--------------------------------------------------------------------*/
+
+div#page-body div#content-unknown {
+    padding: 0 15% 0 15%;
+    background: #FFF;
+    }
diff --git a/Scripts/CentOS-Web/Public/Stylesheet/forms.css b/Scripts/CentOS-Web/Public/Stylesheet/forms.css
new file mode 100755
index 0000000..9a39fc2
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/forms.css
@@ -0,0 +1,137 @@
+/* 
+ * Webenv -> Forms
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+div#page-body div.row1 {
+	clear: both;
+	background: #F8F8F8;
+	padding: 10px;
+	}
+
+div#page-body div.row2 {
+	clear: both;
+	background: #FFFFFF;
+	padding: 10px;
+	}
+
+div#page-body div.row3 {
+	clear: both;
+	border-top: 1px solid #CCC;
+	padding: 10px;
+	margin-top: 10px;
+	}
+
+div#page-body fieldset div.row1 span.descrip,
+div#page-body fieldset div.row2 span.descrip {
+	float: left;
+	}
+
+div#page-body fieldset div.field {
+	display: block;
+	margin-left: 30%;
+	}
+
+div#page-body fieldset div.field div.column {
+	float: left;
+	margin-right: 1em;
+	padding-right: 1em;
+	border-right: 1px dotted #AAA;
+	}
+
+div#page-body fieldset div.row3 div.descrip {
+	display: block;
+	font-size: small;
+	color: #AAA;
+	font-style: italic;
+	width: 70%
+	}
+
+div#page-body fieldset span.submit {
+	float: right;
+	}
+
+/* */
+
+div#page-body form div {
+    padding-bottom: 10px;
+    }
+
+div#page-body form div span {
+	display: inline;
+	margin: 0;
+	padding-right: 10px;
+	}
+
+div#page-body div span.results {
+	padding-left: 10px;
+    border-left: 1px dotted #AAA;
+	}
+
+/* */
+
+
+/* */
+
+div#page-body div.records-list {
+    display: block;
+    }
+
+div#page-body div.records-list ul {
+    margin: 0;
+    padding: 0;
+    list-style: none;
+    }
+
+div#page-body div.records-list ul li {
+    padding: 0.5em;
+    }
+
+div#page-body div.records-list ul li.row1 {
+    background: #F8F8F8;
+    }
+
+div#page-body div.records-list ul li span.col0 {
+    display: block;
+    float:left;
+    text-align: center;
+    padding-right: 0.5em;
+    margin-right: 0.5em;
+    border-right: 1px solid #FFF;
+    }
+
+div#page-body div.records-list ul li span.col1 {
+    width: 250px;
+    display: block;
+    float:left;
+    }
+
+div#page-body div.records-list ul li span.col2 {
+    border-left: 1px solid #FFF;
+    padding-left: 0.5em;
+    }
+
+div#page-body div.records-list ul li.title {
+    font-weight: bold;
+    background: #eee;
+    border-bottom: 1px #AAA solid;
+    }
diff --git a/Scripts/CentOS-Web/Public/Stylesheet/links.css b/Scripts/CentOS-Web/Public/Stylesheet/links.css
new file mode 100755
index 0000000..d0ae637
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/links.css
@@ -0,0 +1,62 @@
+/*
+ * Webenv -> Links
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+/* Broken or nonexistent links.
+--------------------------------------------------------------------*/
+
+div#page-body a.nonexistent,
+div#page-body a.nonexistent:hover { color: gray; }
+
+/* Special decoration for some links' classes
+--------------------------------------------------------------------*/
+
+div#page-body a.www:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
+    margin: 0 0.2em;
+    }
+
+div#page-body a.http:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
+    margin: 0 0.2em;
+    }
+
+div#page-body a.https:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
+    margin: 0 0.2em;
+    }
+
+div#page-body a.mailto:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-mail.png);
+    margin: 0 0.2em;
+    }
+
+div#page-body a.attachment:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-attach.png);
+    margin: 0 0.2em;
+    }
diff --git a/Scripts/CentOS-Web/Public/Stylesheet/lists.css b/Scripts/CentOS-Web/Public/Stylesheet/lists.css
new file mode 100755
index 0000000..165eda2
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/lists.css
@@ -0,0 +1,111 @@
+/* 
+ * Webenv -> Lists
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+div#page-body ul { 
+    /*
+    list-style: url("https://projects.centos.org/centos-web-pub/ul.png") disc; 
+    */
+    }
+
+div#page-body ul,
+div#page-body ol { 
+    margin-left: 2.5em;
+    }
+
+div#page-body ul ol,
+div#page-body ol ul,
+div#page-body dl ul,
+div#page-body dl ol { 
+    margin-left: 1.5em;
+    }
+
+div#page-body div#links ul {
+    padding: 0.5em 0.5em 1em 1em;
+    margin: 0;
+    list-style: none;
+    border-top: 1px #EEE solid;
+    }
+
+div#page-body div#links ul.first {
+    border-top: none;
+    }
+
+div#page-body div#links ul li {
+    padding: 2px;
+    }
+
+/* Table of content (toc) 
+--------------------------------------------------------------------*/
+
+div#page-body div.toc {
+	font-size: small;
+	text-align:left;
+    margin-bottom: 2em;
+	}
+
+div#page-body div.toc p {
+    font-weight: bold;
+    margin: 0.5em 0 0.5em 0;
+    }
+
+div#page-body div#content div.toc dl {
+    margin: 0;
+    }
+
+div#page-body div#content div.toc dl dl {
+    margin-left: 2.5em;
+    }
+
+/* Content actions links (e.g., categories and archives).
+--------------------------------------------------------------------*/
+
+div#page-body div#content-actions dl {
+    margin-top: 0;
+    margin-left: 0;
+    }
+
+div#page-body div#content-actions dl dt {
+    font-weight: bold;
+    border-bottom: 1px solid #EEE;
+    margin-bottom: 1em;
+    }
+
+div#page-body div#content-actions dl dd {
+    margin-left: 1.5em;
+    }
+
+div#page-body div#content-actions dl dl {
+    margin-left: 1.5em;
+    margin-top: 0px;
+    border-top: none;
+    padding-top: 0;
+    }
+
+div#page-body div#content-actions dl dl.year {
+    margin-bottom: 1em;
+    }
+
+div#page-body div#content-actions dl dl.year dd {
+    margin-left: 0;
+    }
diff --git a/Scripts/CentOS-Web/Public/Stylesheet/reset.css b/Scripts/CentOS-Web/Public/Stylesheet/reset.css
new file mode 100755
index 0000000..711c091
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/reset.css
@@ -0,0 +1,352 @@
+/*
+ * Webenv (reset) --  This file resets the browser's default visual
+ * style and sets The CentOS Web Environment visual style as default
+ * visual style. This file sets default values to tags like `html',
+ * `body', as well as those controlling links, tables, paragrphs,
+ * headings, lists, forms and quotation.
+ *
+ * The CentOS Web Environment (Webenv) is specially conceived to
+ * achieve one unique visual style and easy navegation through all
+ * different web applications The CentOS Project uses to show its
+ * existence in the World Wide Web medium.
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * -------------------------------------------------------------------
+ * $Id$
+ * -------------------------------------------------------------------
+ */
+
+
+/* Reset browsers default margins and paddings
+-----------------------------------------------*/
+
+* {
+    margin: 0;
+    padding: 0;
+    }
+
+/* Define html
+-----------------------------------------------*/
+
+html {
+    background-color: #FFF;
+    background-image: url("https://projects.centos.org/centos-web-pub/html-bg.png");
+    }
+
+/* Define body
+-----------------------------------------------*/
+
+body {
+    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
+    font-size: 0.85em;
+    /* margin: 0;           /* <- full screen                       */
+    /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
+    /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
+    margin: 0 3% 0 3%;      /* <- with 3% of left and right margin  */
+    /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
+    color: #333;
+    }
+
+/* Links 
+-----------------------------------------------*/
+
+a:link  { text-decoration: none; color: #0044B3; }
+a:hover { text-decoration: underline; color: green; }
+a:active { text-decoration: underline; color: green; }
+a:visited { text-decoration: none; color: #0044B3; }
+a:visited:hover { text-decoration: underline; color: green; }
+
+.title,
+.title a:link,
+.title a:active,
+.title a:hover,
+.title a:visited,
+.title a:visited:hover {
+    /* color: #072B61; */
+    color: #000000;
+    }
+
+/* Headings
+-----------------------------------------------*/
+
+h1 {
+    font-size: 2em;
+    line-height: 1.3em;
+    }
+
+h2 {
+    font-size: 1.5em;
+    line-height: 1.5em;
+    margin-top: 1.5em;
+    }
+
+h3 {
+    font-size: 1.4em;
+    line-height: 1.4em;
+    margin-top: 1.4em;
+    }
+
+h4 {
+    font-size: 1.2em;
+    line-height: 1.2em;
+    margin-top: 1.2em;
+    }
+
+h5 {
+    font-size: 1.1em;
+    line-height: 1.1em;
+    margin-top: 1.1em;
+    }
+
+h6 {
+    font-size: 1em;
+    line-height: 1em;
+    margin-top: 1em;
+    }
+
+/* Paragraphs
+-----------------------------------------------*/
+
+p {
+    margin: 1em 0 1.5em 0;
+    line-height: 1.5em;
+    text-align: justify;
+    }
+
+/* Images
+-----------------------------------------------*/
+
+img {
+    border: none;
+    }
+
+/* Quotations
+-----------------------------------------------*/
+
+blockquote {
+    background: #fafafa;
+    border-color: #eeeeee;
+    border-width: 1px;
+    border-style: solid;
+    border-left-width: 4px;
+    margin-left: 1.5em;
+    padding: 0.5em;
+    margin-top: 1em;
+    margin-bottom: 1.3em;
+    }
+
+q:before {
+    content: " “";
+    }
+
+q:after {
+    content: "” ";
+    }
+
+q q:before {
+    content: " ‘";
+    }
+
+q q:after {
+    content: "’ ";
+    }
+
+address {
+    margin-left: 1.5em;
+    }
+
+/* Preformatted Texts
+-----------------------------------------------*/
+
+pre {
+    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
+    padding: 0.5em 1em 0.5em 1em;
+    margin: 1em 0 1em 0;
+    white-space: pre;
+    border-width: 1px;
+    border-style: solid;
+    border-color: #E5E5E5;
+    border-left-width: 4px;
+    background: #FFFAE9;
+    overflow: auto;
+    }
+
+/* Phrase Elements
+-----------------------------------------------*/
+
+tt,
+samp,
+kbd,
+code {
+    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
+    }
+
+/* Page Lines
+-----------------------------------------------*/
+
+hr {
+    clear: both;
+    height: 1px ! important;
+    border: none;
+    background-color: #DADADA;
+    }
+
+/* Lists
+-----------------------------------------------*/
+
+ul,
+ol,
+dl {
+    margin: 1.5em 0 1.5em 2.5em;
+    }
+
+ul { 
+    list-style: disc;
+    } 
+
+ol {
+    list-style-image: none !important;
+    }
+
+ul li,
+ol li {
+    line-height: 1.5em;
+    }
+
+ul ul,
+ul ol,
+ol ul,
+ol ol {
+    margin-top: 0.3em;
+    margin-bottom: 0.3em;
+    }
+
+ul li p,
+ol li p {
+    margin-bottom: 0.3em;
+    }
+
+dl dd {
+    margin-left: 2.5em;
+    }
+
+dl ol,
+dl ul {
+    margin-left: 3.5em;
+    }
+
+/* Tables 
+-----------------------------------------------*/
+
+table {
+    border-collapse: collapse;
+    }
+
+table caption {
+    font-style: italic;
+    text-align: center;
+    }
+
+table tr th {
+    font-weight: bold;
+    }
+
+table tr td,
+table tr th {
+    border: 1pt;
+    border-style: solid;
+    border-color: #CCC;
+    padding-top: 0.25em;
+    padding-right: 0.5em;
+    padding-bottom: 0.25em;
+    padding-left: 0.5em;
+    vertical-align: top;
+    }
+
+table tr td p,
+table tr td pre {
+    margin: 0;
+    padding: 0;
+    }
+
+/* Forms 
+-----------------------------------------------*/
+
+form {
+    display: inline;
+    }
+
+input[type="submit"], 
+input[type="button"] {
+    padding: 1px;
+    display: inline;
+    text-decoration: none;
+    }
+
+input[type="text"],
+input[type="password"],
+textarea {
+    display: inline;
+    padding: 2px;
+    }
+
+select {
+    display: inline;
+    padding: 1px;
+    }
+
+form p {
+    display: inline;
+    margin-left: 5px;
+    margin-right: 5px;
+    }
+
+/* Select
+---------------------------------------- */
+
+select option {
+    padding-left: 3px;
+    padding-right: 3px;
+    }
+
+select optgroup {
+    font-style: normal;
+    font-weight: bold;
+    padding-left: 3px;
+    }
+
+select optgroup option {
+    margin-left: 1em;	
+    }
+
+input[type="radio"],
+input[type="checkbox"] {
+    vertical-align: middle;
+    }
+
+fieldset {
+    margin: 1em 0 1em 0;
+    padding: 1em;
+    padding-bottom: 5px;
+    border: 1px solid #AAA;
+    }
+
+fieldset legend {
+    font-weight: bold;
+    color: #AAA;
+    }
diff --git a/Scripts/CentOS-Web/Public/Stylesheet/tabs.css b/Scripts/CentOS-Web/Public/Stylesheet/tabs.css
new file mode 100755
index 0000000..dc1460d
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/Stylesheet/tabs.css
@@ -0,0 +1,83 @@
+/* 
+ * Webenv -> Tabs (Style 2: Two Rounded Borders)
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+div#page-header div.tabs {
+	margin-left: 10px;
+    margin-right: 10px;
+    }
+
+div#page-header div.tabs a {
+	color: #FFF;
+	float: left;
+	font-weight: bold;
+	margin-right: 3px;
+	padding: 0px 8px 0 0px;
+	text-decoration: none;
+	}
+
+div#page-header div.tabs span.current a,
+div#page-header div.tabs span.current a:hover, 
+div#page-header div.tabs span.current a span,
+div#page-header div.tabs span.current a:hover span {
+	color: #204A87;
+	text-decoration: none;
+	}
+
+div#page-header div.tabs a span {
+	float: left;
+	padding: 5px 0px 3px 8px;
+	}
+
+/* */
+
+div#page-header div.tabs a {
+	background: none;
+	}
+
+div#page-header div.tabs a span {
+	background: none;
+	}
+
+div#page-header div.tabs span.current a,
+div#page-header div.tabs span.current a:hover {
+	background: url("https://projects.centos.org/centos-web-pub/tabs3-bg.png") 100% -50px no-repeat;
+	}
+
+div#page-header div.tabs span.current a span,
+div#page-header div.tabs span.current a:hover span {
+	background: url("https://projects.centos.org/centos-web-pub/tabs4-bg.png") 0 -50px no-repeat;
+	}
+
+div#page-header div.tabs span:hover a {
+	background: url("https://projects.centos.org/centos-web-pub/tabs3-bg.png") 100% 0 no-repeat;
+	}
+
+div#page-header div.tabs span:hover a span {
+	background: url("https://projects.centos.org/centos-web-pub/tabs4-bg.png") 0 0;
+	}
+
+/* Application level navigation bar.
+--------------------------------------------------------------------*/
+div#page-header div#appslinks div.tabs span:hover a span {
+    }
diff --git a/Scripts/CentOS-Web/Public/stylesheet.css b/Scripts/CentOS-Web/Public/stylesheet.css
new file mode 100755
index 0000000..fa5c587
--- /dev/null
+++ b/Scripts/CentOS-Web/Public/stylesheet.css
@@ -0,0 +1,39 @@
+/* 
+ * Webenv
+ *
+ * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
+ *
+ * This CSS is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This CSS is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ * ----------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------
+ */
+
+/* Reset browser's default definitions.
+--------------------------------------------------------------------*/
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/reset.css");
+
+/* Customize default definitions.
+--------------------------------------------------------------------*/
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/base.css");
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/links.css");
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/lists.css");
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/admonition.css");
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/forms.css");
+
+/* Miscellaneous definitions.
+--------------------------------------------------------------------*/
+@import url("https://projects.centos.org/centos-web-pub/Stylesheet/tabs.css");
diff --git a/Scripts/CentOS-Web/Stylesheet/admonition.css b/Scripts/CentOS-Web/Stylesheet/admonition.css
deleted file mode 100755
index 6927198..0000000
--- a/Scripts/CentOS-Web/Stylesheet/admonition.css
+++ /dev/null
@@ -1,122 +0,0 @@
-/* 
- * Webenv -> Quotation
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-div#page-body div.admonition {
-    border: 1px solid;
-    border-left: 5px solid;
-    padding: 10px 20px 10px 10px;
-    margin: 1.5em 0 1.5em 0;
-    }
-
-div#page-body div.admonition pre {
-    border: none;
-    background-color: #333;
-    color: #FFFFFF;
-    }
-
-div#page-body div.admonition img {
-    float: left;
-    }
-
-
-div#page-body div.admonition h3 {
-    margin-top: 10px; 
-    line-height: 1.5em;
-    }
-
-div#page-body div.admonition h3,
-div#page-body div.admonition p,
-div#page-body div.admonition pre,
-div#page-body div.admonition table {
-    margin-left: 60px;
-    }
-
-div#page-body div.admonition ul,
-div#page-body div.admonition ol,
-div#page-body div.admonition dl {
-    margin-left: 110px;
-    }
-
-div#page-body div.admonition ul dl,
-div#page-body div.admonition ul ol,
-div#page-body div.admonition ul ul,
-div#page-body div.admonition ol dl,
-div#page-body div.admonition ol ol,
-div#page-body div.admonition ol ul,
-div#page-body div.admonition dl dl,
-div#page-body div.admonition dl ol,
-div#page-body div.admonition dl ul {
-    margin-left: 2.5em;
-    }
-
-div#page-body div.admonition.unknown pre,
-div#page-body div.admonition.unknown h3,
-div#page-body div.admonition.unknown p,
-div#page-body div.admonition.unknown table {
-    margin-left: 20px;
-    }
-
-div#page-body div.admonition.success,
-div#page-body div.admonition.redirected,
-div#page-body div.admonition.error {
-	border: none;
-	border-top: 5px solid;
-	border-bottom: 5px solid;
-    border-color: #CFCFCF;
-	}
-
-div#page-body div.admonition.unknown,
-div#page-body div.admonition.redirected,
-div#page-body div.admonition.note {
-    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-blue.png");
-	border-color: #D2E0F6; 
-	background-color: #ECF4FF;
-	}
-
-div#page-body div.admonition.tip,
-div#page-body div.admonition.important,
-div#page-body div.admonition.caution,
-div#page-body div.admonition.warning {
-    border-color: #F6E7D2; 
-    background-color: #FFF8EC;
-    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-orange.png");
-	}
-
-div#page-body div.admonition.violet {
-    border-color: #F6D2F6; 
-    background-color: #FFECFF;
-    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-violet.png");
-	}
-
-div#page-body div.admonition.error {
-    border-color: #E0B7B7;
-    background-color: #FFECEC;
-    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-red.png");
-	}
-
-div#page-body div.admonition.success {
-    border-color: #D6F6D2;
-    background-color: #EEFFEC;
-    background-image: url("https://projects.centos.org/centos-web-pub/msg-bg-green.png");
-	}
diff --git a/Scripts/CentOS-Web/Stylesheet/base.css b/Scripts/CentOS-Web/Stylesheet/base.css
deleted file mode 100755
index 6f1f354..0000000
--- a/Scripts/CentOS-Web/Stylesheet/base.css
+++ /dev/null
@@ -1,376 +0,0 @@
-/* 
- * Webenv -> Main Blocks
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-div#page-header,
-div#wrap,
-div#page-body,
-div#page-footer {
-    min-width: 728px;
-    }
-
-/* Header
---------------------------------------------------------------------*/
-div#page-header {
-	background: #204C8D url("https://projects.centos.org/centos-web-pub/h1-bg.png") 0 0 repeat;
-	min-height: 46px;
-	}
-
-/* Content
---------------------------------------------------------------------*/
-
-div#wrap {
-	padding: 0 10px 0 10px;
-    background-color: #FFF;
-	}
-
-div#page-body {
-	clear: both;
-    background-color: #F8F8F8;
-	}
-
-div#page-body div#content-list {
-    padding: 10px;
-    padding-left: 0;
-    padding-top: 8px;
-    background-color: #FFF;
-    }
-
-/* Paragraphs
---------------------------------------------------------------------*/
-
-/* Footer
---------------------------------------------------------------------*/
-
-div#page-footer {
-	background: #204C8D url("https://projects.centos.org/centos-web-pub/h1-bg.png") 0 0 repeat;
-	}
-
-div#page-footer div.credits {
-    padding: 8px;
-    }
-
-div#page-footer div.credits .copyright,
-div#page-footer div.credits .license {
-    font-size: x-small;
-    color: #FFF;
-    margin: 3px;
-    }
-
-div#page-footer div.credits a {
-    color: #FFF;
-    font-style: italic;
-    }
-
-div#page-footer div.top {
-    float:right;
-    }
-
-/* Logo
---------------------------------------------------------------------*/
-
-div#page-header div#logo img {
-    border: none;
-    float: left;
-    margin-left: 10px;
-    }
-
-/* Google advertisement (468x60px)
---------------------------------------------------------------------*/
-
-div#page-header div.google-ad {
-    float: right;
-    margin: 5px;
-    }
-
-div#page-header div.google-ad img {
-    border: none;
-    }
-
-/* Last releases and related RSS link.
---------------------------------------------------------------------*/
-
-div#page-header div#last-releases {
-    clear: both;
-    min-height: 35px;
-    border-top: 3px solid #FFF;
-    background: #3465A4;
-    }
-
-div#page-header div#last-releases a {
-    color: #fff;
-    }
-
-div#page-header div#last-releases div.left {
-    display: block;
-    float: left;
-    width: 450px;
-    margin-top: 10px;
-    margin-left: 10px;
-    font-size: small;
-    }
-
-div#page-header div#last-releases div.right {
-    float: right;
-    margin-top: 9px;
-    margin-right: 5px;
-    }
-
-div#page-header div#last-releases div.right span.rss span {
-    text-align: center;
-    font-weight: bold;
-    background: #729fcf;
-    padding: 4px 10px;
-    }
-
-div#page-header div#last-releases div span.title {
-    font-weight: bold;
-    color: #FFF;
-    }
-
-div#page-header div#last-releases div span.release {
-    border-right: 1px dotted #FFF;
-    padding-left: 10px;
-    padding-right: 10px;
-    font-weight: bold;
-    }
-
-div#page-header div#last-releases div span.last {
-    border-right: 0px;
-    }
-
-/* Application links
---------------------------------------------------------------------*/
-
-div#page-header div#pagelinks {
-    border-top: 3px solid #FFF;
-    }
-
-/* User related links (e.g., last visit, session info and page trails)
---------------------------------------------------------------------*/
-
-div#page-header div.userlinks {
-    padding: 10px;
-    text-align: right;
-    font-size: x-small;
-    clear: both;
-    }
-
-div#page-header div.userlinks a {
-    color: #fff;
-    }
-
-div#page-header div.userlinks div.logs {
-    width: 50%;
-    float: left;
-    text-align: left;
-    }
-
-div#page-header div.userlinks div.logs span {
-    border: none;
-    }
-
-div#page-header div.userlinks div.logs span.title {
-    color: #FFF;
-    }
-
-div#page-header div.userlinks div.logs span.datetime {
-    font-style: italic;
-    color: #FFF;
-    }
-
-div#page-header div.userlinks div.session {
-    width: 50%;
-    float: right;
-    }
-
-div#page-header div.userlinks div.session span {
-    border-right: 1px dotted #FFF;
-	}
-
-div#page-header div.userlinks div.session span a {
-    margin-right: 10px;
-    margin-left: 10px;
-    }
-
-
-div#page-header div.userlinks div.session span.last {
-	border-right: none;
-	}
-
-div#page-header div.userlinks div.session span.last a {
-    margin-right: 0;
-    }
-
-div#page-header div.userlinks div.session span.last:after {
-	content: none;
-	}
-
-div#page-header div.userlinks div.trail {
-	text-align: right;
-    clear: both;
-    padding-top: 5px;
-    }
-
-div#page-header div.userlinks div.trail span {
-	display: inline;
-	}
-
-div#page-header div.userlinks div.trail span.last {
-	border-right: none;
-	padding-right: 0;
-	}
-
-div#page-header div.userlinks div.trail span:after {
-	content: "»";
-    color: #FFF;
-    margin-left: 5px;
-    margin-right: 3px;
-	}
-
-div#page-header div.userlinks div.trail span.last:after {
-	content: none;
-	}
-
-/* Page lines.
---------------------------------------------------------------------*/
-
-.page-line {
-	clear: both;
-	margin: 0;
-	padding: 0;
-	background-color: transparent;
-	}
-
-.page-line.white {
-	height: 3px;
-	background-color: #FFF;
-	}
-
-/* Page body
---------------------------------------------------------------------*/
-
-div#page-body .info {
-    margin-top: 5px;
-    }
-
-div#page-body .info span {
-    font-size: small;
-    border-right: 1px dotted #AAA;
-    padding-right: 10px;
-    padding-left: 7px;
-    }
-
-div#page-body .info span.author {
-    padding-left: 0;
-    }
-
-div#page-body .info span.comment {
-    border-right: 0;
-    }
-
-/* Content Listing - One column
---------------------------------------------------------------------*/
-
-div#page-body div#content-list {
-    margin-right: 200px;
-    border-right: 3px #EEE solid;
-    }
-
-div#page-body div#content-actions {
-    float:right;
-    width: 180px;
-    border-left: 3px #EEE solid;
-    padding: 10px;
-    font-size: small;
-    }
-
-div#page-body div#content-actions form input[type="text"] {
-    border: 1px solid #AAA;
-    }
-
-div#page-body div#content-list div.search {
-    }
-
-div#page-body div#content-list div.row {
-    padding: 10px 20px;
-    }
-
-div#page-body div#content-list div.dark {
-    background: #F8F8F8;
-    }
-
-div#page-body div#content-list div.light {
-    background: #FFF;
-    }
-
-div#page-body div#content-list h3.title {
-    margin-top: 0;
-    }
-
-div#page-body div#content-list .abstract {
-    margin-bottom: 1em;
-    }
-
-div#page-body div#content-list .pagination {
-    border-top: 1px solid #AAA;
-    font-size: small;
-    padding: 10px;
-    border-top: 1px #AAA solid;
-    margin-bottom: 0;
-    padding-bottom: 0;
-    }
-
-div#page-body div#content-list .pagination span.previous {
-    float: left;
-    }
-
-div#page-body div#content-list .pagination span.previous a:before {
-    content: "«";
-    padding-right: 3px;
-    }
-
-div#page-body div#content-list .pagination span.next a:after {
-    content: "»";
-    padding-left: 3px;
-    }
-
-div#page-body div#content-list .pagination span.next {
-    float: right;
-    }
-
-/* Content Details - One column
---------------------------------------------------------------------*/
-
-div#page-body div#content-details {
-    padding: 30px 10% 30px 10%;
-    background: #FFF;
-    }
-
-/* Content Unkown - Not page found.
---------------------------------------------------------------------*/
-
-div#page-body div#content-unknown {
-    padding: 0 15% 0 15%;
-    background: #FFF;
-    }
diff --git a/Scripts/CentOS-Web/Stylesheet/forms.css b/Scripts/CentOS-Web/Stylesheet/forms.css
deleted file mode 100755
index 9a39fc2..0000000
--- a/Scripts/CentOS-Web/Stylesheet/forms.css
+++ /dev/null
@@ -1,137 +0,0 @@
-/* 
- * Webenv -> Forms
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-div#page-body div.row1 {
-	clear: both;
-	background: #F8F8F8;
-	padding: 10px;
-	}
-
-div#page-body div.row2 {
-	clear: both;
-	background: #FFFFFF;
-	padding: 10px;
-	}
-
-div#page-body div.row3 {
-	clear: both;
-	border-top: 1px solid #CCC;
-	padding: 10px;
-	margin-top: 10px;
-	}
-
-div#page-body fieldset div.row1 span.descrip,
-div#page-body fieldset div.row2 span.descrip {
-	float: left;
-	}
-
-div#page-body fieldset div.field {
-	display: block;
-	margin-left: 30%;
-	}
-
-div#page-body fieldset div.field div.column {
-	float: left;
-	margin-right: 1em;
-	padding-right: 1em;
-	border-right: 1px dotted #AAA;
-	}
-
-div#page-body fieldset div.row3 div.descrip {
-	display: block;
-	font-size: small;
-	color: #AAA;
-	font-style: italic;
-	width: 70%
-	}
-
-div#page-body fieldset span.submit {
-	float: right;
-	}
-
-/* */
-
-div#page-body form div {
-    padding-bottom: 10px;
-    }
-
-div#page-body form div span {
-	display: inline;
-	margin: 0;
-	padding-right: 10px;
-	}
-
-div#page-body div span.results {
-	padding-left: 10px;
-    border-left: 1px dotted #AAA;
-	}
-
-/* */
-
-
-/* */
-
-div#page-body div.records-list {
-    display: block;
-    }
-
-div#page-body div.records-list ul {
-    margin: 0;
-    padding: 0;
-    list-style: none;
-    }
-
-div#page-body div.records-list ul li {
-    padding: 0.5em;
-    }
-
-div#page-body div.records-list ul li.row1 {
-    background: #F8F8F8;
-    }
-
-div#page-body div.records-list ul li span.col0 {
-    display: block;
-    float:left;
-    text-align: center;
-    padding-right: 0.5em;
-    margin-right: 0.5em;
-    border-right: 1px solid #FFF;
-    }
-
-div#page-body div.records-list ul li span.col1 {
-    width: 250px;
-    display: block;
-    float:left;
-    }
-
-div#page-body div.records-list ul li span.col2 {
-    border-left: 1px solid #FFF;
-    padding-left: 0.5em;
-    }
-
-div#page-body div.records-list ul li.title {
-    font-weight: bold;
-    background: #eee;
-    border-bottom: 1px #AAA solid;
-    }
diff --git a/Scripts/CentOS-Web/Stylesheet/links.css b/Scripts/CentOS-Web/Stylesheet/links.css
deleted file mode 100755
index d0ae637..0000000
--- a/Scripts/CentOS-Web/Stylesheet/links.css
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * Webenv -> Links
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-/* Broken or nonexistent links.
---------------------------------------------------------------------*/
-
-div#page-body a.nonexistent,
-div#page-body a.nonexistent:hover { color: gray; }
-
-/* Special decoration for some links' classes
---------------------------------------------------------------------*/
-
-div#page-body a.www:before {
-    white-space:nowrap;
-    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
-    margin: 0 0.2em;
-    }
-
-div#page-body a.http:before {
-    white-space:nowrap;
-    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
-    margin: 0 0.2em;
-    }
-
-div#page-body a.https:before {
-    white-space:nowrap;
-    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
-    margin: 0 0.2em;
-    }
-
-div#page-body a.mailto:before {
-    white-space:nowrap;
-    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-mail.png);
-    margin: 0 0.2em;
-    }
-
-div#page-body a.attachment:before {
-    white-space:nowrap;
-    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-attach.png);
-    margin: 0 0.2em;
-    }
diff --git a/Scripts/CentOS-Web/Stylesheet/lists.css b/Scripts/CentOS-Web/Stylesheet/lists.css
deleted file mode 100755
index 165eda2..0000000
--- a/Scripts/CentOS-Web/Stylesheet/lists.css
+++ /dev/null
@@ -1,111 +0,0 @@
-/* 
- * Webenv -> Lists
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-div#page-body ul { 
-    /*
-    list-style: url("https://projects.centos.org/centos-web-pub/ul.png") disc; 
-    */
-    }
-
-div#page-body ul,
-div#page-body ol { 
-    margin-left: 2.5em;
-    }
-
-div#page-body ul ol,
-div#page-body ol ul,
-div#page-body dl ul,
-div#page-body dl ol { 
-    margin-left: 1.5em;
-    }
-
-div#page-body div#links ul {
-    padding: 0.5em 0.5em 1em 1em;
-    margin: 0;
-    list-style: none;
-    border-top: 1px #EEE solid;
-    }
-
-div#page-body div#links ul.first {
-    border-top: none;
-    }
-
-div#page-body div#links ul li {
-    padding: 2px;
-    }
-
-/* Table of content (toc) 
---------------------------------------------------------------------*/
-
-div#page-body div.toc {
-	font-size: small;
-	text-align:left;
-    margin-bottom: 2em;
-	}
-
-div#page-body div.toc p {
-    font-weight: bold;
-    margin: 0.5em 0 0.5em 0;
-    }
-
-div#page-body div#content div.toc dl {
-    margin: 0;
-    }
-
-div#page-body div#content div.toc dl dl {
-    margin-left: 2.5em;
-    }
-
-/* Content actions links (e.g., categories and archives).
---------------------------------------------------------------------*/
-
-div#page-body div#content-actions dl {
-    margin-top: 0;
-    margin-left: 0;
-    }
-
-div#page-body div#content-actions dl dt {
-    font-weight: bold;
-    border-bottom: 1px solid #EEE;
-    margin-bottom: 1em;
-    }
-
-div#page-body div#content-actions dl dd {
-    margin-left: 1.5em;
-    }
-
-div#page-body div#content-actions dl dl {
-    margin-left: 1.5em;
-    margin-top: 0px;
-    border-top: none;
-    padding-top: 0;
-    }
-
-div#page-body div#content-actions dl dl.year {
-    margin-bottom: 1em;
-    }
-
-div#page-body div#content-actions dl dl.year dd {
-    margin-left: 0;
-    }
diff --git a/Scripts/CentOS-Web/Stylesheet/reset.css b/Scripts/CentOS-Web/Stylesheet/reset.css
deleted file mode 100755
index 711c091..0000000
--- a/Scripts/CentOS-Web/Stylesheet/reset.css
+++ /dev/null
@@ -1,352 +0,0 @@
-/*
- * Webenv (reset) --  This file resets the browser's default visual
- * style and sets The CentOS Web Environment visual style as default
- * visual style. This file sets default values to tags like `html',
- * `body', as well as those controlling links, tables, paragrphs,
- * headings, lists, forms and quotation.
- *
- * The CentOS Web Environment (Webenv) is specially conceived to
- * achieve one unique visual style and easy navegation through all
- * different web applications The CentOS Project uses to show its
- * existence in the World Wide Web medium.
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * -------------------------------------------------------------------
- * $Id$
- * -------------------------------------------------------------------
- */
-
-
-/* Reset browsers default margins and paddings
------------------------------------------------*/
-
-* {
-    margin: 0;
-    padding: 0;
-    }
-
-/* Define html
------------------------------------------------*/
-
-html {
-    background-color: #FFF;
-    background-image: url("https://projects.centos.org/centos-web-pub/html-bg.png");
-    }
-
-/* Define body
------------------------------------------------*/
-
-body {
-    font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
-    font-size: 0.85em;
-    /* margin: 0;           /* <- full screen                       */
-    /* margin: 0 1% 0 1%;   /* <- with 1% of left and right margin  */
-    /* margin: 0 2% 0 2%;   /* <- with 2% of left and right margin  */
-    margin: 0 3% 0 3%;      /* <- with 3% of left and right margin  */
-    /* margin: 0 10% 0 10%; /* <- with 10% of left and right margin */
-    color: #333;
-    }
-
-/* Links 
------------------------------------------------*/
-
-a:link  { text-decoration: none; color: #0044B3; }
-a:hover { text-decoration: underline; color: green; }
-a:active { text-decoration: underline; color: green; }
-a:visited { text-decoration: none; color: #0044B3; }
-a:visited:hover { text-decoration: underline; color: green; }
-
-.title,
-.title a:link,
-.title a:active,
-.title a:hover,
-.title a:visited,
-.title a:visited:hover {
-    /* color: #072B61; */
-    color: #000000;
-    }
-
-/* Headings
------------------------------------------------*/
-
-h1 {
-    font-size: 2em;
-    line-height: 1.3em;
-    }
-
-h2 {
-    font-size: 1.5em;
-    line-height: 1.5em;
-    margin-top: 1.5em;
-    }
-
-h3 {
-    font-size: 1.4em;
-    line-height: 1.4em;
-    margin-top: 1.4em;
-    }
-
-h4 {
-    font-size: 1.2em;
-    line-height: 1.2em;
-    margin-top: 1.2em;
-    }
-
-h5 {
-    font-size: 1.1em;
-    line-height: 1.1em;
-    margin-top: 1.1em;
-    }
-
-h6 {
-    font-size: 1em;
-    line-height: 1em;
-    margin-top: 1em;
-    }
-
-/* Paragraphs
------------------------------------------------*/
-
-p {
-    margin: 1em 0 1.5em 0;
-    line-height: 1.5em;
-    text-align: justify;
-    }
-
-/* Images
------------------------------------------------*/
-
-img {
-    border: none;
-    }
-
-/* Quotations
------------------------------------------------*/
-
-blockquote {
-    background: #fafafa;
-    border-color: #eeeeee;
-    border-width: 1px;
-    border-style: solid;
-    border-left-width: 4px;
-    margin-left: 1.5em;
-    padding: 0.5em;
-    margin-top: 1em;
-    margin-bottom: 1.3em;
-    }
-
-q:before {
-    content: " “";
-    }
-
-q:after {
-    content: "” ";
-    }
-
-q q:before {
-    content: " ‘";
-    }
-
-q q:after {
-    content: "’ ";
-    }
-
-address {
-    margin-left: 1.5em;
-    }
-
-/* Preformatted Texts
------------------------------------------------*/
-
-pre {
-    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
-    padding: 0.5em 1em 0.5em 1em;
-    margin: 1em 0 1em 0;
-    white-space: pre;
-    border-width: 1px;
-    border-style: solid;
-    border-color: #E5E5E5;
-    border-left-width: 4px;
-    background: #FFFAE9;
-    overflow: auto;
-    }
-
-/* Phrase Elements
------------------------------------------------*/
-
-tt,
-samp,
-kbd,
-code {
-    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
-    }
-
-/* Page Lines
------------------------------------------------*/
-
-hr {
-    clear: both;
-    height: 1px ! important;
-    border: none;
-    background-color: #DADADA;
-    }
-
-/* Lists
------------------------------------------------*/
-
-ul,
-ol,
-dl {
-    margin: 1.5em 0 1.5em 2.5em;
-    }
-
-ul { 
-    list-style: disc;
-    } 
-
-ol {
-    list-style-image: none !important;
-    }
-
-ul li,
-ol li {
-    line-height: 1.5em;
-    }
-
-ul ul,
-ul ol,
-ol ul,
-ol ol {
-    margin-top: 0.3em;
-    margin-bottom: 0.3em;
-    }
-
-ul li p,
-ol li p {
-    margin-bottom: 0.3em;
-    }
-
-dl dd {
-    margin-left: 2.5em;
-    }
-
-dl ol,
-dl ul {
-    margin-left: 3.5em;
-    }
-
-/* Tables 
------------------------------------------------*/
-
-table {
-    border-collapse: collapse;
-    }
-
-table caption {
-    font-style: italic;
-    text-align: center;
-    }
-
-table tr th {
-    font-weight: bold;
-    }
-
-table tr td,
-table tr th {
-    border: 1pt;
-    border-style: solid;
-    border-color: #CCC;
-    padding-top: 0.25em;
-    padding-right: 0.5em;
-    padding-bottom: 0.25em;
-    padding-left: 0.5em;
-    vertical-align: top;
-    }
-
-table tr td p,
-table tr td pre {
-    margin: 0;
-    padding: 0;
-    }
-
-/* Forms 
------------------------------------------------*/
-
-form {
-    display: inline;
-    }
-
-input[type="submit"], 
-input[type="button"] {
-    padding: 1px;
-    display: inline;
-    text-decoration: none;
-    }
-
-input[type="text"],
-input[type="password"],
-textarea {
-    display: inline;
-    padding: 2px;
-    }
-
-select {
-    display: inline;
-    padding: 1px;
-    }
-
-form p {
-    display: inline;
-    margin-left: 5px;
-    margin-right: 5px;
-    }
-
-/* Select
----------------------------------------- */
-
-select option {
-    padding-left: 3px;
-    padding-right: 3px;
-    }
-
-select optgroup {
-    font-style: normal;
-    font-weight: bold;
-    padding-left: 3px;
-    }
-
-select optgroup option {
-    margin-left: 1em;	
-    }
-
-input[type="radio"],
-input[type="checkbox"] {
-    vertical-align: middle;
-    }
-
-fieldset {
-    margin: 1em 0 1em 0;
-    padding: 1em;
-    padding-bottom: 5px;
-    border: 1px solid #AAA;
-    }
-
-fieldset legend {
-    font-weight: bold;
-    color: #AAA;
-    }
diff --git a/Scripts/CentOS-Web/Stylesheet/tabs.css b/Scripts/CentOS-Web/Stylesheet/tabs.css
deleted file mode 100755
index dc1460d..0000000
--- a/Scripts/CentOS-Web/Stylesheet/tabs.css
+++ /dev/null
@@ -1,83 +0,0 @@
-/* 
- * Webenv -> Tabs (Style 2: Two Rounded Borders)
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-div#page-header div.tabs {
-	margin-left: 10px;
-    margin-right: 10px;
-    }
-
-div#page-header div.tabs a {
-	color: #FFF;
-	float: left;
-	font-weight: bold;
-	margin-right: 3px;
-	padding: 0px 8px 0 0px;
-	text-decoration: none;
-	}
-
-div#page-header div.tabs span.current a,
-div#page-header div.tabs span.current a:hover, 
-div#page-header div.tabs span.current a span,
-div#page-header div.tabs span.current a:hover span {
-	color: #204A87;
-	text-decoration: none;
-	}
-
-div#page-header div.tabs a span {
-	float: left;
-	padding: 5px 0px 3px 8px;
-	}
-
-/* */
-
-div#page-header div.tabs a {
-	background: none;
-	}
-
-div#page-header div.tabs a span {
-	background: none;
-	}
-
-div#page-header div.tabs span.current a,
-div#page-header div.tabs span.current a:hover {
-	background: url("https://projects.centos.org/centos-web-pub/tabs3-bg.png") 100% -50px no-repeat;
-	}
-
-div#page-header div.tabs span.current a span,
-div#page-header div.tabs span.current a:hover span {
-	background: url("https://projects.centos.org/centos-web-pub/tabs4-bg.png") 0 -50px no-repeat;
-	}
-
-div#page-header div.tabs span:hover a {
-	background: url("https://projects.centos.org/centos-web-pub/tabs3-bg.png") 100% 0 no-repeat;
-	}
-
-div#page-header div.tabs span:hover a span {
-	background: url("https://projects.centos.org/centos-web-pub/tabs4-bg.png") 0 0;
-	}
-
-/* Application level navigation bar.
---------------------------------------------------------------------*/
-div#page-header div#appslinks div.tabs span:hover a span {
-    }
diff --git a/Scripts/CentOS-Web/stylesheet.css b/Scripts/CentOS-Web/stylesheet.css
deleted file mode 100755
index fa5c587..0000000
--- a/Scripts/CentOS-Web/stylesheet.css
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Webenv
- *
- * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
- *
- * This CSS is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This CSS is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * ----------------------------------------------------------------------
- * $Id$
- * ----------------------------------------------------------------------
- */
-
-/* Reset browser's default definitions.
---------------------------------------------------------------------*/
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/reset.css");
-
-/* Customize default definitions.
---------------------------------------------------------------------*/
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/base.css");
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/links.css");
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/lists.css");
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/admonition.css");
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/forms.css");
-
-/* Miscellaneous definitions.
---------------------------------------------------------------------*/
-@import url("https://projects.centos.org/centos-web-pub/Stylesheet/tabs.css");