/*
Acme Photo
*/
body
{
  background-color: White;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}

h1, h2, h3
{
  font-family: 'Lucida Grande', arial, sans-serif;
}

.clHeader
{
  text-align:left;
  margin-bottom: 10px;
}

.clLogo
{
  text-decoration: none; 
  font-size: 24pt;
  font-family: Arial Black;
  color:#345d7e;
  margin: 0 20px 0 0;
}

#id_content
{
  width: 730px;
}

.cl_page_title
{
}

.cl_events
{
  font-size: 16pt;
}

.cl_thumb_greybox
{
	border:1px solid #7f7f7f;
}

.cl_photo_holder
{
  background-color: #fff;
}

.cl_continue
{
}

@media print
{
  .cl_continue
  {
    background-color: White;
  }

  #id_content, .cl_continue #id_content, #id_content_holder
  {
    background-color: White;
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
  }
}
