body {
	font-family:arial, helvetica, sans; 
	font-size:62.5%;
	text-align:center;
	margin: 0px;
	background-repeat: repeat-x;
	/*background-color: #FFF; */
}
body * { 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none; 
	color: #455560;
	border: none;
	list-style-type: none; 
}



/* ------- ENTRY DETAIL --------- */
#lightbox {
       background-color: #FFF; 
}
#lightbox #caldetail-head {
        background-color: #497F9F;
        width: 500px;
        height: 20px;
}
#lightbox #caldetail-head p {
	text-indent: -9999em;
	font-size: 1.2em;
	line-height: 20px;
        overflow: hidden;
}
#lightbox #caldetail-head a:link,
#lightbox #caldetail-head a:visited {
	background: url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/event-close.gif) no-repeat top;
        display: block;
        width: 500px;
        height: 20px;
	color: #497F9F;

}
#lightbox #caldetail-head a:hover,
#lightbox #caldetail-head a:active {
	background: url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/event-close.gif) no-repeat bottom;
        display: block;
        width: 500px;
        height: 20px;
	color: #79402E;
}


#lightbox #caldetail-body {
       overflow: auto;
       height: 380px;
}
#caldetail-body {
       text-align: left;
}
#caldetail-body h1 {
      margin-top: 20px;
      margin-bottom: .8em;
      font-size: 1.8em;
      color: #497F9F;
}
#caldetail-body h1,
#caldetail-body h2,
#caldetail-body h3,
#caldetail-body h4,
#caldetail-body p,
#caldetail-body ul {
      margin-left: 20px;
      margin-right: 20px;
}
#caldetail-body p,
#caldetail-body ul {
      font-size: 1.2em;
      line-height: 1.5em;
      margin-bottom: .8em;
}
#caldetail-body h3 {
      margin-top: 1em;;
      margin-bottom: .2em;
      font-size: 1.4em;
      color: #497F9F;
}
#caldetail-body h4 {
      font-size: 1.3em;
}
#caldetail-body a:link,
#caldetail-body a:visited {
	color: #497F9F;

}
#caldetail-body a:hover,
#caldetail-body a:active {
	color: #79402E;
}
#caldetail-body .mailto {display:none;}
#caldetail-body .encode {display:none;}
#lightbox #caldetail-body .mailto {display: inline;}
#lightbox #caldetail-body .encode {display:none;}

#caldetail-body a.linkbox:link,
#caldetail-body a.linkbox:visited,
#caldetail-body a.lbAction:link,
#caldetail-body a.lbAction:visited {
	color: #497F9F;
	background: transparent url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/link-leftbox.gif) no-repeat center left;
	padding-left: 14px;	
}
#caldetail-body a.linkbox:hover,
#caldetail-body a.linkbox:active,
#caldetail-body a.lbAction:hover,
#caldetail-body a.lbAction:active {
	color: #79402E;
	background: transparent url(http://www.christchurchberkeley.org/themes/site_themes/christchurch/link-leftbox-over.gif) no-repeat center left;
	padding-left: 14px;
}
#caldetail-body p.return {
        margin-top: 1em;
}

#contactform label {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #497F9F;
}
#contactform input {
	font-size: 1em;
        border: 1px solid #455560;
        padding: 5px;
}
#contactform textarea {
	font-family: arial, helvetica, sans; 
	font-size: 1em;
        border: 1px solid #455560;
        padding: 5px;
}
#contactform input#name,
#contactform input#from,
#contactform input#subject,
#contactform textarea#message {
        width: 350px;
}

#lightbox #caldetail-body img.imgright {
	display: none;
}