/* Samantha Star Straf base CSS */
body {background-color:#CC99CC;}

/* All pages start with a page title */
.Page_Title {font-size: 2.0em; }

/* Initial List is the links before any content */
.Initial_List  { list-style-image: url("/Star/Images/star_bul.gif") }

/* General page format */
.Group_List  { list-style-image: url("/Star/Images/star_bul.gif") }
.Group_Header {font-size: large; font-weight: bold;}
.Group_Info {font-size: normal;}

/* Index Table */
table.index
{
border: medium solid;
WIDTH:100%;
}
TH { text-align: center; font-weight: bold }
TR.header_row {background-color:#999999;}
TR.index_row {background-color:#FF99CC;}
TD.not_done   {background-color:#999999;}
TD.working_on {background-color:#CC99CC;}
