/* Start of CMSMS style sheet 'Module: Party' */
div.party {
  margin: 1em 0 1em 50px;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000000;
  background: #FFFFFF;
  text-align: center; 
  width: 100%;
}

div.party h2 {
   line-height: 2em;
   background: #ccc url(images/bgtop.gif) repeat-x 0 0;
   color: #FFFFFF;
}

div.party table {
   width: 95%;
   border: 1px none #000000;
   padding: 0.5em;
}

div.party td {
   text-align: center;
   border: 0px none #000000;
}

div.party tr {
   border: 0px none #000000;
}

div.party th {
   border: 0px none #000000;
}

.party {
   width: 100%;
}
/* End of 'Module: Party' */

