﻿
body {
    width:1080px;
    background-color:lightgray;
    margin:0 auto;
    font-family:Tahoma;
    font-size:12px;
    color:chocolate;
}

.table{
    width:100%;
    background-color:white;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.headerTd{
    width:20%;
    text-align:center;
    font-style:normal;
    text-decoration:none;
    background-color:bisque;
}


.createDbTable{
    width:100%;
    text-align:center;
}

.createDbLeftRightTd{
    width:5%;
}

.createDbNameTd{
    width:20%;
}

.createDbOtherTd{
    width:35%;
}

.tableNameTd{
    width:30%;
}

.LabelIsPrimaryKeyTd{
    width:10%;
}

.runYourQueryTable{
    width:100%;
    text-align:center;
}

.menuLink {
    text-decoration:none;
}

a:hover{
    text-decoration:none;
    color:chocolate;
}

.dropDownList{
    font-family:Tahoma;
    font-size:12px;
}