/* ---------------------- Common ---------------------- */
#common_style_tbl
{
    font-size: small;
    font-family: Verdana;
}

a {text-decoration:none}

.common_style_small
{
    font-size: medium;
    font-family: Verdana;
    font-weight: bold;
    color: rgb(51,51,0);
    text-align: center;
}
.common_style_large
{
    font-size: x-large;
    font-family: Verdana;
    font-weight: bold;  
    color: rgb(51,51,0);
    text-align: center;
}
#common_top
{
    position: relative;
    height: 130px;
    width: 100%;
    background-color: rgb(244,244,194);  /* rgb(210,234,254) */
}
#common_logo
{
    position: absolute;
    height: 100px;
    width: 100px;
    padding: 15px;
    top: 0;
    left: 0;
}
#common_site
{
    position: absolute;
    height: 110px;
    width: 500px;
    padding: 10px;
    top: 0;
    left: 160px;
}
#common_breed
{
    position: absolute;
    height: 100px;
    width: auto;
    overflow: hidden;
    padding: 15px;
    margin-left: 40px;
    top: 0;
    left: 640px;
}
#common_name
{
    position: absolute;
    height: 100px;
 /* width: 400px; */
    width: auto;
    overflow: hidden;
    padding: 0px;
    margin-top: 30px;
    margin-left: 70px;
    top: 0;
    left: 780px;
    text-align: left;
}
#common_bar
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-weight: bold;
    color: rgb(0,0,0);                 
    position: absolute;
    width: 100%;
    top: 190px;
    height: 26px;
    background-color: rgb(210,234,254);
    overflow: hidden;  
}

@media screen, braille, embossed, handheld, projection, speech, tty, tv {
#common_body
{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgb(244,244,194);
}
}
@media print {
#common_body
{
}
    display: none;
}

#common_main
{
#   position: relative; # move to DispYes or DispNo
    width: auto;
    padding: 0px;
    top: 0px;
    left: 15px;
#   margin-top: 100px;  # move to DispYes or DispNo
    margin-left: 0px;
    margin-right: 15px;
}
/* #1D6893; #EFFE99 */
/* ---------------------- END Common ---------------------- */

