/* 
    Document   : style
    Created on : Jun 2, 2011, 1:04:28 PM
    Author     : wus90071
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#pList {
    background-color: #dddddd;
}

.bold {
    font-weight: bold;
    font-size: 1.25em;
}

#selection {
    background-color: #eaeaea;
}

label {
    margin-bottom: 0px;
    padding-bottom: 0px
}

select {
    margin-top: 0px;
    padding-top: 0px
}

a {
    color: blue;
    text-decoration: none;
}

a:link {
    color:blue;
    text-decoration: none;
}


a:visited {
    color:blue;
}

a:hover {
      color: blue;
      font-weight: bold;
      text-decoration: none;
}
a:active {
      color:blue;

}
.prodDetails {
border-left: black solid 1px;
}

.tblhdr {
    border-bottom: black solid 1px;
    text-align: center;
}

.item {
    border-right: black solid 1px;
    border-left: black solid 1px;

}

.tblClass {
    border-spacing: 0px;
    border-collapse: collapse;
    border-bottom: black solid 1px;
}

.datahighlight {
        background-color: #eaeaea !important;
        cursor: pointer;
}

.prodHdr {
    font-weight: bold;
    text-align: right;
}