@import url(search.css);

/* Common */
body, td, th, li, input, select, option, .timestamp {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #660033;
	background-image: url(http://www.csjcarondelet.org/images/bkg.gif);
	background-repeat: repeat-x;
}

h1 + p, h2 + p, h3 + p, h4 + p { margin-top: 0px; }

h1 {
	font-size: 24px;
	margin: 5px 0px 10px 0px;
	border-bottom: #993333;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	margin: 20px 0px 10px 0px;
	border-bottom: #993333;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 0px;
}

a:link { color: #660000; }
a:visited { color: #660000; }
a:hover { color: #cc0000; }
a:active { color: #cc0000; }

#frame {
	background-color: #CC9999;
	background-image: url(http://www.csjcarondelet.org/images/bkg_frame.gif);
	background-repeat: repeat-x;
}

.editorialMenu { background-color: #ffffff; }
.emphasis { font-weight: bold; }

/* Header and Utility Navigation */
#head {
	background-color: #003366;
	padding: 5px 0px 3px 5px;
}

#utilnav {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#utilnav a:link {
	color: #ffffff;
	text-decoration: none;
}

#utilnav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#utilnav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#utilnav a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* Navigation */
.navigation {
	color: #ffffff;
}

.primarynode a:link {
	color: #ffffff;
	text-decoration: none;
}

.primarynode a:visited {
	color: #ffffff;
	text-decoration: none;
}

.primarynode a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.primarynode a:active {
	color: #ffffff;
	text-decoration: underline;
}

.secondarynode a:link {
	color: #cccccc;
	text-decoration: none;
}

.secondarynode a:visited {
	color: #cccccc;
	text-decoration: none;
}

.secondarynode a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.secondarynode a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tertiarycurrent { font-weight: bold; }

.primarynode {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	background-color: #CC9999;
	border-color: #660033;
	border-width: 1px;
	border-style: solid none none none;
}

.secondarynode {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	background-color: #CC9999;
}

.tertiarynode {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	background-color: #660033;
}

/* Content Area */
#content {
	background-color: #FFFFFF;
	border-color: #660033;
	border-width: 3px;
	border-style: solid none none solid;
}

#contenttopinnerborder { background-color: #669999; }

#pagetitle {
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 0px 0px 20px;
	color: #660033;
}

#bodycopy {
	padding: 20px;
	border-color: #660033;
	border-width: 1px;
	border-style: solid none none none;
}

#content p {
	text-align: justify;
	margin-top: 0px;
}

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

.annotatedLinks {
	border: 1px solid #ccc;
}

.annotatedLinks legend {
	font-weight: bold;
}

.annotatedLinks th {
	white-space: nowrap;
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
}

.annotatedLinks td {
	vertical-align: top;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd { background-color: #FFFFFF; }
table.dataTable tr.even { background-color: #E6E6E6; }

table.definitionTable { }

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child { margin-top: 0; }

.timestamp {
	color: #993333;
	padding-left: 10px;
	white-space: nowrap;
}

/* Search */
.searchBox {
	font-family: Times,"Times New Roman",serif;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.searchButton {
	font-family: Times,"Times New Roman",serif;
	font-size: 14px;
	background-color: #660033;
	color: #FFFFFF;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* News */
/* Footer */
.footer {
	text-align: center;
	font-size: 10px;
	color: #660033;
	padding-top: 10px;
}

.footer a:link { color: #660033; }
.footer a:visited { color: #660033; }
.footer a:hover { color: #660033; }
.footer a:active { color: #660033; }
.footer .footerlink { color: #660033; }

/* TinyMCE */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
	background-image: none;
}