/* 
    Document   : new_index
    Created on : Dec 26, 2009, 3:39:37 AM
    Author     : julian
    Description:
        Styles for the new index file.
*/

h2, h3{
    text-align: center;
    font-size: 28px;
    color: navy;
    font-family: Tahoma;
    font-weight: bold;
    margin-right: 1000px;
    white-space: nowrap;
}

#index-div table{
    table-layout: fixed;
    border-collapse: collapse;
    width: 750px;
}

.image-cell{
    width: 110px;
    text-align: center;
}

.image-cell img{
    margin: 4px 0px;
}

.desc-cell{
    width: 240px;
    padding: 5px;
}

.desc-cell h5{
    font-size: 16px;
    font-weight: bold;
    color: orange;
}

.text-cell h4{
    font-size: 18px;
    font-weight: bold;
    color: #CC3322;
    margin-bottom: 5px;
}

.text-cell{
    padding: 5px;
    width: 376px;
}

.text-cell ol{
    list-style-position: inside;
}

h3{
    font-size: 20px;
}
