/*
Web Design: My River of Dreams Table Style Sheet

Author: Elaine Eichner
Date: 11/5/09

Filename: roundedbox.css
Supporting files: topleft3new.jpg, top3.jpg, topright5.jpg, bottomleft3.gif,
                  bottom2.jpg, bottomright6.gif

*/
table.roundedbox                   {border-collapse: collapse; float: left; clear:left; margin: 0em 1em 0em 3em; width:300px} 


.projectslinks .roundedbox ul {list-style-type: none;}

table.roundedbox td           {letter-spacing: 2px; padding: 10px}
    
table.roundedbox tbody tr     {border-left: 2px solid black; border-right: 2px solid black; }
table.roundedbox  tfoot tr    {height: 35px; }
 
col.firstColumn, col.lastColumn  {width: 12px}               
table.roundedbox col.middleColumn  {width: 85%}
.boxcontent ul                {background: rgb(204, 204, 204); padding: 5px 10px 5px 10px; line-height: 8px; }
   
table.roundedbox thead        {border-bottom: 2px solid black}
table.roundedbox tfoot        {border-top: 2px solid black}
table.roundedbox tbody 
.boxcontent                   {padding:5px 5px 5px 5px}
.boxcontent .projectslinks    {height: auto}
.boxcontent .projectslinks     {line-height: 5px; }
   
table.roundedbox thead th    {vertical-align: bottom; }
table.roundedbox thead tr    {height: 15px}
        
.topleft                     {background: url(images/topleft3new.jpg) no-repeat top left}
.top                         {background: url(images/top3.jpg) repeat-x top; }
.topright                    {background: url(images/topright5.jpg) no-repeat top right;}      
.bottomleft                  {background: url(images/bottomleft3.gif) no-repeat bottom left}
.bottom                      {background: url(images/bottom2.jpg) repeat-x bottom}
.bottomright                 {background: url(images/bottomright6.gif) no-repeat bottom right}

.projectslinks .roundedbox a             {text-decoration: none;}
.projectslinks .roundedbox a:link     {color: black}
.projectslinks .roundedbox a:visited   {color: gray}
.projectslinks .roundedbox a:hover   {color: rgb(204, 255, 255); text-decoration: underline}

   
   