/* 
    Document   : table.css
    Created on : Jan 22, 2010, 3:23:28 PM
    Updated on : Jan 25, 2010 
    Author     : Steven Cuffle
    Description: Styles the tables used to show parts and replacements
*/



/*Parts Table Layout*/

#partstablecontainer{
    width:600px;
    margin:0 auto 0 auto;
}

.tablecontactcontainer{
    width:600px;
    margin:0 auto 0 auto;
}

/*Parts Table Contact Info Text Formatting*/

.contacttext{
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #415474;
    font-size: 11px;
    width: 200px;
    text-align: center;
    vertical-align: middle;
}

.contactemail{
    font-size:11px;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #98714b;
    text-align: center;
    vertical-align: middle;
    text-decoration:none;
}

.contactemail a{
    color:#98714b;
    text-decoration:none;
}

.contactemail a:hover{
    color:#98714b;
    text-decoration:underline;
}

/*Parts Table Text Formatting*/

.partstabletitle{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #cc0000;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 20px;
    font-size: 13px;
}

.partstextlc{
    float:left;
    width:145px;
    margin-right:0;
    padding-left:25px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #415474;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    list-style-position:inside;
}

.partstextrc{ /*style for the text in the right column of the parts table cells*/
    float:right;
    width:145px;
    margin-right:0;
    padding-right:0;
    padding-bottom:3px;
    padding-top:3px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #415474;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    font-size: 11px;
    list-style-position:inside;
}

.partstext{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #415474;
    text-decoration: none;
    vertical-align: middle;
    font-size: 11px;
}



/*Style elements for the parts table*/

/*#partstable td{
    width:260px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
}*/

#partstablecontainer td{
   width:300px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    vertical-align:top;
}

