/**	This is the style sheet used on pages not using the Carson Group design,
	and when the carson group design is printed.

	+ 2004-07-30 kloor: Updated so colonless headers will look better.
	+ 2004-02-11 kloor: Updated documentation, added changelog. */

ADDRESS {
	border-top: 1px solid #000;
	font-style: normal;
	text-align: left;
}

BODY, TH, TD {
	font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4 {
	margin: 0;
}


H1 {
	font-size: 150%;
	font-weight: bold;
}

H2 {
	font-size: 140%;
	font-weight: normal;
}

H3 {
	font-size: 110%;
	font-weight: bold;
}

H4 {
	font-size: 100%;
	font-weight: bold;
}

P, DL, OL, UL {
	margin-top: 0;
	margin-bottom: 1em;
}

/*  The Carson Group got list images wrong. Their method would have resulted in
	ordered lists with images instead of numbers. This is the correct way. */
OL {
	list-style-image: none;
}

UL {
	list-style-image: url(/offices/admissions/images/bulletarrow.gif);
	list-style-type: none;
}

/*	Printed pages do not need all the extra nonsense put on a normal page. */
.carson-bracket,
.carson-search,
.noprint,
.skip,
#carson-header,
#carson-sidebar {
	display: none;
}

IMG.insert {
	margin: 4px 4px 4px 1em;
}

TABLE.columns {
	margin-bottom: 1em;
}

TABLE.columns TD.left {
	margin: 0;
	padding-right:  16px;
}

TABLE.columns TD.right {
	border-left: 1px solid #000;
	padding-left: 16px;
}

TABLE.data TH,
TABLE.ruled TH {
	background: #EEE;
	color: #000;
	border: 1px solid #CCC;
}

TABLE.ruled TD {
	border-bottom: 1px solid #CCC;
}

@media print {
	TABLE.ruled TH {
		border: 1px solid #000;
	}
	
	TABLE.ruled TD {
		border-bottom: 1px solid #000;
	}
}

TABLE.ruled TH.selected {
	border: 1px solid #999;
}

#carson-section {
	border-bottom: 1px solid #000;
	font-size: 42px;
}

#carson-content,
#carson-content-subtitle {
	padding: 1em 0 1em 0;
}

#carson-modified {
	margin-bottom: 0;
	margin-top: 2em;
}

