h3 a {
    font-size: 13px;
    color :#004B85;
    margin: 5px 0 5px 0;
    text-decoration: none;
}

p.right {
    float: right;
}

a.view-resources { color :#004B85; text-decoration: none; }

a.order-resources:link { color :#004B85; text-decoration: underline; font-weight: bold; }
a.order-resources:visited { color :#004B85; text-decoration: underline; font-weight: bold; }
a.order-resources:hover { color :#004B85; text-decoration: none; font-weight: bold; }

div#resource-list {
    
}

#category-list .odd {
    background-color: #ececec;
    padding: 10px;
}

#category-list .even {
    padding: 10px;
}                     

#resource-inside {
    padding: 0px 30px;
}


tr.resource-table:hover {
    background: #e7eeff;
}

tr.resource-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

td.resource-list-header {
	padding-bottom: 7px;
}

td#resource-type {
	width: 10%;
}

td#resource-name {
    width: 27%;
}

td#resource-description {
    width: 48%;
    padding-top: 3px;
}

td#resource-date {
    width: 12%;
}