/* 
    Document   : transSoft
    Created on : May 7, 2009, 5:40:07 PM
    Author     : Sylver
    Description:
        All entries related to the sale of my tools (Preptags, TransPic,...)
*/

.versionTbl
{
    width: 90%;
    border: 2px dotted navy;
}
.versionTbl th
{
    font-weight: bold;
}
.versionTbl td
{
    border: 1px dotted navy;
    padding: 3px;
}
.tools
{
    margin: 0 5px 0 180px;
}
.tools h3 a, .tools h3 a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: blue;
}

/* License manager */

.licTbl
{
    width: 97%;
    border: 2px dotted navy;
}
.licTbl th
{
    font-weight: bold;
}
.licTbl td
{
    border: 1px dotted navy;
    padding: 3px;
}
.licTblcontact
{
    width: 80%;
    border: 2px dotted navy;
}
.licTblcontact th
{
    font-weight: bold;
}
.licTblcontact td
{
    border: 1px dotted navy;
    padding: 3px;
}
/* Videos */
#videoTabs
{
    margin: 10px 0 2px 0;
}
.videoTab
{
    background: #ccccff;
    padding: 5px 5px 3px 5px;
    border: 1px solid black;
    margin: 0 1px 0 0;
}
#tabNETframework
{
    background: navy;
    color:white;
    padding: 5px 5px 3px 5px;
}
.video
{
    display:none;
}
