.myBox
{
    margin: 0 auto;
    border: 1px solid #a9a9a9; /*hex #0070C0*/
    background-color: #fff; /*rgb(237,237,237); hex #EDEDED*/
    padding-left: 2px;
    padding-right: 2px;

}
.fb_box_no_border
{
    margin: 0 auto;
    /*border: 1px solid rgb(0,112,192); white*/
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px;

}
.gSearchBox
{
    margin: 0 auto;
    border: 1px solid #fff; /*white*/
    background-color: #fff;
    padding-left: 2px;
    padding-right: 2px;

}
.messageBox
{
    margin: 0 auto;
    border: 0px solid red; /*hex #0070C0*/
    background-color: rgb(217,217,217); /*hex #EDEDED*/
    color: blue;
    font-weight: 300;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}
#downloadBox
{
    
    width: 300px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 10px;
    color: blue;
    text-decoration: none;    
}
#downloadBox a:link, #downloadBox a:visited, #downloadBox a:active
{
    text-decoration: none;
}
#downloadBox a:hover
{
    color: #ccc;
}

.errorDesc
{
    width: auto;
    font-weight: normal;
    color: blue;
}
#columnHeader
{
    font-style: italic;
    color: white;
    font-weight: bold;
}

.imgButton
{
    width: 96px;
    height: 48px;
    padding-top: 0px;
    border: 0;
}
.roundButton
{
    width: 96px;
    height: 96px;
}
#imgThumb
{
    width: 140px;
    height: 110px; 
    background: url('../images/border.png'); 
    background-repeat: no-repeat; 
    padding-top: 9px;
    cursor: pointer;
}
#tablePos
{
    text-align: left;
}
#listStyle
{
    list-style-image: url("../images/list.png");
    vertical-align: middle;
}