/*
Chris Clinnick
*/

body
{
  background-color: #222222;
  color: #aeaeae;
  font-family: 'Century Gothic' , Arial;
  margin: 10px 0 20px 0;
}

a
{
  color: #aeaeae;
}

a:hover
{
  color: #ffffff;
}

h1
{
  margin-top: 0;
}

.cl_pseudo_link
{
  cursor: pointer; cursor: hand;
  text-decoration: none;
  color: #aeaeae;
  border-bottom: dashed 1px #aeaeae;
}

.cl_pseudo_link:hover
{
  color: #ffffff;
  border-bottom: dashed 1px #ffffff;
}

#id_header
{
  text-align: center;
}

#id_content
{
  background-color: #393939;
}

#gift_registry
{
  text-align: center;
  margin-bottom: 20px;
}

.cl_events
{
  background-color: #393939;
}

.clEditBox
{
  background-color: #393939;
  border: solid 1px #e0e0e0;
  color: White;
}

.cl_contact
{
  font-size: 100%;
  width: 17em;
}

.cl_thumb_greybox
{
	border:1px solid #7e7e7e;
}

.cl_output
{
	padding:0.1em;
}

.cl_photo_frame
{
  background: transparent url(frame.gif) no-repeat -351px 0;
}
.cl_br_corner
{
  background: transparent url(frame.gif) no-repeat;
}

.cl_continue
{
  color: Black;
  margin: 20px 0 20px 0;
}

.cl_continue #id_content
{
  text-align: left;
  background-color: White;
  width: 80%;
  padding: 10px 1em 1em 1em;
  min-height: 500px;
  border: none;
}

* html .cl_continue #id_content
{
  height: 500px;
}

.cl_continue a
{
  color: Blue;
}

.cl_continue .cl_pseudo_link
{
  color: #00f;
  border-bottom: dashed 1px #00f;
}

.cl_continue h1
{
  color: Black;
}

