/*
This css defines the News and Announcements and the Resources info boxes
*/
.mainInfoBoxContainer{
/*width:450px;*/
border:1px solid #669700;
margin:0 0 5px 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#2b66af;
}


.mainInfoBoxFooter{
padding:2px;
}
table.InfoBoxFooter{
border-collapse:collapse;
/*width:180px;*/
}
.InfoBoxFooter td.topRow{
background-color:#d2dfb4;
}
.InfoBoxFooter td.secondRow{
font-size:12px;
background-color:#5389cc;
color:#fff;
padding-left:3px;
}
.InfoBoxFooter tr.thirdRow td{
font-size:14px;
background-color:#2b66af;
color:#fff;
padding:0 5px 5px 5px;
}
.InfoBoxFooter tr.thirdRow td p{
font-size:10px;
color:#fff;
line-height:1.5em;
}
.InfoBoxFooter tr.thirdRow td a,
.InfoBoxFooter tr.thirdRow td a:active,
.InfoBoxFooter tr.thirdRow td a:link,
.InfoBoxFooter tr.thirdRow td a:visited
{
color:#fff;
text-decoration:none;
}
.InfoBoxFooter tr.thirdRow td a:hover
{
color:#999;
}
.InfoBoxFooter tr.thirdRow td.leftCell{
padding-left:10px;
}
.mainInfoBoxContainer h1{
color:#fff;
font-size:11px;
}
.mainInfoBoxContainer a.rNav{
text-decoration:none;
color:#fff;
font-size:9px;
padding:2px;
border:1px solid #fff;
}
.mainInfoBoxContainer a.rNav:hover{
color:#ccc;
padding:2px;
border:1px solid #fff;
}
.mainInfoBoxContainer .label{
font-size:10px;
}

.resourceContent{
background-image:url(/images/resourceBoxBG.gif);
background-position:100% 0;
background-repeat:no-repeat;
}
.resourceBoxListing{
background-image:url(/images/blank_resource_tab2.jpg);
background-repeat:no-repeat;
background-position:100% 0%;
background-color:#2b66af;
height:64px;
padding:8px 0 0 5px;
margin:0 0 4px 0;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}
.resourceBoxListing a{
height:64px;
}
.resourceBoxListing img{
padding:0 5px 0 0;
}
tr.thirdRow td .resourceBoxListing a,
tr.thirdRow td .resourceBoxListing a:active,
tr.thirdRow td .resourceBoxListing a:link,
tr.thirdRow td .resourceBoxListing a:visited{
color:#5c6f6c;
font-weight: 800;
text-decoration:none;
}
tr.thirdRow td .resourceBoxListing a:hover{
color:#5b8ecf;
}
.resourceBoxListing.pdf{
background-image:url(/images/icons/pdf.jpg);
background-position:left;
background-repeat:no-repeat;
}
.resourceBoxListing.ppt{
background-image:url(/images/icons/ppt.jpg);
background-position:left;
background-repeat:no-repeat;
}
.resourceBoxListing.doc{
background-image:url(/images/icons/doc.jpg);
background-position:left;
background-repeat:no-repeat;
}
.moreBox{
font-size:10px;
padding:2px;
border:1px solid #fff;
color:#2b66af;
background-color:#5389cc;
}
.moreBox a,
.moreBox a:link, 
.moreBox a:visited{
text-decoration:none;
}
.moreBox a:hover{
color:#000;
}

