/* Primary CSS file for formatting CJ Center websites */
body
{
	background-color:#cccccc;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
}

.feet
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a:link.feet
{
	color : #FFFFFF;
}

a:visited.feet
{
	color : #FFFFFF;
}

a:active.feet
{
	color:#FFFFFF;
}

a
{
	color:#3366CC;
}

th
{
	text-align: center;
}

.title
{
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

td.body p
{
	text-align: justify;
	margin-right: 2em;
}

td.body
{
	padding-right: 1em;
	padding-bottom: 1em;
}

.highlight
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:condensed;
}

.headlink
{
	COLOR: #FFFFFF; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 12px
}

a:link.headlink
{
	color : #FFFFFF;
}

a:visited.headlink
{
	color : #FFFFFF;
}

a:active.headlink
{
	color:#FFFFFF; text-decoration: none;
}

/* Dathan's additions */

/* For centering all text within all table data cells without having to explicitly say so in every cell */
table.center_all tr td
{
	text-align: center;
}

/* For use as a title for a section of a page */

.section_heading
{
	font-size:larger;
	font-weight: bold;
	text-transform: uppercase;
	background: #CCCCFF;
	text-align: center;
	margin: 1em 0em 1em 0em;
}

/* For use as a title for an article or publication */
.pub_title
{
	text-align: center;
	font-size: 150%;
	text-transform: capitalize;
}

.pub_subtitle
{
	text-align: center;
	font-size: 125%;
	text-transform: capitalize;
}

.pub_author
{
	text-align: center;
	font-size: 110%;
	text-transform: capitalize;
	font-style: italic;
}

/* we don't want lists to go all the way to the edge of the text-area, because it looks better if we left-indent it */
dl, ol, ul
{
	margin-right: 3em;
}

/* but lists within lists should be allowed all the horizontal space given to their parent */
dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul
{
	margin-right: inherit;
}

table#calendar td
{
	font-weight: bold;
}

table#calendar td.date
{
	width: 27%;
}

table#calendar td.description
{
	width: 58%;
	text-align: center;
}

table#calendar td.hours
{
	width: 15%;
}

table#calendar td.price
{
	width: 15%;
}

table#calendar td.location
{
	width: 58%;
	text-align: center;
}

table#directory td
{
	text-align: center;
}

table#directory
{
	border: 1px solid #FFFFFF;
}

table#directory tr
{
	border: 1px solid #FFFFFF;
}

table#directory td
{
	border: 1px solid #FFFFFF;
}

dl.links dt
{
	font-size: 110%;
	font-weight:bold;
}

dl.links dd
{
	font-size: 80%;
}

#itinerary th
{
	background: #eeeeff;
}

#itinerary #time
{
	border-bottom: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
	width: 10em;
}

#itinerary #activity
{
	border-bottom: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
}

