#sortableList a.sortableList {
   font-family: verdana, "Times New Roman", Times, serif;
   color: #666666;
   text-decoration: none;
   font-size: 10px;
}

#sortableList a.sortableList:visited {
   color: #666666;
   text-decoration: none;
}

#sortableList a.sortableList:hover   {
   color: #666666;
   text-decoration: underline;
}

#sortableList span.sortableList {
   font-family: verdana, "Times New Roman", Times, serif;
   color: #666666;
   font-size: 10px;
}

#sortableList{
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   background: #f2f2f2;
}

#sortableList td{
   padding: 2px 5px 3px 5px;
   color: #666666;
   font-weight: normal;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   background: #f2f2f2;
   width=40%;
}

#sortableList .sortableListClassCell{
   padding: 2px 5px 3px 5px;
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #FFFFFF;
   border-right: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
   background: #f2f2f2;
   width=60%;
}

#sortableList .sortableListClassFirstRow{
}
#sortableList .sortableListClassFirstRow td{
   padding: 6px 5px 3px 3px;
   background: #b12a1c;
   color: #FFFFFF;
   font-weight: bold;
}
#sortableList .sortableListClassFirstRow .sortableList{
   padding: 6px 5px 3px 3px;
   background: #b12a1c;
   color: #FFFFFF;
   font-weight: bold;
}
#sortableList .sortableListClassFirstRow .sortableList:visited{
   padding: 6px 5px 3px 0px;
   background: #b12a1c;
   color: #FFFFFF;
   font-weight: bold;
}
#sortableList .sortableListClassFirstRow .sortableList:hover{
   padding: 6px 5px 3px 0px;
   background: #b12a1c;
   color: #FFFFFF;
   font-weight: bold;
}

#sortableListNavigBar .sortableList{
   font-size: 11px;
   font-weight: bold;
   color: #666666;
}
#sortableListNavigBar .sortableListInactive{
   font-size: 11px;
   font-weight: bold;
}
#sortableListNavigBar td.sortableListBack{
   border: #A1A1A1 solid 1px;
   background-color: #D8D8D8;
}
#sortableListNavigBar td.sortableListCounter{
   padding: 2px 20px 2px 20px;
}
#sortableListNavigBar td.sortableListForward{
   border: #A1A1A1 solid 1px;
   background-color: #D8D8D8;
}
#sortableListNavigBar{
   margin: 10px 0px 10px 0px;
   border: buttonShadow solid 0px;
}
#sortableListNavigBar td{
   padding: 2px;
   border: buttonShadow solid 0px;
}

#selectedNews{
   width: 100%;
}
#selectedNews .newsHeading{
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   letter-spacing : 2px;
}
#selectedNews .newsHeading .content{
   margin: 5px 0px 5px 10px;
}
#selectedNews .newsSubheading{
   width: 100%;
   padding: 5px 0px 0px 10px;
   font-size: 12px;
   font-weight: bold;
   color: #b22c1b;
   letter-spacing: normal;
   vertical-align: bottom;

}
#selectedNews .dateCreated{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   font-size: 11px;
   text-transform:lowercase;
   color: #A1A1A1;
   font-weight: normal;
}
#selectedNews .newsContent{
   padding: 0px 0px 5px 10px;
   font-size: 10px;
   font-weight: normal;
   color: #666666;
   display: block;
   text-align: justify;
}

#selectedNews img{
   /*display: none;*/
}
#selectedNews img.newsImg{
   display: inline;
   float: right;
   margin: 5px 9px 5px 9px;
   border-width: 0px;
   border-style: solid;
   border-color: #888888;
}
#selectedNews .newsContent img.imgLeft{
   margin: 5px 10px 5px 0px;
   float: left;
}
#selectedNews .newsContent img.imgRight{
   margin: 5px 0px 5px 10px;
   float: right;
}
.topicsSubheading{
   width: 100%;
   padding: 30px 15px 0px 25px;
   font-size: 14px;
   font-weight: bold;
   color: #B22C1B;
   letter-spacing : normal;
   vertical-align: bottom;
}


#errorMessage{
   padding: 5px 0px 5px 10px;
   font-weight: bold;
   font-size: 12px;
   color: #A1A1A1;
}
