/*

=====================================

 * Data Tables and Cascading Style Sheets Gallery *

 *  http://icant.co.uk/csstablegallery/index.php  *

 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *

 =====================================

*/



table {

        width: 70%;
/*
        margin:0;
*/
         padding:0;

        font-family: "Verdana", Verdana, Arial, sans-serif;

        color: silver;

        align: center;




}



table, tr, th, td {

        border-collapse: collapse;

}

caption {

margin:0;

         padding:0;

        background: silver;

        height: 40px;

        line-height: 40px;

        text-indent: 10px;

        font-family: "Verdana", Verdana, Arial, sans-serif;

        font-size: 5px;

        font-weight: bold;

        color: silver;

        text-align: left;

        letter-spacing: 2px;

        border-top: dashed 0px #c2c2c2;

        border-bottom: dashed 0px #c2c2c2;

}



/* HEAD */



thead {

        background-color: silver;

        border: none;

  font-size: 1px;
}

thead tr th {

        height: 32px;

        line-height: 32px;

                color: silver;

        background-image: url(col_bg.gif);

        background-repeat: repeat-x;

        border-left:solid 0px #FF9900;

        border-right:solid 0px #FF9900;

        border-collapse: collapse;



}



/* BODY */


/* Schriftgröße in den Zeilen */
tbody tr {

        background: silver;

        font-size: 11px;

}

tbody tr.odd {

        background: silver;

}

tbody tr:hover, tbody tr.odd:hover {

        background: silver;

}

tbody tr th, tbody tr td {

        padding: 5px;

        border: solid 0px #326e87;

}

/* Schriftgröße in den Kopfzeilen */
tbody tr th {

        background: silver;

        font-family: "Verdana", Verdana, sans-serif;

        font-size: 11px

  padding: 3px;

        font-weight: bold;

        color: silver;

        border-bottom: solid 0px white;

}


}


/* LINKS */



table a {

        color: #000000;

        text-decoration: none;

        font-size: 12px;

        border-bottom: solid 0px white;

}

table a:hover {

        color: #FFFFFF;

        border-bottom: none;

}



/* FOOTER */



tfoot {

        background: #f3f3f3;

        height: 24px;

        line-height: 24px;

        font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;

        font-size: 4px;

        font-weight: bold;

        color: #555d6d;

        text-align: left;

        letter-spacing: 2px;

        border-top: solid 0px #326e87;

        border-bottom: dashed 0px #c2c2c2;

}

tfoot tr th, tfoot tr td {

        /*padding: .1em .6em;*/



}

tfoot tr th {

        border-top: solid 0px #326e87;

}

tfoot tr td {

        text-align: right;



}