/* 
    Document   : thanks
    Created on : Jun 22, 2009, 8:34:22 PM
    Author     : igor
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*-----------thanks----------------------*/
table.thanks {border-collapse:collapse; border:0px solid #bbb; width:100%; background:#fff}
table.thanks tbody {border:0px}
table.thanks tbody td {border:0px solid #bbb; padding:0px; font-size:12px}
table.thanks tfoot {border:0px}
table.thanks tfoot td {border:0px}
table.thanks ul {list-style-type:disc; padding:0px; margin:3px 0 10px 20px}
table.thanks #orange {background: #ff8611; border:0px solid #fff; padding:0px}
table.thanks #title {background-color:#ff8611; color:white}
table.thanks #gray {color:#666; padding:10px}
table.thanks #license {padding:15px}
table.thanks #ok {padding:5px; color:green}
table.thanks #error {padding:5px; color:red}
table.thanks #error h1 {margin:0 0 5px 0}
table.thanks #error-img {padding:5px 0 5px 0; text-align:center}

/*------------thanks head---------------------*/
table.thanks-head {border-collapse:collapse; border:0px solid #bbb; width:40%; background-color: white}
table.thanks-head tbody {border:0px solid #bbb}
table.thanks-head thead {border:0px solid #bbb}
table.thanks-head tfoot {border:0px solid #bbb}
table.thanks-head tfoot td {border:0px solid #bbb}
table.thanks-head th {font-size: 14px}
table.thanks-head #white {background-color: white}
table.thanks-head #title h2 {padding:0px; margin:5px; color: white; text-align:center}
table.thanks-head #pad {padding:5px}

/*------------thanks foot---------------------*/
table.thanks-foot {border-collapse: collapse; border:0px solid #BBBBBB; padding:0px; width:20%; background-color: white}
table.thanks-foot td {border:0px solid #BBBBBB; padding:0px}
table.thanks-foot tbody {border:0px solid #BBBBBB}
table.thanks-foot tbody td {border:0px solid #BBBBBB; padding:10px 0 0 5px}
table.thanks-foot thead {border:0px solid #BBBBBB}
table.thanks-foot tfoot {border:0px solid #BBBBBB}
table.thanks-foot tfoot td {border:0px solid #BBBBBB}
table.thanks-foot th {font-size: 14px}
table.thanks-foot #orange {background-color: #e97714; padding: 5px}
table.thanks-foot #orange th {border:1px solid gray}
table.thanks-foot #white {background-color: white}
table.thanks-foot #title {background-color: #e97714}
table.thanks-foot #title h2 {padding:0px; margin:5px; color: white; text-align:center}
table.thanks-foot #pad {padding: 5px}
