/* 
Theme Name: Architect Theme
Theme URL: http://ithemes.com
Description: Architect Theme is a custom theme created for WordPress.
Author: iThemes
Author URI: http://ithemes.com
Version: 1.0

Version History
    0.1 - 2009-01-09
        Initial version
    0.1.1 - 2009-01-12
        Updated lib/theme-options/theme-options.php and lib/tutorials/tutorials.php
                in order to add support for wp_tutorial_var
        0.1.2 - 2009-01-12
                Updated functions.php and footer.php to standardize the tracking code action
        0.1.3 - 2009-01-13
                Updated footer.php to include credits
                Updated /lib/theme-options/theme-options.php to take out category checkboxes
                Updated 404.php to call sidebar correctly
                Updated README.txt to latest version from Jesse
        0.1.4 - 2009-01-13
                Updated lib/featured-images/featured-images.php to 1.1.0
                Updated functions.php to disable the Featured Images height
        1.0 - 2009-01-13
                Updated style.css to fix style issues
                Updated /lib/custom-header.php to fix RSS icon bg issue
                Updated /lib/theme-options/theme-options.php to remove remnant categories reference
                Updated header.php to restructure the wrap div
*/

body {
        background: #333;
        width: 880px;
        color: #000;
        font-size: 16px;
        font-family: Georgia;
        margin: 0px auto 0px;
        padding: 0px;
        }
        
#wrap {
        background: #FFFFFF;
        width: 880px;
        margin: 0px auto 0px;
        padding: 0px;
        float: left;
        }

/************************************************
*        Hyperlinks                                                                        *
************************************************/

a, a:visited {
        color: #0000FF;
        text-decoration: underline;
        }
        
a:hover {
        text-decoration: none;
        }
        
/************************************************
*        Header                                                                          *
************************************************/

#header {
        background: url(images/header.jpg) no-repeat;
        width: 880px;
        height: 100px;
        color: #FFFFFF;
        margin: 0px auto 0px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        }
        
#header a {
        font-family: Arial, Tahoma, Verdana;
        font-size: 24px;
        color: #000000;
        text-decoration: none;
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
        }

#header a:hover{
        color: #C4290B;
        }
        
#header a img {
        border: none;
        margin: 0px;
        padding: 0px;
        }

#headerleft {
        width: 435px;
        float: left;
        font-size: 14px;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        overflow: hidden;
        }

#headerleft a {
        display: block;
        text-indent: -99999px;
        height: 100px;
}
#headerright {
        width: 380px;
        float: right;
        font-size: 20px;
        text-align: center;
        margin: 0px;
        padding: 20px 5px 0px 0px;
color: black
        }
        
#headerright p {
        color: #000;
        font-size: 12px;
        margin: 0px;
        padding: 0px 20px 0px 0px;
        }
        
/************************************************
*        Navbar                                                                      *
************************************************/

#navbar {
        background: url(images/navbg.gif);
        width: 880px;
        height: 42px;
        color: #FFFFFF;
        margin: 0px auto 0px;
        padding: 0px 0px 0px 0px;
        }

#nav {
        margin: 0px 0px 0px 15px;
        padding: 0px;
        list-style: none;
        }
        
#nav ul {
        z-index: 10000;
        margin: 0px;
        padding: 0px;
        list-style: none;
        }

#nav a {
        color: #FFFFFF;
        display: block;
        font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 25px 0px 0px;
        padding: 13px 10px 13px 10px;
        }
        
#nav a:hover {
        background: #6A1906 url(images/navhov.gif);
        color: #FFFFFF;
        display: block;
        text-decoration: none;
    margin: 0px 25px 0px 0px;
        padding: 13px 10px 13px 10px;
        }

#nav li {
        float: left;
        margin: 0px;
        padding: 0px;
        }
        
#nav li li {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 180px;
        }
        
#nav li li a, #nav li li a:link, #nav li li a:visited {
        background: #07456D;
        width: 180px;
        float: none;
        margin: 0px;
        padding: 8px 10px 8px 10px;
        border-top: 1px solid #FFFFFF;

        }
        
#nav li li a:hover, #nav li li a:active {
        background: #6A1906;
        margin: 0px;
        padding: 8px 10px 8px 10px;
        }

#nav li ul {
        position: absolute;
        width: 10em;
        left: -999em;
        }

#nav li:hover ul {
        left: auto;
        display: block;
        }
        
#nav li:hover ul, #nav li.sfhover ul {
        left: auto;
        }
        
/************************************************
*        Homepage                                                                  * 
************************************************/

#homepage {
        width: 880px;
        margin: 0px auto 0px;
        padding: 15px 0px 0px 0px;
        line-height: 15px;
        }

#homepage p {
        color: #454545;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        }
        
#homepage h1 {
        color: #98250A;
        font-size: 22px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        }
        
#homepage h1 a, #homepage h1 a:visited  {
        color: #98250A;
        text-decoration: none;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        }

#homepage h1 a:hover {
        color: #98250A;
        text-decoration: none;
        }
        
#homepage h3 {
        color: #202020;
        font-size: 22px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        }
        
#homepage img {
        float: left;
        border: none;
        margin: 0px 20px 0px 0px;
        }
        
#homepage ul {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        }
        
#homepage ul li {
    list-style: square;
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
        }        
        
#homepageleft {
        float: left;
        width: 262px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        }
        
#homepageleft ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        }

#homepageleft ul li {
        display: inline;
        padding: 0px;
        margin: 0px;
        }
        
#homepageleft ul li a {
        background: #FFFFFF url(images/hp-black.png);
        width: 222px;
        height: 70px;
        display: block;
        color: #FFFFFF;
        font-size: 11px;
        font-family: Verdana, Arial, Tahoma;
        font-weight: normal;
        padding: 15px 0px 0px 40px;
        margin: 0px;
        text-decoration: none;
        }

#homepageleft ul li a:hover {
        background: #FFFFFF url(images/hp-orange.png);
        color: #FFFFFF;
        }
        
#menu span {
        color: #C7D3DF;
        font-size: 22px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        display: block;
        }
        
.homeleft1 {
        margin: 0px 0px 0px 0px;
        padding: 20px 0px 0px 0px;
        }
        
.homeleft2 {
        background: #DDDDDD;
        width: 300px;
        height: 80px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        }
        
.homeleft3 {
        background: #EEEEEE;
        width: 300px;
        height: 80px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        }
        
#homepageleft p {
        padding: 0px 0px 10px 0px;
        margin: 0px;
        }
        
#homepageright {
        background: #FFFFFF url(images/homebottom-final.png);
        float: left;
        width: 585px;
        height: 350px;
        margin: 0px 0px 0px 10px;
        }
        
/************************************************
*        Homepage Bottom                                                             * 
************************************************/

#homebottom {
        width: 880px;
        margin: 0px auto 0px;
        padding: 20px 0px 0px 0px;
        line-height: 18px;
        }

      
#homebottom p {
        color: #454545;
        font-size: 11px;
        font-family: Verdana, Arial, Tahoma;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        }
        
#homebottom h2 {
        color: #063C5D;
        font-size: 16px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        }

#homebottom img {
        float: left;
        border: none;
        margin: 0px 0px 10px 0px;
        }
        
#homebottom ul {
        list-style-type: square;
        margin: 0px 0px 15px 0px;
        padding: 0px 0px 0px 0px;
        }
        
#homebottom ul li {
        list-style-type: square;
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
        }        
        
#homebottomleft {
        float: left;
        width: 560px;
        height: 214px;
        margin: 0px 0px 15px 0px;
        padding: 15px 15px 0px 15px;
        display: inline;
        }
        
#homebottommiddle {
        background: #FFFFFF url(images/homebottom.png);
        float: left;
        width: 280px;
        height: 566px;
        margin: 0px 0px 15px 0px;
        padding: 15px 15px 0px 15px;
        display: inline;
        }
        
#homebottomright {
        background: #FFFFFF url(images/sidebar.png) no-repeat;
        float: right;
        position: relative;
        width: 230px;
        min-height: 305px;
        margin: 0px 18px 380px 0px;
        padding: 15px 15px 0px 15px;
        display: inline;
        font-size: 12px;
}

/************************************************
*        Content                                                                  * 
************************************************/

#content {
        float: left;
        width: 880px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 20px;
        }

#content p {
        padding: 0px 0px 15px 0px;
        margin: 0px;
        }
        
#content h1 {
        color: red;
        font-size: 24px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
line-height: 27px;
        font-weight: bold;
        text-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        }
        
#content h1 a, #content h1 a:visited  {
        color: red;
        font-size: 24px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: bold;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        }

#content h1 a:hover {
        color: #C4290B;
        text-decoration: none;
        }
        
#contentleft h2 {
        color: #063C5D;
        font-size: 28px;
        font-family: Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 5px 0px;
        border-bottom: 1px dotted #C0C0C0;
        line-height: 30px;
        }
        
#content h3 {
        color: #063C5D;
        font-size: 22px;
        font-family: Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        }
        
#content h4 {
        color: #063C5D;
        font-size: 16px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
        }

#content img.wp-smiley {
        float: none;
        border: none;
        padding: 0px;
        margin: 0px;
        }

#content img.wp-wink {
        float: none;
        border: none;
        padding: 0px;
        margin: 0px;
        }
        
#contentleft {
        float: left;
        width: 540px;
        margin: 0px 0px 0px 0px;
        padding: 20px 20px 20px 20px;border-right: solid;border-width: 1px; border-color: #ddd;
min-height:1500px;         }

#contentleft p img {
        border: none;
        margin: 0px 10px 0px 0px;
        }
        
#contentleft ol {
        margin: 0px 0px 0px 5px;
        padding: 0px 0px 15px 0px;
        }
        
#contentleft ol li {
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
        }
        
#contentleft ul {
        list-style-type: square;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 15px 0px;
        }
        
#contentleft ul li {
        list-style-type: square;
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
        }

blockquote {
        margin: 0px 20px 15px 20px;
        padding: 5px 0px 5px 15px;
        border-left: 5px solid #C0C0C0;
        }
        
#content blockquote p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        }
        
.postmeta {
        width: 500px;
        font-size: 12px;
        padding: 5px 0px 50px 0px;
        margin: 0px;
        border-top: double #C0C0C0;
        }
        
/************************************************
*        Sidebar                                                     * 
************************************************/

#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 20px 20px 20px 0px;
	line-height: 20px;
	display: inline;
font-size: 12px;
	}

        
#sidebar p {
        padding: 0px 15px 0px 15px;
        margin: 0px;
        }
        
#sidebar h2 {
        color: #063C5D;
        font-size: 16px;
        font-family: Trebuchet MS, Times New Roman, Georgia;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 15px;
        }
        
#sidebar li {
        list-style-type: none;
        margin:  0px;
        padding: 0px 0px 0px 0px;
        }
        
#sidebar ul {
        list-style-type: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 35px;
        }
        
#sidebar ul li {
        list-style-type: square;
        padding: 0px 0px 5px 0px;
        margin: 0px 0px 0px 0px;
        }
 
.sideblock {
        background: #FFFFFF url(images/sidebar.png) no-repeat;
        width: 250px;
        min-height: 75px;
        padding: 15px 0px 0px 0px;
        margin: 0px 0px 0px 0px;       }

.sideblock .textwidget {
        padding: 0px 15px 0px 15px;
        margin: 0px;
        }
        
.sidebar-optin-form {
        background: #FFFFFF url(/images/sidebar-optin.jpg) no-repeat;
        width: 264px;
        min-height: 637px;
        padding: 15px 0px 0px 0px;
        margin: 0px -5px 0px 0px; 
float:right;
font-size:12px;
line-height: 14px;
        }
#sidebar h1 {
        color: white;
        font-size: 21px;
        font-family: Georgia;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 5px 0px;
line-height:22px;
        }


/************************************************
*        Footer                                                                      *
************************************************/

#footer {
        background: url(images/footer.gif) top no-repeat;
        width: 880px;        
        color: #666;
        height: 40px;
        margin: 0px auto 0px;
        padding: 20px 0px 0px 0px;
        text-align: center;
        float: left;
        }
        
#footer p {
        color: #666;
        font-size: 11px;
        font-family: Arial, Tahoma, Verdana;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        }
        
#footer a, #footer a:visited {
        color: #666;
        text-decoration: none;
        }
        
#footer a:hover {
        text-decoration: underline;
        }

/************************************************
*        Search Form                                                                        *
************************************************/

#searchdiv {
        margin: 0px;
        padding: 0px;
        }
        
#searchform {
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        }
        
#subscribe {
        background: #EFEFEF;
        width: 150px;
        color: #333333;
        font-size: 10px;
        font-family: Verdana, Arial, Tahoma;
        font-weight: bold;
        padding: 3px;
        margin: 10px 0px 0px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        display: inline;
        }
        
#subscribe-sidebar {
        background: #EFEFEF;
        width: 200px;
        color: #333333;
        font-size: 10px;
        font-family: Verdana, Arial, Tahoma;
        font-weight: bold;
        padding: 3px;
        margin: 10px 0px 0px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        display: inline;
        }
        
#subbutton {
        background: #07456D url(images/navbar.gif);
        color: #FFFFFF;
        font-size: 11px;
        font-family: Arial, Tahoma, Verdana;
        padding: 2px;
        margin: 10px 0px 0px 0px;
        border: 1px solid #234B69;
        font-weight: bold;
        }
        
#search {
        background: #EEEEEE;
        width: 150px;
        color: #202020;
        font-size: 11px;
        font-family: Arial, Tahoma, Verdana;
        padding: 3px;
        margin: 0px 5px 0px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }
        
#sbutt {
        background: #E5E5E5;
        color: #333333;
        font-size: 11px;
        font-family: Arial, Tahoma, Verdana;
        padding: 2px;
        margin: 0px 0px 0px 0px;
        border: 2px solid #999999;
        font-weight: bold;
        }
        
#s {
        background: #FFFFFF;
        width: 220px;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 5px 0px 20px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }
        
#signup {
        background: #F5F5F5;
        width: 240px;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }

#name, #email, #url, #submit {
        background: #FFFFFF;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px 0px 0px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }
        
#words {
        background: #FFFFFF;
        width: 380px;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px 0px 0px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }
        
/************************************************
*        Comments                                                                        *
************************************************/

        
#commentblock {
        width: 440px;
        color: #000000;
        float: left;
        padding: 20px 0px 10px 0px;
        margin: 0px 0px 0px 0px;
        }
        
#commentblock ol {
        list-style-type: square;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
        }
        
.commentdate {
        font-weight: bold;
        font-size: 12px;
        }

.commentname {
        color: #000000;
        font-weight: bold;
        margin: 0px;
        padding: 5px 0px 0px 0px;
        }

.commentinfo {
        clear: both;
        }

.commenttext {
        width: 440px;
        color: #000000;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 20px 0px;
        border-bottom: 1px dotted #C0C0C0;
        }

.commenttext-admin {
        width: 440px;
        color: #000000;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 0px 0px 0px 0px;
        margin: 5px 0px 20px 0px;
        border-bottom: 1px dotted #C0C0C0;
        }
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
float:right;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
#blog-optin {
width: 569px;
height: 668px;
margin: 0px 18px 15px 0px;
padding: 15px 45px 0px 15px;
display: inline;
}
div.blog-optin-blue {
background: url(/images/background-blue.jpg) no-repeat;
}
#blog-optin h2 {
padding: 10px;
padding-bottom: 0;
margin-bottom: 0;
font-size: 28px;
line-height: 30px;
text-align: center;
margin-left: 175px;
margin-right: 30px;
font-family: Georgia;
color: #fff;
}
#blog-optin h3 {
padding: 0;
font-size: 14px;
text-align: center;
font-family: Arial, sans-serif;
color: #fff;
margin-left: 190px;
margin-right: 30px;
}
#blog-optin form {
padding: 20px; margin-left: 150px; padding-top: 0;
margin-top: -10px;
}
#blog-optin form input[type=text] {
margin: 15px;
padding: 5px;
font-size: 13px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #666;
width: 125px;
margin-top: 15px;
}
#blog-optin form input[type=submit] {
width: 350px;
height: 50px;
background: none;
text-indent: -99999999px;
border: none;
cursor: pointer;
position: relative;
}
#blog-optin {
float: left;
margin-top: -20px;
}
#rotator {
padding: 15px;
}
#blog-optin li {
padding: 0;
font-size: 16px;
text-align: left;
font-family: Arial, sans-serif;
color: #fff;
margin-left: 150px;
margin-right: 30px;
line-height: 21px;
}
#blog-optin ul {
padding: 0;
font-size: 16px;
text-align: left;
font-family: Arial, sans-serif;
color: #fff;
margin-left: 10px;
margin-right: 30px;
line-height: 21px;
}
#blog-optin-sidebar form {
margin: 30px 0px 0px 90px;
padding: 20px; padding-top: 0;
}
input.text {
margin: 0px;
padding: 5px;
font-size: 13px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #666;
width: 125px;
height: 16px;
margin-top: 12px;
}
#blog-optin-sidebar form input[type=image] {
width: 254px;
height: 45px;
background: none;
text-indent: -99999999px;
border: none;
cursor: pointer;
position: relative;
left: -105px;
top: 12px;
}
#blog-optin-autopoczta form input[type=text] {
width: 125px;
text-align:center;
}

/* Design 5 */
table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
}
table.Design5 td {
    text-align: center;
    border-top: 1px dotted #EA9A1C;
    padding: 0.2em 0.5em;
}
table.Design5 thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
table.Design5 th.Corner {
    text-align: left;
}

/* ------------------
 styling for the tables 
   ------------------   */


body1
{
	line-height: 1.6em;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 510px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}