/* Resources Page */

#resourcebox {
width: 500px;
margin: 3px 0 40px 0;
}

#resourcebox p {
margin: 0 0 2px 0;
line-height: 16px;
}

.pubtitle {
margin: 0;
font-weight: bold;
font-size: 11px;
color: #636363;
}

.pubdetails {
margin: 0;
font-size: 11px;
line-height: 1.5em;
}

.eventtype {
margin: 5px 0 5px 0;
font-size: 12px;
font-style: italic;
line-height: 1.8em;
}

.eventlink {
margin: 0;
font-size: 12px;
}

.pubtype {
margin: 10px 0 10px 0;
font-size: 12px;
font-style: italic;
}

#downloadicon {
width: 150px;
height: 45px;
margin: 0;
background-image: url(images/download_icon.gif);
background-repeat: no-repeat;
}

.downloadtxt {
color: #6aaf17;
font-weight: bold;
font-size: 12px;
margin: 0;
padding: 5px 0 0 28px;
}

.downloadtxt a:link {
text-decoration: none;
color: #77ad6c
}

.downloadtxt a:visited {
text-decoration: none;
color: #77ad6c
}

.downloadtxt a:hover {
text-decoration: underline;
color: #dba40f
}

.note {
color: #cc0000;
}


/* New Resources Page */

.resourcelist {
margin: 10px 0 30px 0;
line-height: 20px;
color: #a1a1a1;
}

.shifticon {
position: relative; top: 3px;
padding: 0 2px 0 0;
}

.divider {
width: 100%;
height: 1px;
border-top: 1px solid #dbdbdb;
margin: 15px 0 15px 0;
}