theme changes: table look and feel
diff --git a/rtd/source/administration_guide.rst b/rtd/source/administration_guide.rst
index fffcc91..89cbaad 100644
--- a/rtd/source/administration_guide.rst
+++ b/rtd/source/administration_guide.rst
@@ -88,6 +88,8 @@
 the ports that should be load balanced and whether or not persistence is 
 required.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 ============ ======================== ============== ======================
 Source port   Destination port        Protocol       Persistence Required?
 ============ ======================== ============== ======================
diff --git a/rtd/source/concepts.rst b/rtd/source/concepts.rst
index 5db3653..79971e3 100644
--- a/rtd/source/concepts.rst
+++ b/rtd/source/concepts.rst
@@ -15,7 +15,9 @@
 
 
 Concepts and Terminology
-========================Primary storage is associated with a cluster
+========================
+
+Primary storage is associated with a cluster
 
 What is Apache CloudStack?
 --------------------------
diff --git a/rtd/source/conf.py b/rtd/source/conf.py
index 0069926..b4328f9 100644
--- a/rtd/source/conf.py
+++ b/rtd/source/conf.py
@@ -120,7 +120,7 @@
 html_theme = 'bootstrap'
 html_theme_options = {
     # Navigation bar title. (Default: ``project`` value)
-    'navbar_title': "Release Notes",
+    'navbar_title': "CloudStack Documentation",
 
     # Tab name for entire site. (Default: "Site")
     'navbar_site_name': "Sections",
diff --git a/rtd/source/dev.rst b/rtd/source/dev.rst
index 850caf2..66ef6b8 100644
--- a/rtd/source/dev.rst
+++ b/rtd/source/dev.rst
@@ -737,6 +737,8 @@
 Event Types
 -----------
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +-------------------+--------------------------------------------------------+
 | Types             | Events                                                 |
 +===================+========================================================+
@@ -1292,6 +1294,8 @@
 parameter. These include scheduling recurring snapshots, creating a
 user, and specifying the usage time zone in the Configuration table.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +-----------------------------------+-----------------------+------------------------+
 | Etc/GMT+12                        | Etc/GMT+11            | Pacific/Samoa          |
 +-----------------------------------+-----------------------+------------------------+
diff --git a/rtd/source/developer_guide.rst b/rtd/source/developer_guide.rst
index 661cd11..e2894c2 100644
--- a/rtd/source/developer_guide.rst
+++ b/rtd/source/developer_guide.rst
@@ -14,8 +14,8 @@
    under the License.
 
 
-CloudStack Installation from Source for Developers
-==================================================
+CloudStack Installation from GIT repo for Developers
+====================================================
 
 This book is aimed at CloudStack developers who need to build the code.
 These instructions are valid on a Ubuntu 12.04 and CentOS 6.4 systems
diff --git a/rtd/source/index.rst b/rtd/source/index.rst
index 94ba4ad..b17f68c 100644
--- a/rtd/source/index.rst
+++ b/rtd/source/index.rst
@@ -25,10 +25,6 @@
 .. figure:: /_static/images/acslogo.png
    :align: center
 
-.. warning:: 
-   We are in the process of changing documentation format as well as hosting 
-   mechanism. Please be patient with us as we migrate our entire documentation 
-   to this new setup.
 
 .. toctree::
 
diff --git a/rtd/source/networking/midonet.rst b/rtd/source/networking/midonet.rst
index a82fa44..fab489e 100644
--- a/rtd/source/networking/midonet.rst
+++ b/rtd/source/networking/midonet.rst
@@ -76,6 +76,8 @@
 #. Next, we need to set the following CloudStack settings under "Global
    Settings" in the UI:
 
+   .. cssclass:: table-striped table-bordered table-hover
+
    +-----------------------------+------------------------------------------------------------------------+--------------------------------------------+
    | Setting Name                | Description                                                            | Example                                    |
    +=============================+========================================================================+============================================+
diff --git a/rtd/source/networking/nicira-plugin.rst b/rtd/source/networking/nicira-plugin.rst
index cbff59c..2fa447b 100644
--- a/rtd/source/networking/nicira-plugin.rst
+++ b/rtd/source/networking/nicira-plugin.rst
@@ -32,6 +32,8 @@
 The following table lists the CloudStack network services provided by
 the Nicira NVP Plugin.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+----------------------+---------------+
 | Network Service      | CloudStack version   | NVP version   |
 +======================+======================+===============+
@@ -52,6 +54,8 @@
 
 The following hypervisors are supported by the Nicira NVP Plugin.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +--------------+----------------------+
 | Hypervisor   | CloudStack version   |
 +==============+======================+
@@ -154,6 +158,8 @@
 use cases combine services from the Virtual Router appliance and the
 Nicira NVP plugin.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+-----------------+
 | Service              | Provider        |
 +======================+=================+
@@ -193,6 +199,8 @@
 Isolated network with network services. The virtual router is still
 required to provide network services like dns and dhcp.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+-----------------+
 | Service              | Provider        |
 +======================+=================+
@@ -273,6 +281,8 @@
 In a typical configuration two network offerings need to be created. One
 with the loadbalancing service enabled and one without loadbalancing.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+--------------------+
 | Service              | Provider           |
 +======================+====================+
@@ -329,6 +339,8 @@
 The following tables are added to the cloud database for the Nicira NVP
 Plugin
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +---------------------+--------------------------------------------------------------+
 | id                  | auto incrementing id                                         |
 +---------------------+--------------------------------------------------------------+
@@ -341,6 +353,8 @@
 
 Table: nicira\_nvp\_nic\_map
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +-------------------------+-------------------------------------------------------------+
 | id                      | auto incrementing id                                        |
 +-------------------------+-------------------------------------------------------------+
@@ -357,6 +371,8 @@
 
 Table: external\_nicira\_nvp\_devices
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +-----------------------+----------------------------------------------+
 | id                    | auto incrementing id                         |
 +-----------------------+----------------------------------------------+
diff --git a/rtd/source/networking/ovs-plugin.rst b/rtd/source/networking/ovs-plugin.rst
index 90892b5..59936fa 100644
--- a/rtd/source/networking/ovs-plugin.rst
+++ b/rtd/source/networking/ovs-plugin.rst
@@ -32,6 +32,8 @@
 The following table lists the CloudStack network services provided by
 the OVS Plugin.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+----------------------+
 | Network Service      | CloudStack version   |
 +======================+======================+
@@ -52,6 +54,8 @@
 
 The following hypervisors are supported by the OVS Plugin.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +--------------+----------------------+
 | Hypervisor   | CloudStack version   |
 +==============+======================+
@@ -191,6 +195,8 @@
 use cases combine services from the Virtual Router appliance and the
 OVS plugin.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+-----------------+
 | Service              | Provider        |
 +======================+=================+
@@ -230,6 +236,8 @@
 Isolated network with network services. The virtual router is still
 required to provide network services like dns and dhcp.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------------+-----------------+
 | Service              | Provider        |
 +======================+=================+
diff --git a/rtd/source/networking/vxlan.rst b/rtd/source/networking/vxlan.rst
index 85da616..dcd6b7e 100644
--- a/rtd/source/networking/vxlan.rst
+++ b/rtd/source/networking/vxlan.rst
@@ -25,6 +25,8 @@
 
 The following table lists the requirements for the hypervisor.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------+-----------------------------------------------+----------------------------------------------------------------------------------------------------------------+
 | Item           | Requirement                                   | Note                                                                                                           |
 +================+===============================================+================================================================================================================+
@@ -43,6 +45,8 @@
 
 The following table lists distributions which meet requirements.
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +----------------+-------------------+-------------------------------------------+----------------------------------------------------------------+
 | Distribution   | Release Version   | Kernel Version (Date confirmed)           | Note                                                           |
 +================+===================+===========================================+================================================================+
diff --git a/rtd/source/plugins.rst b/rtd/source/plugins.rst
index 56f0259..7773bfe 100644
--- a/rtd/source/plugins.rst
+++ b/rtd/source/plugins.rst
@@ -235,6 +235,8 @@
 
 http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3.html
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +------------------+---------------------------------------------------------+
 | Modifier and     | Method and Description                                  |
 | Type             |                                                         |
@@ -311,6 +313,8 @@
 
 http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/transfer/TransferManager.html
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +------------------+---------------------------------------------------------+
 | Modifier and     | Method and Description                                  |
 | Type             |                                                         |
@@ -324,6 +328,8 @@
 
 http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/PutObjectRequest.html
 
+.. cssclass:: table-striped table-bordered table-hover
+
 +------------------+---------------------------------------------------------+
 | Modifier and     | Method and Description                                  |
 | Type             |                                                         |