/* CSS Document */

/*Right floated image with border and picture frame */
div.picture {float:right; padding:8px; border:1px solid #bbbbbb; margin:18px;}
div.picture img{border:1px solid #dddddd;}


/*Right floated image with gray border */
img.plain{float:right; margin:8px; border:1px solid #bbbbbb;}


h3 a{text-decoration:none;}
div#expanding_menu hr{color:#dddddd; background-color:#bbbbbb;}

/*For styling large tables -- used on FRPA */
table#main{background:white; width:800px; border:1px solid #959595;}
table#main td {padding:3px; border:1px solid #959595;}
tr.first_tr {background:#cccccc;}


table.main{background:white; width:100%; border:1px solid #959595;}
table.main td {padding:3px; border:1px solid #959595;}


.orange_text_background{background:#FFE271; font-size:0.85em;}


/*fix leftnav grey display issue in Firefox*/
#left_col_grey {clear: left;}