/*
Theme Name: rajdhany
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: info@noticethis.nl   
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
 
*/
 

.clear { clear: both; margin: 0px; padding: 0px; }


table.staff_table {
    border-collapse: collapse;
    width: 100%;
}
table.staff_table td, table.staff_table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    font-size: 13px;
    padding: 12px 10px;
    text-align: center;
}
table.staff_table th {
    background: #9ef0b3 none repeat scroll 0 0;
    color: #034d16;
}
table.staff_table tbody td:first-child {
    text-align: left;
}
table.staff_table tbody tr:nth-child(2n) {
    background: #f1f1f1 none repeat scroll 0 0;
    text-shadow: 0 1px 1px #fff;
}
table.staff_table tbody tr:nth-child(2n+1) {
    background: #f7f6f6 none repeat scroll 0 0;
    text-shadow: 0 1px 1px #fff;
}
table.staff_table tfoot {
    background: #d5eff3 none repeat scroll 0 0;
}
 